@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #06346c;
}
#container {
	width: 960px;
	margin: auto;
}
#header {
	margin: 20px 0 0 0;
	background: url(/img/bg_header.gif) repeat-x 0 0;
	height: 100px;
}
h1#logo {
	float: left;
	clear: none;
	text-indent: -99999px;
	background: url(/img/logo.png) 0 0 no-repeat;
	height: 87px;
	width: 680px;
	margin: 0;
	position: relative;
	top: 5px;
	left: 10px;
}
h1#logo a {
	display: block;
	width: 680px;
	height: 87px;
}
ul#top_nav {
	float: right;
	color: #006;
	position: relative;
	top: 45px;
	right: 20px;
	font-size: 11px;
}
ul#top_nav li {
	display: inline;
	font-size: 110%;
	font-weight: bold;
}
ul#top_nav a:link, ul#top_nav a:visited {
	color: #006;
}
ul#top_nav a:hover, ul#top_nav a:active {
	text-decoration: underline;
}

/* HOME */
#body_home {
	background: url(/img/bg_body_top.gif) 0 0 no-repeat;
}
#body_wrap_home {
	background: url(/img/bg_body.gif) 0 80px repeat-y;
	height: 300px;
	position: relative;
	top: 20px;
}
#content_home {
	float: left;
	width: 650px;
	padding: 0;
	margin: 0 0 0 10px;
}
#sidebar_home {
	float: right;
	width: 280px;
	padding: 0 10px;
	margin: 0;
}
.roundbox {
	background: #06346c;
	color: #fff;
	margin: 0 0 10px 0;
	background: #06346c url(/img/bg_round_btm.gif) bottom center no-repeat;
}
.roundbox h2 {
	text-indent: -99999px;
	height: 26px;
	width: 280px;
	margin: 0;
}
.roundbox p {
	display: inline;
	float: left;
	margin: 0 10px 10px 10px;
}
.roundbox p.clearfix {
	width: 100%;
}
.roundbox a:link, .roundbox a:visited {
	color: #bbd4e4;
	font-size: 10px;
}
.roundbox p.login_help {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	clear: none;
	font-size: 10px;
	position: relative;
	top: -20px;
}
.roundbox h2#al {
	background: url(/img/bg_h2_agent_login.gif) no-repeat center top;
}
.roundbox h2#pl {
	background: url(/img/bg_h2_policyholder_login.gif) no-repeat center top;
}
.roundbox label {
	float: left;
	width: 70px;
}
.roundbox input {
	width: 180px;
	float: left;
	background: #cee8f9;
	border: 1px solid #fff;
	height: 18px;
	padding: 2px 0 0 2px;
	position: relative;
	top: -3px;
}
.roundbox input.pw_bg {
	background-image: url('/img/pw_bg.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}
.roundbox input#submit, .roundbox input#submit2 {
	background: url(/img/btn_login.gif) 0 0 no-repeat;
	width: 63px;
	height: 21px;
	border: none;
	text-indent: -99999px;
	clear: none;
	position: relative;
	left: 10px;
}
.roundbox2 {
	background: #3a3a3a;
	color: #fff;
	margin: 0 0 -10px 0;
}
.roundbox2 h2 {
	background: url(/img/bg_h2_news.gif) no-repeat center top;
	text-indent: -99999px;
	height: 26px;
	width: 280px;
	margin: 0;
}
.roundbox2 ul {
	background: url(/img/bg_round_btm_grey.gif) center bottom no-repeat;
	margin: 0;
	padding: 10px;
	list-style-type: none;
	font-size: 11px;
	line-height: normal;
}
.roundbox2 ul li {
	margin: 7px 0;
}
.roundbox2 a:link, .roundbox2 a:visited {
	color: #fff;
}
#footer_home {
	background: url(/img/bg_body_btm.gif) center top no-repeat;
	margin: 20px auto;
	padding: 30px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
p.ambest {
	clear:both;
	color:#666666;
	float:none;
	font-size:10px;
	line-height:normal;
	margin:10px 0 0;
}
#agent_login #agent_user {
	margin: 0 0 5px 0;
}

