/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	margin: 0 auto;
	font-size: 100.01%; /*fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CC3333;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}

/***** Begin laying out the wrappers *****/

#wrapper {
	position: relative;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 820px;
	text-align: left;
}


#header {
	width: 820px;
	height: 137px;
	background-image: url(images/livery_sure_insurance.jpg);
	background-repeat: no-repeat;
}

#PgHeader {
	width: 820px;
	height: 113px;
	background-image: url(images/what_is_Livery_sure.jpg);
	background-repeat: no-repeat;
}

a:link {
	text-decoration: underline;
	color: #4E79B7;
}


a:visited, a:hover {
	color:#CC3333;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

#containerTop {
	margin: 0;
	padding: 0;
	width: 820px;
	height: 25px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
}
#container {
	width: 820px;
	margin: 0;
	padding: 0;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}

#containerLft {
	float: left;
	width: 450px;
	margin: 10px 20px;
	background: transparent;
	text-align: left;
}

#containerLft h1 {
	Font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #2D567D;
}

#containerLft p {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	padding-top: 5px;
	line-height: 1.3em;
}

#containerLft ul {
	padding-left: 20px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	line-height: 1.3em;
}

#containerLft .listing {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 40px;
}

#containerLft p.Question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #932B2B;
	padding: 20px 3px 5px 3px;
}

#containerLft p.Answer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	padding-left: 3px;
}

#rightBar{
	width: 205px;
	float: right;
	margin: 10px 20px;
	padding: 20px;
	border: 1px solid #44BAD6;
	background: url(images/sidebar_bg.jpg) repeat-y;
}

#containerLft .Testimonial {
	Font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	color: #000;
}

#containerLft .TestimonialSig {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: right;
}


#containerLft h2, #rightBar h2 {
	Font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#rightBar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #A6201F;
	text-align: center;
}


#rightBar p {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
}

#containerLft .Steps, #rightBar .Steps {
	font-weight: bold;
	font-size: 1.3em;
	color: #A6201F;
}

#containerLft .smaller, #rightBar .smaller {
	font-size:0.8em;
	font-weight: bold;
}

#rightBar img.ImgPad {
	padding: 5px;
}
#containerBottom {
	margin: 0;
	padding: 0;
	width: 820px;
	height: 95px;
	clear: both;
	background-image: url(images/content_btm.jpg);
	background-repeat: no-repeat;
}


#footer {
	padding: 20px 20px;
	text-align: right;
}


#footer a:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}
#footer a:hover, #footer a:visited {
	color:#44BAD6;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#footer a:active {
	color:#666;
	text-decoration: underline;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

.clearfloat{
	clear: both;
	line-height: 1px;
}

hr {
	width: 80%;
	height: 2px;
	color: #A6201F;
}