/*
 *  Leonard Insurance Services
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
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;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 13px;
	line-height: 16px;
	color: #555;
	background: #fff;
	}

body, input, textarea, select, label {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	text-transform: uppercase;
	}

p {
	padding-bottom: 16px;
	}

a:link, a:visited {
	color: #2e499a;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 16px;
	}

h2 {
	font-size: 14px;
	padding-bottom: 16px;
	}

h3, h4, h5 {
	font-size: 12px;
	}

blockquote {
	
	}

label {
	font-size: 1em;
	display:block;
	}

input, textarea, select {
	font-size: 1em;
	}

input.text, textarea {
	
	}

input.submit, button {
	
	}

img {
	-ms-interpolation-mode: bicubic; /* Fixes IE6 scaling ugliness */
	}

.meta {
  padding: 0;
	color: #777;
	font-size: 11px;
	}
select{margin:0 0 1em 0;}

/* End text */


/* Begin page styles */

#wrapper {
	width: 957px;
	margin: 0 auto 20px;
	}

/* End page */

/* Begin header styles */

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

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo a {
	display: block;
	width: 320px;
	height: 75px;
	margin: 15px 0 0;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 949px;
	height: 22px;
	padding: 8px 4px 10px;
	background: url(../images/nav-bg.png) no-repeat;
	}
#nav li {
	position: relative;
	float: left;
	line-height: 22px;
	border-left: 1px solid #6277b7;
	}
#nav li:first-child {
	border: none;
	}
#nav li a {
	padding: 0 24px;
	color: #fff;
	}
#nav li ul {
  display: none;
	position: absolute;
	left: 0;
	top: 22px;
	width: 160px;
	padding-top: 8px;
	border-bottom: 1px solid #b5b5b5;
	}
	
#nav li#nav-personal-insurance1 ul, #nav li#nav-commercial-insurance1 ul{width:182px}
#nav li#nav-personal-insurance1 ul li, #nav li#nav-commercial-insurance1 ul li{width:180px;}
#nav li#nav-professional-liability1 ul{width:252px}
#nav li#nav-professional-liability1 ul li{width:250px;}

#nav li:focus ul, #nav li.over ul, #nav li:hover ul {
  display: block;
  }
#nav ul li, #nav ul li:first-child {
	width: 158px;
	background: #fff;
	background: rgba(255,255,255,0.95);
	border: solid #b5b5b5;
	border-width: 0 1px 1px;
	border-bottom-color: #e6e6e6;
	}
#nav ul li a {
	display: block;
	color: #4c5265;
	line-height: 28px;
	}

#loginbtn{
	position:absolute;
	top:18px;
	right:355px;
	text-indent:-9999px;
	background: url(../images/loginbtn.png) no-repeat;
	width:130px;
	height:63px;
}

#loginbtn:hover{
	background: url(../images/loginbtn_hover.png) no-repeat;
}

#secondaryNav {
	position: absolute;
	top: 18px;
	right: 0;
	}
#secondaryNav ul {
	float: right;
	}
#secondaryNav ul li {
	float: left;
	padding: 2px;
	}
#secondaryNav ul li a {
	padding: 0 10px 0 9px;
	font-size: 11px;
	color: #4c5265;
	border-left: 1px solid #c2c2c2;
	}
#secondaryNav ul li:first-child a {
	border: none;
	}
#secondaryNav ul li.contact {
	padding: 0;
	}
#secondaryNav ul li.contact a {
	display: block;
	padding: 0 10px;
	margin-left: 10px;
	border: none;
	color: #fff;
	background: #2e499a;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	-webkit-border-radius: 5px
	}
#secondaryNav ul li.contact a:focus, #secondaryNav ul li.contact a:hover {
	text-decoration: none;
	background: #4e515b;
	}
#secondaryNav form {
	float: right;
	clear: right;
	margin-top: 16px;
	}
#secondaryNav form input {
	width: 276px;
	vertical-align: middle;
	line-height: 21px;
	height: 21px;
	padding: 0 4px;
	border: 1px solid #c7c7c7;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}
