@charset "utf-8";
/* CSS Document */

/* these work with browsers supporting CSS-3 only (IE: Opera 10), Firefox 3.5 */

@font-face {
  src: url('../fonts/cataneon.ttf') format('truetype');
  font-family: 'Cataneo BT';
  font-style: normal;
}
@font-face {
  src: url('../fonts/MTCORSVA.TTF') format('truetype');
  font-family: 'Monotype Corsiva';
  font-style: normal;
}

/*h1::first-letter {text-transform: lowercase;}*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #dadada;
	background: #000;
	text-align: center;
	}
	
	
/*p {margin:0; padding:0;}*/
	
#header_bar{
	background: #000 url(../images/search_area.jpg) no-repeat;
	height: 33px;
	display: block;
}	

#weather_box {
	float: right;
	display: block;
	width: 41%;
	margin-right: 20px;
	text-align: right;
	color: #fff;
	padding-top: 2px;
}

#wrapper {
	width: 979px;
	margin:1px auto 0 auto;
	background: #000;
	border-right: 1px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
}

.img-border {
	padding: 2px;
	margin:8px 10px 8px 0;
	border: 1px solid #52a4d7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;

}
.imgBorderRight {
	padding: 2px;
	border: 1px solid #52a4d7;
	float: right;
	margin:8px 0 8px 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;	

}
.imgNoBorderRight {
	padding: 2px;
	float: right;
	margin:8px 0 8px 10px;
}

#photoholder {
	width:979px;
	background:#000 url(../images/loading.gif) no-repeat 50% 50%;
	height: auto;
}

#thephoto {
	width:979px;
	height: 200px;
}	

ul li {
	font: bold 150% Verdana, Arial, Helvetica, sans-serif;
	color:#8b1271;
	text-align: left;
	margin-left: 20px;
	list-style-type: none;
}
ul li a {
	color:#8b1271;
	text-decoration: none;
}

ul li a:hover {
	color: #fff;
}

ul li .submenu {
	font: normal 14px/120% Verdana, Arial, Helvetica, sans-serif;
	color:#8e8e8e;
	text-align: left;
	margin-left: 10px;
}
ul li .submenu a{color:#8e8e8e;}

ul li .submenu a:hover{color:#fff;}


	
h1 {
    font-family:"Cataneo BT", "Monotype Corsiva", "Brush Script", Arial, Helvetica, sans-serif;
    font-size:3.2em;
	color: #006600;
	text-shadow: #aaa 1px 1px 5px;
	margin: 20px auto 0px;
	padding: 0px 12px;
	background: #a7a7a7;
	width: 93%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
 }
 
* html h1 { font-weight:normal;}
.centre {
	text-align: center;
}
.cotactus, .contactus a{
	font-weight: bold;
	color: #52a4d7;
	text-decoration:underline;
}

.contactus a:hover{ color:#fff;}
	
.code {
	font-size: 110%;
	padding-top: 20px;
	}

.sub-header_text {
	font-family:'Cataneo BT', 'Monotype Corsiva', 'Brush Script', Arial, Helvetica, sans-serif;
    font-size:22px;
	color: #663;
	text-align: center;
	margin-top: 6px;
}
h2 {
	font-size:130%;
	color:#fff;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}


	
h3 {
	color: #996600;
	margin-bottom: 20px;}
	
#claims h2, #autoquote h2, #lifequote h2, #disabilityquote h2, #homequote h2, #busquote h2, #watercraftquote h2 {
	color:#CC0000;
/*	font-style:normal; */
	text-transform:capitalize;
	font-style:italic
	} 
	
h4 {
	margin-top: -15px;}
	
	

.note {
	font-size: 90%;	}
.red {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
.smallText {
	font: small Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px;
}
.smallTextCentre {
	font: small Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
}

#colRight {
	float: right;
	text-align: center;
	width: 21%;
}
#sidebar {
	margin-top: 60px;
}
#sidebar  ul li {
	font-size:16px;
	line-height: 150%;
}

#colLeft p, #clains p { padding:5px 10px 10px 10px;
}
#colLeft p a, #clains p a{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#colLeft p a:hover, #clains p a:hover{
	color:#ccc;
	text-decoration: underline;
}

#privacystmt #colLeft p {
	padding:0 10px 0 10px;
	margin: 0px;
}
#privacystmt #colLeft h3 { margin-left:10px;}

