/* ----------- MAIN DOCUMENT ----------- */

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	/* background: #ffffff url('../images/main_background.gif'); */
}

body_no_image {
	text-align: center;
	padding: 0px;
	margin: 0px;
}



body.bodyMap {
	padding: 0; 
	margin: 0; 
	background: #344f7a;
	}

/* ----------- DIVS ----------- */

div#content {
	position: relative;
	text-align: left;
	width: 770px;
	margin: 0 auto;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background: #ffffff;
	clear: both;
}

div#display {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	clear: both;
}


div#breadcrumb {
	position: absolute;
	width: 585px;
	left: 185px;
	background: #ffffff;
	border-bottom: 1px solid #575757;
	height: 17px;
}

div#threeLinks {
	position: absolute; 
	top: 5px; 
	left: 352px;
	}
	
html>body div#threeLinks {
	position: absolute; 
	top: 0; 
	left: 311px;
	}

div#middleContainer {
	position: relative; 
	width: 100%; 
	padding: 0; 
	margin: 0;
	}
	
div#leftNav {
	position: relative; 
	float: left; 
	width: 185px;
	margin: -7px 0 0 0;
	}
		
div#middleContent {
	position: relative; 
	float: right; 
	width: 366px; 
	right: 202px; 
	text-align: justify; 
	margin: 22px 0 20px 0; 
	padding: 0;
	z-index: 50;
	}
	
	
div#getAQuoteContent {
	position: relative; 
	float: right; 
	width: 555px; 
	right: 20px; 
	text-align: justify; 
	margin: 22px 0 20px 0; 
	padding: 0;
	z-index: 50;
	}
	
div#travelContent {
	position: relative; 
	float: right; 
	width: 527px; 
	right: 20px; 
	text-align: justify; 
	margin: 22px 0 20px 0; 
	padding: 0;
	z-index: 50;
	}
	
	
div#monkeyContent {
	position: relative; 
	float: right; 
	width: 490px; 
	right: 57px; 
	text-align: justify; 
	margin: 22px 0 20px 0; 
	padding: 0;
	z-index: 50;
	}
	
div#rightNews {
	float: right; 
	position: absolute; 
	right: 10px; 
	top: 40px;
	}

div#blueSpace {
	position: relative;
	width: 100%;
	background: #00329b;
	height: 57px;
	float: right;
}

div#footer {
	position: relative;
	width: 100%;
	background: #575757 url('../images/bottom_bg.gif');
	height: 35px;
	padding: 0;
	padding-top: 120px;
	float: right;
}

div#address {
	position: absolute; 
	margin: 0; 
	padding: 0; 
	top: 152px; 
	left: 215px; 
	width: 130px;
	}
	

/* ----------- LISTS AND TABLES----------- */

.ciList {
	list-style-image: url('../images/bullet4.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	margin: 0 0 0 35px;
	padding: 0;
	}
	
.ciList li {
	margin: 0 0 10px 0;
	}
	
.menuList {
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
.menuList li a{
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	color: #FF3366;
	text-decoration: none;
	margin: 10px 0 0 25px;
	}

.menuList li a:hover{
	text-decoration: underline;
	}
	
.menuList li a.siteSection{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #777777;
	text-decoration: none;
	margin: 0 0 0 0;
	line-height: 30px;
	}

.menuList li a.siteSection:hover{
	text-decoration: none;
	font-weight: 900;
	}
	
ul.quickList {
	list-style-image: url('../images/green_bullet.gif');
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 11px;
	padding: 0 0 0 35px;
	margin: 12px 0 0 0;
	}
	
ul#topQuoteLinks {
	margin: -3px 0 0 0;
	}

ul#topQuoteLinks li {
	display: inline;
	font-family: tahoma;
	font-size: 11px;
	}

ul#topQuoteLinks li a{
	text-decoration: none;
	color: #99CC00;
	font-weight: bold;
	}

ul#topQuoteLinks li a:hover{
	text-decoration: underline;
	color: #777777;
	}


