/* YAHOO reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html {background: #626058;}

body {
	font: 13px/19px Arial, sans-serif;
	background: #F6F1DC;
	color: #333;
	}

.box {
	width: 1000px;
	margin: 0 auto;
	}

a:link, a:visited {text-decoration: none;}

a:hover, a:active {}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: .5em;
	}
	
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

p {margin-bottom: .5em;}

strong {font-weight: bold;}

em {font-style: italic;}

#primary-interior ul li {
	list-style: disc inside;
	margin: .25em 0 .25em 1em;	
	}

#primary-interior ol li {
	list-style: decimal inside;
	margin: .25em 0 .25em 1em;	
	}
	
#primary-interior ul, #primary-interior ol {margin-bottom: .5em;}	
	
/* ------------------
  STRIP/UTILITY NAV
------------------ */

#strip {
	background: #4D4A42;
	height: 30px;
	}

#utility-nav {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	}

#utility-nav li {
	float: left;
	}

#utility-nav li:first-child a {
	border: 0;
	}
	
#utility-nav a {
	color: #C1B8A6;
	border-left: 1px solid #C1B8A6;
	padding: 2px 10px 0;		
	}
	
	
#utility-nav a:hover {
	color: #7688AC;
	text-decoration: underline;
	}
	
/* ------------------
  HEADER
------------------ */	

#hdr {
	height: 105px;
	background: url(../img/hdr_bg.png) repeat-x;
	}
	
#hdr img {margin-top: 10px;}
	
/* ------------------
  MAIN NAV
------------------ */	

#main-nav {
	height: 45px;
	background: url(../img/bg_navtop.jpg) repeat-x;
	}
		
#main-nav li { 
	text-transform: uppercase;
	float: left;
	}
	
#main-nav li a {
	display: block;
	padding: 15px 15px 9px;
	color: #fff; 
	}
	
#main-nav li a:link, 
#main-nav li a:visited {
	color: #fff;
	background: url(../img/bg_navtop.jpg) 0 0 repeat-x;
	}
	
#main-nav li a:hover, 
#main-nav li a:active,
#main-nav li a.current {
	background-position: 0 -45px; 
	}

/* ------------------
  HOME CALLOUTS
------------------ */	

#home-callouts {
	height: 130px;
	background: #223254 url(../img/home_callouts_bg.png) repeat-x;
	border-bottom: 10px solid #9B0504;
	}
	
.callout {
	float: left;
	width: 240px;
	margin: 10px 0 10px 10px;
	}	
	
#home-callouts .callout:first-child {margin-left: 0;}

.callout.one, .callout.four {
	width: 245px;
	}
		
/* ------------------
  MAIN
------------------ */	

#aside-1, #aside-2 {
	width: 240px;
	float: left;
	}
		
#primary {
	width: 500px;
	margin: 10px;
	float: left;
	}
	
#aside-1  .module {
	background: #1F2F52 url(../img/module_bg.png) no-repeat;
	margin-bottom: 15px;
	padding: 15px;
	}
	
#aside-2  .module {
	background: #1F2F52 url(../img/module_bg.png) no-repeat;
	margin-bottom: 15px;
	padding: 15px;
	}

#aside-2  a {
	color: #fff;
	text-decoration: underline;
	}
	
#primary-text {
	margin-top: 50px;
	background: url(../img/primary_text_bg.png) no-repeat;
	padding: 15px;
	}
	
#benefits-callout {margin: 10px 0 10px;}

#aside-2  h3 {
	color: #fdfdfd;
	margin-bottom: .25em;
	}

#aside-2  p {
	color: #B1D3F3;
	font-size: 12px;
	line-height: 14px;
	}
	
/* ------------------
  LATEST NEWS
------------------ */

#latest-news {
	padding: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 16px;
	}

#latest-news h3 a {color: #1965AE;}	

#latest-news h4 {margin: 10px 0 0;}

#latest-news p {margin-bottom: .5em;}

#latest-news-sidebar, #featured-stories-sidebar {
	width: 250px;
	float: right;
	font-size: 12px;
	background: #EEE8D7;
	padding: 10px;
	border: 1px solid #C1B8A6;
	margin-left: 10px;
	}
	
