@charset "utf-8";
/* CSS Document */

body{
	background-color:#F5FCF8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	font-size: 11px;
}

#site_shadow {
	width: 913px;
	min-height:700px;
	background-image: url(images/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	overflow-x:hidden;
}
#site_container{
	width:901px;
	min-height:688px;
	background-color:#FFF;
	border:1px solid #C4E1C8;
	overflow:auto;
	overflow-x:hidden;
	float:left;
	padding-bottom:0px;
}

#header_container{
	width:901px;
	height:210px;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#content_container{
	width:400px;
	padding:25px;
	float:left;
	background-color:#FFF;
	overflow:auto;
}
#content_container_narrow{
	width:204px;
	padding:10px;
	float:left;
	background-color:#FFF;
	overflow:auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDF8DB;
}
#content_container_wide{
	width:655px;
	padding:10px;
	float:left;
	background-color:#FFF;
	overflow:auto;
}
#steps_container{
	width:901px;
	height:150px;
	float:left;
	background-image: url(images/gradientsteps.png);
	background-color: #E6F2D1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#steps_container_small{
	width:160px;
	height:130px;
	float:left;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
}
#gradient_container{
	width:216px;
	height:150px;
	float:left;
	background-image: url(images/gradient.png);
	background-color: #C0EA86;
	font-size: 24px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
#main_nav{
	width:891px;
	height:21px;
	float:left;
	background-color: #006600;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	background-image: url(images/nav.png);
}
#main_nav a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#content_container h2, #content_container_narrow h2, #content_container_wide h2 {
	font-size: 16px;
	color: #006600;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#main_nav a:hover{
	text-decoration: underline;
}

#content_container h1 {
	font-size: 24px;
	color: #006600;
	line-height: 24px;
}
#content_container a, #content_container_narrow a, #content_container_wide a {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

#content_container p, #content_container_narrow p, #content_container_wide p, #content_container li{
	padding:2px;
	margin:2px;
}

#content_container a:hover, #content_container_narrow a:hover, #content_container_wide a:hover{
	text-decoration:underline;
}
#steps_container_small a {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

#footer{
	width:891px;
	height:21px;
	float:left;
	background-color: #006600;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	background-image: url(images/nav.png);
}

