
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    Bill White Insurance
URL :      http://billwhiteinsurance.com

Created :  11.10.2009
Modified : 11.18.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Font Reset */
body { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -               H T M L	               - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #657784; text-decoration: underline; }
a:visited { color: #657784; text-decoration: underline; }
a:hover { color: #657784; text-decoration: none; }
a:active { color: #657784; text-decoration: none; }


/* Headings 
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 { 
	clear: both;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #013259;
}

h2 { width: 380px; margin: 0 0 1em; font-size: 2.4em; font-weight: normal; }
body#get-quotes h2, body#banners-landing h2 { width: 540px; }

h3 { margin: 0 0 0.5em; font-size: 1.6em; }
h4 { margin: 0 0 0.25em; font-size: 1.4em; }
h5 { margin: 0 0 1.5em; font-size: 1.2em; }
h6 { margin: 0 0 1.8em; font-size: 1em; }

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1em; font-size: 1em; line-height: 1.3em; }

#content p { font-size: 1.3em; }
#content ul { font-size: 1.2em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.8em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em; padding: 0 0 0 16px; }
ul li, ol li { margin: 0 0 0.5em; line-height: 1.4em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* - - - - - - - - - - - - - - - - - - - - - - -         M A I N - L A Y O U T         - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	padding: 0 0 100px;
	color: #657784;
	background: #01355c url('../images/body_gradient.jpg') repeat-x 0 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
	text-align: left;
	background: #fff url('../images/header_gradient.jpg') repeat-x 0 0;
}

.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

/* Header
-------------------------------------------- */
#header {
	position: relative;
	height: 146px;
}

#header #logo {
	position: absolute;
	top: 14px;
	left: 30px;
	width: 273px;
	height: 108px;
}

#header p { 
	position: absolute;
	top: 66px;
	right: 14px;
	font-size: 2em; 
	text-align: right; 
	line-height: 1.1em; 
	color: #013259; 
}

/* Accent Photos */
body.page #header p { top: 12px; }

#accent-photo {
	position: absolute;
	z-index: 105;
	right: -23px;
}

body#homepage #accent-photo {
	top: 93px;
	width: 308px;
	height: 451px;
}

body#banners-landing #accent-photo {
	top: 0;
	width: 308px;
	height: 451px;
}

body.page #accent-photo {
	top: 52px;
	width: 255px;
	height: 320px;
}

body#homepage #accent-photo { background: url('../images/accent_home.jpg') no-repeat 0 0; }
body#banners-landing #accent-photo { background: url('../images/accent_banners.jpg') no-repeat 0 0; }
body#business-insurance #accent-photo { background: url('../images/accent_business_ins.jpg') no-repeat 0 0; }
body#personal-insurance #accent-photo { background: url('../images/accent_personal_ins.jpg') no-repeat 0 0; }
body#other-services #accent-photo { background: url('../images/accent_other_services.jpg') no-repeat 0 40px; }
body#policy-holders #accent-photo { background: url('../images/accent_policy_holders.jpg') no-repeat 0 40px; }
body#contact-us #accent-photo { background: url('../images/accent_default.jpg') no-repeat 0 0; }
body#links-resources #accent-photo { background: url('../images/accent_default.jpg') no-repeat 0 0; }

/* Global Navigation */
#header .nav { 
	position: absolute; 
	top: 130px; 
	left: 320px; 
	z-index: 100; 
	display: block; 
	margin: 0; 
	list-style: none; 
	overflow: hidden; 
	font-size: 1.2em; 
}

#header .nav li { display: inline; margin: 0 0 0 -0.25em; list-style: none; border-left: 1px solid #012a4a; }
#header .nav li a { color: #012a4a; text-decoration: none; padding: 0 0.5em; }
#header .nav li a:hover { text-decoration: underline; }

/* Content
-------------------------------------------- */
#content {
	clear: both;
	padding: 0 0 0 30px;
}

