@charset "UTF-8";
/* CSS Document */


body {
	color:#7c7c7c;
	font-size:12px;
	background:url(img/background.png) repeat-x;
	font-family:Tahoma, arial;
	}
	

h2 {
	font-size:16px;
	}
	
a:link {color:#57adc3;}
a:active {color:#57adc3;}
a:visited {color:#57adc3;}

	
#headerGraphic {
	width:770px;
	height:90px;
	background:url(img/cheapCarInsuranceHeader.jpg);
	}
		
#container {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #7d7c7d;
	background: #ffffff;
	}
	
#contents {
	background-color:#ffffff;
	padding:30px 20px 20px 20px;
	}
	
#article h1 {
	font-size: 18px;
	color: #7c7c7c;
	padding: 0px;
	}
		

#form {
	height: 240px;
	width: 680px;
	border:5px solid #3C899E;
	background-color:#50A6BD;
	padding: 0px 20px 0px 20px;
    display: inline-block;
	
	}

#formstyle {
	border:1px solid #9bbcd7;
	background-color:#3C899E;
	padding:20px;
	_padding-bottom: 5px; /* IE6 hack */
	color:#ffffff;
	font-weight:bold;
	height: 138px;
	width: 340px;
	}	
	
#formstyleBlog {
	border:1px solid #9bbcd7;
	background-color:#3C899E;
	padding:0px;
	_padding-bottom: 5px; /* IE6 hack */
	color:#ffffff;
	font-weight:bold;
	height: 120px;
	width: 217px;
	text-align: center;
	}
	
#radio {
	position:relative; top:3px;
	}
	
#reasons {	
	width:245px;
	height:200px;
	float:right;
    margin-top: 45px;
	font-style:italic;
	font-size:18px;
	line-height: 27pt;
	color:#ffffff;
	}

#reasons ul {
    margin-top: 15px;
	}

#formcontents {
	float:left;
	margin-top: 15px;
	}

#insuranceImages {
	width:730px;
	height:100px;
	margin-bottom: 60px;
	margin-top: 10px;
	}
	
#mainimage {
/*	background:url(family-car.png) no-repeat;*/
	width:715px;
	height:287px;
	}
			
#tagLine {
	width:360px;
	height:30px;
	font-size:17px;
	color:#ffffff;
	}
	
#button {
	margin-top:20px; 
	margin-left:65px;
	background:url(img/button.jpg) no-repeat;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	display:block;
	width:200px;
	height:60px;
	border:0px;
	
	 }	
	 
#buttonBlog {
	margin-top:10px; 
	margin-left:9px;
	background:url(img/button.jpg);
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	display:block;
	width:200px;
	height:60px;
	border:0px;
	 }

#footer {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer a {color:#aba29e;}
#footer a:active {color:#aba29e;}
#footer a:visited {color:#aba29e;}




H2.contact-header {
	margin:5px 0px;
	padding:0px;
	font-size:13px;
}

.contact-sendto {
	padding-left:10px;
}

.contact-info {
	padding-left:10px;
}

.contact-info INPUT {
	margin-bottom:10px;
	display:block;
}

.contact-message {
	padding-left:10px;
}

.contact-message TEXTAREA {
	width:500px;
}

.contact-submit {
	text-align:center;
	padding-top:10px;
	width:500px;
}