ul.benefits {
	list-style-image: url('../images/bulletArrow.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	color: #575757;
	}

ul.lowerPremiums {
	list-style-image: url('../images/bulletArrow.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	color: #000000;
	margin-right: 33px;
	text-align: justify;
	}


ul.lowerPremiums li {
	margin-bottom: 7px;
	}

ul.sitemap {
	list-style-image:url('../images/bullet3.gif');
	margin-left: 50px;
}

ul.sitemap li a{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
		
ul.sitemap li a:hover{
	color: #000000;
}
					
ul.sitemap li.mainSiteSection{
	margin-left: -27px;
	font-weight: bold;
	}
	
ul.sitemap li.subSection{
	margin-left: 20px;
	}
					
table.insurers {
	margin: 0 0 0 -20px;
	padding: 0;
	}
	
table.insurers td {
	text-align: center;
	vertical-align: top;
	}
	
table.insurers td.imageCell {
	vertical-align: bottom;
	}
		
table.driverTable td {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	width: 145px;
	vertical-align: top;
	}
	
table.driverTable {
	margin: 0 0 0 10px;
	padding: 0;
	}
	
ul.bike {
	list-style-type: square;
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 12px;
	color: #003366;
	text-align: left;
	}
	
.femaleTips {
	font-family: arial, tahoma, geneva, arial, helvetica;
	font-size: 11px;
	padding: 0;
	margin: 0 0 0 22px;
		list-style-image: url('../images/green_bullet.gif');
	}
	
.femaleTips li {
	margin: 0 0 15px 0;
	}
	
/* ----------- TEXT, LINKS AND PARAGRAPHS ----------- */

a.emailAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3366CC;
	text-decoration: none;
	}

a.emailAddress:hover {
	text-decoration: underline;
	}
	
a.pdfLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	line-height: 33px;
	}

a.pdfLinks:hover {
	color:#000000;
	}

a.companyLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	}
	
a.companyLinks:hover {
	color: #000000;
	}	

a.pinkLink {
	color: #FF6699;
	font-weight: bold;
	text-decoration: none;
	font-family: tahoma, geneva, arial, helvetica;
	}
	
a.pinkLink:hover {
	text-decoration: underline;
	}
	
a.pinkLinkInsurers {
	color: #FF6699;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma, geneva, arial, helvetica;
	}
	
a.pinkLinkInsurers:hover {
	text-decoration: underline;
	}

.carInsuranceLinks {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	}

.carInsuranceLinks:hover {
	text-decoration: underline;
	}
	
.carInsuranceLinksFemale {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	position: absolute;
	width: 123px;
	}
	
.carInsuranceLinksFemale:hover {
	text-decoration: underline;
	}
	
.femaleLinkSpan {
	margin: 10px; 
	display: block;
	}
	
.whiteText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}

span.phone {
	font-family: tahoma, geneva, arial, helvetica;
	color: #000033;
	text-decoration: none;
	font-size: 17px;
	font-weight: bolder;
	}
	
a.emailLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	}
	
a.emailLinks:hover {
	color: #FF66CC;
	}


img.borderless {
	border: 0;
	}
	
.tandc_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}

.tandc_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}

.detailsLink {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 11px;
	color: #999933;
	}
	
.detailsLink:hover {
	text-decoration: none;
	}

.newsLinks{
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 12px;
	color: #3366CC;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	}

.body_text_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	text-align: justify;
	margin: 19px;
}

.body_text_normNoTopLeftMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	text-align: justify;
	margin: 0 19px 19px 0;
}

.body_text_normNoTopLeftMarginLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #575757;
	text-align: justify;
	margin: 0 19px 19px 0;
}

.body_text_normNoTopBottomMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	text-align: justify;
	margin: 0 19px 0 19px;
}


.body_text_normMarginless {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	text-align: justify;
	margin: 0;
}

.body_text_normNoTopMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	text-align: justify;
	margin: 0 19px 19px 19px;
}

.body_text_normNoBottomMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	text-align: justify;
	margin: 19px 19px 0 19px;
}

