*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white url(images/backgd_body.png) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
/*collapsed border model= adjacent table cells share borders. separated model=adjacent cells each have their own distinct borders */
	border-collapse: separate;  
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
border: 0;
border-top: 1px solid #999;
background-color: #999;
color: #999;
height: 1px;
margin: 1em 0;
clear: both;
}
/* 
* {
margin:0;
padding:0;
}
*/
h1 {
	font-size:122%;
	color:#006633;
	padding:5px 0 0 10px;}
h2 {
	font-size:100%;
	color:#006633;
	padding:5px 0 0 10px;}
h3 {
	background-color:#96B57A;
	color: #FFFFFF;
}
p {
	font-size:.85em;
}
ul{
list-style:disc;
}
ol {
margin:0 0 0 2em;	}
li {
	font-size:.9em;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#006600;
}
a:hover{
	color: #8C8F62;
}
a:visited{
	color: #41442F;
}
a:active{
	color: #8C8F62;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width:751px;
	margin:0 auto 0 auto;
	text-align:center;
		}
#container2 {
	width:750px;
	background: url(images/backgd_contain.png);
	position:relative;	min-height: 100%;
		}
br.clearfloat {
clear: both;
height: 1px;
display:block;
}
/**************************************************/		
/************** BANNER DIVs ***********************/
/**************************************************/
#banner {
margin:0;
padding:0;
position:relative;}

.logo {
float:left;
width:240px;
margin-left:10px;
}
.navwrapper {
float:left;
width: 459px;
margin-left: 25px;
}
/**************************************************/		
/************** NAVIGATION DIVs ***********************/
/**************************************************/
#navigation {
	padding-top:3px;
	height:23px;
	width:95%;
	border:1px #666666 solid;
	background: url(images/backgd_nav.png) repeat-x left top;
	font-weight: bold;	text-align:center;
}
#navigation a:link, #navigation a:visited, #navigation a:active{
	color:#FFFFFF;
	padding: 0 35px 0 0;
	font-size:.9em;
	text-decoration:none;
	}
#navigation a:hover {
	color: #000000;
}
/**************************************************/		
/************** MASTHEAD DIVs ***********************/
/**************************************************/
#masthead {
	background: url(images/backgd_masthead.png) repeat-x left top;
	width:736px;
	height:205px;
	color:#FFFFFF;
	font-size:1.9em;
	text-align:left;
	padding:0 0 20px 15px;
	position:relative;
	clear:both;
	top:auto;
	float:left;
}
.mastheadpics {
float:right;
position:relative;
top:-220px;
left:100px;
clear:both; height:260px;

}

/**************************************************/		
/************** CONTENT DIVs ***********************/
/**************************************************/

#content {
	text-align:left;
	position:relative;
}
table#content img.growth {border:#333333 1px solid}
#content ul {
margin-left:30px;
text-align:left;
}
#content td {
vertical-align:top;
text-align:left;
padding:5px 15px;
line-height:1.5em;
}
#content p {
text-align:left;
margin:0 0 12px 0; 
}
.left-column {
width:65%;
}
.right-column {}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#006600;
	padding:0;
	font-size:1em;
}
#content img {
margin:0 10px 5px 0;}

.ad-contact {
	background: url(images/ad_contact.png) no-repeat;
	height:180px;
	padding:45px 10px 0 10px;
}

#contact {
width:99%;
}
#contact{
background-color:#d8d3ac;
border:1px solid #333333;
padding:3px 0 8px 10px;
}
#contact input, #contact textarea {
width: 85%;
margin:3px;
padding:3px;
}
/**************************************************/		
/************** FOOTER DIVs ***********************/
/**************************************************/

#footer {
	color:#000000;
	font-size:.8em;
	margin: 0 auto;
	padding:5px 0 0 0;
	color:#FFFFFF;
	height:40px;
	background: url(images/contain_bottom.png) no-repeat;
}
#footer p {	padding-top:10px;
	padding-bottom:10px;
	}

.gx a{ color:#666666; font-size:0.75em; text-decoration:none; }

