@charset "UTF-8";
/* CSS Document */
@import url("suckerfish.css");
@import url("sub_nav.css");
@import url("pop_ups.css");
body{
	margin:0;
	padding:0;
	font:13px normal Arial, Helvetica, sans-serif;
	background-color:rgb(29,180,49);
}

img{
	border:0;
}

h1{
	font-size:18px;
	font-weight:normal;
	color:rgb(29,180,49);
	/*text-transform:lowercase;*/
	margin-top:50px;
}

#main_content h2{
	font-size:15px;
	font-weight:normal;
	color:rgb(29,180,49);
	margin:0 0 7px 0;
}

p{
	font-size:13px;
}

#main_content p{
	font-size:12px;
	line-height:18px;
	margin:7px 0 14px 0;
}

#main_content ul.no_indent{
	margin-left:9px;
	padding-left:9px;
}

#main_content li{
	font-size:12px;
	line-height:19px;
}

em{
	color:rgb(29,180,49);
	font-style:normal;
}

a{
	color:rgb(29,180,49);
}

#brand{
	position:relative;
	height:110px;
	background-color:rgb(80,185,72);
	background-image:url(../images/brand_bg.jpg);
	background-repeat:repeat-x;
}

#navigation{
	height:20px;
	background-color:rgb(29,180,49);
}

#wrapper{
	width:100%;
	min-width:955px;
}

#sub_navigation{
	width:15%;
	float:left;
}

/*
#content_wrapper{
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#A8DB9F;
}
*/

#content_wrapper{
	background-color:White;
}

#content{
	width:83%;
	float:right;
}

#main_content{
	width:59%;
	float:left;
}

#secondary_content{
	width:38%;
	float:right;
}

#content_footer{
	clear:both;
}

.column_image{
	width:100%;
}

#footer{
	position:relative;
	clear:both;
	background-color:rgb(29,180,49);
	background-image:url(../images/footer_drop_shadow.jpg);
	background-repeat:repeat-x;
	height:100px;
}

#dotted_wheel{
	position:absolute;
	top:-10px;
	right:20px;
	width:243px;
	height:244px;
	background-image:url(../images/dotted_wheel.png);
}

/*------------------*/

#slogan_bottom{
	position:absolute;
	top:30px;
	left:50px;
}

#icons_bottom{
	position:absolute;
	top:15px;
	right:20px;
}

.imgright{
	float:right;
	margin:0 0 15px 15px;
}

.imgleft{
	float:left;
	margin:0 15px 10px 0;
}

.more_link{
	text-transform:lowercase;
	display:block;
	margin-top:8px;
	margin-bottom:20px;
}

.name{
	color:Black;
}

.required{
	color:#CC0000;
}

.section_title{
	font-weight:600;
}

/* PRINT ONLY REMOVAL */

#logo_printer{
	display:none;
}

@media print{
body{
	background-color:White;
}

#logo_printer{
	display:block;
}

#brand{
	display:none;
}
	
#navigation{
	display:none;
}
	
#sub_navigation{
	display:none;
}
	
#footer{
	display:none;
}
}