#banner {
	position: relative;
	z-index: 80;
	width: 984px; 
	height: 104px;
	margin: 0 -22px 30px -52px;
	background: url('../images/banner_bg.jpg') no-repeat 0 0;
}

body.page #banner h1 {
	position: absolute;
	top: 20px;
	left: 320px;
	width: 640px;
	height: 60px;
	text-indent: -9999em;
	overflow: hidden;
}

body#business-insurance #banner h1 { background: url('../images/h1_business_insurance.jpg') no-repeat 20px 0; }
body#personal-insurance #banner h1 { background: url('../images/h1_personal_insurance.jpg') no-repeat 20px 0; }
body#policy-holders #banner h1 { background: url('../images/h1_existing_policy_holders.jpg') no-repeat 20px 0; }
body#other-services #banner h1 { background: url('../images/h1_other_insurance_services.jpg') no-repeat 20px 0; }
body#links-resources #banner h1 { background: url('../images/h1_useful_links_resources.jpg') no-repeat 20px 0; }
body#contact-us #banner h1 { background: url('../images/h1_contact_us.jpg') no-repeat 20px 0; }

body#get-quotes #banner h1 { background: url('../images/h1_get_home_and_auto_quotes.jpg') no-repeat 0 0; }

#main-content {
	position: relative;
	z-index: 110;
	float: right;
	width: 560px;
	margin: 0 0 40px;
	padding: 0 60px 0 0;
}

#main-content .column { float: left; width: 240px; padding: 0 40px 0 0; }

/* Sub Content */
#sub-content {
	position: relative;
	z-index: 90;
	float: left;
	width: 269px;
	margin: -139px 0 40px;
	padding: 20px 0 420px;
	color: #fff;
	background: #3e6a8c url('../images/sidebar_top.gif') no-repeat 0 0;
}

#sub-content .nav { float: right; width: 230px; }
#sub-content .nav a { text-decoration: none; color: #fff; }
#sub-content .nav a:hover { color: #013259;}

#sub-content .nav li { width: 230px; border-bottom: 1px solid #fff; }
#sub-content .nav li ul { margin: 0 0 10px; padding: 0 0 0 30px; list-style: disc;  }
#sub-content .nav li li { width: 200px; margin: 0 0 5px 10px; list-style: disc; line-height: 1.2em; border-bottom: none;}

#sub-content .nav li h4 {
	width: 250px;
	margin: 0 0 0 -20px;
	padding: 10px 0;
	font-family: Arial;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}

.ui-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
}

.ui-icon-triangle-1-s { background: url('../images/nav_arrow_open.gif') no-repeat 0 0; }
.ui-icon-triangle-1-e { background: url('../images/nav_arrow_closed.gif') no-repeat 0 0; }
li:hover .ui-icon-triangle-1-s { background: url('../images/nav_arrow_hover.gif') no-repeat 0 0;  }

/* Contact Module */
#contact-module {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 209px;
	padding: 0 20px 20px 40px;
	background: url('../images/sidebar_bot.gif') no-repeat left bottom;
}

#contact-module p { margin: 0 0 8px; font-size: 1.4em; }

#contact-module form {
	width: 170px;
	margin: 0 0 25px;
	text-align: center;
	background: #fff url('../images/join_bot.gif') no-repeat left bottom;
}

#contact-module form h3 { 
	width: 160px;
	margin: 0 0 2px; 
	padding: 10px 5px 0;
	color: #555; 
	background: url('../images/join_top.gif') no-repeat left top;
}

#contact-module form .field { float: left; padding: 0 0 8px; }

#contact-module form .field label { float: left; width: 20px; padding: 4px 3px 0 6px; font-size: 0.8em; color: #555; }
#contact-module form .field input { float: left; width: 86px; height: 10px; margin: 0 3px 0  0; }
#contact-module form .button { float: left; width: 38px; padding: 1px 0 0; }

