/* Site Structure Rules ---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body, table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #ECEFF1;
  text-align: center;
}

div#container {
  width: 780px;
  margin: 10px auto;
  text-align: left;
}


/* General Element Rules --------------------------------------*/
p, h1, h2, h3, h4 {
  margin: 0.85em 0;
}

p, ul, ol {
	line-height: 1.5em;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 125%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}

ul, ol {
  padding: 0.5em 0;
  margin: 0 0 0 2em;
}

ol {
	margin: 0 0 0 2.25em;
}

ol li {
	margin-bottom: 0.5em;
}

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

a:hover {
	text-decoration: underline;
}

div.hr {
	border-top: 1px solid #AAA;
  margin: 1em 0;
}

div.floatbox div.hr {
	border-top: 2px solid #3c3837;
  margin: 1.5em 0;
}


/* Special Visual Modifiers ------------------------------------*/
.colorheading {
  color: #37589b;
	background-color: transparent;
}

.extrapadtop {
  margin-top: 1.5em;
}

.center {
	text-align: center;
}

.greyheading {
	color: #666;
}


/* Input Buttons -----------------------------------------------*/
input.go, input.gobutton {
  background-color: #37589b;
  font-weight: bold;
  color: white;
}

input.go {
  width: 40px;
  height: 40px;
  font-size: 135%;
}

input.gobutton {
  width: 30px;
  height: 30px;
}


/* Random content formatting -----------------------------------*/

ul.hyphen {
	list-style: none;
	margin-left: 1em;
}

ul.hyphen li {
	background: url(/sk/images/hyphen.gif) 0 0.5em no-repeat;
	padding-left: 1em;
	height: 1%;
}

ul.sitemap ul li, ul.moreabout {
	list-style: none;
}

ul.moreabout {
	margin-left: 0;
}

ul.moreabout li {
  margin-bottom: 0.7em;
}

div.sel01 li.l01 a, div.sel02 li.l02 a, div.sel03 li.l03 a, div.sel04 li.l04 a, div.sel04 li.l04 a, div.sel05 li.l05 a {
	text-decoration: underline;
}

img.prodphoto {
  float: right;
  margin: 15px 0 15px 15px;
}

.floatbox, .floatboxleft {
	background-color: #ECEFF1;
	padding: 10px;
}

.floatbox {
	width: 160px !important;
	width: 180px;
	/*margin: 0 10px;*/
	margin: 1em 10px;
}

.floatboxleft {
	width:330px;
}

.floatbroker {
	float: right;
	width: 200px;
	margin: 0px -10px 20px 20px !important;
	margin: 0px -5px 20px 20px;		
}

.alt {
  display: none;	
}

div.video {
	margin: 1em 0;
}


/*Follwing Div code was taken from http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm for the 3-column/2-column Liquid Layout.*/
div#header, div#footer, div#footer2 {
  clear: both;
  float: left;
  width: 100%;
  height: 60px;
  color: white;
	background-color: transparent;
}

div#header {
	background: url(/sk/images/masthead_bac.gif) 0 0 no-repeat;
}

div#footer {
  /*background: url(/images/coachmanLogo.gif) 100% 60% no-repeat #464646;*/
	background-color: #464646;
	font-size: 95%;
}

div#footer2 {
	background-color: #ECEFF1;
	color: black;
	height: 30px;
	line-height: 30px;
  font-size: 95%;
	text-align: center;
}

div#contentbody {
  position: relative;  /*Fixes IE7 overflow hidden bug*/ 
  clear: both;
  width: 100%;
  overflow: hidden;  /*Chops off any overhanging divs*/
	background-color: white;
}

div#colmid {
	float: left;
  width: 200%;
  margin-left: -200px;  /*Width of right column*/
	position: relative;
  right: 100%;
  background-color: white;  /*Center column background color*/
}

div#colleft {
	float: left;
  width: 100%;
  margin-left: -50%;
  position: relative;
  left: 400px;  /*Left column width + right column width*/
  /*background-color: #37589b;*/  /*left column background color*/
	background-color: #36599f;
}

div#col1wrap {
  float: left;
  width: 50%;
  position: relative;
  right: 200px;  /*Width of left column*/
  padding-bottom: 0;  /*Center column bottom padding.  Leave it out if it's zero*/
}

