/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.LINKS
5.HEADERS
6.LISTS
7.FORMS
8.CLEARFIX
9.HOMEPAGE
10.LAYOUT ARRANGEMENTS
11.TABLES
*/


/* === 1.GLOBAL === */		
* {margin: 0; padding: 0;}

body {
	font: 73%/1.4 Arial,Verdana, Helvetica, sans-serif;
}
img {
	border: none;
}
p {
	margin: 0 0 1.2em 0;
}
br {
	clear: both;
}
strong {
	color: #333;
}
hr {
	border: none 0;
	border-top: #efefef solid 1px;
	height: 1px;
	margin: 10px 0;
	padding: 0 0 10px 0;
}

/* - SPECIAL - */
p.last-item {
	margin-bottom: 0;
}
ul.company-listing li {
	display: inline;
	margin: 0 2px;
}
ul.company-listing li img {
	vertical-align: middle;
}
.whitelink {
	color:#ffffff;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
	padding:2px;
}
/* -- 2.LAYOUT -- */
#container {
	margin: 0 auto 3em auto;
	padding: 30px 0 0 0;
	width: 940px;	
}
#content {
	float: right;
	width: 735px;
	margin: 0;
	padding: 0;	
}
#content #main-content {
	border-right: solid 1px #ccc;
	color: #333;
	float: left;
	font-size:1.2em;
	line-height: 1.3em;
	padding: 0 15px 0 0;
	width: 435px;
}
#content #promo-column{
	color: #333;
	float: right;
	line-height: 1.6em;
	padding: 0 0 0 12px;
	width: 270px;
}
	
#footer {
	background: #fff url(../images/footer-bg.png) repeat-x;
	border-top: solid 1px #e0e0e0;
	color: #999;
	font-size: 1em;
	height: 180px;
	padding: 20px 0 0 0;
	width: 100%;
}
#footer #footer-content {
	margin: 0 auto;
	width: 940px;
}
#footer #footer-lists {
	float: left	;
	width: 630px;
}
#footer #contact-for-quote {
	background: transparent url(../images/contact-for-quote-bg.png) no-repeat center;
	float: right;
	height: 70px;
	padding: 10px;
	width: 243px;
}
#footer #copyright {
	clear: both; width: 100%; text-align: left; font-size: 11px;
}

#header {
	background: #fff url(../images/header-bg.png) repeat-x center top;
	height: 138px;
	margin: 0 0 45px 0;
	width: 100%;
}
#header #masthead {
	margin: 0 auto;
	width: 930px;
}
#header #masthead a#login {
	background: transparent url(../images/log-in.png) no-repeat top center;
	float: right;
	height: 35px; width: 200px;
	margin: 0 -5px 0 0;
	text-indent: -9999em;
	text-align: left;
}
#header #masthead #logout {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
}

#header #logo {
	background: #fff url(../images/logo.png) no-repeat;
	width: 343px;
	height: 71px;
	float: left;
	margin: 15px 0 0 5px;
	text-align: left;
}
#header #logo a {
	display: block;
	width: 343px;
	height: 71px;
	text-indent: -9999px;
}
#header #logo img {
	display: none;
}
#header #needhelp {
	clear: both; 
	text-align: right; 
	color: #fff; 
	font-size: 14px; 
	vertical-align: middle; 
	height: 30px; 
	position: relative; 
	top: 5px;
}
#header #needhelp strong {
	color: #fff; 
}


/* - SIDEBAR - */
#sidebar {
	color: #336699;
}
#sidebar {
	float: left;
	margin: 0 20px 0 0;
	width: 185px;
}



/* === 3.NAVIGATION === */
/* - Main Navigation - */
#main-nav {
	padding-top: 73px;
}
#main-nav ul {
	margin: 0;
	padding-left: 390px;
	/*width: 540px;*/
	background-color:#0C0;
}
#main-nav ul li {	
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
#main-nav ul li a {
	display: block;
	outline: none;
	height:32px;
	text-indent: -9999em;
}

#main-nav ul li a {
  background-image: url(/images/nav.png);
}

#main-nav ul li.home a {
	background-position: 0px top;
	width: 82px;
}
#main-nav ul li.home a:hover, #main-nav ul li.home.nohover a {
	background-position: 0px bottom;
}

#main-nav ul li.about-us a {
	background-position: -82px top;
	width: 103px;
}
#main-nav ul li.about-us a:hover, #main-nav ul li.about-us.nohover a {
	background-position: -82px bottom;
}

