
/*OK Claims Main Style Sheet*********************************

Contents: 	1. General Styles

			2. Section Positioning
			
			3. Section Styles
			
			4. Link Styles
			
			5. Suckerfish Dropdown Menu
			
See also: ok_claims_ie6.css and ok_claims_ie7.css */
			

/*General Styles**************************************************/
body {
	background-image: url(images/ok_claims_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FCF5E9;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #039;
	left: 0px;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #039;
	z-index: +1;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -2px;
	color: #039;
	border-bottom: #bf0040 1px dotted;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 5px 0 5px 5px;
	background: #039;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	color: #039;
	border-bottom: #bf0040 1px dotted;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 5px 0 5px 5px;
	background: #039;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #039;
	border-bottom: #bf0040 1px dotted;
}

h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 5px 0 5px 5px;
	background: #039;
}

#vendor h6 {
	margin: .33em auto;
}

#vendor p {
	font-size: .7em;
	font-weight: normal;
}

#content img, #center_content img, #right_content img {
	margin: 0px 10px 10px 10px;
}

#vendor #content_right img, #vendor #content_left img {
	margin:0;
}

/*Section Positioning*********************************************/

/* commented backslash hack \*/ 
html, body, #logo, #logo_pop {
	height:100%;
}

/* end hack */

html, body, #logo, #logo_pop {
	margin:0;
	padding:0
}

#spamkiller {
	position:absolute;
	left:0px;
	top:-500px; 
	width:1px;
	height:1px;
	overflow:hidden;
}

#logo { /* wraps everything */
	position: absolute;
	top: 0px;
	left: 132px; /* critical left position; must match #outer margin-left.
					also see footer! */
	width: 731px;/*background: url(images/ok_claims_logo_bkgd.jpg) 350px 130px no-repeat;*/
}

#logo_pop { /* wraps everything */
	position: absolute;
	top: 0px;
	left: 132px; /* critical left position; must match #outer margin-left.
					also see footer! */
	width: 731px;
	background: url(images/ok_claims_pop_bkgd.html) center fixed no-repeat;
}

#outer { /* wraps everything except footer */
	min-height:100%;
	margin-bottom:-62px; /* for footer position in firefox */
	margin-left: -132px; /* critical margin-left position; must match #logo left
					also see #pop_outer and #footer! */
	height:auto;
	width: 1003px;
}

#pop_outer { /* wraps everything on popup.htm*/
	min-height:100%;
	height:auto;
	width: 803px;
	margin-left: -31px; /* any changes to #outer must be reflected here, too. */
}

* html #outer {
	height:100%; /* triggers HasLayout */
}

#banner { /* container for banner */
	left: 91px;
	position: relative;
}

#menu { /* container for hnav */
	margin-left: 91px;
	width: 818px;
	min-height:1.5em;
	height:auto!important;
	height:1.5em;
	border:2px solid #ccc;
	background-color: #039;
}

#mainlinks img {
	border:none!important;
	padding:1px;
	background:#fff;
	border:1px solid #666;
	margin:0 auto 8px auto;
}

#subnav { /* first column for secondary navigation */
	min-height: 413px; /* for firefox */
	width:180px;
	background-color: #039;
	margin-left: 91px; /* for firefox and ie7 */
	float: left;
}

#content { /* second column in two column layouts */
	width: 598px;
	position: relative;
	float: right;
	left: -90px; /* for firefox & IE7 */
}

#center_content { /* second column in three column layouts */
	width: 288px;
	position: relative;
	float: right;
	left: -90px; /* for firefox & IE 7 */
}

#right_content { /* third column in two column layouts */
	width: 288px;
	float: right;
	position: relative;
	left: -90px; /* for firefox & IE7 */
}

div.list ul, li, li li, li li li, li li li li {
	margin-left: -12px;
	font-size: medium;
}

#footer { /* container for footer */
	width:821px;
	clear:both;
	height:35px;
	margin-left: -41px; /* changes to #logo and #outer must be reflected here, too! */
	color: #000;
	background-color: #039;
	margin-top:.75em;
	padding: .75em;
}

