@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #8EB934;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/gs_watermark.jpg);
	background-position:bottom right ;
	background-repeat:no-repeat;
}

.oneColElsCtr #container {
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*margin-top:2em;*/
	background-image:url(../images/growthspurt_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	/*border:1px solid blue;*/

	}
.oneColElsCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border:1px solid red;*/

}
ul {
	padding-left:0;
	}
	
a {
	text-decoration:none;
	color:white;
	}

.body_text {
	font-family:Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.5em;
	}
	
#shadow_top {
	width: 100%;
	height:24px;
	background-image:url(../images/shadow_top.jpg);
	}
	
#shadow_bottom {
	width: 100%;
	height:24px;
	background-image:url(../images/shadow_bottom.jpg);
	}
	
#main_header {
	float:right;
	margin-top:10px;
	overflow:visible;
	width:75%;
	}
	
.clear {
	clear:both;
	}

#navigation_wrapper {
	width:100%;
	background-color: #8EB934;
	height:28px;
	float:right;
	width:75%;
	overflow:visible;
	}

#sub_header {
	float:left; 
	height:90px;
	padding-top:40px;

	}

h1 {
	font-family:Calibri, "Trebuchet MS", Futura, Helvetica, Arial, sans-serif;
	color: #8EB934;
	font-size:24px;
	letter-spacing:0;
	font-weight:300;
	
	}
	
	
#navigation_ul {
	list-style:none;
	margin:0;
	}

#navigation_ul li {
	display:block;
	color:#FFFFFF;
	font-size:12px;
	float:left;
	margin-left:0;
	}

#navigation_ul li a {
	display:block;
	padding:7px 20px 0 20px;
	height:21px;
	}
		
#navigation_ul li a:hover {
	background-color: #9FCA45;
	}
	
#main_content {
	margin-top:40px;
	padding:10px;
	padding-left:0;
/*	border:1px solid purple;*/

	}
	
#body_content {
	border:1px solid red;
	overflow:visible;
}
	
#left_image {
	float:left;
	margin-right:20px;
	clear:right;
	
	}

#header_img {
	float:right;
	}
	
#footer {
	background-color:#9B8579;
	width:920px;
	margin-right:auto;
	margin-left:auto;
	padding:0 0 0 0;
/*	border:1px solid yellow;*/
	overflow:visible;
	height:20px;
	margin-top:-11px;
	}

.footer_text {
	font-family:Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	color:white;
	font-size:10px;
	text-align:right;
	line-height:2em;
	}
#footer p {
	margin-bottom:0;
	}
	
.plain_ul {
	list-style-type:disc;
	list-style-position:inside;

	
}

.plain_ul li {
	text-indent:1em;
}

.clients_ul {
	list-style-type:disc;
	list-style-position:inside;
	
}

.clients_ul li {
	text-indent:1em;
}


#main_content a {
	color:#8EB934;
	text-decoration:none;
}

#main_content a:hover {
	text-decoration:underline;
}

#contact_form_wrapper {
	display:block;
	font-size:12px;

	
	}
	
.form_div {
	text-align:left;
	padding:5px;
	}