#main-nav ul li.products a {
	background-position: -185px top;
	width: 104px;
}
#main-nav ul li.products a:hover, #main-nav ul li.products.nohover a {
	background-position: -185px bottom;
}

#main-nav ul li.resources a {
	background-position: -289px top;
	width: 117px;
}
#main-nav ul li.resources a:hover, #main-nav ul li.resources.nohover a {
	background-position: -289px bottom;
}

#main-nav ul li.contact-us a {
	background-position: -406px top;
	width: 130px;
}
#main-nav ul li.contact-us a:hover, #main-nav ul li.contact-us.nohover a {
	background-position: -406px bottom;
}




/* === 4.LINKS === */
a {
	color: #336699;
	text-decoration: none;
}
a:hover, a:focus {
	color: #6699CC;
	text-decoration: underline;
}
#main-content a {
	color: #336699;
	text-decoration: underline;
}
#main-content a:hover, a:focus {
	color: #6699CC;
	text-decoration: underline;
}
a.heading {
	color: #333;
	text-decoration: none;
}
a.heading:hover, a.heading:focus {
	color: #6699CC;
	text-decoration: underline;
}
#footer #footer-content #contact-for-quote a {
	color: #336699;
	text-decoration: underline;
}
#footer #footer-content #footer-lists ul#footer-nav li a {
	color: #666;
}
#sidebar a:hover, a:focus {
	text-decoration: none;
}



/* -- 5.HEADERS-- */
h1 {
	color: #35609f;
	font-size: 2em;
	margin: 0 0 .4em 0;
}
h2 {
	color: #333;
	font-size: 1.3em;
	margin: 0 0 .8 0;
}
h3 {
	color: #333;
	font-size: 1em;
}
h4 {
	color: #35609f;
	font-size: 1em;
	margin: 0 0 .8em 0;
}
#footer #footer-content h4 {
	color: #333;
	margin: 0;
}
h5 {
	margin: 0 0 .8em 0;
}
h6{
	margin: 0 0 .8em 0;
}

/* - SPECIAL - */
#main-content h1 {
	color: #35609f;
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 0 .4em 0;
}
#main-content h2, #main-content h3 {
	margin: 1em 0 .1em 0;
	line-height: 1.2em;
}

#main-content h2 a {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	margin: 1em 0 0 0;
}
#sidebar h3 {
	margin: 0;
}



/* -- 6.LISTS -- */
ul {
	margin: 0 0 1.2em 0;
}
ul li {
	margin: 0 0 .5em 0;
}
#main-content ul li {
	background: transparent url(../images/bullet.png) left 6px no-repeat;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 0 5px 15px;
	line-height:1.2em;
}

#main-content ul ul li {
	background: transparent url(../images/bullet2.png) left 6px no-repeat;
	list-style-type: none;
	margin: 0 0 0 35px;
	padding: 0 0 5px 15px;
	line-height:1.2em;
}
#main-content td ol li {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	padding: 0;
	line-height:1.2em;
	font-size:.9em;
}

/* - SPECIAL - */
#main-content p.quotes {
	width:100%;
	padding:5px;
	background-color:#efefef;
}
#content #promo-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content #promo-column ul li {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	width: 263px;
}
#content #promo-column ul li a {
	display: block;	
	height: 61px;
	text-indent: -9999px;
}

#content #promo-column ul li#it-business {
	background-image: url(../images/promo-it-business.png);
}
#content #promo-column ul li#sample-quotes {
	background-image: url(../images/promo-sample-quotes.png);
}

#content #promo-column #have-contract, #content #promo-column #insure-business {
	background: #fff url(../images/promo-i-want-to-bg.png) top left no-repeat;
	display: block;
	float: left;
	height: 175px; 
	width: 265px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align:center;
}
#content #promo-column #free-quote {
	display: block;
	float: left;
	height: 80px; 
	width: 265px;
	padding:0;
	margin: 0 0 10px 0;
	text-align:center;
}
#content #promo-column #have-contract a#start-here, #content #promo-column #insure-business a#start-here {
	background: transparent url(../images/home-start-now-btn.png) top center no-repeat;
	display: block;
	height:38px; width: 265px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
#content #promo-column #free-quote a#a-free-quote {
	background: transparent url(../images/promo-free-quote.png) top center no-repeat;
	display: block;
	height: 80px; width: 265px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}