#secondaryNav button {
	width: 26px;
	height: 23px;
	vertical-align: middle;
	background: url(../images/btn-search.png) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: hand;
	cursor: pointer;
	}

/* End header */


/* Begin body styles */

#content {
	padding: 30px 0;
	}
#content:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #content {height: 1%;}
/* IE7 */
*:first-child+html #content {min-height: 1px;}

#body {
	float: left;
	width: 690px;
	padding: 0 29px 0  16px;
	border-right: 1px solid #dbdce0;
	min-height:650px;
	}
.blog #body{min-height:800px;}

#body h2{padding-top:16px;}
#body ul {
	list-style-type: none;
	padding: 0 0 8px 0;
	}
#body ul li {
  padding: 0 0 8px 1.3em;
  background: url(../images/bullet.png) no-repeat 0 5px;
  }
#body ol {
	list-style-type: decimal;
	padding: 0 0 8px 1.3em;
	}
#body ol li {
	padding-bottom: 8px;
	}
#body ul ul, #body ol ol, #body ul ol, #body ol ul{padding:8px 0 0; margin:0 0 -8px;}

#body #section-list li {
  padding: 0 0 8px;
  background: none;
  }

#body #pagination-links {
	margin: 0;
	list-style: none;
	}
#body #pagination-links li {
	float: left;
	}
#body #pagination-links li a {
	display: block;
	padding: 0 6px;
	line-height: 24px;
	font-size: 12px;
	}
#body #pagination-links li a.current {
	margin: 0 3px;
	font-weight: bold;
	}
#body a{text-decoration:underline;}
#body a:hover{text-decoration:none;}

#body td{padding:10px 0 0; vertical-align: top;}
#body tr{}

#comments {
  width: 450px;
  padding: 24px 0 0;
  }
#comments ol {
  padding: 0;
  list-style-type: none;
  }
#comments ol li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #aaa;
  }
#comments label {
  display: block;
  }
#comments input.text, #comments textarea {
  width: 300px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  }

/* End body */


/* Begin Sidebar */

#sidebar, #sidebar-blog, #around-industry {
	float: right;
	width: 202px;
	margin:0 0 16px 0;
	}
#sidebar li a, #sidebar-blog li h3 a{
	display: block;
	height: 66px;
	width: 202px;
	margin: 0 0 10px;
	background: url(../images/sidebar-buttons2.jpg) no-repeat 0 0;
	text-indent: -9999px;
	}
#sidebar-blog li h3 a{
	background: url(../images/blog-buttons2.jpg) no-repeat 0 0;
}
#sidebar li.resources a { background-position: 0 -66px;	}
#sidebar li.connect a { background-position: 0 -132px;	}
#sidebar li.news a { background-position: 0 -198px;	}
#sidebar-blog li#contact h3 a{background-position:0 -66px;}
#sidebar-blog h3, #around-industry h3{margin:0 0 16px 0;}
#around-industry li {margin:0 0 8px 0;}
#sidebar-blog ul{margin:0 0 16px 0;}
#sidebar-blog ul li{margin:0 0 8px 0;}
#sidebar-blog #subscribe ul li a{background:url(../images/rss-icon.png) left center no-repeat; padding:0 0 0 20px;}
#sidebar-blog #tag-cloud ul li{float:left; margin-right:4px;}

/* End Sidebar */


/* Begin footer styles */

#footer {
	clear: both;
	overflow: hidden;
	padding: 15px;
	border-top: 2px solid #d4d4d4;
	font-size: 11px;
	}

#copyright {
	float: left;
	color: #888888;
	}

#footerNav {
	float: right;
	}
#footerNav li {
	float: left;
	border-left: 1px solid #c2c2c2;
	}
#footerNav li:first-child {
	border: none
	}
#footerNav li a {
	padding: 0 10px;
	color: #4c5265;
	}
#footerNav li.fb, #footerNav li.linkedin {
	border: none;
	}
#footerNav li.fb a, #footerNav li.linkedin a {
	display: block;
	height: 14px;
	width: 60px;
	padding: 0;
	margin-left: 40px;
	background: url(../images/social.png) no-repeat;
	border: none;
	text-indent: -9999px;
	}
