/* CSS Document */

p {

}


/* layout styles static  */


body {
	margin: 0;
	background-color: #5DB4B5;
}




#container {
	width: 100%;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../_images/container-bg.jpg);
	background-repeat: repeat-x;
}


#header {
	height: 266px;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
}

#headerContent {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	color: #355EB8;
	padding-top: 170px;
	padding-left: 335px;
	
}


#wrapper {
	width: 100%;
	padding-top: 3px;
	position: relative;

}

#headerWrapper {
	height: 266px;
	width: 100%;
	background-image: url(../_images/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}



#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	line-height: 12px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 80px;
	background-image: url(../_images/footer-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}




#col1 {
	width: 30%;
	float: left;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	}
	



#colFull {
	padding: 0px 0px 0px 50px;
	margin: 0px;
	position:relative;
	float: left;
	width: 90%;
	}
	
	
	
#colTitle {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	height: 25px;
	padding-top: 5px;
	color: #2F6D00;
	font-weight: bold;
}




#colTextA {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


	


#col2 {
	width: 30%;
	margin: 0px;
	float: left;
	border-right: 1px solid #CAE7E7;
	border-left: 1px solid #CAE7E7;

}

#colBottomFull {
	margin: 10px 0px 0px;
	border-right: 1px solid #CAE7E7;
	border-left: 1px solid #CAE7E7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CAE7E7;
	position: relative;
	float: left;
	clear: both;
	width: 99%;
	background-color: #E8E8E8;

}


#col2TextA {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}





#col3 {
	width: 30%;
	padding: 0px;
	margin: 0px;
	float: left;

}


#col3TextA {
	padding: 10px 15px 0px;
}







#prodPhoR {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}

#prodPhoL {
	float: left;
	border: 1px solid #ACCD27;
	margin-right: 10px;
	margin-bottom: 10px;
}




#listItemA {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAC621;
	padding-bottom: 25px;
	margin-top: 15px;
	clear: both;
}





.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BAD72C;
	clear: both;
}



.ruleDark {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006A62;
	margin-top: 7px;
	margin-bottom: 5px;
}







 #navSide {
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #FFFFFF;
	text-align: left;
}

 #navSide ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}

 #navSide ul ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

 #navSide a {
	margin: 0px;
	height: 25px;
	width: 161px;
	padding-left: 10px;
	padding-top: 2px;
}

 #navSide li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
	float: left;
}

	#navSide a:link, #navSide a:visited {
	color:#F1FFAF;
	float: left;
	font-weight: bold;
}

	#navSide a:hover {
	color: #2F6D00;
	text-decoration: none;
	background-image: url(../_images/nav-bg-hover.jpg);
	background-repeat: no-repeat;

}

	#navSide a:active {
	color:#FFFF00;
	text-decoration: none;
	background-image: url(../_images/nav-bg-down2.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}


#navHeaderA {
	padding-top: 178px;
	
}


#navHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
}


#navHeader ul {
	margin: 0px;
	padding: 9px 0px 5px;
	list-style-image: none;
	list-style-type: none;
	height: 21px;
	width: 1024px;
	position: relative;

}


#navHeader a {
	padding-right: 0px;
	padding-left: 0px;
   
}


#navHeader li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	background-image: none;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
   
}

#navHeader a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

#navHeader a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


#navHeader a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#navHeader a:active {
	color: #FF9900;
	text-decoration: none;
}

