@charset "utf-8";
/* CSS Document */

body {
	background-color: #9cb594;	
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px;
}

#head {
	background-color: #166839;
	padding-top: 10px;
	margin-bottom: 8px;
	color: #fff;
}

#address {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px 0 0 10px;
}

.addressline {
	margin-bottom: 8px;	
}

#phone {
	font-weight: bold;
	font-size: large;
}

#search {
	background-color: #166839;
	margin-bottom: 8px;
	color: #fff;
	padding: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#container {
	background: url(../images/menu-bg.png) top left repeat-x;
}

#container2 {
	color: #000;
	background: url(../images/menu-bg2.png) 10% 0 repeat-x;
}
/************  Menu **********************/

#menu {
	float: left;
	width: 200px;
	padding: 10px;
}

.menusub {
	display: none;	
}


#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navtop {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	padding-left: 15px;
	background: url(../images/navarrowr.gif) 0 5px no-repeat;
}

.navtop a {
	text-decoration: none;
	color: #166839;
}


#nav li ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	color: #166839;
}

#nav li ul li {
	background: none;
	padding-left: 0px;
	margin-left: 15px;
}

#menuhighlight, #menuhighlight a {
	color: #166839;	
}

#menuhighlight h3 {
	margin: 25px 0 15px 0;	
}

.menuhighlightsection {
	margin: 15px 0;
	padding-left: 14px;
	background: url(../images/menu-square-bullet.png) 0 6px no-repeat;
}

.highlighttitle {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
}

/************  Body **********************/

#main {
	padding: 10px;
	padding-left: 20px;
	margin-left: 220px;
	background-color: #fff;
}

#bodytext a {
	color:#166839;	
}

#bodytext h3 {
	color:#703319;
	font-size: larger;
	padding-left: 15px;
	background: url(../images/main-h3-arrow.gif) 0 7px no-repeat;
	margin: 15px 0 2px 0;
}

#bodytext h3 a{
	color: #703319; 	
	text-decoration: none;
}

#bodytext div, #bodytext p {
	margin-left: 15px;	
}


#main .mainfirsttitle {
	margin-top: 0px;	
	font-size: 24px;
	font-family: Helvetica, Arial,  sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	background: none;
	padding-left: 0;
	color:#703319;
}

#footer {
	clear: both;
	padding: 8px;
	margin-top: 15px;
	text-align: center;
	color: #999; 
	border-top: 1px solid #9CB594;
	font-size: smaller;
}

#footer a {
	color: #999; 
}



/************** General *****************/


.floatl {
	float: left;	
	margin: 10px 10px 10px 0;
}

.floatr {
	float: right;	
	margin: 10px 0 10px 10px;

}

.clr {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.clrr {
	clear: right;
	line-height: 1px;
	font-size: 1px;	
}

.imgr {
	float: right;
	margin: 10px 0 10px 10px;
	border: 0;
}

.imgl {
	float: left;
	margin: 10px 10px 10px 0;
	border: 0;
}

.caption {
	color: #5381AC; 
	font-family: Arial, Helvetica, sans-serif;
}

.header-center {
	color: #5381AC; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	text-align: center;
}


.table-header {
	background: yellow;	
}

#designstar {
	margin: 25px 0 25px 0px;	
	
}

#designstar_text {
	padding-top: 5px;	
}
#designstar_text a{
	font-size: smaller;
	text-decoration:none;
	color: #873a30;
    font-weight: bold;
}
#designstar img {
	border: 0px;
	
}

