/* @group tags */

body, a {
	color: #656565;
}

body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
	font: 87%/150% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#popup {
	background: url(../images/footer_bg.png) repeat-x 0 -21px;
	text-align: left;
	padding: 36px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

div {
	margin: auto;
}

p {
	margin-bottom: 8px;
	margin-top: 0px;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

p a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

h1 {
	font: bold 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #425765;
	margin-bottom: 12px;
	padding-bottom: 3px;
	background: repeat-x url(../images/dotted_3.gif) bottom;
	border-bottom: 1px dotted #99d6ff;
}

h2 {
	color: #2d3f4c;
	text-transform: uppercase;
	letter-spacing: .15em;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-bottom: 16px;
	padding-top: 8px;
}

h3 {
	color: #4c4c4c;
	font: smaller 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 0px 8px;
	padding: 0px;
}

h4 {
	color: #3d7498;
	margin: 16px 0 8px;
	padding: 0 0 2px;
	background: repeat-x url(../images/dotted_3.gif) bottom;
	font: bold 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #71b7e5;
}

h5 {
	margin-bottom: 4px;
	margin-top: 20px;
	padding: 0;
	font-size: 90%;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
	margin-top: 0;
}

hr {
	border: none;
	height: 2px;
	border-bottom: 1px dotted #4C4C19;
	position: relative;
	top: -6px;
	margin-bottom: 0px;
	margin-top: 16px;
	display: block;
}

ul, ol {
	margin: 0px;
	padding: 2px;
	/*font: 11px/12px Verdana, Arial, Helvetica, sans-serif;*/
}

ul li, ol li {
	margin-bottom: 5px;
	line-height: 15px;
	margin-top: 5px;
	margin-left:  1.4em;	
}

ul li {
	list-style-type: none;
}

ol li {
	margin-left: 1.2em;
}


blockquote {
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

sup {
	color: #003366;
	font: 9px/10px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

sup a {
	text-decoration: none;
	color: #003366;
}

sup a:hover {
	text-decoration: underline;
}
	
/* @end */

/* @group details */

img.page_hed {
	margin-bottom: 12px;
}

.bluesans, .fineprint, .boxed {
	color: #286796;
	font: 10px/12px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	margin-top: 2px;
}

.bordered {
	border: 1px solid #bdbeb0;	
}

.boxed {
	padding: 8px;
	background: #e1f0fa;
	line-height: 15px;
	border: 1px solid #aacae0;
	width: auto;
	margin-bottom: 12px;
	margin-top: 12px;
	clear: both;
}

.arrow {
	color: #666666;
}

.rightbox {
	width: 25%;
	float:right;
	margin-left:24px;
}

.right {
	margin-right: 0;
	padding-right: 0;
}

.inline {
	float: left;
	margin-right: 12px;
	/*border: 1px solid #cccccc;*/
	margin-top: 5px;
}

.noborder {
	border-style: none;
}

.caps {
	text-transform: uppercase;
}

.floatleft {
	float: left;
	margin: auto;
}

.floatright {
	float: right;
	margin: auto;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.clear {
	clear: both;
}

.sans {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.hidden {
	display: none;
}

.clearleft, .clearleft li {
	clear: left;
}

ul.bullets li {
	list-style-type: circle;
	padding: 0;
	margin: 0 0 8px 1em;
}

.attribution {
	color: #286796;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.nomargin {
	margin: 0;
}

ul.nobullets li {
	list-style-type: none;
}

/* @end */

/* @group form */

label {
	font: 11px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	float: left;
	clear: both;
	padding-top: 8px;
	padding-bottom: 11px;
	background: repeat-x url(../images/dotted_3.gif) bottom;
	text-align: left;
}

input, select, textarea {

	background: #d9e6f2;

	margin-top: 6px;
	margin-bottom: 6px;
	color: #3e647e;
	padding: 3px;
}

select {
	height: auto;
}

select option {
	margin-bottom: 4px;
}

optgroup {
	font-style: normal;
	font-weight: bold;
}

textarea {
	height: 80px;
}

input:focus, textarea:focus {
	background: #ecf4f9;
}

input.radio, input.check {
	width: auto;
	height: auto;
	float: none;
	position: relative;
	top: 9px;
}

input.submit {
	height: auto;
	background: #4c91c0;
	color: #cceaff;
	border: 1px solid #80cbff;
	cursor: pointer;
}

input.submit:hover {
	height: auto;
	background: #b1dfff;
	color: #256999;
	border: 1px solid #80cbff;
}

div.radio {
	float: right;
	font-size: smaller;
	margin: 0;
	position: relative;
	bottom: 5px;
}

/* @end */

/* @group tables */

table.full {
	width: 100%;
	margin-bottom: 12px;
}

table.columns {
	width: 100%;
	border-bottom: 3px double #b2d7ef;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

table.columns tr {
	font-size: 90%;
	line-height: 130%;
}

table.columns tr td {
	padding-right: 18px;
	padding-left: 18px;
	width: 33%;
}

table.columns tr td:first-child {
	padding-left: 0;
}

table.columns tr td:last-child {
	padding-right: 0;
}

table.rowed td, table.rowed th {
	border-bottom: 1px dotted #73b7e5;
	color: #54768c;
}

table.rowed th {
	border-bottom: 1px dotted #73b7e5;
	color: #598eb1;
}

table tr.striped td {
	background-color: #e5f4ff;
}

#content table.list img {
	margin-bottom: 8px;
}

#content table.list ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 16px;
}



/* @end */

/* @group layout */

#header {
	background: url(../images/header_bg.png) repeat-x;
	height: 160px;
	position: relative;
}

#tabs {
	width: 868px;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	position: relative;
}

* html #tabs {
	width: 871px;	
}

#tabs a {
	text-decoration: none;
	color: #4b7a99;
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs ul li {
	list-style-type: none;
	float: left;
	background-image: url(../images/tab_lo.png);
	width: 124px;
	height: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#tabs ul li:hover {
	cursor: pointer;
}

#tabs ul li.hi {
	background-image: url(../images/tab_hi.png);
}