.body_text_normFit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	text-align: justify;
	margin: 0;
	display: inline; 
	}
	
.body_text_normFitLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #575757;
	text-align: justify;
	margin: 0;
	display: inline; 
	}

.body_text_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #666666;
	text-align: justify;
	margin: 19px;
	margin-left: 35px;
}


.body_text_boldCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.body_text_bold_link {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}


.read_more_links {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin-left: 19px; 
	font-size: 0.7em
}

.headline_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	font-weight: bolder;
	color: #205F73;
	text-decoration: none;
}

.headline_linkLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	font-weight: bolder;
	color: #205F73;
	text-decoration: none;
	margin-left: 19px;
}

.headline_link:hover {
	text-decoration: underline;
	color: #000000;
}

.headline_linkLeft:hover {
	text-decoration: underline;
	color: #000000;
	}

.body_text_bold_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bolder;
	color: #3C657B;
	text-decoration: underline;
}

.news_link {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #205F73;
	font-weight: bold;
	text-decoration: underline;
}

.news_link:hover {
	text-decoration: none;
}

.crumb_links_no_hover {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	bottom: 3px;
}

.crumb_links {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #575757;
	text-decoration: none;
	bottom: 3px;
}

.crumb_links:hover {
	text-decoration: underline;
}

p.newsDetails {
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
	}

.ciMainPageImage {
	float: right; 
	margin-left: 20px;
	}
	
.vanMainPageImage {
	float: right; 
	margin: 0 0 0 20px;
	}
	
.pdfPolicy {
	border: 0;
	float: left;
	margin: 0 10px 0 0;
	}


/* ----------- HEADERS ----------- */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 10px 3px 10px;
	width: 349px;
	margin-top: 15px; 
}


h1.margined {
	margin: 15px 0 10px 18px;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 10px 3px 10px;
	width: 311px;
	}


h2.header {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
	}
	
h2.headerNoIndent {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
	text-indent: 0;
	}
	
h2.headerIndented {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
	text-indent: -1px;
	}
		
h2.benefitsHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #376FA6;
	margin: 0 0 7px 0;
	padding: 2px 0 2px 0;
	cursor:hand; 
	cursor:pointer;
	}

h2.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
	}

h2.homeOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	margin: 0 0 0 -17px;
	padding: 0;
	display: inline;
	}
	
html>body h2.homeOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
h2.homeOneFit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
h2.homeLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	text-align: justify;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
	color: #575757;
	}
	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bolder;
	color: #0066FF;
	text-indent: 19px;
	margin-bottom: -10px;
}


h2.newsTitle {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size:16px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	letter-spacing: 14px;
	margin: 0 0 7px 0;
	}
	
h2.carInsuranceTitle {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size:16px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
	text-align: center;
	}	


h2.femaleCarInsuranceTitle {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
	text-align: center;
	}


h3.quickLinks {
	background: #CEDFF0;
	color: #333333;
	width: 157px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}


h3 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 18px;
	}
	
h3.terms {
	padding: 0;
	margin: 18px 0 4px 0;
	}
	
h3.alt {
	color: #336699;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin-left: 19px;
}


/*------------------ COMMON INLINE REPLACEMENTS ----------------- */

.breadcrumbArrow {
	margin: 0px 0px 0px 10px;
	}

.noIndent {
	text-indent: 0;
	}
	
.ourExperience {
	float: left; 
	margin: 20px 17px 20px 0; 
	border: 0;
	}
	
	
.moreNews {
	border: 0px; 
	margin: 9px 0 0 0;
	}

.cleared {
	clear: both;
	}
	
.smallArrow {
	padding: 0;
	margin: 0 0 0 0;
	display: inline;
	}
	
.triGlass {
	float: left; 
	margin: 0 15px 0 20px;
	}
	
.carInsuranceQuoteButton {
	border: 0px; 
	margin-left: 62px;
	}
	
.driverInsuranceQuoteButton {
	border: 0px; 
	}
	
