body {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #002B61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

ul {
	margin-bottom: 5px;
	margin-top: 10px;
}
ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 7px;
	margin-left: 10px;
}

a {
	color: #052D0B;
	text-decoration: none;
}
a:visited {
	color: #052D0B;
	text-decoration: none;
}
a:hover {
	color: #0B6418;
	text-decoration: none;
}



.align-center {
	text-align: center;
	margin: auto;
	display: block;
}
.align-left {
	text-align: left;
}
.fl-left {
	float: left;
}

.align-right {
	text-align: right;
}

.clear { clear:both }
#mainwrapper {
	background-repeat: no-repeat;
	background-position: center 100px;
	background-color: #FFF;
}














.index {
	background-image: url(images/layout-1.png);
	height: 510px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}
.life {
	background-image: url(images/layout-3.png);
	height: 510px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}
.auto {
	background-image: url(images/layout-4.png);
	height: 510px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}
.health {
	background-image: url(images/layout-2.png);
	height: 510px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}
.home {
	background-image: url(images/layout-5.png);
	height: 510px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}
.about {
	background-image: url(images/layout-6.png);
	height: 510px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}
.blog {
	background-image: url(images/layout-7.png);
	height: 430px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}
.results {
	background-image: url(images/layout-8.png);
	height: 430px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00223A;
}







.others {
	height: 100px;
}
.blog-entry {
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-bottom: 30px;
}
.blog-entry p {
	padding-bottom: 7px;
}
.blogread {
	background-color: #D7E9FF;
	padding: 10px;
	color: #000;
	display: block;
	float: left;
	margin-left: 20px;
	border-radius: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}


.blogdate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(images/clock.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 14px;
}
.blogimage {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}



.webarea {
	margin: auto;
	width: 960px;
}
.menuarea {
	height: 100px;
	width: 960px;
}
#mainmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: none;
}
#mainmenu li a {
	display: block;
	height: 100px;
	text-indent: -5000px;
	background-image: url(images/topmenu.png);
}
#li-logo a{
	width: 400px;
	background-position: 0px 0px;
}
#li-auto a{
	width: 140px;
	background-position: -400px 0px;
}

#li-health a {
	width: 150px;
	background-position: -540px 0px;
}

#li-home a {
	width: 130px;
	background-position: -690px 0px;
}

#li-life a {
	width: 140px;
	background-position: -820px 0px;
}
#li-auto a:hover {
	background-position: -400px -100px;
}
#li-health a:hover {
	background-position: -540px -100px;
}
#li-home a:hover {
	background-position: -690px -100px;
}


#li-life a:hover {
	background-position: -820px -100px;
}
.quote-text {
	height: 140px;
	width: 540px;
	padding-left: 420px;
	padding-top: 30px;
}


.quote-text h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}

.quote-text h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #91E3FF;
	font-weight: normal;
	margin-left: 100px;
	margin-top: 10px;
}
.blog-text {
	width: 550px;
	padding-top: 135px;
	padding-right: 410px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 22px;
	color: #FFF;
}

.yellowcolor {
	color: #FF0;
}
.bluecolor {
	color: #91E3FF;
}
.quote-text-insurance {
	height: 150px;
	width: 500px;
	padding-left: 460px;
	padding-top: 20px;
}
.quote-text-insurance h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
.quote-text-insurance1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}

.quote-text-insurance h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #91E3FF;
	font-weight: normal;
	margin-top: 0px;
	text-align: center;
}

.quote-text-insurance2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #91E3FF;
	font-weight: normal;
	margin-top: 0px;
	text-align: center;
}


