/*
*************************************************

SEBASTIAN NITU
Main Screen Styles

Created by Sebastian Nitu
http: //www.sebnitu.com

*************************************************
*/

/*-------------------------------------------    
	Reset
---------------------------------------------*/

@import "reset.css"; 

/*-------------------------------------------    
	Fonts
---------------------------------------------*/

@import "fonts.css";

/*-------------------------------------------    
	General
---------------------------------------------*/

/** Clear classes **/
.clear_element { border: 0 none; clear: both; height: 0; visibility: hidden; }
.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }
strong { font-weight: bold; }
em { font-style: italic; }

/** Forms **/
form { margin: 0; padding: 0; }
fieldset { border: 1px solid #CCC; padding: 10px; margin: 10px; }
legend { margin: 0 0 0 20px; padding: 0 10px; font-weight: bold; }
label { display: block; margin: 8px 0 0 0; }

/** Anchors **/
a { color: #0e86e2; }
a:hover { color: #0e86e2; text-decoration: none; }

/*-------------------------------------------    
	Structure
---------------------------------------------*/

body {
	background: #4093d3 url(../img/bg/body_bg.gif) repeat-x center top;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #606060; padding-bottom: 40px;
	font-size: 13px; line-height: 20px;
}

#wrapper {
	width: 844px; margin: 0 auto;
}

#header {
	position: relative; height: 159px;
}

#content {
	background: url(../img/bg/content_column_bg.png) repeat-y center center;
	padding: 0 2px;
}

#main {
	float: left; width: 510px; 
	margin: 5px 0 25px 25px;
}
#aside {
	float: right; width: 280px;
}

#footer {
	background: url(../img/bg/footer_column_bg.png) no-repeat center top;
	padding: 55px 35px 23px; line-height: 30px; /* Image Height: 108px */
	font-size: 12px;
}

/** Full Page **/

.full #content {
	background: url(../img/bg/content_bg.png) repeat-y center center;
}

.full #main {
	float: left; width: 790px;
}

.full #footer {
	background: url(../img/bg/footer_bg.png) no-repeat center top;
}

/*-------------------------------------------    
	Header
---------------------------------------------*/

/** Top Bar **/
#header #top {
	float: left; width: 100%; height: 31px;
	line-height: 30px;
	margin-bottom: 20px;
	position: relative; z-index: 1;
}

#header #top .address {
	font-family: "Museo", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	float: left; padding-bottom: 6px;
	color: #0087d3;
}

#header #top #header-search {
	font-family: "Museo", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	float: left; padding: 0 0 6px 6px;
	color: #0087d3;
}
.read-more-link {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #ccc;
}

#searchform input[type=text] { width: 350px; padding: 3px; font-size: 12px; }

#header #top .phone {
	background: url(../img/bg/header_top_bar.png) no-repeat center top;
	font-family: "Museo", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	float: right; width: 264px; padding-bottom: 6px;
	text-align: center;
}
#header #top .phone span {
	font-size: 16px; letter-spacing: 1px;
	color: #0087d3; font-weight: 700;
	padding-left: 5px;
}

/** Logo **/

#header #logo {
	clear: both;
}

#header #logo h1 {
	font-family: "Museo", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 26px; line-height: 30px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 1px;
}
#header #logo h1 a {
	text-decoration: none; color: #303030;
}
#header #logo h2 {
	color: #0087d3;
	text-transform: uppercase; letter-spacing: 1px;
}

/** Header Images **/

#header_images {
	/**
	background: url(../img/bg/header_image.png) no-repeat;
	width: 382px; height: 177px;
	position: absolute; top: 18px; right: -40px;
	z-index: 2;
	**/
	display: none;
}

/*-------------------------------------------    
	Navigation
---------------------------------------------*/

/** General Styles **/

#nav {
	background: url(../img/bg/nav_bg.png) no-repeat center top;
	position: absolute; bottom: -6px; left: 0;
	padding: 2px 2px 0; margin: 0; clear: both;
	width: 840px; height: 44px;
	z-index: 3;
}

