
* {
	margin: 0;
	padding: 0;
}

a
{
color:#014a8f;
text-decoration:none;
}


a:hover
{
color:#666666;
text-decoration:underline;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#444;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px 6px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #DDD;
        width: 230px;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
        cursor: pointer;
}.myButton:active {
	position:relative;
	top:1px;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	background:url(images/blueprint.gif);
	background-attachment: fixed;
	padding-bottom:50px;
}


hr {
	display: none;
}

/* Header */

#logo {
	width: 950px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:75px;
}

#topbackground {
background: #A9B3BB url(images/img01.gif) repeat-x;
width:950px;
margin-left:auto;
margin-right:auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

#menubackground {
background: #A9B3BB url(images/menubackground.gif) repeat-x;
width:950px;
height:25px;
margin-left:auto;
margin-right:auto;
border-left: 1px solid #000;
border-right: 1px solid #000;

border-bottom: 1px solid #000;
}


/* INDEX PAGE LIST ITEMS */



#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
background-repeat: no-repeat;
margin-bottom:13px;
}

/* MENU */


/* Add a margin */
#nav {position:relative; z-index:100; font-family:Verdana, Arial, Helvetica, sans-serif;}

#nav a.BG {
display:block;
background-image:url(images/menubackground.gif);
}

#nav a.BG:hover {
background-image:url(images/menubackgroundhover.gif);
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {padding:0; margin-left:auto; margin-right:auto; list-style-type: none; display:table-cell; padding-left:90px;}
#pmenu ul {list-style-type: none;}

/* Hide the sub levels */
#pmenu li ul {display:none;}

/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {display:block; font-size:11px; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px; border-bottom:1px solid #000; border-left:1px solid #000; border-right:1px solid #000; width:260px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background: url(images/menubackground.gif); }
#pmenu li.tc {display:table-cell; background: url('images/menudivider.gif') no-repeat 100% center;}
#pmenu li.tc2 {display:table-cell; background: url('images/menudivider.gif') no-repeat 100% center;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative; padding-bottom:-1px; }
/* Make the hovered list color persist */
#pmenu li:hover > a {color:#000;}


/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; }

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; color:#000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {color:#000;}

/* Set up the pointers for the sub level indication */
#pmenu li.drop {background:url(images/drop.gif) no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */



/* The Content Layer */

#content {
width:950px;
margin-left:auto;
margin-right:auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background: #fff url(images/cornerlarge.gif) no-repeat right bottom;

}

.catchphrase {
height:40px;
border-top:1px solid #000;
border-bottom:1px solid #000;
background:url(images/house.jpg);
}

.bread_crumbs {
    padding: 10px 17px;
}

#columnwrapper {
width:915px; 
margin-left:auto; 
margin-right:auto;
padding-top: 5px;
}

#columnwrapper .leftcolumn {
width:510px;  
float:left;
margin:6px;
font-size:14px;
}

#columnwrapper .leftcolumn ul {
    list-style: none;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#columnwrapper .leftcolumn ul li {
    padding-left: 35px;
    margin-bottom: 20px;
}

#columnwrapper .leftcolumn ul li a {
    color: #333;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: none;
}

#columnwrapper .leftcolumn ul li a:hover {
    color: #333;
    color: #014A8F;
}

#columnwrapper .sidebox {
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
}



#columnwrapper .columntext {
padding:10px;
}

    #columnwrapper input {
    border: 1px solid #A8CEEB;
    background-color: #F2F9FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px;
}

#columnwrapper select {
    border: 1px solid #A8CEEB;
    background-color: #F2F9FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px;
}

#columnwrapper input:focus {
    background-color: #EAF1F8;
}

#columnwrapper input[type="submit"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 150px;
    background: url('images/buttonover2.gif');
    border: none;
    cursor: pointer;
    color: #ffffff;
    margin-top: 5px;
    padding: 5px;
    font-weight: bold;
}

#columnwrapper input[type="submit"]:hover {
    background: url('images/buttonover.gif');
}


#columnwrapper textarea {
    border: 1px solid #A8CEEB;
    background-color: #F2F9FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px;
    width: 322px;
    height: 40px;
}

