@charset "UTF-8";
	
		BODY {
			margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; background-color: #3F80C2;  
		}
		
		img, div { behavior: url(iepngfix.htc) }
		
		#siteWrapper {
			width: 1024px; height: 768px; background-image: url(../images/hme_background.jpg); background-repeat: no-repeat;
		}
		
		#brandContainer {
			width: 445px; margin-top: 20px; text-align: center; float: left; 
		}
		
		#brandTagLine1 {
			padding-top: 35px; text-align: center;		
		}
		
		#brandTagLine2 {
			padding-top: 412px; text-align: center;
		}
		
		#contentWrapper {
			width: 542px; margin: 40px 20px 0px 0px; float: left; 
		}
		
		#contentContainer {
			width: 542px; border: 1px solid #FFFFFF;			
		}
		
		#navigationContainer {
			width: 542px; height: 75px;
		}
		
		
		#contentNavigation {
			display: block; 
		}
		
		#contentNavigation ul {
			padding: 0px; margin: 0px;
		}
		#contentNavigation li {
			display: block; float: left; width: 165px; font-size: 11px; color: #FFFFFF; background-color: #A9C84B; /*margin: 0px 5px 5px 0px; */padding: 10px 0px 10px 15px;
		}
		
		#contentNavigation li:hover {
			background-color: #7BB035; 
		}
		
		#contentNavigation li.active {
			background-color: #598F14; 
		}
		
		#contentNavigation li a {
			color: #FFFFFF; text-decoration: none;
		}
		
		#homepagePanel1 {
				width: 542px; height: 156px; background-image: url(../images/hme_panel_1.png); background-repeat: repeat-x; 
		}
		
		
		
		#homepagePanel1 img {
			/*	padding-top: 3px;*/
		}
		
		#homepagePanel2 {
				width: 542px; height: 136px; background-image: url(../images/hme_panel_2.png); background-repeat: no-repeat; 
		}
		
		#homepagePanel3 {
				width: 542px; background-image: url(../images/hme_panel_3.png); background-repeat: repeat-x;
				color: #565657; /*padding: 15px 15px 15px 15px; */ text-align: justify;
		}
		
		
	#seperator1 {
			width: 100%; height: 1px; background-color: #E2EEF7;
		}
		
		#seperator5 {
			width: 100%; height: 5px; background-color: #37689A;
		}
		
		#seperatorDG {
			width: 542px; height: 2px; background-color: #3B800F;
		}
		
		#lowerActions {
			/*margin-top: 15px;*/
		}
		
		#lowerPanel1 {
			float: left;
		}

		#lowerPanel2 {
			margin-left: 10px; float: left;
		}
		
		#mailingList {
				width: 225px; height: 51px; background-color: #ECF3E5; margin-bottom: 15px;
			}
		
		.mailingListLabel {
			font-size: 11px; color: #005DB6; text-align: center;
		}
		
		#mailingListForm {
			text-align: center; margin-top: 3px; margin-left: -18px;
		}
		
		.mailingListInput {
			font-size: 10px; color: #7D7E81; text-align: center;
		}
		
		#footerContainer {
			width: 1024px; padding-top: 20px; font-size: 10px; color: #FFFFFF;
		}
		
		.footerLeft {
			 width:445px; display: block; float: left; text-align: center;
		}
		
		.footerLeft a {
			color: #FFFFFF; text-decoration: none;
		}
		
		.footerRight {
			width: 545px; display: block; float: left; text-align: right; 
		}
		
		.footerRight a {
			color: #FFFFFF; text-decoration: none;
		}
		
		.footerRight a:hover {
			text-decoration: underline;
		}
		
		.contentLink {
			color: #598F14; text-decoration: none;
		}
		
		.contentLink:hover {
			text-decoration: underline;
		}
		
	</style>
