/*********************************
 Start
*********************************/

/*html {
	overflow-x: hidden;
	overflow-y: auto;
}*/
body {
	margin: 0;
	padding: 0;
	background: #e8e8e8 url(../images/background.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #312d2e;
}
h1, h2, h3 {
	font-weight: normal;
	color: #135495;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #312d2e;
	margin: 30px 0 0 10px;
}
h2 {
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
}
/*********************************
 1-800-467-8733 on the top
*********************************/
.phone {
	width: 890px;
	height: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #818080;
	margin: -27px 0 0 205px;
	padding: 0;
}
.phone-bold {
	font-weight: bold;
}
.support {
	width: 32px;
	height: 32px;
	margin: 8px 0 0 165px;
	padding: 0;
}
.smaller {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}
ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}
p {
	line-height: 18px;
}
ul, ol {
}
blockquote {
}
a {
	color: #77B003;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 30px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 30px;
}
hr {
	display: none;
}
.list1 {
}
.list1 li {
	float: left;
	line-height: normal;
}
.list1 li img {
	margin: 0 30px 30px 0;
}
.list1 li.alt img {
	margin-right: 0;
}
#wrapper {
}
/*********************************
 Header
*********************************/

#header-wrapper {
}
#header {
	width: 940px;
	height: 36px;
	margin: 0 auto;
}
/*********************************
 Top Right Menu
*********************************/

#menu {
	float: right;
	width: 570px;
	height: 23px;
	margin: -39px 0 0 0;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	font-weight: bold;
    margin: 0px;
	padding: 9px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
    border-right: 1px solid #ddd;
	}

#menu li a:hover, #menu li a:active {
	color: #b40001;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	width: 170px;
	background: #424242;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	
#menu li li a:hover, #menu li li a:active {
	background: #000000;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 160px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -30px 0 0 191px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}
	

/*********************************
 Search Box
*********************************/

#header-search {
	float: right;
	width: 260px;
}
#header-search form {
	float: right;
	margin: 0;
	padding: 12px 0px 0 0;
}
#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#header-search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}
#header-search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}
#header-search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}
#search {
	float: right;
	width: 260px;
}
#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}
#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}
#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}
/*********************************
 Page
*********************************/

#page {
	background: url(../images/background-page.jpg) top repeat-y;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #d6d6d6;
}
/*********************************
 Logo
*********************************/

#logo {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}
#logo h1 {
	margin: 0px;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
	font-size: 22px;
	padding: 0px 0px 0px 375px;
	margin-top: -33px;
	color: #0f0b0a;
}
#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #A8A8A8;
}
#logo a {
	text-decoration: none;
	color: #A8A8A8;
}
#logo h1 a {
	text-decoration: none;
	color: #618C04;
}
#banner {
	padding-bottom: 20px;
}
/*********************************
 home.php
*********************************/

#featured {
	/* background: #fff url(../images/hispanic-family.jpg) no-repeat; */
	background: #fff url(../images/io.jpg) no-repeat;
	width:630px;
	height: 215px;
	float:left;
}
#featured h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #312d2e;
	float: right;
	margin-right: 50px;
}
/*********************************
 Quotebox
*********************************/

#call-to-action {
	width:310px;
	height: 215px;
	float:left;
	background: #b40001 url(../images/call-to-action-back.jpg) top left no-repeat;
}
#call-to-action h3 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	margin: 15px 0 0 0;
	color: #fff;
}
#call-to-action input {
	background: #fefefe url(../images/input-back.gif) top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #532626;
	margin: -1px 0 0 150px;
	position: absolute;
	top: 263px;
	width: 70px;
}
#call-to-action select {
	background: #fefefe url(../images/input-back.gif) top repeat-x;
	font-size: 18px;
    border: 1px solid #532626;
	margin: -1px 0 0 40px;
	position: absolute;
	top: 263px;
	width: 100px;
}
#call-to-action .button {
	width: 70px;
	height: 53px;
	padding: 0;
	margin: -7px 0 0 230px;
	border: none;
	cursor: pointer;
}
#call-to-action-2 {
	background: #ccc url(../images/call-to-action-back-2.jpg) top no-repeat;
	width: 260px;
	height: 215px;
	/* margin: 30px 0 0 -30px; */
	float:right;
	margin: 0 0;
}
#call-to-action-2 input {
	background: #fefefe url(../images/input-back.gif) top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #fff;
	margin: 60px 0 0 15px !important;
	margin: 60px 0 0 10px;
	width: 70px; 
}
#call-to-action-2 select {
	background: #fefefe url(../images/input-back.gif) top repeat-x;
	font-size: 18px;
    border: 1px solid #fff;
	margin: 0 0 0 15px !important;
	margin: 0 0 0 0;
	/* position: absolute;
	top: 263px;*/
	width: 100px;
}
#call-to-action-2 .button {
	width: 70px;
	height: 53px;
	padding: 0;
	margin: 14px 0 0 135px !important;
	margin: 14px 0 0 125px;
	border: none;
	cursor: pointer;
}
/*********************************
 Global Content
*********************************/

