/**********************************************************
 GENERAL
 **********************************************************/
body {	
	background: #011c55 url(/image/home/bgPage.jpg) center top no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body#home {	
	background: #011c55 url(/image/home/bgPageHome.jpg) center top no-repeat; 
}
#wrapper {
	margin: 0 auto;
	width: 710px;
}
#top-links {
	margin: 27px 26px 0 0;
}
#login {
	float: right;
	display: block;
	width: 101px;
	height: 10px;
	background: url(/image/home/topLinkLogin.png) top left no-repeat;
	text-indent: -9999px;	
	outline: 0;
}
#contact {
	float: right;
	display: block;
	width: 51px;
	height: 10px;
	background: url(/image/home/topLinkContact.png) top left no-repeat;
	text-indent: -9999px;		
	outline: 0;
}
#find {
	float: right;
	display: block;
	width: 232px;
	height: 102px;
	background: url(/image/home/findYourLocal.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: 160px 0 0 0;
	_margin: 152px 0 0 0;	
	outline: 0;
}
#footer {
	color: #2667a6;
	font-size: 10px;
	text-align: center;
	margin: 100px 0 0 0;
}
	#footer a {
		color: #2667a6 !important;
	}
#back {
	display: block;
	width: 91px;
	height: 14px;
	background: url(/image/home/topLinkBack.png) top left no-repeat;
	text-indent: -9999px;
	margin: 15px 0 15px 50px;	
	outline: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
.content h2 {
	margin: 0 0 20px 0;
}

/**********************************************************
HOME
**********************************************************/
#content-home {
	overflow: hidden;
}
.panel {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	float: left;
	display: inline;
}
.panel h1 {
	margin: 0 0 5px 0;
}	
#panel-left {		
	width: 228px;
	padding: 60px 0 0 132px;
}
#panel-right {		
	width: 228px;
	padding: 60px 0 0 0;
	margin: 0 0 0 20px;
}
.disclaimer {
	font-size: 9px;
	display: block;
	color: #b4b4bb;
	margin: 5px 0 0 0;
}
a.panel-cta {
	display: block;
	width: 99px;
	height: 15px;
	background: url(/image/home/ctaFindOutMore.png) top left no-repeat;
	text-indent: -9999px;
	margin: 16px 0 0 0;	
	outline: 0;
}
#panel-right a.panel-cta {	
	margin: 21px 0 0 0;
}


/**********************************************************
PRIVACY POLICY
**********************************************************/
#content-privacy {
	background: url(/image/home/bgPrivacy.png) top left no-repeat;
	width: 604px;
	margin: 0 0 0 23px;
	padding: 25px 28px 200px 28px;	
}
#content-privacy p {
	color: #444444;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0;
}
#content-privacy a {
	color: #0c42b4;
}


/**********************************************************
CONTACT 
**********************************************************/
#content-contact {
	background: url(/image/home/bgContact.png) top left no-repeat;
	width: 604px;
	margin: 0 0 0 23px;
	padding: 25px 28px 200px 28px;	
}
#content-contact h2 {
	margin: 0 0 10px 0;
}
.instruction {
	color: #444444;
	font-size: 12px;
	line-height: 20px;
}
.txt-blue {
	color: #0c42b4;
	font-weight: bold;
}
form#frm-contact {
	margin: 20px 0 0 85px;
	padding: 0;
	font-size: 11px;
	color: #444444;
}
.frm-instruction {
	font-size: 11px;
	color: #444444;
	display: block;
	margin: 0 0 15px 0;
}
.frm-col {
	float: left;
	width: 205px;
	margin: 0 17px 0 0;
}
.frm-col input {
	width: 197px;
}
.frm-row {
	overflow: hidden;
	margin: 0 0 17px 0;
}
form#frm-contact label {
	display: block;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
form#frm-contact input {
	background: url(/image/home/bgInput.png) top left repeat-x;
	border: none;
	color: #444444;
	font-size: 11px;
	padding: 4px;
}	
form#frm-contact select {
	border: none;
	margin: 2px 0 0 0;
}
input.input-long {
	width: 419px;
}
.frm-col2 {
	float: left;
	margin: 0 17px 0 0;
}
input.input-med {
	width: 140px;
}
input.input-short {
	width: 55px;
}
form#frm-contact textarea {
	background: url(/image/home/bgComment.png) top left repeat-x;
	width: 419px;
	height: 82px; 
	padding: 4px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: none;
	overflow: auto;
}	
form#frm-contact #btn-submit {
	border: none;
	padding: 0;
}
form#frm-contact input.input-check {
	background: none;
}
form#frm-contact .error {
	color: #be0404;
	padding: 0 0 0 10px;
	visibility: hidden;
	font-weight: bold;
}


/**********************************************************
 UTILITIES
 **********************************************************/
.clear { clear: both; height: 0; }