/* At-Rules */
	@charset "windows-1252";
	
*{ /* global reset */
	margin: 0px;
	padding: 0px;
}
	
/* HOME AND INTERNAL PAGE LAYOUT    
--------------------------------------------------------------*/
body {
	text-align: center;     /*center hack*/
	margin:0;
	padding:0;
  height:100%;
  background-color:#fff;
}
#container-top {
 	width:100%;
 	margin:0;
 	border-top: 12px solid #ccf1fc;
 	background-color:#fff;
}
#container-bannerHOME {       
 	width:100%;
 	background: url(../images/bg_header.gif) center top repeat-x;
}
#container-bannerINNER {       
 	width:100%;
 	background: url(../images/bg_header.gif) center top repeat-x;
}
#container-white {       
 	width:100%;
 	background-color: #fff;
 }
#container-footer {
  width:100%;
  background-color: #cfe3ee;
}
.wrap {
	min-width: 1000px;
	max-width: 1000px;
	width: auto !important;   /*IE6 hack*/
	width: 1000px;   /*IE6 hack*/
	margin: 0 auto;     /*center hack*/
	text-align: left;   /*center hack*/
  }
.top {
 	border-top: 15px solid #ccf1fc;
 	background-color: #FFF; 
 	margin-top:-15px;
}
.bannerHOME {
 	background: url(../images/bg_home.gif) center top repeat-x;
  width:1000px;
  }
.bannerINNER {
 	background: url(../images/bg_inner.gif) center top repeat-x;
  width:1000px;
  }
.white {
  background-color: #fff;
}
.footer {
  background: #cfe3ee;
}


/* TEMPLATE ELEMENTS 
--------------------------------------------------------------*/

/* header table */
table#header{
  width:1000px;
  margin:35px 0;
}

 /* box with logo */
#logobox { }
#logobox img.logo {  }

/* BCAR button */            
#bcarbutton img {
  float:right;
  border: 4px solid #7391d0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

/* upper horizontal menu */
ul#uppermenu {
	padding: 20px 0 0 0;
	margin:0 0 0px -20px;
	list-style: none; 
  }
ul#uppermenu li { 
	font-size: 16px;        
	float: left;     
	white-space: nowrap;     
	background-image: none;
	margin:0px;
	list-style: none;
}
ul#uppermenu li a {
	padding: 0 20px; 
	display: block;
	background: transparent;
	color:#2b3418;
	text-decoration: none;
	border-right: 1px solid #87def8;
}
ul#uppermenu li a.last {
	border-right: 0px solid #87def8;
}
ul#uppermenu li a:hover {
	text-decoration: none;
	color: #006ba5;
}
ul#uppermenu li a.active {
	color: #006ba5;
	text-decoration: none;
	}
	
/* serving VanIsle graphic */
div.content_bottomGraphic {
text-align:center;
margin: 100px 0 -9px 0;
}

/* footer icons */
ul.iconsFooter {
 padding: 30px 0 20px 0;
 letter-spacing: 8px;
}

/*  lower footer agency locations table */
table#locations{
  width:1000px;
  margin:0 0 5px 0;
  border-top: 2px solid #61ccf0;
  border-bottom: 2px solid #61ccf0;
}       
                                  
table#locations p {color:#013551;font-size:13px; letter-spacing: 0.3px;}
table#locations p.right {text-align:right; padding:30px 15px 20px 0px;}
table#locations p.left {text-align:left; padding: 30px 0px 20px 15px;}

/* lower footer horizontal menu */
ul#lowermenu {
	text-align:center;
	padding: 0;    
	margin:30px 0 0 0;
	list-style: none; 
  }
ul#lowermenu li { 
  display:inline;
  font-size: 13px;        
	white-space: nowrap;    
	background-image: none;
	margin:0px;
	list-style: none;
	text-align:center;
}
ul#lowermenu a {
	padding: 0 0 3px 0;
	margin: 0 20px 5px 0; 
	background: transparent;
	color:#013551;
	text-decoration: none;
}
ul#lowermenu li a:hover {
	text-decoration: underline;
}
#lowermenu a {
text-decoration:none;
}
#lowermenu a:hover {
text-decoration:underline;
} 

 /* footer copyright */                                  
p.copyright {
	text-align:center;
	font-size: .8em;
	color: #013551;
	padding:5px 0 30px 0;
	margin:0;
}
p.copyright a {
  color: #013551;
}


/* CONTENT ELEMENTS 
--------------------------------------------------------------*/

/* Services Page - subnav icons */
ul.subNav {
 margin:0 0 60px 0;
 letter-spacing: 8px;
}