.container {
	width: 832px;
	text-align: left;
	padding-top: 42px;
	padding-bottom: 24px;
}

#content {
	width: 676px;
	margin: 0 129px 0 0;
	padding: 0 26px 0 0;
	border-right: 1px dotted #24658f;
}

* html .container {
	width: 836px;
}

#content ul {
	margin: 0 0 8px;
	padding: 0;
}

#content li {
	list-style-type: square;
	padding: 0;
	margin: 0 0 4px 1em;
}

#sidebar {
	width: 116px;
	float: right;
	padding: 0;
	color: #3e657e;
	font-size: 80%;
	line-height: 120%;
}


#sidebar .subhed {
	padding-bottom: 5px;
	border-bottom: 1px dotted #71b7e5;
	margin-bottom: 10px;
}

/* for sidebar-like text that isn't in the sidebar */
.side {
	color: #3e657e;
	font-size: 80%;
	line-height: 120%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	padding: 0;
	list-style-type: circle;
	line-height: 110%;
	margin: 0 0 .8ex 1em;
}

#footer {
	background: url(../images/footer_bg.png) repeat-x;
	height: 161px;
	position: relative;
}

#newsletter {
	margin-top: 28px;
}

#quote_button {
	margin-bottom: 16px;
	cursor: pointer;
	width: 116px;
	height: 65px;
	padding: 0;
	background: url(../images/quote_button.png) no-repeat;
	display: block;
}

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

#contact {
	font-size: 80%;
	width: 837px;
	position: relative;
}

#contact_left {
	position: absolute;
	left: 16px;
}

#contact_right {
	position: absolute;
	right: 16px;
}

/* @group home */

/*img#headline {
	margin-bottom: 24px;
	border-bottom: 1px dotted #8fabbe;
}*/

#home_main_bg {
	width: 100%;
	background: url(../images/home/main_bg.jpg) repeat-x;
	position: relative;
	border-bottom: 1px dotted #73b8e5;
	border-top: 1px dotted #73b8e5;
}

#home_main {
	position: relative;
	width: 837px;
}

div.teasers {
	position: absolute;
	top: 250px;
	left: 18px;
	font-size: 90%;
	line-height: 120%;
}

div.teaser {
	width: 145px;
	float: left;
	margin-right: 18px;
	text-align: left;
}

div.teaser img {
	margin-bottom: 12px;
}

.home_container {
	padding-bottom: 0;
}

#home-bottom {
	/*border-top: 1px dotted #8fabbe;*/
	text-align: left;
	/*margin-top: 48px;*/
	clear: both;
	padding-top: 16px;
}

#home-bottom select {
	float: none;
	width: auto;
	height: auto;
}

#home-bottom table {
	width: 100%;
}

#home-bottom img.subheds {
	margin-bottom: 8px;
}

.arrow {
	width: 145px;
	height: 21px;
	display: block;
	background: url(../images/home/arrow.gif) no-repeat;
}

.arrow:hover {
	background: url(../images/home/arrow_hi.gif) no-repeat;
}

#logos {
	width: 172px;
	padding-left: 12px;
}

#contact_form {
	width: 220px;
	padding-right: 24px;
	border-right: 1px dotted #999;
}

#agency_contact_info {
	/*border-right: 1px dotted #999;
	padding-right: 24px;
	padding-left: 24px;*/
	/*width: 346px;*/
}

#contact_fineprint {
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px dotted #999;
}

/*#agency_contact_info .hed {
	color: #3e657e;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #b7d3e5;
}*/

#agency_contact_info dl {
	color: #4b7b99;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}

#agency_contact_info dt {
	text-align: left;
	float: left;
	clear: both;
	margin-bottom: 6px;
}

#agency_contact_info dd {
	text-align: right;
	margin-bottom: 6px;
}

/* @end */

/* @group top tabs */

#top_tabs {
	width: 832px;
	top: -2px;
	position: absolute;
}

#top_tabs li {
	float: right;
	width: 96px;
	height: 30px;
	margin: 0;
	text-align: center;
	padding: 5px 0 0;
	background: url(../images/top_tab.png) no-repeat;
}

#top_tabs li:hover {
	background: url(../images/top_tab_hi.png) no-repeat;
	cursor: pointer;
}



/* @end */

/* @end */

/* @group newsletter */

#newsletter-flag {
	height: 93px;
	width: 656px;
	padding-top: 23px;
	background: #fff url(../news/images/workers_comp_corner.png) no-repeat;
	text-align: right;
	padding-right: 20px;
	color: #195780;
	font-weight: bold;
	font-size: 11px;
}



/* @end */