#colLeft p a:link, .adobeInfo a {
	color: #cdcdcd;
	text-decoration: underline;
}

#colLeft p a:hover, .adobeInfo a:hover {
	color: #999;
	text-decoration: none;
}

#colLeft {
	background: #000;
	padding: 0px;
	width: 768px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a7a7a7;
	text-align: left;
	font-size: 120%;
}
#googlemap {
	text-align: center;
	padding: 20px;
}

#footer {
	background: #a7a7a7;
	color:#303030;
	padding: 10px 0px;
	clear: both;
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
}
#bcws {
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
address{
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #a7a7a7;
	text-align: center;
	margin-bottom: 5px;
}
address a{
	color: #a7a7a7;
	text-decoration: underline;
}
address a:hover{
	color: #eee;
	text-decoration: underline;
}


#colRight li {
	margin-left: -5px;
	text-transform: capitalize;
}

.listed {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	width: 150px;
	border: 2px solid #8b1271;
	padding:2px 0 3px 0;
	margin:10px auto;
	background: #a7a7a7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
.listed a {
	color: #8b1271;
	text-decoration: underline;
}
#thumbs {
	padding: 10px;
	margin-bottom: auto;
	text-align: center;
	clear: left;
}

#storefront {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.img-border {
	padding: 4px;
	height: 136px;
	width: 146px;
	background-color:#fff;
	border: 1px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

.listed a:hover {
	color: #e1e1e1;
}
.boxLeftBorder {
	background: url(../images/corner_t-1.gif) repeat;
}
dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin-right: 10px;
}
dt {
	font-size: small;
	font-weight: bold;
}

#history dl {margin-left:20px;}

#history dd {
	font-size: small;
	font-weight: normal;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 10px;
	}
	
#history dd a {
	color:#8b1271;
	text-decoration:underline;
}
#history dd a:hover{
	color:#eee;
}

.end {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

	
#specials {
	background: #fff url(../img/weServeU1st.png) no-repeat center center;
	height: 130px;
	width: 120px;
	padding:4px;
	margin-right: auto;
	margin-left: auto;
	border:#000 2px solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#team {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#team  td {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	text-transform: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-left: 5px;
	padding-right: 5px;
}

#team td a{ 
	color:#fff;
	text-decoration:underline;
	}

#team td a:hover{
	color:#999;
	text-decoration:none;
	}
	
#links {
	text-align:left;
	
}

/* right side menu*/

#links ul li a{  
	line-height:150%;
	font-size:small;
	}

#links ul li a:hover{
	color:#999:
}

#links li a{
	color:#dadada;
	margin-left:-30px;
}

#links li a:hover{

	text-decoration:underline;
}

#links #columnLeft {
	float: left;
	width: 50%;
	height: 660px;
}
#cont {
	width:500px;
	color: #dadada;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
 }
.red a {
	color: #dadada;
	text-decoration: underline;
}
#cont a {
	color: #dadada;
	text-decoration: underline;
}

#autoquote table tr td, #lifequote table tr td, #disabilityquote table tr td, #watercraftquote table tr td, #busquote table tr td, #homequote table tr td {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	height: 30px;
}


#home #t-home, #claims #t-claims, #ulinks #t-ulinks, #history #t-history, #cgar #t-cgar, #newden #t-newden, #privacy #t-privacy,
#homequote #t-homquote, #busquote #t-busquote, #autoquote #t-autquote, #lifequote #t-lifquote, #disabilityquote #t-disquote, #watercraftquote #t-watquote {
	color: #52a4d7;
}
.adobeInfo {
	font: x-small Arial, Helvetica, sans-serif;
	text-align: left;
	padding:0 0 10px 10px;

}
/* ============================================================*/
/*HACKS FOR MSIE6*/
* html body {
	font:normal 86% Helvetica, Arial, sans-serif;
}
* html #wrapper {
	width: 983px;
}
* html #colRight ul li {font-size:small;}

/* ==============================*/
/* Hacks for MSIE5 */

/*body {
	font-size: x-small; 
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { 
	font-size: small;
	}*/
#claimsform {
	display: table;
}
#links h3 {
	margin-left: 10px;
}

@media print{
#sidebar {display:none;}
#thumbs { display:none;}
#bcws {display:none;}
#flash-heading {display:none;}
}
}  