#columnwrapper textarea:focus {
   background-color: #EAF1F8;
}

#columnwrapper p {
line-height:20px;
}

.first {
font-family:"Times New Roman", Times, serif;
font-size:20px;
}

#rightside
{
float:right; 
width:370px;
}

/* Hover buttons on index page */


#quote
{
  display: block;
  margin-bottom:10px;
  width: 340px;
  height: 75px;
  background: url("images/quote.jpg") no-repeat 0 0;
  margin-bottom:10px;
    margin-left:auto;
  margin-right:auto;
}

#quote:hover
{ 
  background-position: 0 -75px;
}

#quote span
{
  display: none;
}



#earn
{
  display: block;
  margin-bottom:10px;
  width: 340px;
  height: 75px;
  background: url("images/earn.jpg") no-repeat 0 0;
  margin-bottom:10px;
    margin-left:auto;
  margin-right:auto;
}

#earn:hover
{ 
  background-position: 0 -75px;
}

#earn span
{
  display: none;
}





#additionalinsurred
{
  display: block;
  margin-bottom:10px;
  width: 340px;
  height: 75px;
  background: url("images/additionalinsured.jpg") no-repeat 0 0;
  margin-bottom:10px;
    margin-left:auto;
  margin-right:auto;

}

#additionalinsurred:hover
{ 
  background-position: 0 -75px;
}

#additionalinsurred span
{
  display: none;
}



/* Item List */

#listitem1
{
  display: block;
  width: 352px;
  height: 22px;
  background: url("images/listitem1.jpg") no-repeat 0 0;

}

#listitem1:hover
{ 
  background-position: 0 -22px;
}

#listitem1 span
{
  display: none;
}

#listitem2
{
  display: block;
  width: 352px;
  height: 22px;
  background: url("images/listitem2.jpg") no-repeat 0 0;

}

#listitem2:hover
{ 
  background-position: 0 -22px;
}

#listitem2 span
{
  display: none;
}


#listitem3
{
  display: block;
  width: 138px;
  height: 22px;
  background: url("images/listitem3.jpg") no-repeat 0 0;

}

#listitem3:hover
{ 
  background-position: 0 -22px;
}

#listitem3 span
{
  display: none;
}

#listitem4
{
  display: block;
  width: 352px;
  height: 22px;
  background: url("images/listitem4.jpg") no-repeat 0 0;

}

#listitem4:hover
{ 
  background-position: 0 -22px;
}

#listitem4 span
{
  display: none;
}

#listitem5
{
  display: block;
  width: 352px;
  height: 22px;
  background: url("images/listitem5.jpg") no-repeat 0 0;

}

#listitem5:hover
{ 
  background-position: 0 -22px;
}

#listitem5 span
{
  display: none;
}

#listitem6
{
  display: block;
  width: 352px;
  height: 22px;
  background: url("images/listitem6.jpg") no-repeat 0 0;

}

#listitem6:hover
{ 
  background-position: 0 -22px;
}

#listitem6 span
{
  display: none;
}


#listitem7
{
  display: block;
  width: 352px;
  height: 22px;
  background: url("images/listitem7.jpg") no-repeat 0 0;

}

#listitem7:hover
{ 
  background-position: 0 -22px;
}

#listitem7 span
{
  display: none;
}


/* NEWS PAGE */

#newsheader 
{
font-size:16px;
font-weight:bold;
}

#newsheader .newsdate 
{
font-weight:normal;
font-size:13px;
color:#777168;
}

#linebreak
{
background:url(images/line.gif) no-repeat;
height:2px;
margin-bottom:7px; 
margin-top:7px;
}

#linebreak2
{
background:url(images/line.gif) no-repeat;
height:2px;
margin-top:5px; 
margin-bottom:10px; 
margin-left:auto; 
margin-right:auto; 
width:150px;
}

#linebreak3
{
background:url(images/line.gif) no-repeat;
height:2px;
margin-top:5px; 
margin-bottom:10px; 
margin-left:auto; 
margin-right:auto; 
width:310px;
}