#clearfooter {
	clear:both;
	height:35px;
}

#top_content { /* newsletter top content */
	left: 91px;
	position: relative;
	width:800px;
}

#left_col { /* newsletter 1st column */
	width:252px;
	min-height:300px;
	margin-left: 91px; /* for firefox and ie7 */
	float: left;
	border-right: 1px solid #333;
}

#center_col { /* newsletter 2nd column */
	width: 252px;
	min-height:300px;
	position: relative;
	float: right;
	left: -90px; /* for firefox & IE 7 */
	border-right: 1px solid #333;
}

#right_col { /* newsletter 3rd column */
	width: 252px;
	min-height:300px;
	float: right;
	position: relative;
	left: -90px; /* for firefox & IE7 */
}

#bottom_content { /* newsletter bottom content */
	width:800px;
	clear:both;
	margin-left:91px;
}

div>p {
	margin:0
}

html>body #min-height {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-62px; /* for footer position in firefox; should match #outer */
} /* safari wrapper */

/*Section Styles**************************************************/

#subnav, #center_content, #right_content, #content, #left_col, #center_col, #right_col, #top_content, #bottom_content {
	padding: 10px;/* border: #000 1px solid; */
}

div#subnav {
	color: #e7e7e7!important;
	font-weight: bold!important;
}

div#subnav p, div#banner_content p {
	color: #e7e7e7!important;
	font-weight: bold!important;
}

div#subnav li, div#banner_content li {
	color: #e7e7e7!important;
	font-weight: bold!important;
}

div#content li a, li li a, li li li a, li li li li a {
	font-weight: normal!important;
}

div#center_content li a, li li a, li li li a, li li li li a {
	font-weight: normal!important;
}

div#right_content li a, li li a, li li li a, li li li li a {
	font-weight: normal!important;
}

div#address p {
	text-align:center;
}

#content, #center_content, #right_content {
background: #;
}

#content_left ul, #content_right ul {
	margin-left: 0;
	padding-left: 1.25em;
}

#footer p, #footer address {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

p#links {
	text-align:center;
}

#links a {
	padding:3px;
}

/*Link Styles**************************************************/

a:link {
	color: #039;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	border-bottom: #558cca 1px dotted;
}

a:visited {
	color: #039;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	border-bottom: #558cca 1px dotted;
}

a:hover {
	color: #666;
	text-decoration:none;
	font-weight: bold;
	font-size: 100%;
	border-bottom: #558cca 1px solid;
}

a:focus {
	color: #666;
	text-decoration:none;
	font-weight: bold;
	font-size: 100%;
	border-bottom: #558cca 1px solid;
}

a:active {
	color: #60AFC3;
	text-decoration:none;
	font-size: 100%;
	font-weight: bold;
	border-bottom: #558cca 1px solid;
}

.nav a:link, .nav a:visited, .nav a:hover, .nav a:focus, .nav a:active, .hnav a:link, .hnav a:visited, .hnav a:hover, .hnav a:focus, .hnav a:active, #subnav a:link, #subnav a:visited, #subnav a:active, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff!important;
	font-stretch: ultra-expanded !important;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

#footer a:hover, #footer a:focus, #subnav a:hover, #subnav a:focus {
	color: #b2ccff !important;
	font-stretch: ultra-expanded !important;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

#content_left a:link, #content_left a:visited, #content_left a:hover, #content_left a:focus, #content_left a:active, #content_right a:link, #content_right a:visited, #content_right a:hover, #content_right a:focus, #content_right a:active {
	border-bottom:none;
	text-decoration:none;
}

/*Utility rules******************************/

.center {
	text-align:center;
}

.backbutton {
	margin: 10px auto;
	border: solid 2px #ccc;
	color: #fff;
	background-color:#039;
	width:8em;
	text-align:center;
	font-size: .75em;
}

.backbutton a {
	cursor:pointer;
}

a.current {
	cursor:default;
	font-weight:bold!important;
}