/* BODY */
#body {
	background: url(/img/bg_body_top_inner.gif) 0 0 no-repeat;
}
#body_wrap {
	background: url(/img/bg_body_inner.gif) 0 80px repeat-y;
	position: relative;
	top: 20px;
}
#content {
	padding: 0 10px 0 0;
	width: 690px;
	float: right;
}
#content ul {
	margin: 0 0 20px 40px;
}
#content_one_col {
	margin: 0 auto;
	width: 940px;
}
#footer {
	background: url(/img/bg_body_btm_inner.gif) center top no-repeat;
	clear: both;
	margin: 10px auto;
	padding: 36px 0 1px 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	color: #06346c;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	font-weight: bold;
	margin: 0 5px;
}
#credits {
	font-size: 11px;
	color: #c9d7f9;
	text-align: center;
	padding: 0 0 20px 0;
	position: relative;
	top: -10px;
}
#credits a:link, #credits a:visited, #credits a:hover, #credits a:active {
	color: #c9d7f9;
}

/* SIDE NAV */
#snav {
	float: left;
	width: 240px;
	margin: 0 10px 10px 10px;
}
ul.snav_ul, ul.snav_sub {
	list-style-type: none;
	margin: 0;
}
ul.snav_ul li {
	background: url(/img/bg_li_side_1.gif) no-repeat 0 0;
	padding: 6px 0 10px 15px;
}
ul.snav_ul li.pad {
	padding: 5px 0 0 15px;
}
ul.snav_ul li.has_sub ul {
	margin: 0 0 0 -15px;
}
ul.snav_ul li.has_sub a {
	background: url(/img/arrow_down.gif) right 5px no-repeat;
	padding: 0 10px 0 0;
}
ul.snav_ul li.has_sub ul li a {
	background: none;
	padding: 0;
}
ul.snav_sub li {
	background: url(/img/bg_li_side_2.gif) 0 0 no-repeat;
}
ul.snav_sub li.first {
	margin: 11px 0 0 0;
}
#snav h2 {
	background: url(/img/bg_h2_side.gif) no-repeat 0 0;
	color: #fff;
	font-size: 21px;
	width: 235px;
	height: 31px;
	margin: 0 0 5px 0;
	padding: 10px 0 0 10px;
}
ul.links {
	font-size: 16px;
	line-height: 24px;
}

ul.links2 {
	position: relative;
	top: -20px;
	font-size: 16px;
	line-height: 24px;
}

/* FAQ */
ul#faqs {
	list-style-type: none;
	margin: 0;
}
.faq {
	font-weight: bold;
	letter-spacing: normal;
}
.answer {
	font-size: 11px;
	letter-spacing: normal;
	margin: -15px 0 20px 0;
	color: #666;
}

/* DEFAULTS */
p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0 0 20px 0;
	font-weight: normal;
}
p {
	letter-spacing: -.1px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
	letter-spacing: -1px;
	color: #06346c;
}
h3 {
	font-size: 18px;
	letter-spacing: -0.5px;
	color: #06346c;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
}
ul, ol {
	margin: 0 0 20px 40px;
}
ul li ul {
	margin: 0 0 0 40px;
}
a:link {
	text-decoration: none;
	color: #06346c;
}
a:visited {
	text-decoration: none;
	color: #668cba;	
}
a:hover, a:active {
	text-decoration: underline;
}
img {
	border: none;
}
.wc h2, .ca h2, .cp h2, .cpr h2, .c h2, .contacts h2, .careers h2 {
	height: 60px;
	padding: 40px 0 10px 20px;
}
.wc h2 {
	background: url(/img/tops/m_wc.jpg) no-repeat;
}
.ca h2 {
	background: url(/img/tops/m_ca.jpg) no-repeat;
}
.cp h2 {
	background: url(/img/tops/m_cp.jpg) no-repeat;
}
.cpr h2 {
	background: url(/img/tops/m_cpr.jpg) no-repeat;
}
.c h2 {
	background: url(/img/tops/m_c.jpg) no-repeat;
}
.contacts h2 {
	background: url(/img/tops/m_contact.jpg) no-repeat;
}
.careers h2 {
	background: url(/img/tops/m_careers.jpg) no-repeat;
}



*.starter {
	margin-top: 20px;
}
.larger {
	font-size: 16px;
}

/* MISC. ALIGNMENT */
*.left {
	text-align: left;
	float: left;
}
*.right {
	text-align: right;
	float: right;
}
*.center {
	text-align: center;
	margin: auto;
}
#it_home p {
	margin: 10px 0;	
}
.date {
	font-weight: bold;
	color: #d6efff;
	font-size: 12px;
}
.example {
	font-size: 11px;
	color: #666;
}

