﻿body 
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 10px;
}

#site-container
{
	margin: 0 auto;
	width: 900px;
}

#header
{
	background: url(Images/header-bg.jpg) no-repeat;
	height: 207px;
	width: 100%;
}
	#header .header
	{
		float: right;
		display: block;
		margin: 36px 85px 0 0;
		width: 245px;
		height: 115px;
	}
		#header .header h2
		{
			display: none;
		}
	#header .get-quote
	{
		background: url(Images/header-advert-button.jpg) no-repeat;
		float: left;
		display: block;
		width: 193px;
		height: 74px;
		margin: 27px 0 0 72px;
	}
		#header .get-quote span
		{
			display: none;
		}

#footer-section
{
	background: url(Images/footer-dotted-sep-bg.png) repeat-x;
	margin: 25px 0;
	padding: 7px 117px 0 0;
	color: #FF421E;
	text-align: right;
	font-size: 10px;
}

#body-home-page
{
	background: url(Banner_Images/Home_Page.jpg) no-repeat;
	width: 100%;
	height: 393px;
}
	#body-home-page div
	{
		padding: 80px 0 0 303px;
	}
		#body-home-page a
		{
			display: block;
			width: 546px;
			height: 229px;
		}
			#body-home-page a span
			{
				display: none;
			}

#content-area
{
	background: url(Images/content-area-bg.jpg) repeat-y;
	margin: 0 0 0 163px;
	padding: 20px 137px 10px 60px;
}
	#content-area h1.header
	{
		background: #D2FE77 url(Images/content-header-bg.png) no-repeat;
		padding: 0 15px;
		font-size: 14px;
		font-weight: bold;
		line-height: 35px;
		height: 35px;
	}


.QESubmitButton
{
       background-color:white !important;
       background-image:url(images/find-quote-frog-man.jpg) !important;
       width:179px !important;
       height:70px !important;
       font-size:0px !important;
       cursor:pointer !important;
}
.QEClearButton
{
       background-color:white !important;
       background-image:url(images/clear.jpg) !important;
       height:70px !Important;
       width:147px !important;
       font-size:0px !important;
       cursor:pointer !important;
}
#tdSubmitSection
{
       vertical-align:middle;
       text-align:right;
}
#tdSubmitSection #divSubmitError
{
       display:block !important;
       vertical-align:middle;
}