#nav ul { 
	padding: 0; margin: 0 auto; 
	width: 840px;
}
#nav ul li { 
	padding: 0; margin: 0;
	list-style: none;
	position: relative;
}
#nav ul li a {
	text-decoration: none; color: #606060;
	font-size: 12px; line-height: 38px;
	text-shadow: #fff 0 1px 0;
}
#nav ul li:hover ul li ul { display: none; }

/** 1st Level **/

#nav ul {  height: 35px; }
#nav ul li.first { 
	/* CSS3: Border Radius */
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px; 
	boder-radius-topleft: 12px;
}
#nav ul li.first a {
	background: none;
	/* CSS3: Border Radius */
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px; 
	boder-radius-topleft: 6px;
}
#nav ul li {
	background: url(../img/bg/nav_divider.gif) no-repeat right top;
	float: left;
	}
	
#nav ul li.last { background: none; }

#nav ul li a {
	display: block; text-align: center;
	text-transform: uppercase; letter-spacing: 1px;
	padding: 0 15px; margin-right: 2px;
}

#nav ul li a:hover, #nav ul li:hover a {
	background: url(../img/bg/nav_hover.gif) repeat-x center top;
	color: #0087d3; z-index: 1;
	/* CSS3: Box Shadow */
	box-shadow: 0 1px 2px #aaa;
  -moz-box-shadow: 0 1px 2px #aaa;
  -webkit-box-shadow: 0 1px 2px #aaa;
}

#nav ul li.parent a {
}

#nav ul li.parent a:hover, #nav ul li.parent:hover a {
	border-bottom: 0 none; 
	position: relative; z-index: 2;
}

/** 2nd Level **/

#nav ul li ul {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 180px; min-width: 100%;
	height: auto; margin: 0;
	position: absolute; top: 38px; left: -2px; z-index: 2;
	/* CSS3: Box Shadow */
	box-shadow: 0 1px 2px #aaa;
  -moz-box-shadow: 0 1px 2px #aaa;
  -webkit-box-shadow: 0 1px 2px #aaa;
}
#nav ul li ul { display: none; }
#nav ul li:hover ul { display: block; }
	
#nav ul li ul li { 
	background: url(../img/bg/nav_sub_divider.gif) repeat-x center top;
	border-right: 1px solid #ccc;
	float: none; padding-top: 2px;
	}

#nav ul li.parent ul li a, 
#nav ul li.parent:hover ul li a {
	background: #f5f5f5;
	color: #606060;
	text-transform: none; letter-spacing: 0;
	line-height: 18px; padding: 8px 15px; margin: 0;
	text-align: left;
	/* For IE7 */
	zoom: 1;
	/* CSS3: Box Shadow */
	box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#nav ul li.parent ul li.parent a {
	background: #f5f5f5 url(../img/bg/nav_sub_arrow.png) no-repeat 92% center;
}
#nav ul li.parent ul li.parent ul li a {
	background-image: none;
}
	
#nav ul li.parent ul li a:hover, 
#nav ul li.parent ul li:hover a {
	color:#0087d3;
}

/** 3rd Level **/

#nav ul li ul li ul { 
	position: absolute; top: 0; left: 100%;
	z-index: 1;
}
#nav ul li ul li ul { display: none; }
#nav ul li ul li:hover ul { display: block; }

#nav ul li.parent ul li ul li a, 
#nav ul li.parent:hover ul li ul li a {
	color: #606060;
}
#nav ul li.parent ul li ul li a:hover, 
#nav ul li.parent ul li ul li:hover a {
	color:#0087d3;
}

/*-------------------------------------------    
	Home
---------------------------------------------*/

/** Banner **/

#banner {
	background: url(../img/bg/banner_image.jpg) no-repeat center top;
	height: 276px;
}

#banner h1 {
	padding: 30px 35px 30px 290px;
	font-family: "Museo", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	text-transform: uppercase; letter-spacing: 1px; font-weight: 700;
	font-size: 34px; line-height: 34px; color: #0087d3;
	text-shadow: #fff 0 1px 0;
}

