/* top elements */
*, html, div, p, table { padding: 0; margin: 0; }

html {overflow-y: scroll;}
body {
	margin: 0;
	padding: 0;
	font: .9em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background: #A9BAC3 url(images/bg.gif) repeat-x;
	text-align: center;

}



/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 8px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

ul span, ol span {
	color: #666666; 
}

hr {margin: 5px 20px 5px 10px; color: #eeeeee; height: 1px;}

#content-wrap p.small {font-size: .9em;}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: normal 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/***********************
	  LAYOUT
************************/
#natureheader {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 148px;
	background-image: url(images/natureheader.gif);
	background-repeat: repeat-x;
}

#wrap {
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	padding:0;
}

/* header */
#header {
	position: relative;
	height: 148px;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
}


#header #header-inner {
	position: relative;
	width: 820px;
	height: 30px;
}


#header h1#logo {
	position: absolute;
	bottom: 0;
	left: 5px;
	margin:0;
	padding:0;
}
#header h3#phone {
	position: absolute;
	top: 6px;
	margin:0;
	padding:0;
	color: #4284B0;
	right: 18px;
	letter-spacing: 1px;
	line-height: 100%;
	font-size: 1em;
}


h1#logo a img {border: none; background-image: none; margin:0;padding:0;}



/* content */
#content-wrap {
	width: 820px; height: 100%;
	margin: 7px auto 0 auto;
	padding: 0 0 15px;	
	background: #FFF;
}

#content-wrap p {font-size: 1.1em;}
#content-wrap ul li {font-size: 1.1em; padding-bottom: 1em;}

#main {
	margin: 0 10px 0 15px;
	padding: 0;
	width: 585px;
	letter-spacing: .5px;		
}

#main-wide {margin: 0  0 0 15px;}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* rightbar */
#rightbar {
	float: right;
	width: 200px;
	padding: 0;
	margin:0;
}

#footnote {width: 96%; margin: 0 auto;}
#footnote p {line-height: 135%;}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 450px;
}
#footer .footer-right{
	float: right;
	width: 300px;
}
#footer .footer-right a:hover {color: #4284B0;}
#footer .footer-right a.active {color: #4284B0;}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 0;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header ul li a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header ul li a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header ul li a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header ul li a:hover {
   background-position:0% -42px;
}
#header ul li a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.blue {color: #6297bc;}

/* home page intro area */
.hpintro {float: left; padding: 0 15px 0 0; width: 600px;}
.addsb {float: right; padding-right: 10px;"}