#content {
	float: left;
	width: 670px;
}
/*********************************
 Home Content
*********************************/

#content-home {
	width: 940px;
	margin: 0 auto;
}
/*********************************
 Home Boxes
*********************************/

.home-boxes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding: 24px 0 0 70px;
	margin: 10px 0 0 0;
	position: absolute;
}
.home-boxes-info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#home-left {
	width:33%;
	height: 80px;
	float:left;
	background:#b40001 url(../images/home-left-back.jpg) left no-repeat;
	padding-bottom:10px;
}
#home-left h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	padding: 0 0 0 70px;
	margin-top: 10px;
	position: absolute;
}
#home-left h5 a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
#home-center {
	width:34%;
	height: 80px;
	float:left;
	background:#a30001 url(../images/home-center-back.jpg) left no-repeat;
	padding-bottom:10px;
}
#home-center h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	padding: 0 0 0 70px;
	margin-top: 10px;
	position: absolute;
}
#home-center h5 a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
#home-right {
	width:33%;
	height: 80px;
	float:left;
	background:#900000 url(../images/home-right-back.jpg) left no-repeat;
	padding-bottom:10px;
}
#home-right h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	padding: 0 0 0 70px;
	margin-top: 10px;
	position: absolute;
}
#home-right h5 a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

/*********************************
 Home Boxes 2
*********************************/

.home-boxes2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #312d2e;
	padding: 24px 0 0 70px;
	margin: 10px 0 0 0;
	position: absolute;
}
.home-boxes-info2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#home-left2 {
	width:33%;
	height: 80px;
	float:left;
	background:#fff url(../images/make-a-payment.jpg) left repeat-x;
	padding-bottom:10px;
}
#home-left2 h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #afafaf;
	padding: 33px 0 0 70px;
	margin: 0 auto;
	position: absolute;
}
#home-center2 {
	width:34%;
	height: 80px;
	float:left;
	background:#fff url(../images/agent-locator.jpg) left repeat-x;
	padding-bottom:10px;
}
#home-center2 h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #afafaf;
	padding: 33px 0 0 70px;
	margin: 0 auto;
	position: absolute;
}
#home-right2 {
	width:33%;
	height: 80px;
	float:left;
	background:#fff url(../images/sr22-insurance.jpg) left no-repeat;
	padding-bottom:10px;
}
.home-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #afafaf;
	padding: 33px 0 0 70px;
	margin: 0 auto;
	position: absolute;
}
.home-title a:link, a:visited {
	text-decoration: none;
	color: #afafaf;
}
.home-title a:hover {
	color: #959494;
	text-decoration: none;
}
/*********************************
 Posts
*********************************/

.post {
	margin-bottom: 10px;
}
.post .title {
	margin: 30px 0px 0px 0px;
	padding-left: 10px;
}
.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #618C04;
}
.post .date {
}
.post .meta {
	margin-top: -8px;
	margin-left: 2px;
	padding: 0px 30px 2px 15px;
	border-bottom: 1px solid #D4D8CB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #777;
}
.post .meta span {
	display: block;
	margin-top: -10px;
}
.post .meta a {
}
.post .entry {
	padding: 20px;
	font-size: 12px;
}
.post .entry p {
	line-height:normal;
}
.post .entry strong {
	font-weight:bold;
	font-size:14px;
}
.post .entry a:link {
	color:#0033CC;
	text-decoration:underline;
	font-weight: bold;
	font-size: 14px;
}
.post .entry a:visited {
	color:#006699;
	text-decoration:underline;
	font-weight: bold;
	font-size: 14px;
}
.post .links {
	display: block;
	width: 120px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 40px;
	background: url(../images/img03.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 0px 40px;
	background: url(../images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}
/*********************************
 Sidebar (sidebar.php)
*********************************/

#sidebar {
	float: right;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}
#sidebar li ul {
	margin: 0px 14px;
}
#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #E9E8DD;
	background: url(../images/img08.gif) no-repeat left 18px;
}
#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	color: #808080;
}
#sidebar li li a:hover {
	color: #77B003;
}
#sidebar p {
	margin: 0;
	padding: 0px 14px;
}
#sidebar h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 30px 0 10px 0px;
	padding: 6px 0 2px 14px;
	background: url(../images/img05.gif) repeat-x left top;
	font-size: 18px;
	font-weight: normal;
	color: #312d2e;
}
#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
/*********************************
 Calendar (Optional)
*********************************/

