@charset "UTF-8";

body 					{ margin: 0px; color: #777777; font-size: 14px; font-family: Arial; font-family: Arial, Verdana, Univers; background-color: #ffffff; } /* 336699  */
body,td,th 				{ color:#FFF; }  /*white text */
h1 						{ color: #000; font-size: 20px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 						{ color: #000; font-size: 14px; font-weight: bold; margin: 0px 0px 15px 0px; }
h3 						{ color: #000; font-size: 18px; font-weight: bold; margin: 0px 0px 15px 0px; }
p 						{ margin-top: 0px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; }
a 						{ color: black; }
a:visited  				{ color: green; }
a:hover    				{ color: black; font-size: 14px; }



.container  			{ width: 980px; margin-left: auto; margin-right: auto; }
.containerImage			{ width: 980px; margin-left: auto; margin-right: auto; }
.bannerArea 			{ TOP: 0px; LEFT: 0px; POSITION: absolute; width: 100%; height: 100px; background-color: #ffffff; }   /* 4971a2 */
.bannerArea .container  { height:129px; background-image: url(images/bg-top.jpg); background-repeat: no-repeat; }


.bannernav  			{ padding-top: 85px; padding-right: 330px; float: right; color: #112c4c;  font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; }
.bannernav a 			{ color: #ffffff; text-decoration: none; }
.bannernav a:visited 	{ color: #ffffff; }
.bannernav a:hover 		{ color: #112c4c; text-decoration: none; font-size: 12px;}

/* CONTENT AREA */
.contentArea {
	position:absolute;
	top: 124px;
	width: 100%;
	background-color: white;   /* f0eff0  */
}
.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/bg-fill.jpg);
	background-repeat: repeat-y; 
	}
.contentArea .containerImage {	
	background-position: left bottom; background-image: url(images/bg-bottom.jpg); background-repeat: no-repeat;
}	
.contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 0px; 
}

.contentright {
	color: black;
	padding-top: 10px;
	float: left;
	padding-left: 30px;
	width: 210px; }

.imageright 			{ margin-left: 5px; float: right; }


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #cfcfcf;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px; }
.footerArea .container {
	height: 77px;
	background-image: url(images/footer_bkgd.jpg); }
.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; }



/*   This is used to hide the NO SPAM field  in contact form  */
.input_s	{												
						visibility:hidden;
						height:19px;
						background-image: url(images/input_1.gif);
						background-position: left top;
						background-repeat: no-repeat;
						margin:2px 0px 0px 0px; }

.hfont { color: #FFF; font-weight:bold; }