/* General settings */
html {height:100%;}
body {
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	height:100%;
	margin:0;
	background:#fff;
	min-width: 950px;
}
img {border-style:none;}
a {
	color:#f99444;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
/* wrapper */
#wrapper {
	min-height:100%;
	background:#fff;
}
* html #wrapper {
	height:100%;
}
/* header */
#header {
	background:#c6d6c6 url(/images/custom/bg-header.gif) repeat-x 50% 100%;
	width: 100%;
}
#header .header-holder {
	margin:0 auto;
	width:902px;
	padding:25px 27px 10px 21px;
}
#header .header-holder:after {
	clear:both;
	content:"";
	display:block;
}
/* navigation */
#nav {
	float:left;
	list-style:none;
	margin:35px 0 0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	line-height:30px;
}
#nav li {
	float:left;
	padding:0 0 0 3px;
}
#nav li:hover,
#nav li.hover {position:relative;}
#nav li a {
	float:left;
	background:url(/images/custom/bg-nav-lt.gif) no-repeat;
	color:#4c4c4c;
	cursor:pointer;
	text-transform:uppercase;
}
#nav li:hover a,
#nav li.hover a,
#nav li.active a{
	background-position:0 -30px;
	text-decoration:none;
	color:#f2f2f2;
}
#nav li a span {
	float:left;
	padding:0 10px;
	background:url(/images/custom/bg-nav-rt.gif) no-repeat 100% 0;
}
#nav li:hover a span,
#nav li.hover a span,
#nav li.active a span{background-position:100% -30px;}
#nav li ul {
	position:absolute;
	padding:12px 0 0;
	margin:0;
	left:3px;
	top:30px;
	list-style:none;
	width:150px;
	display:none;
	background:url(/images/custom/none.gif);
}
#nav li:hover ul,
#nav li.hover ul {display:block;}
#nav li ul li {
	float:none;
	height:28px;
	background:#b4c8b3;
	margin:0 0 2px 0;
	vertical-align:top;
	padding:0;
	line-height: 1%;
}
#nav li ul li a {
	background:none;
	line-height:28px;
	padding:0 12px;
	display:block;
	text-transform:capitalize;
}
#nav li:hover ul li a,
#nav li.hover ul li a,
#nav li ul li a:hover {color:#4c4c4c;}
#nav li ul li:hover,
#nav li ul li.hover,
#nav li ul li a:hover {
	background:#ff9640;
	color:#fff;
}
#header .logo {
	float:right;
	width:259px;
	height:64px;
	text-indent:-9999px;
	background:url(/images/custom/logo.png) no-repeat;
	overflow:hidden;
}
#header .logo a {
	display:block;
	height:100%;
	position:relative;
}
/* sub header */
.sub-header {background:url(/images/custom/bg-sub-header-c.gif) repeat-y 50% 0;}
.sub-header .holder {background:url(/images/custom/bg-sub-header-t.gif) repeat-x 50% 0;}
.sub-header .frame {background:url(/images/custom/bg-sub-header-b.gif) repeat-x 50% 100%;}
.sub-header .sub-header-wrap {
	margin:0 auto;
	width:900px;
	overflow:hidden;
	padding:16px 28px 10px 22px;
	font:16px Arial, Helvetica, sans-serif;
	margin-bottom: 23px;
}
.sub-header img, .sub-header object {
	float:right;
	margin-left:95px;
}
.sub-header img { border:1px solid #40533f; }
.sub-header object {
	background:#40533f;
	padding:1px;
}
.sub-header h1 {
	font:26px "Trebuchet MS", Helvetica, sans-serif;
	margin:0 0 9px;
}
.sub-header p {
	margin:0;
	line-height:24px;
}
.sub-header .learn-more {
	text-indent:-9999px;
	overflow: hidden;
	width:153px;
	height:32px;
	background:url(/images/custom/bg-learn-more.gif) no-repeat;
	float:right;
	margin: -20px -10px 0 0;
}
.sub-header .sub-header-nav {
	list-style:none;
	margin:0;
	padding:56px 0 2px 259px;
	height:1%;
	overflow:hidden;
	font:14px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}
.sub-header .sub-header-nav li {
	float:left;
	padding-left:24px;
}
.sub-header .sub-header-nav a {
	font-weight:bold;
	color:#f99444;
	background:url(/images/custom/bullet2.gif) no-repeat 0 3px;
	padding-left:10px;
}
.sub-header-nav li.active a {
	color:#fff;
	background:url(/images/custom/bullet1.gif) no-repeat 0 3px;
	cursor:default;
}
.sub-header-nav li.active a:hover {
	text-decoration:none;
}
/* main*/
#main {
	margin:0 auto;
	width:940px;
	overflow:hidden;
	padding-bottom: 300px;
}
/* content */
#content {
	float:right;
	width:640px;
	/*margin-top:-6px;   GTO removed because it was cutting off text at top */
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content p {
	margin:0 0 16px 0;
	line-height:20px;
}
#content .content-info {
	margin-top:-5px;
	position:relative;
}
#content .content-info .entry {
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
#content .content-info p {
	margin:0 0 15px 0;
	line-height:20px;
}
#content .content-info h2 {
	margin:18px 0 0;
	line-height:20px;
	font-size:12px;
}
#content .content-info h2 .sub {
	font-weight:normal;	
}
#content .content-info img.right {
	float:right;
	margin:0 0 15px 15px;
}
#content .content-info img.left {
	float:left;
	margin:0 15px 15px 0;
}
#content .content-info .paginate {
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #ccc;
	text-align:right;	
}
#content .content-info .photo {
	float:left; 
	width:181px; 
	height:180px; 
	text-align:center; 
	background:#f1f1f1; 
	border:1px solid #bbb; 
	padding:10px;
	margin:0 15px 15px 0; 
	}
