@charset "UTF-8";

BODY {
	margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; background-color: #3F80C2;  
}
		
		#siteWrapper {
			width: 1024px; height: 768px; background-image: url(../images/int_background.jpg); background-repeat: no-repeat;
		}
		
		#brandContainer {
			width: 350px; margin-top: 20px; text-align: center; float: left; 
		}
		
		#brandTagLine1 {
			padding-top: 35px; text-align: center;		
		}
		
		#brandTagLine2 {
			padding-top: 465px; text-align: center;
		}
		
		#contentWrapper {
			width: 654px; margin: 40px 20px 0px 0px; float: left; 
		}
		
		#contentContainer {
			width: 654px; border: 1px solid #FFFFFF; /*background-color: #AAC7D9;	*/
		}
		
		#navigationContainer {
			width: 654px; height: 75px;
		}
		
		#seperator1 {
				width: 640; height: 1px; background-color: #E2EEF7;
		}
		
		#seperator5 {
			width: 640px; height: 5px; background-color: #37689A;
		}
		
		#seperatorDG {
			width: 654px; height: 2px; background-color: #3B800F;
		}
		
		#seperatorW1 {
			width: 614px; height:1px; background-color: #FFFFFF;
		}
		
		#seperatorG2 {
			width: 614px; height:2px; background-color: #3B800F;
		}
		
		#bodyContent {
				width: 614px; padding: 15px 20px 0px 20px;
				background-image: url(../images/hme_panel_3.png); background-repeat: repeat-x; 
		}
		
		#privacyContent {
			width: 614px; padding: 15px 20px 0px 20px; background-color: #AAC7D9;
		}
		
		#privacyContent p {
			text-align: justify;
		}
		
		#contentWrapper .title {
			font-size: 29px; color: #3A7EC0; padding-bottom: 10px;
		}
		
		#contentWrapper .share {
			width: 20px; float: left; padding-top: 8px; text-align: right;
		}
		
		#contentWrapper .share a {
			font-size: 10px; color: #598F14; text-decoration: none;
		}
		
		#contentWrapper .share a:hover {
			text-decoration: none;
		}
		
		#contentWrapper .intro {
			padding-bottom: 15px; font-size: 13px; 
		}
		
		#contentNavigation {
			display: block; 
		}
		
		#aboutNavigationImage {
			width: 416px; height: 104px; background-image: url(../images/abo_img_1.jpg); background-repeat: no-repeat; float: left;
		}
		
		#servicesNavigationImage {
			width: 416px; float: left;
		}
		
		#servicesNavigationImage2 {
			width: 416px; height: 78px; background-image: url(../images/srv_img_2.jpg); background-repeat: no-repeat; float: left;
		}
		
		#servicesNavigationImage3 {
			width: 416px; height: 182px; background-image: url(../images/srv_img_3.jpg); background-repeat: no-repeat; float: left;
		}
		
		#contentNavigationList {
			width: 238px; float: left;
		}
		
		#contentNavigationList * {
			user-select: none; cursor: pointer;
		}
		
		#contentNavigationList ul {
			padding: 0px; margin: 0px;
		}
		#contentNavigationList li {
			display: block; width: 223px; height: 21px; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #A3BF48; padding: 5px 0px 0px 15px;
		}
		
		#contentNavigationList li:hover {
			background-color: #7BB035; 
		}
		
		#contentNavigationList li.active {
			background-color: #93AC42; 
		}
		
		#slidingPanes {
			padding-top: 0px; color: #666666; text-align: justify;
		}
		
		#slidingPanes p, ul {
		  margin: 0px; padding: 0px;
		}
		
		#slidingPanesBullet {
			float: left; border: 1px solid #FFFFFF;
		}
		
		#slidingPanesList {
			padding-left: 50px; float: left; border: 1px solid #FFFFFF;
		}
		
		#slidingPanes div div { 
			overflow: hidden; 
		}
		
		#slidingPanes p {
			margin-bottom: 15px;
		}
		
		#slidingPanes .subSectionTitle, .subSectionTitle {
			font-weight: bold; color: #598F14; 
		}
		
		#contentBullet {
			float: left; margin-left: 20px; margin-right: 15px;
		}
		
		#contentBulletContent {
			float: left; margin-top: -3px; margin-bottom: 15px;
		}
		
		.contentLink {
			color: #598F14; text-decoration: none;
		}
		
		.contentLink:hover {
			text-decoration: underline;
		}
			
		#slidingPanes .signOff {
			font-weight: bold; 
		}
		
		#slidingPanes .signOff a {
			color: #598F14; text-decoration: none;
		}
		
		#slidingPanes .signOff a:hover {
			text-decoration: underline;
		}
		
		#seperator1 {
			width: 600px; height: 1px; background-color:#FFFFFF;
		}
	
		.panelTable {
			margin-bottom: 15px;
		}
		
		.panelBullet {
			padding-top: 3px;
		}
		
		
		#footerContainer {
			width: 1024px; padding-top: 10px; padding-bottom: 20px; font-size: 10px; color: #FFFFFF; clear:both;
		}
		
		.footerLeft {
			 width:350px; display: block; float: left; text-align: center;
		}
		
		.footerLeft a {
			color: #FFFFFF; text-decoration: none;
		}
		
		.footerLeft a:hover {
			text-decoration: underline;
		}
		
		.footerRight {
			width: 650px; display: block; float: left; text-align: right; 
		}
		
		.footerRight a {
			color: #FFFFFF; text-decoration: none;
		}
		
		.footerRight a:hover {
			text-decoration: underline;
		}
		
		.formRequired {
			color: #FF0000; font-size: 11px;
		}
		
		.emoteText {
			font-size: 11px;
		}
			
		
		
	</style>