.tdWide {
	width: 19px;
	}
	
.otherInsurances {
	text-indent: 25px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	}
	
.theIdol {
	float: right; 
	margin-right: 50px;
	}
	
.tpCI {
	border: 0px; 
	margin-left: 15px;
	}
	
.leftFloatImg {
	float: left;
	margin: 19px;
	}
	
.rightFloatImg {
	float: right;
	margin: 19px;
	} 
	
.backToNews {
	float: left; 
	margin: 10px 0 20px 20px; 
	border: 0;
	}
	

/* ------------------- ASP.NET WEB FORMS ------------------- */

.aspEmailName {
	background: #FFFFFF;
	color: #666666;
	border: 1px solid #003366;
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	padding: 2px;
	width: 157px;
	margin: 0;
	}

.aspEmailBody {
	background: #FFFFFF;
	color: #666666;
	border: 1px solid #003366;
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 10px;
	padding: 2px;
	width: 222px;
	margin: 0;
	}
	
.aspEmailText {
	text-align: left;
	font-family:tahoma, geneva, arial, helvetica;
	font-size: 11px;
	color: #333333;
	}


.aspSendButton {
	background: #B1C4C7;
	color: #333333;
	border: 1px solid #333333;
	font-family:tahoma, geneva, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	}
	
.aspClearButton {
	background: #CCCCCC;
	color: #333333;
	border: 1px solid #333333;
	font-family:tahoma, geneva, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	}
	
.aspSentLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	}
	
span.contacts {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 10px 3px 10px;
	}
	
.telephoneTable {
	margin: 0;
	padding: 0;
	font-family: tahoma, geneva, arial, helvetica;
	font-size: 11px;
	}
	
span.address {
	font-weight: bold;
	position: relative;
	top: 4px;
	}
	
.rightFloatMap {
	float: right;
	margin: 15px 52px 19px 19px;
	border: 0px;
	} 
	
.emailDiv {
	position: absolute; 
	top: 365px; 
	left: 200px; 
	text-align: left;
	}


#mapDisplay {
	position: relative;
	width: 756px;
	top: 16px;
	text-align: left;
	}
	
#mapBox {
	position: relative;
	border: 0;
	width: 505px;
	left: 10px;
	}
	
#directionsBox {
	position: absolute;
	width: 200px;
	border: 0;
	top: -10px;
	right: 10px;
	}


/* ----------------------- RSS --------------------------- */


.dotNetRSS {
	width: 157px;
	border: 0;
	text-align: left;
	}
	
.dotNetRSS a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	}
	
.dotNetRSS a:hover {
	color: #000000;
	}
	
.homePageRss {
	position: relative; 
	top: -640px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -557px;
	}
	
.monkeyPageRss {
	position: relative; 
	top: 300px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -357px;
	}
	
