html {
	background: #FFF url(images/siteBG_fade.jpg) no-repeat top center;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	height: 100%;
	width: 100%;
	scrollbar-base-color:#4E80C5;
	scrollbar-face-color:#053560;
	scrollbar-track-color:#285e91;
	scrollbar-arrow-color:#fff;
	scrollbar-highlight-color:#488dcc;
	scrollbar-3dlight-color:#111111;
	scrollbar-shadow-color:#488dcc;
	scrollbar-darkshadow-color:#000000;
}
body {
	margin: 0;
	padding: 0;	
	height:100%;
}
p, div, h1, h2, h3, h4, h5, img, form {
	margin:	0;
	padding: 0;
	border:	0;
}
h1 {font:normal 20px "Arial Narrow", Arial, sans-serif;color:#4586b5;margin:0 0 10px 20px;}

a {color:#0f429c;text-decoration: none;}
a:hover {text-decoration:underline;color:#0f429c;padding:0px;}

.clear {clear:both;}

.pageWrapper {height:100%; width:962px; margin:0 auto;text-align:left;}
.header {height:104px; float: left; }
.right { float: right; padding-right: 15px; }
.billboard {height:341px; background: url(images/flashHolder.gif) no-repeat top left;}
.homeOneThird {width:301px; float:left;padding:0 8px;text-align:justify;margin-top:18px;}
.homeOneThirdBottom {width:301px; float:left;padding:0 8px;text-align:justify;margin-top:0;}
.sep {margin:20px 0; height:2px; background: url(images/hrBG2.gif) repeat-x;}
.copyright {margin:10px 0 0 10px;font:normal 7pt Verdana; color: #999999;}

a.quote{
	background:url(images/btn_quote.png);
	width:190px;
	height:32px;
	display:block;
	margin:25px 60px 0 60px;
}

a.quote:hover{
	background:url(images/btn_quoteOver.png);
	width:190px;
	height:32px;
}

label { display:block; width: 200px; text-align:right; float:left; line-height:150%; padding: 2px 10px 2px 0px; }
br { clear:both; }
fieldset { line-height: 250%; display:block; }
input[type=text], select{
	/*background-color:#ededed;*/
	margin-right: 10px;
}
.required {
	background-color: #ffc !important;
}

.error {
	background-color: #fdd;
	border: 1px solid #f00;
	padding: 5px;
	margin: 5px;
}
.success {
	background-color: #cfb;
	border: 1px solid #0f0;
	padding: 5px;
	margin: 5px;
}
