* {
	padding:0;
	margin:0;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}
#contentWrapper {
	width: 1050px;
	background: #fff url(../images/layout/bg.gif) top left repeat-y;
	text-align: center;
	margin: 0 auto;
	height: auto;
	overflow:hidden;
}
#content {
	width: 990px;
	padding: 10px 52px 52px 52px;
	text-align: left;
	float: left;
}

#header {
	width: 990px;
	float: left;
	margin-bottom: 0px;
	height: 434px;
	
}




.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /* for Opera 5 and 6 */
}
img#logo {
	float: left; 
	margin-right: 685px;
	margin-bottom: 10px;
}

#header #phone, #header #phone span {
	background: #fff url(../images/layout/phone_number.gif) bottom left no-repeat;
	width: 166px;
	height: 22px;
	float: left;
	padding-top: 40px;
}
#leftColumn {
	width: 605px;
	float: left;

}
#rightColumn {
	width: 276px;
	float: right;
	background-color: #f59000;
	padding: 20px;
	margin: 0 41px 0 28px;
}

h1 {
	font-family: Times New Roman, serif;
	font-size: 19px;
	color: #9c0a0e;
	margin: 20px 0 0 0;
	padding-bottom: 0;
}

h2 {
	font-family: Times New Roman, serif;
	font-size: 14px;
	text-transform:uppercase;
	color: #9d0a0e;
	font-weight: bold;
	padding-top: 5px;
	clear: both;
}

h3 {
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #f59000;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 125px;
}

h4 {
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;

}

#rightColumn h3 {
	font-family: Times New Roman, serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #9d0a0e;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	border-top: 1px solid #fff;
	padding-top: 7px;
	margin-left: 0;
}

#rightColumn p{
	color: #7b3a00;
	line-height: 16px;
}

 p{
	color: #666;
	margin-bottom: 15px;
	line-height: 16px;
}

a{
	color: #9c0a0e;
}


.testimonialOne {
	background: transparent url(../images/testimonial-box1.gif) top left no-repeat;
	padding: 30px 200px 35px 35px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 20px;
	}
	
.testimonialTwo {
	background: transparent url(../images/testimonial-box2.gif) top left no-repeat;
	padding: 22px 200px 37px 35px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 10px;
	}
p.member {
		border-bottom: 1px solid #ccc;
		margin-top: 10px;
		padding-bottom: 30px;
	}
#rightColumn form input, #rightColumn form textarea, #rightColumn form select {border: 1px solid #9F9F9F; margin-bottom: 10px; width: 170px; overflow: visible;}
#rightColumn form label {width: 100px; float: left; margin-bottom: 10px; color: #7b3a00;}
#rightColumn form input#submit {background-color: #9C0A0D; color: #fff; font-weight: bold; width: 75px; margin-left: 195px; border: 0;}

span.star {color: #9C0A0D;}

#promo {background: #9c0a0d; color: #fff; font-weight: bold; text-align: center; padding: 10px; border: 3px double #fff;}