/* - - - - - - - - - - - - - - - - - - - - - - -    S E C O N D A R Y - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

p.button {
	clear: both;
	text-align: center;
}

p.button a {
	margin: 0 auto;
	text-indent: -9999em;
	overflow: hidden;
}

p.get-started a {
	display: block;
	width: 413px;
	height: 44px;
	background: url('../images/button_get_started.jpg') no-repeat 0 0;
}

p.agent-contact a {
	display: block;
	width: 247px;
	height: 54px;
	background: url('../images/button_agent_contact.jpg') no-repeat 0 0;
}

/* Banners Landing Page
-------------------------------------------- */
body#banners-landing #header { height: 175px; }
body#banners-landing #header .nav { top: 154px; left: 32px; }

body#banners-landing #header p { top: 124px; right: 286px; }

body#banners-landing #banner {
	z-index: 100;
	height: 257px;
	background: url('../images/banner_bg_banners.jpg') no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}

body#banners-landing #banner ol { display: none; }

body#banners-landing #sub-content { padding: 110px 0 420px; }

/* Home Page
-------------------------------------------- */
body#homepage #header { height: 175px; }
body#homepage #header .nav { top: 154px; left: 32px; }

body#homepage #header p { top: 30px; }

body#homepage #banner {
	z-index: 100;
	height: 346px;
	background: url('../images/banner_bg_home.jpg') no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}

body#homepage #banner ol { display: none; }

body#homepage #banner p.button a { 
	display: block;
	position: absolute; 
	top: 246px;
	left: 124px;
	width: 436px;
	height: 60px;
	text-indent: -9999em;
	overflow: hidden;
}

body#homepage #sub-content { padding: 110px 0 420px; }

.logo-list {
	display: block;
	float: left;
	width: 500px;
	margin: 0 0 20px;
	padding: 0 0 0 60px;
	list-style: none;
}

.logo-list li {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

/* Policy Holders Page
-------------------------------------------- */
.policy-holder {
	padding: 14px 0 0;
	border-top: 1px solid #d0d6da;
}

.first-item { border-top: 1px solid #3b6687; }

.policy-holder img { margin: 0 0 14px; }
.policy-holder strong { color: #01355c; }
.policy-holder em { display: inline-block; width: 240px; font-style: normal; }

/* Personal Insurance Page
-------------------------------------------- */
body#personal-insurance h3 span { display: block; padding: 5px 0 0; }

body#personal-insurance h3 a.get-a-quote {
	float: left;
	display: block;
	width: 136px;
	height: 30px;
	margin: 0 5px -12px 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url('../images/button_get_a_quote.jpg') no-repeat 0 0;
}

body#personal-insurance h3 a.contact-an-agent {
	float: left;
	display: block;
	width: 136px;
	height: 30px;
	margin: 0 5px -12px 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url('../images/button_contact_an_agent.jpg') no-repeat 0 0;
}
/* Other Insurance Page
-------------------------------------------- */
body#other-services h3 span { display: block; padding: 5px 0 0; }

body#other-services h3 a.get-a-quote {
	float: left;
	display: block;
	width: 136px;
	height: 30px;
	margin: 0 5px -12px 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url('../images/button_get_a_quote.jpg') no-repeat 0 0;
}

body#other-services h3 a.contact-an-agent {
	float: left;
	display: block;
	width: 136px;
	height: 30px;
	margin: 0 5px -12px 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url('../images/button_contact_an_agent.jpg') no-repeat 0 0;
}

/* Contact Us Page
-------------------------------------------- */
p.address {
	margin: 0 0 2em;
	color: #013259;
}

#contact-form { float: left; width: 420px; padding: 20px 0 0; }
#contact-form .field { float: left; clear: both; width: 420px; margin: 0 0 10px; }
#contact-form .field label { float: left; width: 80px; padding: 0 6px 0 0; font-size: 1.4em; text-align: right; }
#contact-form .field input, #contact-form .field textarea { float: left; width: 240px; }
#contact-form .button { float: left; clear: both; width: 334px; padding: 0 0 0 86px; }

.white {
	text-align:center;
	color:#fff;
	padding-top:10px;
	font-weight:bold;
}

.fb {
	float:right;
	border:0px;
}