@charset "UTF-8";
body  {
	font: 62.5% "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4B4B4B;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, form, fieldset, label, textarea, input {
	margin: 0;
	padding: 0;
	}

a:link {
	color: #39309E;
	text-decoration: none;
}

a:visited {
	color: #7F7D9E;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #AA2C41;
	text-decoration: underline;
}


#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
#header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#logo {
	padding-top: 20px;
	padding-bottom: 15px;
}

#mainNav {
	float: right;
	top: 0px;
	right: 0px;
	position: absolute;
}

ul#mainNav, ul#secondaryNav {
	list-style: none;
}

#mainNav li {
	font-size: 1.3em;
	padding-left: 20px;
	display: inline;
}

#mainNav a {
	line-height: 83px;
}

#mainNav a:link, #mainNav a:visited, #footer a:link, #footer a:visited {
	color: #5B60B4;
	text-decoration: none;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus, #footer a:hover, #footer a:active, #footer a:focus  {
	color: #CE4B60;
	text-decoration: underline;
}

#banner {
	height: 260px;
	width: 800px;
}

#bannerPic {
	position: absolute;
	left: 0px;
	top: 83px;
}

.png{
	behavior: url(iepngfix.htc);
	}

#secondaryNav {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 220px;
	position: absolute;
	left: 580px;
	top: 83px;
}

#secondaryNav ul {
	margin: 0px;
	padding: 0px;
}

#secondaryNav li {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 52px;
	display: inline;
}

#secondaryNav a {
	margin: 0px;
	padding: 0px;
}

#autoAccidents a:link, #autoAccidents a:visited {
	background: #9AA0CD;
	height: 52px;
	width: 220px;
	display: block;
}

#workersComp a:link, #workersComp a:visited {
	background: #7381C5;
	height: 52px;
	width: 220px;
	display: block;
}

#medMal a:link, #medMal a:visited {
	background: #5B60B4;
	height: 52px;
	width: 220px;
	display: block;
}

#productsLiability a:link, #productsLiability a:visited {
	background: #4946B2;
	height: 52px;
	width: 220px;
	display: block;
}

#others a:link, #others a:visited {
	background: #39309E;
	height: 52px;
	width: 220px;
	display: block;
}

#autoAccidents a:hover, #autoAccidents a:active, #autoAccidents a:focus {
	background: #E3A3AD;
}

#workersComp a:hover, #workersComp a:active, #workersComp a:focus {
	background: #CB4864;
}

#medMal a:hover, #medMal a:active, #medMal a:focus {
	background: #D5384E;
}

#productsLiability a:hover, #productsLiability a:active, #productsLiability a:focus {
	background: #D1262E;
}

#others a:hover, #others a:active, #others a:focus {
	background: #B31A1A;
}

a img {
	border-style: none;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin: 0;
}

#sidebar1 h3 {
	padding-bottom: 15px;
	color: #009999;
}

#sidebar1 p {
	font-size: 1.1em;
}

#sidebar1 form {
	padding-top: 20px;
	padding-left: 20px;
}

#sidebar1 input, #sidebar1 textarea {
	margin-bottom: 10px;
}
.disclaimer {
}


#sidebar1 label {
	display: block;
	font-size: 1.2em;
}

#news p {
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: .9em;
}
#mainContent {
	margin: 0 220px 0 0;
} 

#mainContent h1 {
	font-size: 1.6em;
	color: #AA2C41;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#mainContent h2 {
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-right: 20px;
}

#mainContent p {
	font-size: 1.3em;
	line-height: 1.7;
	padding-bottom: 10px;
	padding-right: 20px;
}

#mainContent ul {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 10px 20px 10px 30px;
}

#mainContent li {
	padding-bottom: 8px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 1px dotted #999999;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pullquote {
	float: left;
	width: 220px;
	border-right: 1px dotted #999999;
	margin: 10px 20px 10px 0px;
	background: #F2F1FF;
	padding: 10px;
}

#pullquote p {
	line-height: 1.2em;
}
#pullquote   h3 {
	padding-bottom: 8px;
	font-size: 1.4em;
}

#pullquote h4 {
	font-size: 1.4em;
}

#bio {
	float: right;
	padding: 20px;
}

.vcard {
	width: 30%;
	float: left;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-right: 3%;
}

#bio {
	float: right;
	padding: 20px;
}

.skype {
	text-align: center;
	padding-top: 20px;
}

.skype img {
	padding-bottom: 10px;
}


#human {
visibility:hidden;
display:none;
}
.error {
	color: #FF0000;
	font-size: 1.1em;
}

#shortform {
	float: left;
	width: 220px;
	margin: 10px 20px 10px 10px;
	padding: 10px;
}