/* Request a Quote button */

    .myButton {
        
        -moz-box-shadow: 0px 10px 14px -7px #276873;
        -webkit-box-shadow: 0px 10px 14px -7px #276873;
        box-shadow: 0px 10px 14px -7px #276873;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
        background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
        background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
        background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
        background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
        background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
        
        background-color:#599bb3;
        
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        
        display:inline-block;
        color:#ffffff;
        font-size:18px;
        font-weight:normal;
        padding:10px 15px;
        text-decoration:none;          
        text-shadow:0px 1px 0px #3d768a;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
        background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
        background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
        
        background-color:#408c99;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
    
    
/* Dealer Login button */

    .myDealerButton {
        
        -moz-box-shadow: 0px 10px 14px -7px #276873;
        -webkit-box-shadow: 0px 10px 14px -7px #276873;
        box-shadow: 0px 10px 14px -7px #276873;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #066aa3), color-stop(1, #055785));
        background:-moz-linear-gradient(top, #066aa3 5%, #055785 100%);
        background:-webkit-linear-gradient(top, #066aa3 5%, #055785 100%);
        background:-o-linear-gradient(top, #066aa3 5%, #055785 100%);
        background:-ms-linear-gradient(top, #066aa3 5%, #055785 100%);
        background:linear-gradient(to bottom, #066aa3 5%, #055785 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#066aa3', endColorstr='#055785',GradientType=0);
        
        background-color:#066aa3;
        
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        
        display:inline-block;
        color:#ffffff;
        font-size:18px;
        font-weight:normal;
        padding:10px 15px;
        text-decoration:none;          
        text-shadow:0px 1px 0px #3d768a;
        
    }
    .myDealerButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #055785), color-stop(1, #066aa3));
        background:-moz-linear-gradient(top, #055785 5%, #066aa3 100%);
        background:-webkit-linear-gradient(top, #055785 5%, #066aa3 100%);
        background:-o-linear-gradient(top, #055785 5%, #066aa3 100%);
        background:-ms-linear-gradient(top, #055785 5%, #066aa3 100%);
        background:linear-gradient(to bottom, #055785 5%, #066aa3 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#055785', endColorstr='#066aa3',GradientType=0);
        
        background-color:#055785;
    }
    .myDealerButton:active {
        position:relative;
        top:1px;
    }    
    

/* Claims Page - sidebar style */
 .sidebar {
  float:right;
  width:310px; 
  margin:0 0 0 50px;
}
.sidebar h3 {
  background-color:#00b8f1;
  color:#fff; 
  margin:0; 
  padding:10px; 
  text-align:center;
  font-size:16px;
  font-weight:normal;
}
.sidebar_inside{
  padding:20px 15px;
  background-color:#d8f0fd; 
    background: #d8f0fd; /* Old browsers */
  background: -moz-linear-gradient(top,  #d8f0fd 0%, #fdfeff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8f0fd), color-stop(100%,#fdfeff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d8f0fd 0%,#fdfeff100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d8f0fd 0%,#fdfeff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d8f0fd 0%,#fdfeff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d8f0fd 0%,#fdfeff 100%); /* W3C */
 }
.sidebar p {
  padding:0 0 5px 0;
  font-style:italic;
  font-size:13px;
  line-height:1.4em;
}
.sidebar ul li {
  font-style:italic;
  font-size:13px;
  line-height:1.4em;
}






/* TYPOGRAPHY 
--------------------------------------------------------------*/
body {       
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	color: #006ba5;
	line-height: 1.5em;
	letter-spacing:1px;
}
p {
	padding: 0;
	margin: 0 0 1.3em 0;
	text-align:left;
	color: #006ba5;
}
p.pitch { 
font-size: 16px;
text-align: center; 
font-size: 20px;
line-height: 2em;
margin:50px 0 15px 0;
}

p.call { 
margin:0;
text-align: center; 
font-size: 25px;
font-style:italic;
font-weight:bold;
line-height: 2em;
}


/* HEADINGS */

/* inner page section titles - inside white container */
h1 {
	margin: 26px 0 30px 0;
	font-weight: bold;
	font-style:italic;
	font-size: 1.4em;
	color: #006ba5;
	text-align: left;
	line-height:1.5em;
}
span.pageTitle {   /* underline the h1 page title */
	border-bottom: 5px solid #006ba5;
}

/* sub-content headings */
h2 {       
  margin: 10px 0 10px 0;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	color: #006ba5; 
}
h3 {     /* smallest sub content headings */
	padding: 0;
	margin: 1em 0 .5em 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #006ba5;
	text-align: left;
}
h4 {
	padding: 0;
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: .9em;
	color: #333;
	text-align: left;
}

 /* LINKS */
a {
	color: #FD690F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* LIST ITEMS - disc */
ul {
	margin: 0 0 1.5em 5px;
	padding: 0;
}
li {
	margin: 0 0 0 30px;
	padding: 2px;
	list-style-type: disc;
}
/* LIST ITEMS - numbers */
li.numbers {
	list-style-type: decimal;
}
/* LIST ITEMS - lowercase letters */
li.alpha {
	list-style-type: lower-alpha;
}


