
* {
	margin: 0;
	padding: 0;
}

a
{
color:#014a8f;
text-decoration:none;
}


a:hover
{
color:#666666;
text-decoration:underline;
}


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;
}


/* 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);
}

#columnwrapper {
width:915px; 
margin-left:auto; 
margin-right:auto;
margin-top:30px;
}

#columnwrapper .leftcolumn {
width:510px;  
float:left;
margin:6px;
font-size:14px;
}

#columnwrapper .sidebox {
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
}



#columnwrapper .columntext {
padding:10px;
}

#columnwrapper .columnheader {


}

#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;
}




/* 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;
}