/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #c6facc;
}

#main {
	width: 766px;
	margin: auto;
	background-color: #FFF;
}

#header {
	background-color: #fcfcfe;
}

#main #header {
	padding-bottom:0px;
	margin-bottom:0px;
}

#main #header #logo {
	border-bottom: 3px solid #314e59;
	float:left;
	position:relative;
	*position:relative;
	*clear:both;
	*left:0px;
}

#main #header #video {
	clear:both;
	height: 335px;
}

#main #header #video #left {
	float: left;
	width: 344px;
	height: 335px;
}

#main #header #video #right {
	float: right;
	width: 370px;
	height: 335px;
	text-align: center;
	vertical-align: middle;
	margin-right:25px;
}

 #content {
	float:left;
	clear:both;
	height:100%;
}

#inner_content {
	background:url('images/inner_back.gif') repeat-x;
	background-color:#c6facc;
	clear:both;
	padding-right:6px;
	height:100%;
}

#green_back{
	background:url('images/content_back.gif') no-repeat;
	background-color:#FFF;
	width:740px;
	margin-left:10px;
	margin-right:10px;
	padding:20px 5px 0 0;
}

#left_shadow {
	background-image:url('images/left_shadow.gif') repeat-y;
	height:100%;
}
table {
	background: none;
}

#main #footer {
	clear:both;
}

#main #footer #bar{
	clear:both;
	width: 746px;
	margin-top:0px;
	padding:0 20px 0 10px;
	background-color: #c6facc;
	border-left:none;
	border-right:none;
	text-align: center;
	vertical-align: middle;
}

#toplinks {
	float:right;
	width:400px;
	height:50px;
}

#toplinks ul li{
	font-family:Arial Narrow, Arial;
	font-size:12px;
	padding-left:10px;
	display:inline;
	list-style:none;
}

#toplinks ul li a{
	list-style:inline;
	color:#7ee3a8;
	text-decoration:underline;
}

#menu {
	float:left;
	width:500px;
	clear:both;
	position:absolute;
	*position: relative;
	top:130px;
	*top: -330px;
	padding:0px;
	font-size:14px;
	font-weight:600;
}

#menu #unactive a{
	font-family:"Myriad Pro", Tahoma;
	color:#000;
	text-decoration:none;
	float:left;
	margin:0 5px 0 25px
}

#menu #active a{
	font-family:"Myriad Pro", Tahoma;
	text-decoration:none;
	color:#03fd6d;
	float:left;
	margin:0 5px 0 25px

}

#why_use {
	margin:20px 0 0 25px;
}

#esurance {
	margin:20px 0 0 10px;
	background-image: url(images/esurance.png); 
	height:270px; 
	width: 713px;
	padding: 10px;
	font-family:Times New Roman;
	font-size:13px;
	font-weight:800;
}

#esurance_left { 
	float:left;
	width:42%;
	padding-top:30px;
	padding-left:0px;
}

#esurance_banner {
	width:285px;
	height:80px;
	border:0px solid red;
	margin: 30px;
	margin-left:5px;
  background-image: url(images/esurance-logo.jpg);
}

#esurance_right {
	float:right;
	width:61%;
  margin-left: -60px;
  padding-left: -50px;
}

#toppadding {
	height:150px;
}

#bottom_padding {
	clear:both;
	width:766px;
}

.line {
	height: 1px;
	background-color: #000000;
	width: 90%;
	margin: auto;
	border: 1px;
}

.bar {
	background-image: url(images/bar.jpg);
	height:1px;
	width: 1px;
	float: left;
}
blockquote {
	margin-bottom:0px;
}


.buttons_holder { 
	text-align: right;
	padding-right: 100px;
}

h1 {
	font-size: 18px;
}

