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

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #F9EFD6;
  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: #A46F17;
}

a:hover {
	text-decoration: underline;
}

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


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

.extrapadtop {
  margin-top: 1.5em;
}

.center {
	text-align: center;
}

.greyheading {
	color: #666;
}


/* Input Buttons -----------------------------------------------*/
input.go, input.gobutton {
  background-color: #A46F17;
  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(/images/hyphen.gif) 0 0.5em no-repeat;
	padding-left: 1em;
	height: 1%;
}

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

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

.floatbox {
	width: 160px !important;
	width: 180px;
	background-color: #F9EFD6;
	padding: 10px;
	margin: 1em 10px;
}

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

.alt {
  display: none;	
}


/*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(/images/masthead_bac.gif) 0 0 no-repeat;
}

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

div#footer2 {
	background-color: #F9EFD6;
	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: #ADAE50;  /*left column background color*/
}

div#col1wrap {
  float: left;
  width: 50%;
  position: relative;
  right: 200px;  /*Width of left column*/
  padding-bottom: 1em;  /*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: #E1AE33;
	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 #ADD37F;
	line-height: 1.2em;
}

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

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

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

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

ul#subhouse, ul#subtenant, ul#subcondo, ul#subcontract {
	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.navsurety a#selbonds {
  background-color: #454545;
}

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

ul#subauto a:hover, ul#subhome a:hover, ul#subbus a:hover, ul#subsurety a:hover, div.navhouse a#selhouse, div.navtenant a#seltenant, div.navcondo a#selcondo, div.navpolicy a#selpolicy, div.navsafety a#selsafety, div.navautodisc a#seldisc, div.navsmbus a#selsmbus, div.navcontract a#selcont, div.navlgbus a#sellgbus, div.navconbonds a#selconbonds, div.navcomsurety a#selcomsurety, div.navfidelity a#selfidelity {
	background-color: #737070;
}

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

ul#subhouse a:hover, ul#subtenant a:hover, ul#subcondo a:hover, ul#subcontract a:hover, div.selectpol a.selpol, div.selectcov a.selcov {
	background-color: #9B9797;
}

div.navauto ul#subauto, div.navhome ul#subhome, div.navbus ul#subbus, div.navhouse ul#subhouse, div.navtenant ul#subtenant, div.navcondo ul#subcondo, div.navcontract ul#subcontract, div.navsurety ul#subsurety {
	display: block;
}


/* BROKER LOCATOR -----------------------------------------*/
div#brokerlocator {
  background: url(/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(/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: 3em;
	text-align: center;
}