/* SAFETY VIDEOS */
.safety_videos.by_category dl {
	padding: 0 20px;
}
.safety_videos.by_category dl dt {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.safety_videos.view .due_date {
	background: #ddd;
	border: 1px solid #AAA;
	margin: 0 auto;
	padding: 20px;
	width: 400px;
}
.safety_videos.view .agreement {
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
}
.safety_videos.view .agreement li {
	list-style: none;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 50%;
}
.safety_videos.request form {
	width: 600px;
	margin: 0 0 20px 0;
}
.safety_videos.request fieldset {
	border: 1px solid #AAA;
	margin: 0 0 20px 0;
	padding: 20px;
}
.safety_videos.request fieldset legend {
	font-weight: bold;
	padding: 0 5px;
}
.safety_videos.request .input {
	margin: 10px 0;
}
.safety_videos.request .input label {
	display: block;
}
.safety_videos.request .input.text input {
	width: 400px;
}
.safety_videos.request .form-error {
	color: #A00;
	font-weight: bold;
	padding: 0 5px;
}

/* FORM REQUEST */
.form_request {
}
.form_request .search {
	border: 1px solid #AAA;
	margin-bottom: 20px;
	padding: 10px;
	width:  80%;
}
.form_request .search legend {
	font-size: 120%;
	font-weight: bold;
}
.form_request .search .input, .form_request .search .submit {
	float: left;
	padding: 5px 20px 5px 5px;
}
.form_request .search .input label {
	padding: 0 5px;
}
.form_request .form-result {
	border: 1px solid #ccc;
	float: left;
	margin: 2px;
	padding: 5px 0;
	width: 48%;
}
.form_request .form-result .form-link {
	float: left;
}
.form_request .form-result .form-info {
	padding: 10px 0 0 0;
}
.form_request .cart {
	border: 1px solid #AAA;
	margin-bottom: 20px;
	padding: 10px;
	width: 900px;
}
.form_request .cart legend {
	font-size: 120%;
	font-weight: bold;
}
.form_request .cart li {
	margin: 0 0 20px 0;
}
.form_request .cart .input {
	display: inline;
	padding: 0 20px 0 0;
}
.form_request .user_info legend {
	font-size: 120%;
	font-weight: bold;
}
.form_request .user_info .input, .form_request .user_info .submit {
	padding: 10px 20px;
}
.form_request .user_info .input label {
	display: block;
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;
	text-align: right;
	width: 100px;
}
.req {
	color: #c00;
}

/* CAREERS */
.careers {
}
.careers .search {
	border: 1px solid #bcbcbc;
	padding: 5px;
	width: 95%;
}
.careers .search legend {
	font-size: 120%;
	font-weight: bold;
	margin: 0 10px;
	padding: 10px;
}
.careers .search p.instructions {
	clear: both;
	padding: 10px;
	width: 100%;
}
.careers .search .input {
	float: left;
	margin: 0 5px;
	width: 180px;
}
.careers .search .input label {
	font-weight: bold;
}
.careers .search .input select {
	height: 150px;
	width: 160px;
}
.careers .search .submit {
	clear: both;
	padding: 5px 0;
}
.careers #results_container {
	padding: 10px 0;
}
.careers #results_container table {
	border-collapse: collapse;
	width: 100%;
}
.careers #results_container th {
	background: #06346C;
	color: #fff;
	padding: 5px;
	text-align: left;
}
.careers #results_container td {
	padding: 5px;
}
.careers #results_container .altrow td {
	background: #ccc;
}
.careers #results_container td a {
	font-weight: bold;
}
.careers p q {
	font-style: italic;
	padding-left: 20px;
}

/* CONTACT */
ul.contact_types {
	margin: 10px 0;
	padding: 0;
}
ul.contact_types {
	margin: 0;
	padding: 0;
}
ul.contact_types li {
	list-style: none;
	margin: 0;
	padding: 0;
}	
ul.contact_types li.separated {
	margin: 20px 0 0 0;
}
ul.contact_types li a {
	background:transparent url(/img/bg_li_side_1.gif) no-repeat scroll 0 0;
	display: block;
	font-weight: bold;
	padding:6px 0 10px 15px;
}	
.contacts dl {
	margin: 10px 0 0 0;
}
.contacts dl dt {
	font-size: 120%;
}
.contacts dl {
	margin: 10px 0 0 0;
}
.contacts dl dt {
	font-size: 120%;
	font-weight: bold;
}
.contacts.by_region dl dt {
}
.contacts dl dd {
	padding: 0 0 0 15px;
}
.report_claim_btn {
	display: block;
	background: url('/img/report_a_claim.gif') no-repeat;
	height: 21px;
	text-indent: -10000em;
	width: 100px;
}