#footerNav li.linkedin a {
	width: 58px;
	margin-left: 20px;
	background-position: -60px 0;
	}

#footer .contact {
width:500px;
	float: left;
	clear: left;
	}
#footer .contact p {
	float: left;
	padding: 0;
	}
#footer .contact .phone {
	margin-left: 10px;
	padding-left: 40px;
	border-left: 1px solid #dbdce0;
	background: url(../images/phone-icon.png) no-repeat 10px center;
	}

/* End footer */


/* Begin Homepage */

.home {
	background: url(../images/home-shadow.png) no-repeat 50% 100px;
	}

.home #header {
	height: 380px;
	}
	
.home #nav {
	width: 960px;
	height: 269px;
	padding: 0;
	background: none;
	}
.home #nav li {
	border: 0;
	}
.home #nav li:first-child {
	border: none;
	}
.home #nav li a {
	display: block;
	padding: 0;
	height: 269px;
	width: 155px;
	margin-right: 5px;
	background: url(../images/nav-home.jpg) no-repeat;
	text-indent: -9999px;
	}
.home #nav li#nav-about-us1 a { background-position: 0 0; }
.home #nav li#nav-about-us1:focus a, .home #nav li#nav-about-us1.over a, .home #nav li#nav-about-us1:hover a { background-position: 0 -269px; }
.home #nav li#nav-personal-insurance1 a { background-position: -160px 0; }
.home #nav li#nav-personal-insurance1:focus a, .home #nav li#nav-personal-insurance1.over a, .home #nav li#nav-personal-insurance1:hover a { background-position: -160px -269px; }
.home #nav li#nav-commercial-insurance1 a { background-position: -320px 0; }
.home #nav li#nav-commercial-insurance1:focus a, .home #nav li#nav-commercial-insurance1.over a, .home #nav li#nav-commercial-insurance1:hover a { background-position: -320px -269px; }
.home #nav li#nav-professional-liability1 a { background-position: -480px 0; }
.home #nav li#nav-professional-liability1:focus a, .home #nav li#nav-professional-liability1.over a, .home #nav li#nav-professional-liability1:hover a { background-position: -480px -269px; }
.home #nav li#nav-students-universities a { background-position: -640px 0; }
.home #nav li#nav-students-universities:focus a, .home #nav li#nav-students-universities.over a, .home #nav li#nav-students-universities:hover a { background-position: -640px -269px; }
.home #nav li#nav-benefits1 a { background-position: -800px 0; }
.home #nav li#nav-benefits1:focus a, .home #nav li#nav-benefits1.over a, .home #nav li#nav-benefits1:hover a { background-position: -800px -269px; }

.home #nav li ul {
	display: none;
	position: absolute;
	left: 10px;
	top: 100px;
	width: 135px;
	padding-top: 0;
	border: none;
	}
.home #nav li#nav-benefits1 ul{
    top:60px;
}
.home #nav li:focus ul, .home #nav li.over ul, .home #nav li:hover ul {
	display: block;
	}
.home #nav ul li, .home #nav ul li:first-child {
	width: 125px;
	padding-left: 10px;
	background: url(../images/bullet.png) no-repeat left 10px;
	border: none;
	}
.home #nav ul li a {
	width: 125px;
	height: auto;
	padding: 4px 0;
	background: none;
	font-weight: bold;
	line-height: 14px;
	text-indent: 0;
	}

.home #welcome {
	float: left;
	width: 430px;
	padding: 0 15px;
	}

.home #blog {
	float: right;
	width: 445px;
	padding: 0 15px 0 24px;
	border-left: 1px solid #dbdce0;
	}
.home #blog h2 {
	float: left;
	margin-right: 20px;
	}
.home #blog h2 a {
	color: #4d5265;
	}
.home #blog .rss {
	padding-left: 16px;
	font-size: 11px;
	background: url(../images/rss-icon.png) no-repeat left top;
	}
.home #blog h3 {
	text-transform: none;
	font-size: 15px;
	}
.home #blog ul {
	clear: both;
	}

/* End homepage */

.share li{ background:none!important; display: inline; list-style:none!important; margin-right: 2px; padding:0!important;}