.quote-area {
	height: 200px;
	width: 960px;
	position: relative;
}
#insurance_type {
	background-color: transparent;
	background-image: none;
	position: absolute;
	top: 44px;
	left: 525px;
	width: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0 none;
}
#zip {
	background-color: transparent;
	background-image: none;
	position: absolute;
	top: 44px;
	left: 730px;
	width: 80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0 none;
	text-align: center;
	font-weight: bold;
}
#get-quotes-btn {
	background-color: transparent;
	background-image: none;
	position: absolute;
	top: 30px;
	left: 825px;
	width: 110px;
	border: 0 none;
	height: 50px;
	text-indent: -5000px;
	cursor: pointer;
}
.middle-white {
	margin: auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	background-color: #FFF;
	min-height: 200px;
}
.sitemap-bg {
	background-image: url(images/sitemap.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.other-white {
	margin: auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	min-height: 200px;
	background-color: #FFF;
}
.other-white h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding-bottom: 10px;
}
.other-white h2 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.other-white h2 span {
	color: #0085DD;
}

.other-white h3 {
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: normal;
}
.other-white ol, .other-white ul {
	margin-left: 30px;
}


.left-image {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.middle-white p {
	padding-bottom: 7px;
}


/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Headings
----------------------------------------------------------------------------------------------------*/

.title {
	font-size: 40px;
	font-family: "League Gothic", 'LeagueGothicRegular', LeagueGothicRegular, Tahoma, Geneva, sans-serif;
	color: #004270;
}
.middle-gray-wrap {
	background-color: #EFEFEF;
	background-image: url(images/pattern.png);
}

.middle-gray {
	margin: auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.allwhite {
	background-color: #FFF;
}

.middle-white-results {
	margin: auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 600px;
}
.middle-white-results-top {
	margin: auto;
	background-image: url(images/layout-1.png);
	background-repeat: no-repeat;
	height: 15px;
	background-position: center bottom;
}


.middle-list {
	width: 335px;
	background-image: url(images/icons.gif);
	background-repeat: no-repeat;
	padding-left: 130px;
	float: left;
	padding-right: 15px;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 10px;
}
.middle-auto {
	background-position: 5px 10px;
}
.middle-health {
	background-position: 5px -190px;
}
.middle-home {
	background-position: 5px -390px;
}
.middle-life {
	background-position: 5px -590px;
}
.statement-area {
	background-color: #EEE;
	padding-top: 18px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
}

.thestatement {
	margin: auto;
	width: 960px;
}
.steps-area {
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-image: url(images/light-bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.steps-area h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 12px;
}

#step1 {
	background-image: url(images/site-steps.png);
	background-repeat: no-repeat;
	float: left;
	width: 190px;
	padding-top: 220px;
	text-align: center;
	margin-right: 20px;
	margin-left: 35px;
}
#step2 {
	background-image: url(images/site-steps.png);
	background-repeat: no-repeat;
	float: left;
	width: 190px;
	padding-top: 220px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	background-position: -190px top;
}
#step3 {
	background-image: url(images/site-steps.png);
	background-repeat: no-repeat;
	float: left;
	width: 190px;
	padding-top: 220px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	background-position: -380px top;
}
#step4 {
	background-image: url(images/site-steps.png);
	background-repeat: no-repeat;
	float: left;
	width: 190px;
	padding-top: 220px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	background-position: -570px top;
}


.thesteps h4 {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}


.thesteps {
	margin: auto;
	width: 960px;
}


.statement-area h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #003052;
}
.statement-area h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ff9c00;
	line-height: 35px;
}
.statement-area h3 span {
	color: #004271;
}



#copyright {
	width: 940px;
	color: #042A05;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 8px;
}

#copyright h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#footer {
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 10px;
	background-color: #002b61;
	padding-bottom: 15px;
	font-size: 14px;
}

.footercontent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #BEE2F8;
	text-decoration: underline;
}
#footer p {
	padding-bottom: 6px;
}
#f-links {
	border-collapse: collapse;
	line-height: 18px;
}
#f-links td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003E88;
	padding-left: 20px;
	line-height: 21px;
}
#f-links td.first {
	border-left-width: 0px;
}
#f-links td.last {
	border-right-width: 0px;
}




.left_side {
	float: left;
}
.right_side {
	text-align: right;
	float: right;
	padding-right: 40px;
	padding-top: 5px;
}
.social {
	text-indent: -3000px;
	display: block;
	height: 25px;
	width: 30px;
	float: left;
	background-image: url(images/social.png);
}
.follow {
	float: left;
	padding-top: 2px;
}

.facebook {
	background-position: left top;
}
.twitter {
	background-position: -30px top;
}
.youtube {
	background-position: -60px top;
}
.linkedin {
	background-position: -90px top;
}
.googleplus {
	background-position: -120px top;
}

.secure_1 {
	position: absolute;
	left: 770px;
	top: 132px;
}
.secure_2 {
	position: absolute;
	left: 890px;
	top: 128px;
}
.social-icons {
	position: relative;
}
.facebook-icon {
background: url(images/facebook-icon.jpg);
background-repeat: no-repeat;
padding-left: 20px;
}
.twitter-icon {
background: url(images/twitter-icon.jpg);
background-repeat: no-repeat;
padding-left: 20px;
}

.linked-icon {
background: url(images/linkedin-icon.jpg);
background-repeat: no-repeat;
padding-left: 20px;
}
.google-icon {
background: url(images/googleplus-icon.jpg);
background-repeat: no-repeat;
padding-left: 20px;
}
.youtube-icon {
background: url(images/youtube-icon.jpg);
background-repeat: no-repeat;
padding-left: 20px;
}
.rss-icon {
background: url(images/rss-icon.png);
background-repeat: no-repeat;
padding-left: 20px;
}
.g-plus-footer {
	float: left;
	padding-top: 2px;
	padding-left: 5px;
}
