@charset "UTF-8";
/* CSS Document */


a:link {text-decoration: none; color: #333333;}
a:visited {text-decoration: none; color: #666666;}
a:active {text-decoration: none; color: #333333; }
a:hover {text-decoration: none; color: #99CC00;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e4e4e4 url('images/home-bg.gif') repeat-x;
	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;
}
.whitetext {
	font-size: 12px;
	color: #FFFFFF;
}
.style4 {
	color: #FFFFFF;
	font-size: 18px;
}
.style5 {
	color: #99CC00;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style10 {
	color: #000000;
	font-size: 10px;
}
.calltoaction {
	color: #99CC00;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.style13 {
	color: #99CC00;
	font-size: 18px;
	}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin: 0; /* zeroing the margins of the first element in the maincontent will avoid the possibility of margin collapse - a space between divs */
	background-image: url('images/header.gif'); 
	height: 80px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0; /* zeroing the margins of the first element in the maincontent will avoid the possibility of margin collapse - a space between divs */
	height: 300px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url('images/home-image-bg.jpg'); 

}
.oneColFixCtrHdr #mainContent p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	top: 50%;
	padding: 50px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	width: 440px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url('images/feature-bg.gif') ;
	height: 185px;
	padding-left: 200px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-bottom: 15px;
}
.feature {
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	}
.oneColFixCtrHdr #smlNav {
	float: right;
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	height: 20px;
}
#navContainer {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	text-align: right;
	valign: middle;
	height: 20px;
	line-height: normal;
	margin: 0;
	background-image: url('images/main-nav-bg.gif');
	}
#navContainer ul li.first {
	border-left: none;
	margin: 0;
}
#navContainer ul li { 
	display: inline; 
	border-left: 1px solid #666666;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
}
#navContainer ul  { 
	margin-top: 0;
	padding-top: 2px;
	padding-right: 5px;
}
#panel1 {
	background-image: url('images/panel.png');
	position:absolute;
	top:160px;
	width: 155px;
	height: 58px;
	text-align: left;
	padding: 10px;
}
#panel2 {
	background-image: url('images/panel.png');
	position:absolute;
	top:250px;
	width: 155px;
	height: 58px;
	text-align: left;
	padding: 10px;
}
.oneColFixCtrHdr #baseline {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #e4e4e4;
	padding: 5px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
}