img.move {
	margin: 0 0 0 40px;
}

/* LOCATE AN AGENT */
.agents {
}
.agents form {
	padding: 0 40px;
}
.agents form .input {
	padding: 10px 0;
}
.agents form {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}
.agents.locate form {
	background: #dfdfdf;
	border: 1px solid #CCC;
	padding: 10px;
}
.agents.locate form .input {
	float: left;
	margin: 0 5px 0 0;
	width: 170px;
}
.agents.locate form .input.zip {
	width: 80px;
}
.agents.locate form .submit {
}
.agents form .input label {
	display: block;
	font-weight: bold;
	margin: 0 15px 0 0;
	width: 130px;
}

.agents form #AgentZip {
	width: 40px;
}
.agents .total_agents {
	clear: both;
	padding: 10px 0;
}
.agents table.search_results {
	border-collapse: collapse;
	width: 100%;
}
.agents table.search_results td {
	border-bottom: 1px solid #BDBDBD;
	font-size: 90%;
	padding: 15px 5px;
}
.agents .agent_details {
	padding: 0 20px;
}
.agents .agent_details dt {
	font-weight: bold;
}
.agents .agent_details dd {
	margin: 0 0 20px;
}
.agents #gmap {
	border: 1px solid #999;
}
.agent_search_instructions {
	background: #DAE1E9;
	padding: 5px;
}
.agents fieldset {
	padding: 10px;
}
.agents fieldset legend {
	font-size: 120%;
	font-weight: bold;
}

/* REPORT A CLAIM */
.report_a_claim table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 650px;
}
.report_a_claim table td {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	vertical-align: top;
}
.report_a_claim table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.report_a_claim table td li strong {
	display: block;
	float: left;
	width: 50px;
}
.report_a_claim table td.report_claim_online {
	border-bottom: 0 none;
	padding: 10px 0;
	text-align: center;
}
.workers_comp_button {
	background:transparent url(/img/bg_li_side_1.gif) no-repeat scroll 0 0;
	display: block;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1em;
	padding: 6px 0 10px 15px;
	text-align: left;
	width: 300px;
}

/* ERGONOMIC EVALUATION */
#ee_request {
	background: #f5f5f5;
	border: 1px solid #999;
	margin: 0 auto;
	padding: 10px;
	width: 80%;
}
#ee_request p {
	font-size: 120%;
	font-weight: bold;
}
#ee_request fieldset {
	border: 1px solid #bbb;
	padding: 10px;
}
#ee_request fieldset legend {
	font-weight: bold;
	padding: 0 5px;
}
#ee_request .input {
	border-bottom: 1px solid #bbb;
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
}
#ee_request .text input {
	width: 400px;
}
#ee_request fieldset p {
	font-size: 100%;
	font-weight: normal;
}
#ee_request fieldset .input {
	border: 0 none;
	margin: 0;
	padding: 5px 0;
}
#ee_request .text label, #ee_request .textarea label {
	display: block;
}
#ee_request .sub {
	clear: both;
	color: #676767;
	display: block;
	font-size: 90%;
	width: 100%;
}
#ee_request .radio {
	clear: both;
	width: 100%;
}
#ee_request .radio .question {
	display: block;
	float: left;
	width: 550px;
}
#ee_request .radio input {
	padding: 0 10px;
	vertical-align: middle;
}
#ee_request .radio label {
	font-weight: bold;
	padding: 3px;
}
#ee_request .textarea textarea {
	clear: both;
	width: 500px;
}
#ee_request .submit {
	padding: 20px;
}
.ergonomic_questions {
	padding: 10px;
	text-align: center;
}
#ee_request .form-error {
	color: #A00;
	font-weight: bold;
	padding: 0 5px;
}