#banner p {
	padding: 0 35px 0 450px;
	font-size: 16px; line-height: 24px;
}

/*-------------------------------------------    
	Main Content
---------------------------------------------*/

/** General Content Styles **/

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	clear: both;
}
#main h1 {
	font-family: "Museo", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	text-transform: uppercase; letter-spacing: 1px; font-weight: 700;
	font-size: 34px; line-height: 38px; color: #303030;
	margin: 20px 0;
}
#main h2 {
	font-size: 18px; line-height: 20px; color: #0087d3;
	font-weight: bold; margin: 20px 0; padding: 10px 0;
	border-top: 1px solid #f2f2f2; border-bottom: 3px double #ccc;
}
#main h3 {
	font-size: 16px; line-height: 24px; color: #909090;
	margin: 10px 0;
}
#main h4 {
	font-size: 16px; line-height: 24px; color: #909090;
	margin: 10px 0;
}
#main h5 {
	font-size: 16px; line-height: 24px; color: #909090;
	margin: 10px 0;
}
#main h6 {
	font-size: 16px; line-height: 24px; color: #909090;
	margin: 10px 0;
}

#main p {
	margin: 10px 0;
}

#main ul {
	margin: 10px 0 10px 20px;
}
#main ul li {
	background: url(../img/bg/list_arrow_02.gif) no-repeat left 6px;
	padding: 0 0 0 15px; margin: 10px 0;
}

/* Images */

img.left {
	float: left; margin: 0 20px 20px 0;
}

/* Buttons */

.button {
	background: #1f84bd url(../img/bg/btn_bg.gif) repeat-x center top;
	display: block; margin: 10px 0; padding: 5px 15px;
	text-decoration: none; color: #fff;
	font-size: 16px; font-weight: bold;
	border: 1px solid #0087d3;
	/* CSS3: Border Radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	boder-radius: 6px;
	/* CSS3: Text Shadow */
	text-shadow: #22678d 0 1px 2px;
}
.button:hover { background-image: none; color: #fff; }

/** Custom Styles **/

#main .call-for-quote {
	background: url("../img/misc/call-to-quote.jpg") no-repeat left top;
	float: left; width: 206px; height: 40px; 	
	font-size: 16px; font-weight: bold; color: #4E4E4E;
	margin: 0 20px 20px 0; padding: 33px 0 0 10px;
}

#main .linked_list { margin: 0; padding: 0; }
#main .linked_list li {
	background: none;
	float: left; width: 50%;
	margin: 0; padding: 0;
}
#main .linked_list li a {
	background: url(../img/bg/list_arrow_01.gif) no-repeat left 6px;
	padding: 0 15px; display: block;
}

/*-------------------------------------------    
	Aside
---------------------------------------------*/

/** General Aside Styles **/
#aside .aside_item {
	background: url(../img/bg/sidebar_divider.gif) no-repeat left bottom;
	padding: 25px 25px 25px 35px;
}
#aside .aside_item:last-child { background: none; }

#aside .aside_item h2 {
	background: url(../img/bg/sidebar_arrow.jpg) no-repeat left center;
	margin: 15px 0 10px -35px; padding-left: 35px;
	font-size: 16px; line-height: 28px; 
	font-weight: bold; color: #303030;
}

/** Featured Carrier Widget **/
#aside .aside_item .featured-carrier-container {
	background: #fff; border: 1px solid #d2dce1;
	text-align: center; padding: 15px 0 20px;
	margin: 20px 0 0 -10px;
	/* CSS3: Border Radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	boder-radius: 6px;
}
#aside .aside_item .featured-carrier-container li {
	padding: 0 0 5px 0;
}

/*-------------------------------------------    
Framework Styles
---------------------------------------------*/

