@import url("insurance4realtors.css");
/* CSS Document */



/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #363636; 
	background: #d8d8cf; 
	margin: 0px; 
	padding:0px;
	}
	
p { 
	font: 10pt/16pt arial; 
	margin-top: 0px; 
	text-align: left;
	}

h1 {
	font: normal 12pt arial;
	font-weight: bold; 
	color: #193165;
	margin: 0px 0px 10px 0px;

}

h3 { 
	font: italic normal 12pt arial; 
	letter-spacing: .05em; 
	color: #233766;
	}
	
h4 {
	font:27px arial;
	color: #e58722;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #233766;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #233766;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #233766;
	}

/* specific divs */

#container{
	margin-right:auto;
	margin-left:auto;
	
}
	
#intro {
	background-image:url(/images/discount-health-insurance-p.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	width:762px;
	height:950px;
	position: relative;
	padding-top: 260px;
	border: 1px #fff solid;
	
	
}

#form_container {
	width: 410px;
	background: #fff;
	margin: 0px;
	position: absolute;
	left: 60px;
	border: solid 1px #981b1e;

}

#form_container_thankyou {
	width: 410px;
	background: #fff;
	margin: 0px;
	position: absolute;
	left: 60px;
	border: solid 1px #981b1e;
	top: 260px;
}

#form_area {
	width: 400px;
	background: #fff;
	border: solid 1px #0078a6;
	margin-top: 3px;
	margin-bottom: 4px;
}

#form_area td {
	font: 13px arial;
	color: #233766;
	background-color: #f3f0e7;
	margin: 0;
	padding: 5px 0px 5px 0px;
		
}

#form_area td.alt {
	background-color: #fff;
		
}

#form_area input.border {
	border: solid 1px #b8b8b8;
}

#form_area div {
	padding: 0px 0px 0px 20px;
}

#form_area span {
	padding: 0px 0px 0px 0px;
}

#form_error {
	width: 370px;
	background-color: #ffdddd;
	border: solid 1px #ffaaaa;
	margin-top: 3px;
	margin-bottom: 4px;
	height: 50px;
}

#additional_txt {
	position: absolute;
	left: 500px;
	top: 260px;
	width: 220px;	
}

#thankyou_txt {
	margin: 5px;
}

#footer {
	position:absolute;
	color: #000;
	font-family: arial;
	font-size: 11px;
	left: 510px;
	top: 900px;
	width: 200px;
	height: 28px;
}

.inputboxoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
//	border: 1px solid #faab53;
	background-color: #fff;
//	font-weight: bold;
	font-size: 12px;
}

.field_error {
	color: #FA5F53;
}

#main_header {
	background: #fff url(/images/page_header_logo.jpg) no-repeat;
	font: 13px arial;
	font-weight: bold;
	color:#043c65;
	height:104px;
}

p.heading { 
	font:26px arial;
	color: #734f0b;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 27px;
}

td.step {
	font: 18px arial;
	color: #0e79c7;
	padding: 10px 8px 10px 8px;
	font-weight: bold;
}

table.info {
	background-color: #ac9e84;
	font: 12px arial;
	font-weight: bold;
	color: #fff;
}

.getstartedback {
	background: #fff url(/images/arrow_back.jpg) repeat-x 20px;
}

#main_content {
	padding: 0px 9px 0px 9px;
}

#main_content p {
	font:12px arial;
	line-height: 18px;
	color: #313131;
}

#side_nav {
	background: #f3f0e7 url(/images/side_nav_back.jpg) repeat-y;
	padding: 0px 12px 0px 15px;
	font:12px arial;
	line-height:18px;
}

#footer_nav {
	background:#fff url(/images/footer.jpg) no-repeat;
	padding: 4px 0px 0px 0px;
	width:730px;
	height:26px;
	position: relative;
	font: 12px arial;
	color: #233766;
	margin: 8px 10px 8px 20px;
	
}

#footer_nav a:link {
	font: 12px arial;
	font-weight: bold;
	text-decoration: none;
}

#footer_nav a:visited {
	font: 12px arial;
	font-weight: bold;
	text-decoration: none;
}

#footer_nav a:hover {
	font: 12px arial;
	font-weight: bold;
	text-decoration: underline;
}

div.hr {
	background-image:url(/images/bluepix.jpg);
	height:1px;
	margin: 5px 0px 5px 0px;
}

div.hr hr {
	display:none;
}








