/*
Theme Name: InsurancePhD
Theme URI: http://insurancephd.com/wordpress
Description: A Wordpress theme designed to collect Insurance leads
Author: Andrew Wise
Author URI: http://wisestartupblog.com
Version: 1.0
Tags: insurance, business, commerce, leads

This work is released under GNU General Public License, version 2 (GPL).

*/

body {
    font-family: Arial;
    color: #333;
	background: #fff url(/wp-content/themes/insurancephd/images/background.gif) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
    margin: 0 auto;
    width: 900px;

}

a {
    color: #2357ad;
    text-decoration: none;
}

a:hover {
	color: #649EFF;
}

#header {
	height: 65px;
	background: grey;
    background: #fff url(/wp-content/themes/insurancephd/images/background.gif) repeat-x;

}

#insurance-logo a{
	float: left;
    background: url(/wp-content/themes/insurancephd/images/insurance-company-quote.jpg) no-repeat;
    width: 244px;
    height: 52px;
    display: block;
	margin: 7px 0 0 5px;
}

#insurance-types {
	float: right;
}

#insurance-types ul {
	list-style: none;
	margin: 0;
}
#insurance-types ul ul {
	display: none;
}
#insurance-types li {
	display: inline;
}
#insurance-types a {
	display: block;
	float: left;
	margin: 17px 10px 0px 10px;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
}

#insurance-types a:hover {
	color: #649EFF;
}

#main {
	margin: 0 25px;
}

#container {
	
}

#content {
	line-height: 16px;
	font-size: 13px;
	float: left;
}

#content h2 a{
	color: #333;
	font-size: 25px;
	margin: 0;
	padding: 0;
}

#quotes {
	display: block;
    color: #2357ad;
	margin: 10px 0 0 0;
}

#auto-insurance {
	float: left;
	width: 472px;
	background: url(/wp-content/themes/insurancephd/images/auto-insurance-quote.jpg) no-repeat;
	height: 303px;
	display: block;
}

#home-insurance {
	float: left;
	width: 472px;
	background: url(/wp-content/themes/insurancephd/images/home-insurance-quote.jpg) no-repeat;
	height: 303px;
	display: block;
}

#life-insurance {
	float: left;
	width: 472px;
	background: url(/wp-content/themes/insurancephd/images/life-insurance-quote.jpg) no-repeat;
	height: 303px;
	display: block;
}

#health-insurance {
	float: left;
	width: 472px;
	background: url(/wp-content/themes/insurancephd/images/health-insurance-quote.jpg) no-repeat;
	height: 303px;
	display: block;
}

#right {
	float: left;
	width: 322px;
	height: 303px;
	display: block;
	margin: 0 0 0 56px;
	background: url(/wp-content/themes/insurancephd/images/insurance-usa.jpg)
}

#insurance-companies {
	float: left;
	display: block;
	padding: 10px;
}

#message {
	margin: 0 20px;
	width: 340px;
	float: left;
}

#price {
	font-size: 100px;
	float: left;
	font-weight: bold;
	margin: 0 0 -12px 0;
}

#insurance-advice {
	padding: 15px 0 0 0;
}

#insurance-advice h3 {
	float: left;
	font-weight: bold;
	font-size: 17px;
	padding: 0;
	line-height: 17px;
    color: #2357ad;
    margin: 20px 0 10px 0;

}

#insurance-advice {
	float: left;
	padding: 0;
	font-weight: bold;
	font-size: 17px;
	margin: 10px 0 0 10px;
	line-height: 17px;
	color: #649eff;
}

#free-quote {
	width: 300px;
	margin: 120px 20px 0 20px;
	float: left;
}

.input {
	float: left;
	margin: 5px 0;
}

.zip-text {
	float: left;
	padding: 10px 0 0 5px;
	font-size: 15px;
}

#current {
	margin: 235px 5px 0px 0;
	text-align: right;
	font-size: 13px;
}

.submit {
	float: left;
}

.entry-meta {
	color: #649eff;
	font-weight: bold;
	font-size: 12px;
	margin: -8px 0 0 0;
}

#insurance-prices {
	background: url(/wp-content/themes/insurancephd/images/insurance-prices.jpg) no-repeat;
	width: 250px;
	height: 125px;
	display: block;
	margin: 0 0px 0 0px;
	float: left;
}

#insurance-guide {
	background: url(/wp-content/themes/insurancephd/images/insurance-guide.gif) no-repeat;
	width: 250px;
	height: 125px;
	display: block;
	margin: 0 0px 0 50px;
	float: left;
}

#insurance-guarantee {
	background: url(/wp-content/themes/insurancephd/images/insurance-promise.jpg) no-repeat;
	width: 250px;
	height: 125px;
	display: block;
	margin: 0 0px 0 50px;
	float: left;
}

#blocks {
	margin: 10px 0;
	float: left;
}

#line {
	background: #2357ad;
	width: 850px;
	height: 1px;
	margin: 10px 0;
	float: left;

}