@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #ADA394;
	background-repeat: repeat-x;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/pageshadow.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #pageshadow {
	width: 780px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/pageshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.twoColFixLtHdr #header {
	background: #E4E4E4;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftnav {
	padding: 8px 16px 2px 7px;
	width: 188px;
}
.leftnavback {
	background-image: url(images/leftnav-fill.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.leftnav a {
	color: #990000;
	text-decoration: none;
}
.leftnav a:hover {
	color: #333333;
	text-decoration: underline;
}

.leftnav p {
	margin: 0px;
	padding: 7px 0px 0px;
}


.twoColFixLtHdr #mainContent {
	width: 530px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.twoColFixLtHdr #mainContent a {
	color: #990000;
}

.twoColFixLtHdr #mainContent li {
	color: #666666;
	list-style-type: disc;
	padding-bottom: 7px;
}
.twoColFixLtHdr #mainContent li a {
	color: #990000;
	list-style-type: disc;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #990000;
}


#mainContent p {
	line-height: 18px;
	color: #666666;
}
.twoColFixLtHdr #mainContent p strong {
	color: #333333;
}


#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
#mainContent h1 strong {
	font-size: 21px;
	color: #990000;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #mainContent h2 a {
	color: #990000;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #666666;
}

#mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
.rightside {
	margin: 5px 0px 10px 10px;
	padding: 0px;
	float: right;
	width: 140px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	background-repeat: no-repeat;
	background-position: left top;
}
.rightside p {
	padding: 8px 0px 0px;
	margin: 0px;
}
.rightside em {
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-style: normal;
	line-height: 12px;
	font-size: 11px;
}

.rightside a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0px 6px 9px 10px;
	text-align: left;
	line-height: 12px;
	border-bottom: 1px solid #999999;
	margin: 0px;
}





.twoColFixLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#780001 url(images/footer-fill.jpg) repeat-x center top;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #520300;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
.twoColFixLtHdr #footer a {
}

.twoColFixLtHdr #btmshadow {
	margin: 0px auto;
	height: 40px;
	width: 800px;
	background-color: #ADA394;
	padding-top: 10px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}
.twoColFixLtHdr #btmshadow p {
	margin: 0px;
	padding: 0px;
	color: #DBD6D2;
}
.twoColFixLtHdr #btmshadow a {
	color: #DBD6D2;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	font-size: 11px;
}
.twoColFixLtHdr #footer a {
	color: #CCCCCC;
}
.twoColFixLtHdr  #footer a:hover {
	color: #FFFFFF;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quotetext {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/quote-icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-left: 40px;
	line-height: 40px;
}


.leftnavtitle {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/leftnav-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.latestnews {
	padding: 0px;
	width: 203px;
	background-color: #CFCFCF;
	border: 1px solid #666666;
	color: #FFFFFF;
	display: block;
}

.newstitle {
	line-height: 18px;
	background-image: url(images/news-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.latestnews p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.latestnews a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 8px;
	margin: 8px 3px 6px;
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
}
.latestnews a:hover {
	color: #990000;
}
.navigation {
	line-height: 30px;
	height: 30px;
	width: 780px;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #450101;
	border-left-color: #A80000;
	text-align: center;
	width: 16.6666%;
}
.headtable {
	background-image: url(images/top-fill.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C4BDB3;
	padding-right: 10px;
	font-size: 11px;
}
.headtable strong {
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}
.headtable em {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
}
.pagetitle {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pagetitle p {
	margin: 0px;
	padding: 0px;
}
.menu1{
	background-image:url(images/menudiv1bg.gif);
	margin-left:0px;
	padding-left:12px;
	padding-top:6px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #000000;
	height: 20px;
	cursor: hand;
}
.menu1 a {
	color: #333333;
}
.menu1 a:hover {
	color: #FFFFFF;
}

.submenu{
	display: block;
	height: 19px;
	margin-left: 15px;
	padding-top: 4px;
	padding-left: 7px;
	color: #333333;
	padding-bottom: 3px;
}

.hide{
display: none;
}
.show{
display: block;
}
.quotes {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-image: url(images/free-insurance-quotes.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	height: 180px;
	margin: 0px;
}
.quotes p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.quotes H1 {
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 1px;
	color: #FFFFFF;
	margin: 0px;
}
.quotes form {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}


.quotes H2 {
	font-size: 10px;
	font-weight: bold;
}
.companies {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.companies a {
	color: #990000;
	font-size: 10px;
	text-decoration: none;
}
.companies a:hover {
	color: #666666;
	text-decoration: underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tipbox {
	background-color: #ECEAE8;
	width: 525px;
	border: 1px none #ADA394;
	margin: 0px 0px 25px;
	padding: 0px;
}
.tipbox #bottom {
	background-image: url(images/money-saving-tips-btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}

.tipbox #text {
	padding: 15px 15px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ADA394;
	border-right-color: #ADA394;
	border-bottom-color: #ADA394;
	border-left-color: #ADA394;
}

.tipbox p {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.tipbox  em {
	font-size: 16px;
	color: #990000;
	font-style: normal;
}
.tipbox h6 {
	background-color: #ECEAE8;
	padding: 30px 0px 0px 100px;
	width: 425px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px none #ADA394;
	background-image: url(images/money-saving-tips.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	height: 43px;
	margin-right: 0px;
	margin-left: 0px;
}
.stafftable {
	border: 1px solid #ADA394;
	background-color: #F3F2F1;
	padding: 0px 15px 0px 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-image: url(images/quoteboxfade.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 520px;
}
.stafftable td {
	padding: 10px;
}
.stafftable img {
	border-top: 1px solid #ADA394;
	border-right: 3px solid #ADA394;
	border-bottom: 3px solid #ADA394;
	border-left: 1px solid #ADA394;
}
.stafftable h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADA394;
	line-height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADA394;
	text-indent: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