#calendar {
}
#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}
#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}
#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}
#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}
#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}
#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}
#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}
#calendar .pad {
	border-bottom: 1px solid #24130F;
}
#calendar #today {
	background: #24130F;
}
/*********************************
 Forms
*********************************/
#author, #email, #url {
	background:#fff;
	color:#000;
	font:12px Arial;
	margin-right:5px;
	padding:3px;
	width:15em;
}
/*********************************
 Flash Video
*********************************/
.flvideo {
	padding-left: 312px;
}

/*********************************
 Footer
*********************************/

#footer {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
#footer h6 {
    width: 940px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#footer-bgcontent  {
	width: 940px;
	margin: 0 auto;
}
#footer table {
	width: 940px;
}
#footer-bgcontent p {
/*	width: 940px; */
	font-size: 18px;
	font-weight: normal;
/*	text-align: center; */
	color: #1a1a1a;
}
#footer p {
/*	width: 940px; */
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	color: #2e3430;
/*	text-align: left; */
	line-height: normal;
	font-size: 12px;
}
#footer a {
	color: #2e3430;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#commentform {
}
#comment {
	width: 450px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#respond {
	margin: 0 0px 0px 15px;
	padding: 0px;
}
.navigation {
	padding-top: 20px;
}
.pagetitle {
	padding-left: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
}
hr {
	display: none;
}
/******************************************
    Rating
******************************************/

.rating_A {
	background: url(/themes/rl/images/5star.gif) no-repeat;
	width: 90px;
	height: 16px;
	margin: 25px 0 0 5px;
	float: left;
}

.rating_B {
	background: url(/themes/rl/images/4star.gif) no-repeat;
	width: 90px;
	height: 16px;
	margin: 25px 0 0 5px;
	float: left;
}

.rating_C {
	background: url(/themes/rl/images/3star.gif) no-repeat;
	width: 90px;
	height: 16px;
	margin: 25px 0 0 5px;
	float: left;
}

.rating_D {
	background: url(/themes/rl/images/2star.gif) no-repeat;
	width: 90px;
	height: 16px;
	margin: 25px 0 0 5px;
	float: left;
}

.rating_F {
	background: url(/themes/rl/images/1star.gif) no-repeat;
	width: 90px;
	height: 16px;
	margin: 25px 0 0 5px;
	float: left;
}

.rating_N {
	background: url(/themes/rl/images/0star.gif) no-repeat;
	width: 90px;
	height: 16px;
	margin: 25px 0 0 5px;
	float: left;
}
/*********************************
 Wizard
*********************************/
#entry {
	padding:0 0 0 20px;
	width:570px;
	float:left;
	overflow: hidden;
}
.wizard-nav {
	padding: 4px 0;
	border: none;
	width: 550px;
	margin: 4px auto;
}
.wizard-nav a {
	background: #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-decoration: none;
	padding: 10px;
	width: 162.5px;
	display: inline;
	margin: 0;
}
.wizard-nav a.active {
	background: #dfd;
}
.wizardcontrols .wizardnext {
	margin-left: 76%;
	width: 12%;
}
.wizardcontrols .wizardprev {
	width: 12%;
}
#FirstPage .wizardcontrols .wizardnext {
	margin-left: 88%;
}
.wizard p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}
.wizard span {
	font-size: 9px;
	font-weight: normal;
	color: #555;
}
.wizard label {
	font-weight: bold;
	font-size: 11px;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #59990e;
	text-align: left;
}
.wizard input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}
#meas-weight {
	width: 33px;
}
.wizard textarea {
	width: 250px;
	height: 150px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}
/*********************************
 Login Box
*********************************/
#panel {
	background: #754c24;
	height: 200px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	width: 940px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	background: url(../images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
#help {
	width: 230px;
	margin: 0;
	right: 0;
    top: 200px;
	position: absolute;
}
.two-columns ul {
	float: left;
	width: 12em;
	margin: 0;
	padding: 0;
	list-style: none;
}
.two-columns li {
	float: left;
	width: 6em;
	margin: 0;
	padding: 0;
}
.legalese {
	color:#333333;
	font-size: 10px;
	clear:both;
}