#primary-interior #latest-news-sidebar li {
	margin-bottom: 8px;
	list-style: none;		
	}
	
/* ------------------
  SLIDER
------------------ */	

#slider {
	clear: both;
	height: 160px;
	padding-top: 20px;
	background: #C1B8A6 url(../img/slider_bg.png) repeat-x;
	}
	
#scrollable {
	width: 950px;
	height: 150px;
	position: relative;
	overflow: hidden;
	}

#scrollable #scroll-box {
    width: 20000em; 
    position: absolute; 	
	}

.scroll-item  {
	display: block;
	float: left;
	margin-left: 10px;	
	width: 212px;
	height: 140px;	
	color: #F6F1DC;	
	background: #555045;
	padding: 8px 6px 0;
	border: 1px solid #484136;
	font-size: 12px;
	text-align: center;		
	}	
	
.scroll-item:hover {background-position: 0 -35px;	}

#slider .prev, #slider .next {margin-top: 65px;}
	
#slider .prev {float: left;}
	
#slider .next {float: right;}

#slider-tooltip {
	display: none;
	width: 250px;
	padding: 15px;
	background: #9A9184;
	border: 1px solid #484136;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#slider-tooltip a {
	color: #333;
	}

/* ------------------
  FOOTER
------------------ */	

#ftr {
	clear: both;
	height: 45px;
	background: #626058;
	color: #C1B8A6;
	text-align: center;
	padding-top: 30px;
	}
	
/* ------------------
  SEARCH
------------------ */

#search {
	background: url(../img/search_bg.png) no-repeat;
	height: 60px;
	padding: 5px 0 5px 15px;
	}

#search label {
	font-size: 16px;
	color: #fff;
	}	
	
#search input {
	font-size: 13px;
	padding: 2px;
	color: #000;
	}
	
	
/* ------------------
  SLIDESHOW
------------------ */

#slideshow {
	border: 1px solid #666;
	position: relative;	
	cursor: pointer;
	height: 240px;
	width: 500px;
	}
	
#slides li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;			
	}

#slides a, #slides a:hover {
	color: #fff;
	text-decoration: none;
	}
	
.tabs {
	position: absolute;
	bottom: -30px;
	left: 0;
	background: #423E34;
	width: 100%;
	color: #fff;
	}
	
.tabs li {
	float: left;
	}
	
.tabs a {
	display: block;
	padding: 6px 8px 4px;
	float: left;
	margin-right: 5px;
	color: #fff;
	}
	
.tabs a.current {
	font-weight: bold;
	text-decoration: underline;
	}
		
.tabs span {
	float: left;
	padding: 8px 8px 3px;	
	}	
	
.caption {
	background: url(../img/bg_slide_caption.png);
	color: #fff;
	font-size: 12px;
	padding: 10px;
	width: 480px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
.caption h4 {font-size: 16px;}
.caption p {margin-bottom: 0;}
.caption a {color: #7688AC;}


/* ------------------
  INTERIOR
------------------ */

#primary-interior {
	width: 750px;
	float: right;
	margin: 15px 0 12px 10px;
	background: url(../img/primary_bg.png) center center repeat-y;
	}
	
#primary-hdr {
	background: url(../img/primary_hdr.png) no-repeat;
	height: 20px;	
	}
	
#primary-ftr {
	background: url(../img/primary_ftr.png) no-repeat;
	height: 20px;
	}

#primary-content {
	padding: 0 20px;
	}
	
	
/* ------------------
  SUBNAV
------------------ */
	
#nav-sub {
	margin-bottom: 15px;
	background: #202633;
	}
	
#nav-sub h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	font-weight: normal;
	overflow: hidden;
	background: #7E8EB1 url(../img/bg_sidebar_heading_blue.jpg) 0 0 repeat-x;
	}
	
#nav-sub ul {
	margin: 2px 0 2px 0;
	padding:0;
	}
	
#nav-sub li a {
	display: block;
	width: 214px;
	padding: 8px 8px 8px 18px;
 	color: #fff;
	font-weight: bold;
	color: #fff;
	background: #39455D;
	margin-bottom: 1px; 
	text-decoration: none;
	}
	
#nav-sub li a:hover, #nav-sub li.current > a {
	color: #FEF0C5;
	background: #4D5D7F;
	text-decoration: none; 
	}
		