div#col1 {
  margin: 0 200px 0 200px;  /*Center column side padding: 
  	Left padding = left column width + center column left padding width
	Right padding = right column width + center column right padding width*/
  position: relative;
  left: 200%;
  overflow: hidden;
  height: 1%;  /*Fixes IE6 Overflow Bug */
	padding: 0 10px;
}

div#col1-2panel {
  margin: 0 0px 0 200px;  /*Center column side padding: 
  	Left padding = left column width + center column left padding width
	Right padding = right column width + center column right padding width*/
  position: relative;
  left: 200%;
  overflow: hidden;
  height: 1%;  /*Fixes IE6 Overflow Bug */
	padding: 0 10px;
}

div#col2 {
	float: left;
  float: right;  /*Overrides the float:left above*/
  width: 200px;  /*Width of left column content (left column width minus left and right padding)*/
  position: relative;
  right: 0px;  /*Width of the left-hand side padding on the left column*/
}

div#col3 {
	float: left;
	float: right;  /*Overrides the float:left above*/
  width: 200px;  /*Width of right column content (right column width minus left and right padding)*/
  margin-right: 0px;  /*Width of right column right-hand padding + left column left and right padding*/
  position: relative;
  left: 50%;
}

div#unavailable {
	text-align: left; 
	width: 97%; 
	margin-left: 10px;
}
	

/*--------------------------------------------------*/
div#globalnav {
  margin: 42px 0 0 210px;
}

div#globalnav a {
  color: white;
	background-color: transparent;			
}

div#globalnav a:hover {
	color: #477cd0;
	text-decoration: none;
}

div#date {
  float: right;
	width: auto;
  margin: -14px 5px 0 0;
}

div#search {
  float: right;
	width: auto;
}

div#search form label {
  font-weight: bold;
  float: left;
	width: auto;
	margin: 15px 2px 0 0;
}

input#query {
  width: 150px;
  border: 1px solid #999;
  padding: 2px;
  font-size: 95%;
  float: left;
  margin: 13px 2px 0 0;
}

div#printhead {
  display: none;
}

div#headlogo {
  float: left;
	width: auto;
	margin-right: 1px;  /*Needed for IE6*/
}


/* FOOTERS ------------------------------------------*/
div#footer p {
  /*width: 600px;*/
	margin: 11px 0 0 10px;
}

div#footer2 span {
	margin: 0 20px;
}

div#footer2 a {
	color: black;
}


/* NAVIGATION COLUMN ---------------------------------*/

ul#navlist, ul#navlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #477cd0;
	line-height: 1.2em;
}

ul#navlist {
	font-size: 110%;
}

ul#navlist a {
	padding: 5px 10px;
  color: white;
  display: block;
  /*background-color: #316B48;*/
	width: 180px !important;  /*column width minus link padding*/
  width: 200px;  /*For IE6*/
	border-bottom: 1px solid #477cd0;
	font-weight: bold;
	text-decoration: none;
}

ul#navlist, ul#navlist a.navlast {
	border-bottom: 0px;
}

ul#subhome, ul#subbus, ul#subauto, ul#subagro, ul#subsurety {
	width: 200px;
}

ul#subautopsnl, ul#subautobus, ul#subhouse, ul#subtenant, ul#subcondo, ul#submobile, ul#subcontract, ul#subsafety, ul#subautosafe {
	display: none;
}

ul#navlist ul li {
	margin-left: 15px;
}

ul#navlist a:hover, div.navauto a#selauto, div.navhome a#selhome, div.navbus a#selbus, div.navagro a#selagro, div.navsurety a#selsurety {
  /*background-color: #454545;*/
	background-color: #17294f;
}

ul#subhome a, ul#subbus a, ul#subauto a, ul#subagro a, ul#subsurety a {
	font-weight: normal;
	width: 165px !important;  /*column width minus link padding*/
  width: 185px;  /*For IE6*/
}

