body {
	background: white;
	color: #7D7D7D;
	font: medium/1.4 "Trebuchet MS", Tahoma, Arial, sans-serif;
}

body, html, ul#navlist {
	margin: 0;
	padding: 0;
}

body { padding-bottom: 15px; }


a {
	color: #00483A;
	text-decoration: underline;
}

a:hover, a:focus, a:active { text-decoration: none; }


/* ------------ LAYOUT ------------ */

#wrap {
	width: 760px;
	margin: 0 auto;
	background: white url(/images/regular-border.jpg) top left repeat-y;
}

#content-wrap {
	background: transparent url(/images/gradient-border.jpg) top left no-repeat;
	width: 760px;
	position: relative;
}

#text-wrap { 
	width: 759px;
	background: transparent url(/images/wrap-repeater.gif) top left repeat-y;
	margin-left: 1px;
	position: relative;
	top: -34px;
}

#text-wrap-inner {
	background: transparent url(/images/sidebar.jpg) bottom right no-repeat;
}


/* ------------ HEADER ------------ */

#header {
	width: 760px;
	margin: 0 auto;
	background: white url(/images/header-border.jpg) bottom left no-repeat;
	height: 114px;
	position: relative;
	z-index: 300;
	margin-bottom: 1px;
}

#logo {
	position: absolute;
	left: -44px;
	top: 0px;
}

/* ------------ MENU ------------ */

#menu {    
	padding-top: 1px;
	margin: 0;
	font-size: 80%;
	height: 30px;
	position: relative;
	z-index: 300;
}

#gray-border {
	height: 1px;
	display: block;
	overflow: hidden;
	margin-bottom: 2px;
}

#menu ul { list-style: none; }

#menu li {
  	float: left;
  	margin: 0 1px 0 0 ;
  	padding: 0 0 0 7px;
}

#menu a {
  	display: block;
  	padding: 5px 8px 1px 2px;
  	text-decoration: none;
 		color: #7D7D7D; 
 		text-transform: uppercase;
}

#menu a {float: none;}
#menu a:hover { color: #fff; }

#menu li:hover,
#menu.interior li:hover,
#home #menu li#nav-home,
#about #menu li#nav-about,
#plans #menu li#nav-plans,
#gallery #menu li#nav-gallery,
#standards #menu li#nav-standards,
#locations #menu li#nav-locations,
#contact #menu li#nav-contact {
	background: transparent url(/images/left-on-white.gif) bottom left no-repeat;
 }


#menu li:hover a,
#home li#nav-home a,
#about li#nav-about a,
#plans li#nav-plans a,
#gallery li#nav-gallery a,
#standards li#nav-standards a,
#locations li#nav-locations a,
#contact li#nav-contact a {
	background: #FFB700 url(/images/right-on-white.gif) bottom right no-repeat;
  	color: #fff;
}

/* ------------ TEXT ------------ */

#text {
	width: 461px;
	float: left;
	padding: 65px 60px 20px 25px;
	font-size: 90%;
}

h1 {
	color: #DF7A1C;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 140%;
	margin-top: 0;
}

h1 span { color: #00483A; }

h2 {
	font-size: 140%;
	font-weight: normal;
}


/* ------------ SIDEBAR ------------ */

#sidebar {
	width: 213px;
	float: left;
	padding-bottom: 250px;
	padding-top: 65px;
	color: #00483A;
	font-size: 90%;
}

#sidebar h3 {
	margin-top: 0;
	background: #FFD705;
	font-weight: normal;
	font-size: 120%;
	padding-left: 10px;
	padding-right: 5px;
}

#sidebar ul { 
	padding-right: 5px;
	list-style: none;
	padding-left: 0;
	margin-left: 30px;
}

#sidebar ul.has-sublist li { margin-bottom: 20px; }

#sidebar ul.has-sublist li li { 
	list-style: disc;
	margin-bottom: 0;
}



/* ------------ FOOTER ------------ */

#footer {
	background: #DF7A1C;
	color: white;
	width: 760px;
	margin: 0 auto;
	font-size: 75%;
	text-align: right;
}

#footer p {
	margin: 0;
	padding: 15px 15px 15px 0;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active { text-decoration: underline; }

* html #footer { position: relative; top: -1px; }

/* ------------ EXTRAS ------------ */

#side-tree {
	position: absolute;
	z-index: 300;
	bottom: 0;
	right: -72px;
}

.featured {
	vertical-align: top;
	text-align: center;
	margin-bottom: 50px;
}
	
.featured p { 
	margin: 0 0 10px 0;
	padding: 0;
}

.featured a { color: #DF7A1C; }

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

* html body { behavior: url("/css/csshover.htc"); }

#gallery div.gallery_thm{ width:143px; height:170px; margin:5px; float:left;}
#gallery div.gallery_thm{ text-align:center; font-size:85%;}
#gallery div.gallery_thm img{ padding:1px; border:#fcb36f solid 1px;}

#home div.gallery_thm{ width:143px; height:170px; margin:5px; float:left;}
#home div.gallery_thm{ text-align:center; font-size:85%;}
#home div.gallery_thm img{ padding:1px; border:#fcb36f solid 1px;}