#nav-sub li li a {
	width: 196px;
	padding: 2px 8px 2px 36px;
	margin: 0;
	color: #9FB0D3;
	background: none;
	margin-bottom: 0; 
	text-decoration: none; 
	}
	
	
#nav-sub li li a:hover,
#nav-sub li li a:active,
#nav-sub li li.current,
#nav-sub li li a.on {
	color: #fff;
	background: none;
	}
	
	
#nav-sub a.external {
	background-image: url(../img/external.gif);
	background-position: 222px 10px;
	background-repeat: no-repeat;
	}	

#nav-sub a.external:hover {
	color: #FEF0C5;
	background: #4D5D7F url(../img/external.gif) 222px 10px no-repeat;	
	}	

.callout-tooltip {
	display: none;
	width: 250px;
	background: #9A9184;	
	border: 1px solid #484136;
	padding: 12px;
	font-size: 13px;
	z-index: 1000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	}
	
/* newsletter sign-up */

#SignUp .signupframe {color: #fff;}

#SignUp .signupframe {
	border: 0;
	background: #202633;
	}

#SignUp td {
	padding: 5px;
	}

#overlay { 
	display: none; 
	z-index: 10000; 
	width: 300px;     
	background: #202633;
	padding: 50px; 
	} 

#overlay .close { 
    background: url(../img/close.png); 
    position: absolute; 
    right: -15px; 
    top: -15px; 
    cursor: pointer; 
    height: 35px; 
    width: 35px; 
	}

#overlay h2 {
	background: none;
	color: #fff;
	}	

#aside-1 .button.subscribe a {
	display: block;
	width: 210px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: url(../img/button_subscribe.png) 0 0 no-repeat;
	text-transform: uppercase;
	font-size: 16px;
	color:#C1B8A6;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	}

#aside-1 .button.subscribe a:hover {
	color: #fff;
	}

#aside-1 .newsletter h3 {
	color: #fdfdfd;
	margin-bottom: .25em;
	}

#aside-1 .newsletter p {
	color: #B1D3F3;
	font-size: 12px;
	line-height: 14px;
	}

#aside-1 .newsletter  a {
	color: #fff;
	text-decoration: underline;
	}	
	
/* ------------------
  BENEFITS FORM
------------------ */

legend {
	display: none;	
	}

#benefits-form label {
	display: block;
	margin-top: 15px;
	font-weight: bold;
	}
	
#benefits-form .btn_primary {
	display: block;
	margin: 15px 0;
	}
	
	
/* ------------------
  CALENDAR
------------------ */

h1 span {
	font-size: 14px;
	}

.calendar td {
	padding: 5px;
	width: 14.28%;
	height: 60px;
	}
	
.header { 
	font-weight: bold; 
	color: #242B3B;
	text-align: center;
	}
	
.header th { 
	padding: 10px 0;
	font: normal 18px/1em Georgia, Times New Roman, serif;
	}
	
.monthlinks {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	}
	
.calendar td.weekdays {
	font-weight: bold; 
	font-size: 11px;
	color: #fff; 
	background: #242B3B; 
	text-align: center;
	vertical-align: top;
	height: 1em;
	}
	
.today { 
	text-decoration: none;
	vertical-align: top;
	color: #000;
	background: #ffffae;
	}
	
.empty { 
	background: none;
	color: #ccc;
	}
	
.day {
	vertical-align: top;
	color: #666;
	background: #efefef;
	}
		
.pagination {
	font-size: 14px;
	padding-bottom: 5px;
	}
	
.pagination span {
	margin-right: 25px;
	}
	
/* ------------------
  LOCATIONS
------------------ */	

#locations td {
	padding: 10px;
	}

#locations #primary-interior ul li {
	list-style: none;
	}
	
/* ------------------
  REQUEST INFO FORMS
------------------ */

.claims.request-info #primary-content label,
.claims.request-info #primary-content input,
.claims.request-info #primary-content textarea,
.employment.request-info #primary-content label,
.employment.request-info #primary-content input,
.employment.request-info #primary-content textarea {
	display: block;
	}
	
.claims.request-info #primary-content label,
.employment.request-info #primary-content label {
	margin-top: 12px;
	}	
		
