/* CSS Document
	date:		Programmer:		Requested by:	Activity:
	05/29/08	Kelly Johnson	Derrick			Remove UBI presence
	05/15/09	Kelly Johnson	Derrick			#Text table font changed for larger home page body 
paragraph
	12/07/09	Kelly Johnson	Jeff Silver		Add Direct renter's product
*/
#Text table {
	font:13px "Vista Sans", Calibri, sans-serif;
	color:#7d7d7d;
}
.companyInfo {
	font:11px "Vista Sans", Calibri, sans-serif;
	width:330px;
	vertical-align:top;
	padding:10px;
	border:1px #6f665d solid;
	background:#fff;
}
.shopInsurance {
	font:11px "Vista Sans", Calibri, sans-serif;
	vertical-align:top;
	border:1px #6f665d solid;
	background:#fff;
}
.ourBusinesses {
	font:11px "Vista Sans", Calibri, sans-serif;
	width:160px;
	padding:0px;
	border:1px #6f665d solid;
	vertical-align:top;
	background:#fff;
}
.compHdline {
	font:23px "Vista Sans", Calibri, sans-serif;
	font-weight:bold;
	color:#C54C00;
	margin:0px 0px 5px 0px;
	display:block;
}
p {
	margin:0px 0px 10px 0px;
}
.logoDivider {
	/*height:56px; (5/29/08) */
	height:67px;
}
.logo {
	/*height:53px;*/
	position:relative;
	left:5%;
}
.mainHdlines {
	background:#6f665d;
	height:40px;
	vertical-align:middle;
}
.shopSteps {
	padding:10px 0px 10px 0px;
	font-size:11px;
	letter-spacing:-1px;
	vertical-align:middle;
}
.shopLines {
	padding:0px 0px 10px 0px;
	font-size:11px;
	letter-spacing:-1px;
	vertical-align:middle;
}

.shopSeperator {
	border-bottom:1px #003366 dotted;
}
.steps {
	padding:0px 10px 0px 10px;
	vertical-align:top;
}
.getQuote {
	height:40px;
	text-align:center;
	vertical-align:middle;
}
.stepHdline {
	font:12px "Vista Sans", Calibri, sans-serif;
	color:#C54C00;
	font-weight:bold;
	letter-spacing:normal;
}
/* ////////////////////////// new styles ////////// */
body{
	background:url("../images/header_bkgd_tall.gif")repeat-x top left;
}
#Text{
	position:absolute; 
	z-index:1; 
	visibility: visible;
	width:100%;
	top:166px;
}
#content{
	margin:0 0 0 290px;
	width:507px; 
	min-height:730px;
	height:auto !important;
	height:430px;
}
#footer{
	background:#6f665d;
	padding-bottom:200px;
	margin-top: 40px;
}
p{
	color:#7d7d7d;
	font-family:"Vista Sans", Calibri, sans-serif;
	font-size:13px;
	line-height:1.3em;
}
a:link{
	font-size:12px;
	text-decoration: none; 
	color:#C54C00;
}
a:visited{
	color:#C54C00;
	text-decoration: none; 
}
a:hover{
	text-decoration:underline;
}
.compHdline {
	font:18px "Vista Sans", Calibri, sans-serif;
}
.compHdline2 {
	font-family:"Vista Sans", Calibri, sans-serif; 
	font-size:18px; 
	color:#C54C00;
}
.subHead {
	font:20px "Vista Sans", Calibri, sans-serif;
	color:#C54C00;
}
.subHead2 {
	font:17px "Vista Sans", Calibri, sans-serif;
	font-weight:normal;
	color:#C54C00;
	margin:24px 0 6px 0;
}
.linkArrow{
	background:url("../images/link-arrow-01.gif") no-repeat 0 3px;
	padding-left:14px;
}
.linkArrow a{
	font-size:14px;
	text-decoration: underline; color:#C54C00;
}
.listStyle01{
	margin:20px 0;
	padding:0;
}

.listStyle01 li{
	color:#7d7d7d;
	font-family:"Vista Sans", Calibri, sans-serif;
	list-style:none;
	font-size:13px;
	margin:0 0 10px 16px;
	padding:0 0 0 14px;
	background:url("../images/link-arrow-01.gif") no-repeat 0 3px;
	line-height:1.3em;
}
.listStyle01 a{
	color:#C54C00;
}
#footer a {
	color: #FFF;
	font: 11px "Vista Sans", Calibri, sans-serif;
	
}

ul.body.listStyle01 ul li
{
	list-style-type: disc;
	background: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

ul.smallList li {
	font-size: 13px;
	
}
.whiteText {
	font:15px "Vista Sans", Calibri, sans-serif;
	font-weight:bold;
	color:white;

}

#content.disclaimer p.subHead {
	font-size: 14px;
}

#LeftBox {
float:left;

}
#RightBox {
float:right;
width:300px; /* Width of the box - may or may not be necessary*/
margin:-5px 0 0 0; /* positions the box next to the other. This will have to be adjusted depending on the LeftBox.*/
}

div.row {
    width: 280px;
    clear:both;
}

div.cell1 {
    float: left;
    width: 49px;
}

div.cell2 {
    float: left;
    width: 52px;
	font:12px "Vista Sans", Calibri, sans-serif;
	color:#C54C00;
	font-weight:bold;
	letter-spacing:normal;
}
div.cell3 {
    float: left;
    width: 200px;
	font:12px "Vista Sans", Calibri, sans-serif;
	color:#C54C00;
	font-weight:bold;
	letter-spacing:normal;
}
/* below is just for better preview, remove this style is necessary */
div.cell1, div.cell2 {
    border: 1px solid #ccc;
}