ul#subhome a:hover, ul#subbus a:hover, ul#subauto a:hover, ul#subagro a:hover, ul#subsurety a:hover, div.navhouse a#selhouse, div.navtenant a#seltenant, div.navcondo a#selcondo, div.navcargo a#selcargo, div.navsmbus a#selsmbus, div.navcontract a#selcont, div.navlgbus a#sellgbus, div.navoil a#seloil, div.navautopsnl a#selautopsnl, div.navautobus a#selautobus, div.navagrobelong a#selagrobelong, div.navagrobuild a#selagrobuild, div.navagrocomm a#selagrocomm, div.navagromachine a#selagromachine, div.navsuretycon a#selsuretycon, div.navsuretycom a#selsuretycom, div.navsuretyfid a#selsuretyfid, div.navhouse a#selhouse, div.navtenant a#seltenant, div.navcondo a#selcondo, div.navmobile a#selmobile, div.navsafety a#selsafety, div.navautosafe a#selautosafe {
	/*background-color: #737070;*/
	background-color: #223e77;
}

ul#subautopsnl a, ul#subautobus a, ul#subhouse a, ul#subtenant a, ul#subcondo a, ul#submobile a, ul#subcontract a, ul#subsafety a, ul#subautosafe a {
	width: 150px !important;  /*column width minus link padding*/
  width: 170px;  /*For IE6*/
}

ul#subautopsnl a:hover, ul#subautobus a:hover, ul#subhouse a:hover,  ul#subtenant a:hover, ul#subcondo a:hover, ul#submobile a:hover, ul#subcontract a:hover, ul#subsafety a:hover, ul#subautosafe a:hover, div.sel01 a.l01, div.sel02 a.l02, div.sel03 a.l03, div.sel04 a.l04 {
	/*background-color: #9B9797;*/
	background-color: #477cd0;
}

div.navhome ul#subhome, div.navbus ul#subbus, div.navauto ul#subauto, div.navagro ul#subagro, div.navsurety ul#subsurety, div.navautopsnl ul#subautopsnl, div.navautobus ul#subautobus, div.navhouse ul#subhouse, div.navtenant ul#subtenant, div.navcondo ul#subcondo, div.navmobile ul#submobile, div.navcontract ul#subcontract, div.navsafety ul#subsafety, div.navautosafe ul#subautosafe {
	display: block;
}

div.navautobus ul#subautobus {
	border-bottom: 0px;
	border-top: 1px solid #477cd0;
}



/* BROKER LOCATOR -----------------------------------------*/
div#brokerlocator {
  background: url(/sk/images/nav_gradienttext.gif) 0 0 no-repeat;
	padding-top: 65px;
	padding-bottom: 25px;
	height: 1%;  /* Fix IE glitch */
}

div#brokerlocator p {
	margin: 0.3em 0;
}

form#brokerSearch {
  margin-left: 10px;
}

input.textfield {
  width: 140px;
  border: 1px solid black;
  font-size: 95%;
  padding: 2px;
  float: left;
  margin: 6px 4px 0 0;
}

div#brokerdetail {
	float: left;
	width: 350px;
}

div#brokerreferral {
  background: url(/sk/images/brokeremailbg.gif) 0 0 repeat-x;
	width: 190px !important;
	width: 200px;
	padding: 0 5px;
	float: right;
  font-size: 95%;
	margin-right: -10px !important;
	margin-right: -5px;
}

div#brokerreferral div.field {
  margin: 5px 0;
  text-align: right;
}

div#brokerreferral label {
  float: left;
	width: auto;
}

div#brokerreferral input.text,  div#brokerreferral select {
	border: 1px solid black;
	padding: 2px 0;
	font-size: 95%;
	width: 100%;
	margin: 2px 0;
}

div#brokerreferral input.brdetailbutton {
	background-color: white;
	border: 1px solid black;
}

/*--------------------------------------------------*/
div#leftcolother {
	margin-top: 0em;
	text-align: center;
}

table.comparison {
	border: 0px solid black;
	border-width: 1px 0 0 1px;
	margin: 1em 0 2em 0;
	/*background-color: #DCE7F1;*/
	background-color: #EEE;
	font-size: 90%;
}

table.comparison table {
	font-size: 100%;
}

table.comparison td, table.comparison th {
	border: 0px solid black;
	border-width: 0 1px 1px 0;
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

table.comparison th {
	color: white;
	/*background-color: #2a68a5;*/
	background-color: #AAA;
	padding: 5px 3px;
}

table.comparison .col1 {
	width: 25%;
}

table.comparison .col2 {
	width: 35%;
}
