@charset "utf-8";
body {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	line-height: 18px;
	/*font-family:Arial, Helvetica, sans-serif; */
	background: #ffffff;
	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;
	background-image:url(images/home-background.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* 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 */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 0;
	height:119px;
}

.oneColFixCtrHdr #main-menu {
	background: #ffffff; 
	padding: 0 0 0 0;  
	margin: 0 0 0 0;
	background-image:url(images/menu-bar-background.jpg);
	background-repeat:repeat-x;
	height:29px;
}

.oneColFixCtrHdr #white-space{
	background: #ffffff; 
	padding: 0 0 0 0;  
	margin: 0 0 0 0;
	height:90px;
}

.logo{
	padding: 29px 0 0 0;  
	margin: 0 0 0 0;
}
.white-space-banner{
	float:right;
	padding: 26px 0 0 0;  
	margin: 0 0 0 0;
	text-align:right;
}

.main-banner-1{
	padding: 34px 0 0 0;  
	margin: 0 0 0 0;
}
.main-banner-2{
	padding: 20px 0 0 0;  
	margin: 0 0 0 0;
}
.main-banner-3{
	padding: 18px 0 0 0;  
	margin: 0 0 0 0;
}
.main-banner-4{
	padding: 36px 0 0 0;  
	margin: 0 0 0 0;
	width:300px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	height: 328px;
	background-image:url(images/container-background.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	height: 328px;
	background-image:url(images/container-background2.jpg);
	background-repeat:repeat-x;
}





.oneColFixCtrHdr #mainCenter {
	padding: 25px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
 	display:inline-table;
}

.oneColFixCtrHdr #mainRight {
	float:right;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:25px 0 0 0;
	background: #FFFFFF;
	background-image:url(images/grey-vertical.gif); 
	background-repeat:repeat-y;
	display:inline-table;

	width:250px;

}

.mainRightTop {
	padding:0 0 0 20px;
	margin:0 0 0 0;
	background-image:url(images/grey-vertical-top.gif.png);
	background-repeat:no-repeat;
	height: 75px;
	width:230px;

}

.mainRightMiddle {
	padding:0 0 0 20px;
	margin:0 0 0 0;
	
}

.mainRightBot {
	padding:0 0 0 20px;
	margin:0 0 0 0;
	background-image:url(images/grey-vertical-bot.gif.png);
	background-repeat:no-repeat;
	height: 75px;
    width:230px;

}

.centerleft{
	padding: 25px 30px 0 0;  
	margin: 0 0 0 0;
	width:470px;
	display:inline-table;

}

.centerboxes{
	padding: 0 50px 0 30px;  
	margin: 0 0 0 0;
	width:245px;
	display:inline-table;

}
.centerdivs{
	padding: 10px 0 10px 0;  
	margin: 0 0 0 0;

}



.oneColFixCtrHdr #footer {
	width:100%;
	min-height:159px;
	background:#ffffff;
	/*background-image:url(images/footer-background.jpg);*/
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer-banner-1{
	padding: 0 0 0 0;  
	margin: 0 0 0 0;
	width:100%;
	height:34px;
	background-image:url(images/footer-background-1.jpg);
}
.footer-banner-2{
	padding: 0 0 0 0;  
	margin: 0 0 0 0;
	width:100%;
	background-color:#06539f;
}
.footer-banner-3{
	padding: 0 0 0 0;  
	margin: 0 0 0 0;
	width:100%;
	height:125px;
	background-color:#06539f;
}



img {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color:#00f;
}


a:link, a:visited{
	text-decoration: none;
	/*color: #0d83dd; */
}

a:hover{
	text-decoration: underline;
	/*color: #014d8f;*//*#03bb03;*/ 
}



.footer-links {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;

}

.footer-links a:link, .footer-links a:visited{	
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

.footer-links a:hover{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}




.text-white-10 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color:#ffffff;
}

.text-white-18 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color:#ffffff;
}
.text-white-italic {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-style:italic;
	/*line-height: 18px; */
	color:#ffffff;
}
.text-black-13 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*line-height: 18px; */
	color:#000000;
}

.text-black-12 {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	color:#000000;
}


.text-black-18 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*line-height: 18px; */
	color:#000000;
}

.text-black-bold-14 {
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight:bold;
	/*line-height: 18px; */
	color:#000000;
}

.text-grey-14 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	/*line-height: 18px; */
	color:#363232;
}
.text-grey-14-quote {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	line-height: 20px; 
	color:#363232;
	font-style:italic;
}


.text-green-14-bold {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	/*line-height: 18px; */
	color:#416925;
}

.text-green {
	color:#416925;
}