#content #promo-column #have-contract h1, #content #promo-column #insure-business h1 {
	color: #35609f;
	width:230px;
	font-size: 2em;
	line-height: .9em;
	margin: 15px auto 10px auto;
}

#content #promo-column #have-contract p strong, #content #promo-column #insure-business p strong {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

#footer #footer-content #footer-lists ul#footer-nav {
	background: transparent url(../images/footer-links-bg.gif) no-repeat center;
	height: 23px;
	list-style-type: none;
	width: 626px;
	padding: 15px 10px 2px 10px;
}
#footer #footer-content ul li {
	display: inline;
}
#footer #footer-content #footer-lists ul#footer-nav li {
	border-left: solid 1px #666;
	float: left;
	line-height: 1em;
	padding: 0 12px;
}
#footer #footer-content #footer-lists ul#footer-nav li.first-item {
	border-left: none;
	padding-left: 8px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#sidebar ul ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin:0;
}
#sidebar ul li {
	border-bottom: solid 1px #f4f4f4;
	margin: 0;
	padding: 0;
}

	

/* === 7.FORMS === */
form {
	margin: 0;
	padding: 0;
}
form input#button{
	margin: 0 0 0 2px;
	padding: 2px 4px;
	font: 1.2em Arial, Helvetica, sans-serif;
	background-color:#35609f;
	color:#fff;
	border:none;
}
form input#button:hover{
	background-color:#999;
	color:#fff;
	cursor:pointer;
}
form select#states{
	margin: 0;
	padding: 2px 4px;
	font: 1.2em Arial, Helvetica, sans-serif;
	background-color:#efefef;
	border:solid 1px #ccc;
	cursor:pointer;
}
form input#search-box {
	background: #fff url(../images/search-box.jpg) no-repeat top left;
	border: none;
	height: 25px;
	margin: 0;
	width: 196px;
	padding: 5px;
	cursor:text;
	display: inline;
	float: left;
}
form input#search-button {
	background: #fff url(../images/search-button.jpg) no-repeat top;
	border: none;
	height: 25px;
	margin: 0;
	width: 59px;
	cursor:pointer;
	display: inline;
	float: left;
	padding: 0;
}




/* === 8.CLEAR FIX === */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/* === 9.HOMEPAGE === */
/* - LAYOUT - */
body#homepage #container {
	margin: 0 auto 3em auto;
	padding: 0;
	width: 940px;	
}
body#homepage #content {
	float: right;
	width: 940px;
	margin: 20px 0 0 0;
	padding: 0;	
}
body#homepage #content #main-content {
	border-right: solid 1px #ccc;
	float: left;
	padding: 0 10px 0 0;
	width: 605px;
}
body#homepage #content #main-content p {
	font-size: 1em;
}
.notes {
	font-size: .9em;
	color:#666;
}


/* - PROMO ROW - */
body#homepage #container #promo-row {
	color: #333;
}
body#homepage #container #promo-row h1 {
	color: #35609f;
	font-size: 2em;
	margin: 0;
}
body#homepage #container #promo-row p strong {
	display: block;
	font-size: 1.1em;
}

/* COLUMN 1 */
#homepage #container #promo-column-1  {
	display: block;
	float: left;
	/*height: 315px;*/
	width: 616px;
	padding: 0;
	margin: 0 0 20px 0;
}
#homepage #container #content #main-content #promo-column-1 ul li  {
  background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#homepage #container #promo-column-1 #know-what {
	background: #fff url(../images/home-i-know-what-bg.png) top left no-repeat;
	float: left;
	height: 125px; 
	width: 616px;
	padding: 0;
	margin: 0;
}
#homepage #container #promo-column-1 #know-what #left-side {
	display: block;
	width: 315px;
	float: left;
	padding:20px 0 0 20px;
	font-size: 12px;
}
#homepage #container #promo-column-1 #know-what #left-side h1 {
	color: #35609f;
	font-size: 2.3em;
	line-height: 1em;
	margin: 0 0 .3em 0;
}

#homepage #container #promo-column-1 #know-what #left-side p {
	color: #2e2e2e;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
#homepage #container #promo-column-1 #know-what #left-side p strong {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
#homepage #container #promo-column-1 #know-what #right-side {
	display: block;
	width: 230px;
	float:right;
	padding:20px 30px 0 0;
}
#homepage #container #promo-column-1 #know-what #right-side a#free-quote {
	background: transparent url(../images/home-get-quote-btn.png) top center no-repeat;
	display: block;
	height:50px; width: 220px;
	margin: 0 5px 5px 0;
	text-indent: -9999px;
}