#linebreak4
{
background:url(images/line.gif) no-repeat;
height:2px;
margin-bottom:10px; 
margin-left:auto; 
margin-right:auto; 
width:310px;
}

#linebreak5
{
background:url(images/line.gif) no-repeat;
height:2px;
margin-top:10px; 
margin-bottom:5px; 
margin-left:auto; 
margin-right:auto; 
width:150px;
}

#linebreak6
{
background:url(images/line.gif) no-repeat;
height:2px;
margin-top:10px; 
margin-bottom:5px;
}



/* Archives page */

#archives a
{
color:#014a8f;
text-decoration:none;
}

#archives .readmore
{
color:#bf0022;
}

#archives a:hover
{
color:#666666;
text-decoration:underline;
}

#archives .newsdate 
{
font-weight:normal;
font-size:13px;
color:#777168;
}

#archives .linebreak
{
background:url(images/line.gif) no-repeat;
height:2px;
margin:4px;
}


#lgicletter {
float:left; 
width:600px; 
background:url(images/lincoln.gif) no-repeat top;
margin-top:20px;
}

#lgicletter li 
{
margin-left:50px;
margin-top:10px;
}

#genericnews
{
float:left; 
width:600px;
margin-bottom:350px;
}

#genericnews blockquote
{
background: transparent url("images/blockquote.gif") no-repeat top left;
margin-left:15px;
}

#genericnews blockquote div
{
margin:22px 10px;
color:#575757;
padding: 0 50px;
background: transparent url("images/blockquote2.gif") no-repeat bottom right;
}


/* DIRECTIONS */

#directionnav
{
border-bottom:1px solid #d9d9d9; 
width:240px; 
padding:1px;
padding-left:5px;
margin-bottom:2px;
}


/* CONTACT TABLE */

#contacttable {
margin-bottom:15px;
width:450px;
border-collapse:collapse;
}

#contacttable .tableheader {
padding:5px;
color:#000;
font-weight:bold;

}

#contacttable td {
padding:5px;
border: 1px solid #CCCCCC;
font-weight:bold;

}

#contacttable a {
font-weight:normal;
color:#000000;
}

#contacttable a:hover {
color: #003366;
text-decoration:underline;
}


#formbutton {
cursor:pointer;
border:outset 1px #bababa;
background:#999;
color:#444;
font-weight:bold;
padding: 1px 2px;
background: url(images/formbg.gif) repeat-x left top;
width:150px;
margin-top:15px;
}



/* PRODUCTS */


#auto 
{
background:#f8f8f8;
padding:10px;
border:1px solid #c2c2c2 ;
}

#auto .over2
{
margin-bottom:13px;
font-weight:bold;
}

#auto .over2
{
margin-bottom:13px;
font-weight:normal;
font-size:13px;
}


#auto .under
{
padding-top:5px;
font-weight:normal;
}

#auto ul
{
list-style-type: none;
padding: 0;
margin: 0;

}

#auto li
{
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 16px;
}

#generallist .over
{
margin-top:13px;
font-size:13px;
}


#generallist ul
{
list-style-type: none;
padding: 0;
margin: 0;

}

#generallist li
{
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 16px;
}

.productsinnerheader
{
color:#0A4777; 
font-size:13px; 
font-weight:bold;  
margin-bottom:8px;
}

.firstletter 
{
font-size:34px; 
float:left; font-family: 
Georgia, 'Times New Roman', Times, serif; 
margin-right:3px;
 }



/* RANDOM  */

#dottedline {
border-bottom:1px dotted #999999; 
height:1px;
}


#contactform input {
background:url(images/formbg.jpg);
border: 1px solid #CCCCCC;
padding:2px;
font-weight:bold;
}

#contactform textarea {
background:url(images/textbox.jpg) bottom repeat-x;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
padding:2px;
font-weight:bold;
}

.states-table {
    margin-left: 75px;
    margin-top: 5px;
    width: 150px;
    border-collapse: collapse;
}

.states-table td {
    padding: 3px;
}

.states-table .right {
    text-align: right;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#444;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px 6px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #DDD;
        width: 230px;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
        cursor: pointer;
}.myButton:active {
	position:relative;
	top:1px;
}