.vanInsurancePageRss {
	position: relative; 
	top: -363px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.cheaperVanInsuranceRss {
	position: relative; 
	top: -240px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.carInsuranceRss {
	position: relative; 
	top: -333px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.thirdPartyPageRss {
	position: relative; 
	top: -475px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.femaleThirdPartyPageRss {
	position: relative; 
	top: -622px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.compPageRss {
	position: relative; 
	top: -511px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.femaleCompPageRss {
	position: relative; 
	top: -485px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.companyPageRss {
	position: relative; 
	top: -480px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.vanCompanyPageRss {
	position: relative; 
	top: -600px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.tpftPageRss {
	position: relative; 
	top: -400px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.femaleTpftPageRss {
	position: relative; 
	top: -420px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
	
.carInsuranceExplainedRss {
	position: relative; 
	top: -1130px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -357px;
	}
	
.cheaperCarInsuranceRss {
	position: relative; 
	top: -305px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -297px;
	}
	
.femaleInsuranceRss {
	position: relative; 
	top: -485px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -257px;
	}
	
.femaleBenefitsRss {
	position: relative; 
	top: -275px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -257px;
	}
	
.femaleSafetyRss {
	position: relative; 
	top: -262px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -257px;
	}
	
.femaleMoneyRss {
	position: relative; 
	top: -421px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -257px;
	}
	
.youngInsuranceRss {
	position: relative; 
	top: -600px; 
	right: -400px; 
	width: 200px; 
	margin-bottom: -257px;
	}
	
.shortAspBox {
	width: 27px;
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	}
	
.aspDdl {
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

	
.travelQuote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 214px 3px 50px;
	margin: 15px 0 0 0; 
	text-align: left;
	}
	
.travelIntro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 245px 3px 50px;
	margin: 15px 0 0 0; 
	text-align: left;
	}
	
.bikeQuote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 211px 3px 50px;
	margin: 15px 0 0 0; 
	text-align: left;
	}
	
.monkeyQuote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 297px 3px 20px;
	margin: 15px 0 0 0; 
	text-align: left;
	}
	
.commercialQuote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 257px 3px 50px;
	margin: 15px 0 0 0; 
	text-align: left;
	}
	
.travelQuoteHelp {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 3px 230px 3px 50px;
	margin: 15px 0 0 0; 
	text-align: left;
	}
	
.travelQuoteResult {
	position: absolute;
	width: 283px;
	top: 400px;
	right: 50px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333355;
	font-weight: bold;
	}
	
html>body .travelQuoteResult {
	position: absolute;
	width: 283px;
	top: 396px;
	right: 50px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #333355;
	font-weight: bold;
	}
	
#quoteForm {
	font-family: tahoma, geneva, arial, helvetica; 
	font-size: 11px; 
	margin: 0 45px 0 0; 
	padding: 0 0 0 30px; 
	color: #FFFFFF;
	}
	
.formTable {
	background: #6699CC; 
	padding: 0 0 0 0; 
	margin: 0 0 0 -30px;
	}
	
html>body .formTable {
	background: #6699CC; 
	padding: 0 100px 0 16px; 
	margin: 0 0 0 -30px;
	}
	
.resultsTable {
	background: #6699CC; 
	font-family: tahoma, geneva, arial, helvetica; 
	font-size: 11px; 
	color: #FFFFFF;
	}
	
	
.aspDetailsBox {
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0 0 10px 0;
	}
	
.callMeNowButton {
	color: #003366;
	border: 2px solid #003366;
	background: #FFFF99;
	padding: 4px;
	font-family: tahoma, geneva, arial, helvetica;
	margin: 0 0 0 40px; 
	padding: 0 0 0 0;
	}
	
.resultsQuote {
	background: url(../images/travel_quote_is.gif);
	font-family: tahoma, geneva, arial, helvetica;
	color: #FFFFFF;
	font-size: 45px;
	text-indent: 257px;
	text-decoration: underline;
	padding: 0 0 12 0;
	}
	
.detailsLabel {
	padding: 0 0 9px 85px;
	}
	
.detailsInput {
	padding: 0 110px 0 0;
	}
	
.travelResultsText {
	padding: 0 27px 0 27px;
	}

h2.travel {
	font-family: tahoma, geneva, arial, helvetica; 
	font-size: 11px; 
	color: #003366;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	text-indent: 0;
	}
	
h2.monkey {
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	text-indent: -2px;
	font-size: 16px;
}
	
.travelIntClick {	
	position: absolute; 
	width: 527px;
	top: 245px; 
	right: 0; 
	}
	
.femaleButtonChange {
	 margin: 0 0 0 -10px; 
	 float: left;
	 border: 0;
	 }
	 
.femaleMiniLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-decoration: underline;
	line-height: 20px;
	}
	
.femaleMiniLinks:hover {
	text-decoration: none;
	}
	
/*----------------------Inline Replacements--------------------------------------*/
.frontAward{
	margin: 17px 0 0 14px;
	}
	
.termsTable {
	font-family: tahoma, geneva, arial, helvetica; 
	font-size: 12px; 
	border: 1px solid #000000;
	}
	
.termsTable td {
	border: 1px solid #000000;
	}
	
/* ------------------------------------------------------------------------- */