/** Quote & Claim Form **/
.intake-form { margin: 0; padding: 15px 0 15px 90px;  }
.intake-form label { font-weight: bold; padding: 0 0 0 0; }
.intake-form table.checkboxes label { margin: 2px; font-size: 12px; font-weight: normal; }
.intake-form p.form-instructions { font-size: 11px; font-style: italic; margin: 0; padding: 0; color: #666; }
.intake-form span.req { color: red; }

/** contact Form **/
.contact-form { margin: 0; padding: 15px 0 15px 40px;  }
.contact-form label { font-weight: bold; padding: 0 0 0 0; }
.contact-form table.checkboxes label { margin: 2px; font-size: 12px; font-weight: normal; }
.contact-form p.form-instructions { font-size: 11px; font-style: italic; margin: 0; padding: 0; color: #666; }
.contact-form span.req { color: red; }

/*Providers Table */
table#providers-table tr td img { padding-bottom: 10px; }

/* Claims Form */
#claims-table { margin: 13px 0; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }
#claims-table th, #claims-table td { padding: 0 5px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
#claims-table th { font-weight: bold; vertical-align: middle; padding: 10px 5px; background-color: #ddd;  }
#claims-table td { padding: 5px; font-size: 10px; }	

/* Misc Classes and Styles */
.clear { clear: both; }
.first { margin-left: 0 !important; }
.last { margin-right: 0 !important; }

.float-left { float: left; padding-right: 25px; }
.float-right { float: right; padding-left: 25px; }

.pad-top { padding-top: 25px; }
.pad-bottom { padding-bottom: 25px; }
.pad-right { padding-right: 25px; }
.pad-left { padding-left: 25px; }
.pad { padding: 25px; }

.margin-top { margin-top: 25px; }
.margin-bottom { margin-bottom: 25px; }
.margin-right	 { margin-right: 25px; }
.margin-left { margin-left: 25px; }
.margin { margin: 25px; }

.border { border: 1px dotted #ddd; }
.border-top { border: 0 none; border-top: 1px dotted #ddd; }
.border-bottom { border: 0 none; border-bottom: 1px dotted #ddd; }
.border-right { border: 0 none; border-right: 1px dotted #ddd; }
.border-left { border: 0 none; border-left: 1px dotted #ddd; }

.border-block { background: #fff; padding: 20px; border: 1px solid #000; }

.rounded10 { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.rounded5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.smallest	 { font-size: 9px; }
.smaller { font-size: 10px; }
.small { font-size: 11px; }

.center { text-align: center; }
.sub-script, sub, sup { font-size: 10px; }

/* Contact Forms */
#contact-form-1 td { vertical-align: top; }

/* Alerts */
.alert-message { background-color: #fff; margin: 0 2px !important; padding: 10px 10px 3px 10px !important; width: 820px !important; }

/* Blog */
.post { border-top: 1px solid #EFEFEF; padding-top: 16px; padding-bottom: 8px; }
.first-post { border-top: none; padding-top: 0; }
.single-post { border-top: none; padding-top: 0; }
.single-post small { font-weight: bold; font-size: 13px; }
.post small { font-size: 11px; line-height: 14px; padding: 0 0 5px 0; margin: 0; }
.postmetadata { 
	background-color: #FFF8DE;
	border: 1px solid #DDD;
	border-bottom-left-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	clear: both;
	display: block;
	padding: 10px;
	font-size: 10px;
}
#respond {
	background-color: #E5F5FA;
	border: 1px solid #C7EFFA;
	border-bottom-left-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	clear: both;
	margin: 10px 0px;
	padding: 10px;
}
#respond small { 
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-shadow: white 1px 1px 1px;
}
ol.commentlist { margin: 10px 0; }
ol.commentlist li {list-style-type: none; margin: 10px 0; }
.depth-1 { 
	border: 1px solid #DDD;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
}
.comment-body { padding: 20px;}
.commentmetadata { 
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding-bottom: 10px; 
	font-size: 11px; 
}
.commentmetadata a {
	text-decoration: none;
}
#commentform label { display: inline; }
.avatar { 
	float: left;
	padding: 0px 10px 10px 0px; 
}
.thread-even { background-color: white; }
.thread-alt { background-color: #F8F8F8; }
.align-center { text-align: center; }

/*-------------------------------------------    
	Fin
---------------------------------------------*/