/* NEWS */

/* always visible */
#outer .holder {  margin:0 20px -20px 0;}
#outer .holder h2 {margin:0; padding:0;}
#outer a{color:#bf0022; text-decoration:none;}
#outer a:hover{ color:#666666; text-decoration:underline;}


/* unclicked style div.more */
#outer div.more span {float:right; cursor:pointer; color:#c00; font-weight:normal;}
#outer div.more span.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more img {display:none;}

/* clicked style div.click */
#outer div.click span.show {display:none;}
#outer div.click span.hide {display:block;}
#outer div.click p {display:block;}
#outer div.click img {display:block; float:left; padding-right:10px;}



blockquote
{
background: transparent url("images/blockquote.gif") no-repeat top left;
margin-left:15px;
}

blockquote div
{
margin:22px 10px;
color:#575757;
padding: 0 50px;
background: transparent url("images/blockquote2.gif") no-repeat bottom right;
}

/* UNDERSTAND.PHP */

#understandtable {
border-collapse:collapse;
border:2px #000000 solid;
font-size:13px;
}

#understandtable2 {
border-collapse:collapse;
border:2px #c2c2c2 solid;
}

#understandtable2 td {
border: 2px solid #c2c2c2;
}

#understandtable td {
border: 2px solid #000000;
}

.padding {
padding-left:8px;
padding-top:3px;
padding-bottom:3px;
padding-right:3px;
}

#quote_accordian li ul li {
    font-size: 13px;
    background-image: url('images/arrow.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

/* EXTRACTED STYLES */

#header-images { 	/* style for four image banner */
	border-bottom: 1px solid #000;
	height: 88px;
}
.no-breadcrumbs {	/* Spacing when no bread crumbs are present */
	margin-top: 15px;
}
#home-sidebar {		/* Dimensions for sidebar on home page */
	float: right;
	width: 370px;
	padding-left: 15px;
	padding-top: 6px;
}
#home-sidebar .spacing { /* Spacing at top of sidebar */
	margin-bottom: 10px;
}
#home-sidebar .menu-bg {
	height: 250px;
	background: url(images/contractor2.jpg) no-repeat right top;
}
#home-sidebar .menu-bg .menu-spacing {
	padding-top: 5px;
}
#home-sidebar .divider {
	width: 370px;
	border-bottom: 2px soild #ababab;
	margin-bottom: 10px;
	margin-top: 10px;
}
#home-sidebar .sidebox .heading {
	color: #014a8f;
	font-weight: bold;
}
#content h1 {
	border-bottom: 2px dotted #888;
	margin-bottom: 20px;
	color: #014A8F;
	font-size: 25px;
	font-weight: bold;
}
#rightside.quote {
	width: 330px;
	padding: 15px;
	background-color: #FBFDFF;
	border: 1px solid #A8CEEB;
	margin-bottom: 50px;
}
#content-copy {
	width: 525px;
}
#content-bottom {
	background: url(images/diag.gif) repeat-x;
	margin-top: 10px;
	height: 8px;
}
#text-box {
	width: 750px;
	background: url(images/text-bg.jpg);
	border: 1px solid #c2c2c2;
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#text-box ul {
	padding-left: 20px;
}
#text-box .link-box {
	display: block;
	float: left;
	width: 150px;
	margin-left: 150px;
}
#text-box .link-box a {
	color: #0A4777;
	font-size: 15px;
	font-weight: bold;
}
#pmenu li ul li {
	text-align: left;
}
#home-link {
	width: 70px;
}
#news-link {
	text-align: center;
	width: 70px;
}
#quotes-link {
	text-align: center;
	width: 100px;
}
#customer-service-link {
	text-align: center;
	width: 170px;
}
#customer-service-link ul li {
	width: 199px;
}
#products-link {
	text-align: center;
	width: 110px;
}
#contact-link {
	text-align: center;
	width: 120px;
}
#contact-link ul li {
	width: 120px;
}
#forms-link {
	text-align: center;
	width: 150px;
}
#pmenu .drop .first-item {
	border-top: 1px solid #000;
}
.normalize {
	font-weight: normal;
	font-style: none;
}