/* RESOURCES & LINKS */
.resources_links h3 {
	margin: 20px 0 0 0;
	padding: 0;
}
.resources_links dl {
	margin: 5px 0;
}
.resources_links dl dt {
	font-weight: bold;
}
.resources_links dl dd {
	margin: 0 0 5px 0;
}

/* APPLICATION FOR APPOINTMENT */
.appointment_application {
	
}
.appointment_application .no_lines_found {
	display: none;
	padding: 20px;
	text-align: center;
}
.appointment_application .step {
	background: #eee;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 40px 10px;
	width: 600px;
}
.appointment_application .step .input label {
	display: block;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.appointment_application .step .checkbox {
	margin: 10px;
}
.appointment_application .step .checkbox label {
	display: inline;
	font-size: 100%;
	font-weight: normal;
	padding: 0 5px;
	vertical-align: top;
}
.appointment_application .step .checkbox.disabled label {
	color: #AAA;
}
.appointment_application .submit {
	display: none;
	text-align: center;
}
.appointment_application #aa_form {
	padding: 0 30px;
}
.appointment_application #aa_form .input {
	margin: 20px 0 0 0;
}
.appointment_application #aa_form .input.details {
	margin: 5px 0 0 0;
}
.appointment_application #aa_form .input.details label {
	font-weight: normal;
}
.appointment_application #aa_form .input.details textarea {
	width: 500px;
}
.appointment_application #aa_form .input label, .appointment_application #aa_form dt {
	display: block;
	font-weight: bold;
}
.appointment_application #aa_form .input input {
	width: 300px;
}
.appointment_application #aa_form .input.checkbox input {
	width: 20px;
}
.appointment_application #aa_form .input.date {
	color: #000;
	font-weight: normal;
} 
.appointment_application #aa_form .input.checkbox label {
	display: inline;
	padding: 0 5px;
	vertical-align: top;
}
.appointment_application #aa_form .details {
	display: none;
}
.appointment_application #aa_form dl {
	margin: 20px 0;
}
.appointment_application #aa_form dd .checkbox {
	margin: 0;
}
.appointment_application #aa_form dd .checkbox label {
	font-size: 90%;
	font-weight: normal;
}
.appointment_application #aa_form fieldset {
	margin: 20px 0;
	padding: 20px;
	width: 80%;
}
.appointment_application #aa_form fieldset legend {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.appointment_application #aa_form fieldset .input {
	margin: 0;
	padding: 5px 10px;
}
.appointment_application #aa_form fieldset.multi .input label {
	display: inline;
	font-weight: normal;
}
.appointment_application #aa_form fieldset.multi .input input {
	margin: 0 6px 0 0;
	width: 115px;
}
.appointment_application #aa_form fieldset.production.multi .input input {
	width: 60px;
}
.appointment_application #aa_form h3 {
	margin: 20px 0 0 0;
}
.appointment_application #aa_form .submit {
	display: block;
	padding: 20px;
	text-align: left;
}
.appointment_application #aa_form .form-error {
	color: #a00;
	font-size: 80%;
	font-weight: bold;
}
/* special form */
.appointment_application.special #aa_form .multi table {
	border-collapse: collapse;
}
.appointment_application.special #aa_form .multi table th {
	background: #ddd;
	padding: 5px;
}
.appointment_application.special #aa_form .multi table td {
	border-bottom: 1px solid #ccc;
	padding: 10px 2px;
	vertical-align: top;
	white-space: nowrap;
}
.appointment_application.special #aa_form #attachments .input label {
	width: 230px;
}
.appointment_application.special #aa_form #attachments .input input {
	width: 240px;
}
.appointment_application.special #aa_form .important_notice {
	font-size: 80%;
	width: 80%;
}

#locate_wrap #AgentAddForm .input {	
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}
#locate_wrap #AgentAddForm label {	
	width: auto;
}
#locate_wrap #AgentAddForm .submit {	
	clear: both;
}
#locate_wrap #AgentAddForm .submit input {	
	border: none;
	color: #fff;
	background: #06346c;
	padding: 5px;
}
#locate_wrap #AgentAddForm input, #locate_wrap #AgentAddForm select {
	border: 1px solid #06346c;
	background: #dae1e9;
}

.blur {
	color: #828e9c;
	font-size: 11px;
}

.careers cite {
	font-weight: bold;
	font-style: normal;
	}
/* iFrame */
.frame{
	border:0; 
	height:450px;
	width:100%;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}