
body {
	background:url(../images/body_top.png) top repeat-x;
}

#header {
	background:url(../images/header.png) top left no-repeat;
	width: 100%;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

body#home div#callback {
	background-image: url(../images/callback-top.gif);
	background-color: #009adb;
}

body#home div#callback-btm {
	background-image: url(../images/callback-btm.gif);
}

form#callbackForm fieldset {
	background-color: #bdc9d7;
}

body#home .input-text {
	border-color: #488bb4 !important;
}

#main-col {
	position: relative;
}

body#home #main-col {
 	height: 391px;
	background: url(../images/frontpage.jpg) top left no-repeat;
}

body#personal #main-col {
 	height: 461px;
	background: url(../images/bkg_personal.jpg) top left no-repeat;
}

body#business #main-col {
 	height: 380px;
	background: url(../images/bkg_business.jpg) top left no-repeat;
}

#main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
	width: 365px;
	margin: 10px 10px 0 0;
}

div#get-a-quote {
	position: absolute;
	top: 209px; 
	left: 286px;
	width: 364px;
	height: 132px;
	padding-top: 38px;
	background: url(../images/get_a_quote.jpg) top left no-repeat;
	z-index: 1;
}

div#get-a-quote a {
	display: block;
	width: 364px;
	height: 132px;
	z-index: 1;
}

div#get-a-quote a i {
	visibility: hidden;
}

div#get-a-quote a:hover {
	text-decoration: none;
}

div#get-a-quote a img {
	margin: 98px 12px;
}

body.getaquote #main-col {
	width: 100%;
}

body.getaquote #main-text {
	margin-right: 45px;
}

body.getaquote div#callback {
	background-image: url(../images/personal-top.gif);
	background-color: transparent;
	width: 680px;
}

body.getaquote h3 {
	background-color: #de105a;
	left: -15px;
	top: 10px;
	position: absolute;
	padding-left: 20px;
	width: 660px;
	height: 30px;
	margin-bottom: 20px;
	
}

body.getaquote #callback {
	padding-top: 30px;
	
}

body.getaquote div#callback-btm {
	background-image: url(../images/personal-btm.gif);
	width: 680px;
	padding: 0;
}

body.getaquote .input-text {
	border-color: #7f9db9 !important;
	font-size: 11px !important;
	border-width: 1px !important;
	width: 150px !important;
	margin: 0 !important;
}

body.getaquote .input-textarea {
	font-size: 11px;
	padding: 4px 2px 4px 2px;
	width: 195px;
	border: 1px solid #7f9db9;
	color: #666666;
}

body.getaquote table {
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	width: 320px;
}

body.getaquote table td {
	vertical-align: top;
}

body.getaquote table.table1 {
	border-right: 1px solid #ffffff;
}

body.getaquote table td {
	border-bottom: 1px solid #ffffff;
}

body.getaquote table.table1 td, body.getaquote table.table2 td {
	vertical-align: middle;
	padding: 8px 0 8px 0;
}

body.getaquote table tr.noline td {
	border: none;
}

body.getaquote table.table1 td.small {
	font-size: 10px;
}

p.error {
	margin-left: 15px;
	margin-right: 15px;
}

#footer #left {
	float:left; 
	padding-top: 4px;
}

#footer #right {
	float:right; 
	padding-right: 25px; 
	padding-top: 4px; 
	height: 20px;
}