/* COLUMN 1 SECOND ROW */
#homepage #promo-row #have-contract {
	background: #fff url(../images/home-i-want-to-bg.png) top left no-repeat;
	display: block;
	float: left;
	height: 175px; 
	width: 302px;
	padding: 12px 12px 0 0;
	margin: 12px 0;
	text-align:center;
}
#homepage #promo-row #understand-your-contract {
	background: transparent url(../images/btnUnderstandYourContract.png) top center no-repeat;
	display: block;
	height:38px; width: 230px;
	margin: 0 auto 10px auto;
	text-indent: -9999px;
}
#homepage #promo-row #insure-business {
	background: #fff url(../images/home-i-want-to-bg.png) top left no-repeat;
	display: block;
	float: left;
	height: 175px; 
	width: 302px;
	padding: 12px 0 0 0;
	margin: 12px 0;
	text-align:center;
}
#homepage #promo-row #assess-your-business-risks {
	background: transparent url(../images/btnAssessYourBusinessRisks.png) top center no-repeat;
	display: block;
	height:38px; width: 302px;
	margin: 0 auto 10px auto;
	text-indent: -9999px;
}

#homepage #container #promo-column-1 #have-contract h1, body#homepage #container #promo-row #column-1 #insure-business h1 {
	color: #35609f;
	width:230px;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 15px auto 10px auto;
}

#homepage #container #promo-column-1 #have-contract p strong, body#homepage #container #promo-row #column-1 #insure-business p strong {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}


/* COLUMN 2 */
#homepage #container #promo-column-2 {
	background: #fff url(../images/home-learn-more-bg.png) top left no-repeat;
	height: 315px; 
	width: 305px;
	padding: 0;
	margin: 0 0 10px 0;
	float: right;
}
#homepage #container #promo-column-2 h1 {
	color: #35609f;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 20px 0 5px 20px;
}
#homepage #container #promo-column-2 a {
	text-decoration: underline;
	color:#333;
	font-size:1.1em;
	line-height:1em;
}
#homepage #container #promo-column-2 a:hover {
	color:#336699;
}
#homepage #container #promo-column-2 ul {
	padding: 5px 0 0 20px;
}
#homepage #container #promo-column-2 ul li {
	background: transparent url(../images/home-bullet-point.png) left .3em no-repeat;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 0 4px 15px;
}

/* ROTATOR */
body#homepage #content #rotator {
	float: right;
	padding: 0 0 10px 10px;
	width: 305px;
}

/* QUOTES 2 */
body#homepage #content #quotes {
	float: right;
	line-height: 1.6em;
	padding: 0 0 0 10px;
	width: 305px;
}
body#homepage #content #quotes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body#homepage #content #quotes ul li {
	margin: 0;
	padding: 0 0 10px 0;
	text-indent: -9999em;
}
body#homepage #content #quotes ul li#quote-1 {
	background: #fff url(../images/home-thank-you-quote-1.png) no-repeat top center;
	height: 195px; width: 305px;
}
body#homepage #content #quotes ul li#quote-2 {
	background: #fff url(../images/home-thank-you-quote-2.png) no-repeat top center;
	height: 146px; width: 305px;
}


/* LAYOUT ARRANGEMENTS */
#outerheader {
	position: absolute;
	top: 0;
	height: 155px;
	width: 100%;
}
#outercontent {
	position: absolute;
	top: 155px;
	width: 100%;
}

/* TABLES */
table.premiumcoverage {
	width: 96%;
	margin:0 0 1em 0;
}		
table.premiumcoverage th {
	color: #666;
	font-size:1.2em;
	text-align:left;
	font-weight: bold;
	padding: 5px 20px 5px 5px;
	border-bottom: 2px solid #ccc;
	background-color:#efefef;
	background: #efefef url(../images/tabletop_bkg.jpg) repeat-x top left;
}
table.premiumcoverage td {
	border-bottom: 1px solid #fff;
	text-align:left;
	padding: 2px 5px;
	background-color:#efefef;
}
table.premiumcoverage td.values {
	border-bottom: 1px solid #fff;
	text-align:right;
	padding: 2px 5px;
	background-color:#efefef;
	width:110px;
}
div.premiumcoverage {
	width: 96%;
	background-color:#efefef;
	margin:0 0 .5em 0;
	padding: 8px 8px 2px 8px;
}	
