/* CSS Style Sheet */

/* redefined html tags */

body { background: #fff; color: #333; font: normal 1em Arial, Helvetica, sans-serif; margin: 0; padding: 0;}
a { 
	color: #097bd9;
	outline: none; 
	text-decoration:none;
  }
a:hover {color: #065494; text-decoration:underline;}
a img { border: none;}
form p { margin: 0; padding: 5px 0;}
h1 { 
	border-bottom: 1px dotted #ccc;
	font: normal 1.7em Arial, Helvetica, sans-serif;
}

h2 {
  background: #efefef; 
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #ccc;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	padding:3px;
}
h3 { 
	border-bottom: 1px dotted #ccc;
	font: normal 1.0em Arial, Helvetica, sans-serif;
}



/* main page areas */

#outerheader {}

#header {
  background: url(/_img/backgrounds/header.png) bottom left repeat-x #f68426;
  margin: 0 auto;
  padding: 20px 10px 10px;
  position: relative;
  width: 940px;
}

#navigation {
  background-color: #de5517;
  border-top:1px solid #fbb71a;
  margin: 0 auto;
  width: 960px;  
}

#header img {
  border: none;
}

#outercontent {}

#content {
  position:relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#popup #content {
  width:95%;
  padding:5px 10px;
  position:static;
  font-size:0.8em;
} 

#content img.banner { border-bottom: 1px solid #333; display: block; margin: 0 0 20px;}

body.banner #content { padding: 0;}
body.banner #content > img { border-bottom: 1px solid #de5517; margin-bottom: 30px;}

#outerfooter {}

#copyright {float: right;}

/* header styles */

#header #quoteline {   }

#header #quoteline a { background: url(/_img/backgrounds/quoteline.png) top left no-repeat; display: block; color: #fff; font-size: 1.3em; font-weight: bold; padding: 0; position: absolute; right: 10px; bottom: 10px; width: 206px; height: 50px; text-indent: -1000em;}
.insurance #header #quoteline { display: none;}
/* navigation styles - see superfish.css for actual nav elements */

/* content styles */

#main {
  float: left;
  font-size: 0.9em;
  line-height: 1.4em;
  width: 580px;  
}

#secondary {
  float: right;
  font-size: 0.8em;
  width: 300px; 
}

#secondary .feature {  
  border:1px solid #fbb71a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 10px 10px;
}



#secondary .feature h2 {
  border: none; 
  margin: 0 -10px;
  padding: 5px 10px;
  background: #fbb71a;
  color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 1.5em;
}


#bannertext {
  position:absolute;
  right: 10px;
  top: 150px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;;
}

#secondary .feature.reasons {  border: 1px solid #fff;}
#secondary .feature.reasons h2 {  -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;}




.reasons ul { border-top: 1px solid #de5517; list-style: none; padding: 0; margin: 0 -10px 5px; }
.reasons ul li { background: url(/_img/backgrounds/reasons.png) top left repeat-x; border-bottom: 1px solid #ccc; font-size: 1.2em; font-weight: bold;  list-style: none; margin: 0; padding: 10px; color: #f68426;}

.clear {
  clear: both;
  color: #fff;
  font-size: 0;
  height: 0;
}

h3.acc_head {  
  /*background: url(/_img/backgrounds/h2_accordian.png) no-repeat right 50% #efefef;
  color:#000;
  padding:5px;
  cursor:pointer;*/
  font: normal 1em Arial, Helvetica, sans-serif;
  padding: 5px 0;
  margin: 0;
  color:#097BD9;
  cursor:pointer;  
}

a.actionbutton {  
  background:#097bd9 none repeat scroll 0 0;
  border:3px solid #006;
  color:#fff;
  float:left;   
  font-size: 1.2em;
  padding:7px 10px;
  text-decoration:none;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;  
}

a.actionbutton:hover {  
  background:#065494 none repeat scroll 0 0;
}

p.calltoaction {
  padding-bottom:30px;
}

#secondary a.actionbutton { float: right;}

#genericordion ul{
  
}


#genericordion ul li{
  padding:2px 0;;
}

#googlemap {
  margin-top:25px;
  padding:5px 0;  
}

#googlemap iframe {
  border:1px solid #000;
}

p.centerme {
  text-align:center;
}

#frmEnquiry .button_submit {
  float:none;
}

.tbpopup {margin:8px 0 0;}