#content .content-info .photo.no_pad { margin:0 0 15px 0; }
#content h1 {
	color:#689167;
	font-size:36px;
	margin:0 0 18px 0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-transform:capitalize;
}
#content .desc {
	border-bottom:1px solid #e6e6e6;
	padding-bottom:4px;
	margin-bottom:22px;
	font-size:14px;
}
#content .desc h2 {
	font-size:24px;
	margin:2px 0 5px 0;
}
#content .desc p {
	line-height:20px;
	margin:0 0 16px 0;
}
#content .alignright {
	float:right;
	margin:-15px 0 5px 20px;
	border:1px solid #d9d9d9;
}
#content .twocolumns {
	overflow:hidden;
	text-align:justify;
	margin-left: -30px;
	width: 670px;
	font-size: 14px;
}
#content .info-box {
	float:left;
	width:305px;
	padding-left:30px;
}
#content .alignleft {
	float:left;
	margin:5px 16px 20px 0;
}
/* sidebar */
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
#sidebar {
	width:270px;
	float:left;
}
.news_archive a.current {
	color:#ccc;
	cursor:default;
}
.side-box {
	background:url(/images/custom/bg-add-nav.gif) no-repeat;
	padding: 0 15px;
}
.add-nav {
	margin:0 0 37px 0;
	padding:0;
	list-style:none;
	font:14px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}
.add-nav li {
	padding:7px 0 9px 18px;
	background:url(/images/custom/bg-add-nav.png) repeat-x 0 100%;
}
.add-nav li a {color:#666;}
.add-nav-title {
	font:19px "Trebuchet MS", Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	margin: 0;
	padding:10px 0 7px  18px;
}
.add-nav-title span,
.news-block-title span {color:#689167;}
.news-block {
	margin:0;
	padding:0;
	list-style:none;
}
.news-block li {
	border-bottom:1px solid #e6e6e6;
	padding:5px 0;
}
.news-block li a {color: #f99444;}
.news-block-title {
	font-size:16px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	border-bottom:1px solid #E6E6E6;
	font-weight:bold;
	color:#999;
	margin: 0;
}
.quotations {
	margin:21px 0 0;
	font-size:12px;
	background:url(/images/custom/bg-blockquote.gif) no-repeat 100% 0;
	padding:21px 10px 0 30px;
	line-height:18px;
	width:212px;
	color:#496947;
}
.quotations cite {
	text-align:right;
	display:block;
	font-style:normal;
	margin-top:7px;
	color:#333;
}
/* footer */
#footer {
	background:#d9e4d9 url(/images/custom/bg-footer.gif) 0 0 repeat-x;
	position:relative;
	margin-top:-220px;
	height: 220px;
}
.footer-wrap {
	margin:0 auto;
	width:950px;
	overflow:hidden;
	padding-top:18px;
}
.footer-section {
	float:left;
	width:590px;
	padding:13px 0 0 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	font-style:normal;
}
.footer-nav {
	list-style:none;
	margin:0 0 15px;
	padding:0;
	height:1%;
	overflow:hidden;
	text-transform:uppercase;
}
.footer-nav li {
	float:left;
	padding-right:14px;
}
.footer-nav li a {color:#f99444;}
.addr-info {
	list-style:none;
	margin:0 0 14px -4px;
	padding:0 0 0 4px;
	overflow:hidden;
	height: 1%;
}
/*  Removed because a bullet was appearing at the end of the phone number in IE
.addr-info li {
	display:inline;
	background:url(/images/custom/bullet3.gif) no-repeat 0 6px;
	padding:0 0 0 7px;
	margin:0 4px 0 -4px;
}*/
.footer-section a {color:#a1baa0;}
.ads {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.ads li {
	display:inline;
	padding-right:36px;
}
.ads li img {vertical-align:bottom;}



/* Overlay */

.simple_overlay { 
     
    
	display:none;  /* must be initially hidden */ 

	z-index:10000;  /* place overlay on top of other elements */ 
	background-color:#f1f1f1; 
     
    
	/*width:600px;     
    */
	min-height:200px; 
    
	border:1px solid #666;
	-moz-box-shadow:0 0 60px 5px #000;	/* CSS3 styling for latest browsers */ 

	-webkit-box-shadow: 0 0 60px #000;	/* CSS3 styling for latest browsers */ 

} 
.photo_overlay { 
     
    
	display:none;  /* must be initially hidden */ 

	z-index:10000;  /* place overlay on top of other elements */ 
	background-color:#fff; 
     
    
	padding:10px;
	min-height:200px; 
    
	border:1px solid #666;
	-moz-box-shadow:0 0 60px 5px #000;	/* CSS3 styling for latest browsers */ 

	-webkit-box-shadow: 0 0 60px #000;	/* CSS3 styling for latest browsers */ 

} 
.video_overlay { 
     
    
	display:none;  /* must be initially hidden */ 

	z-index:10000;  /* place overlay on top of other elements */ 
	background-color:#000;
	width:425px;
	height:321px;
	-moz-box-shadow:0 0 60px 5px #000;	/* CSS3 styling for latest browsers */ 

	-webkit-box-shadow: 0 0 60px #000;	/* CSS3 styling for latest browsers */ 

}


/* close button positioned on upper right corner */ 

.simple_overlay .close, .photo_overlay .close, .video_overlay .close { 
    
	background-image:url(/images/custom/close.png); 
    
	position:absolute; 
    
	right:-10px; 
    
	top:-10px; 
    
	cursor:pointer; 
    
	height:28px; 
    
	width:28px; 
}

input, textarea {
	font-size: 14px;
	padding:3px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