p.quoteme {font-size:1.5em; border-top:1px dotted #666; padding-top:10px; margin-top:25px;}
#main p.quoteme {font-size:1.2em;}
#secondary p.quoteme{border-top:none;margin-top:0;}
.smallprint { font-size: 0.7em; }
.smallprint.first { border-top: 1px dotted #999; padding: 5px 0 0;}
.acc_body .smallprint{font-size:0.9em;}
.acc_body h3 {font-weight:bold;margin-bottom:3px;}
.acc_body p {margin:0 0 5px;}
.acc_body .smallprint ul {margin-top:0;}

#links tr {

}

#links tr td {
  padding:3px 0 3px;
  font-size:0.9em;
}

#links tr td.title a {
  color: #244d5d;
  font-size:1.1em;
}

#links tr td.title a:hover {
  text-decoration:none;
}


#links tr td.title {  
  font-size:1em;     
}

#links tr td.url {
  border-bottom:1px dotted #ccc; 
  padding:0 0 20px 0; 
}

#links tr td.description {
  font-size:0.9em;  
}

/* footer styles */

#footer {
  background: #f68426;
  color: #fff;
  margin: 0 auto;
  padding: 10px; 
  font-size: 0.7em;
  width: 940px; 
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {  
  text-decoration: underline;
}

#footer p {
margin: 0;

}

/* forms */


legend {  
  font-size: 1.2em;  
}

fieldset {
  border:1px solid #ccc;
  margin-bottom:20px;  
}

input[type="text"], input[type="password"], textarea {  
  background-color: #f2f2f2;
  border: 1px solid #bbb;
  font-size: 1em;
  padding: 2px;
  width: 335px;
}

input[type="submit"] {
  background:#097bd9 none repeat scroll 0 0;
  border:2px solid #003;
  color:#fff;
  float:left;   
  font: normal 1.2em Arial, Helvetica, sans-serif;
  padding:7px 10px;
  text-decoration:none;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

input[type="submit"]:hover {  
  background:#075da5 none repeat scroll 0 0;
}

label {
  color: #666;
  float: left;
  padding: 0 0 0 5px;
  width: 160px;
}


div.error {  
  background: #fae6e6 none repeat scroll 0 0;
  border: 1px solid #cc0000;
  font-size: 0.8em;
  margin: 0 10px 1em;
  padding: 10px;
}

div.error p.errorhead {  
  background: #eb9999 none repeat scroll 0 0;
  border-bottom: 1px dotted #cc0000;
  font-weight: bold;
  margin: 0;
}

div.error p {
  color: #c00;
  padding:5px;
}

div.error a:link, div.error a:visited {
  color: #c00;
  text-decoration: none;
}

sup {
  color: #c00;
  font-size: 1.3em;
  line-height: 0.7em;
  position: relative;
  top: 0.2em;
  vertical-align: baseline;
}



/* tables */

/* user feedback */



/* notifications and user feedback */

.homecol { border: 2px solid #f90; -moz-border-radius: 5px; -webkit-border-radius: 5px; float: left; margin: 0 30px 0 0; padding: 0 5px 5px; width: 286px; min-height:200px;}
.homecolwide { float: left; min-height: 200px; margin: 0 30px 0 0; padding: 0 5px 5px; width: 620px;}
.homecolwide h1 { font-weight: bold; margin: 0;}
.homecol.lastcol { margin: 0; }
.homecol h2 { background: #f90; border-top: none; color: #fff; margin: 0 -5px; padding: 5px;}

/* HOME */
#home h1 { border-bottom: none; }
#home label {
  padding:0;
  margin:0;
  width: auto;
}

#home input.button_submit {
  padding:2px;
}


#home .homecol  p {
  font-size:0.9em;
}

#home .homecol #blog p {
  font-size:0.8em;
  padding:0 5px; 
  margin:1em 0 5px;
}

#home #blog p.title {
  font-size:0.9em;
  line-height:1.1em;
}

#home #blog p.details {
  color:#ababab;
  margin:0;
}

#home #blog p.leadin {
  margin:0;
  
}

p.big { 
	font-size: 1.5em;
  }

#home #insfind {
  padding:5px 10px;
}

#home #insfind label {
  padding:5px 0;
}

input[type="submit"] {
  background:#097bd9;
  border:2px solid #003;
  color:#fff;
  float:left; 
  font: normal 0.9em Arial, Helvetica, sans-serif;  
  padding:5px;
  text-decoration:none;
  -moz-border-radius:5px;
  -webkit-border-radius:3px;
}

#sitemap ul#level1 li { 
  background:transparent url(/_img/backgrounds/arrow.gif) no-repeat scroll 0 11px;
  list-style-type:none;
  padding:4px 0 0 13px;
}  


#sitemap ul#level1 ul li.category {
  background:none;
}

#sitemap ul#level1 li.level2, #sitemap ul#level1 li.level3  {
    background:none;
}

#sitemap ul ul {padding-left:10px;}

