@charset "UTF-8";
html, body {
	height: 100%;
	min-height: 100%;
}

body{
	margin: 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	line-height: 160%;
	color:#472917;
	font-size: 12px;
	background-color:#ebeadf;
}


#header {
	width: 100%;
	height: auto;
	background-image: url(images/bg_redGrad.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	clear: both;
	background-color: #710000;
	padding: 0;
	margin: 0;
		
}


#containerBG{
	width: 100%;
	clear: both;
	padding: 0;
	background: url(images/bg_bar.jpg) repeat-x top;
	background-color:#EBEADF;
	margin: 0 auto;
	height: auto;
	text-align:center;
}

#container{
	min-height: 100%;
	width: 1010px;
	margin: 0 auto;
	padding:0;
	background: url(images/bg_faux.jpg) repeat-y right;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contentMain{
	width: 430px;
	margin: 0 30px;
	height:auto;
	float: left;
	
}
#contentMain strong {
	color: #27416a;	
	font-weight: bold;	
}

#contentSub {
	width: 390px;
	height: auto;
	float: right;
	margin: 0 50px;
}

.signature {
	text-align: right;
	color: #24408f;
	font-weight:bold;
	padding-bottom: 16px;
}

.testimonials {
	color: #24408f;
	
}

#footer{
	clear:both;
	width: 100%;
	background: url(images/bg_blueGrad.jpg) #102a70 repeat-y center;
	text-align: center;
	color: #fff;
	line-height: 200%;
	font-size: 13px;
	padding: 30px 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	color: #24408f;	
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 28px;
	font-weight:normal;
	line-height: 100%;
}

h2{
	font-family: "Times New Roman", Times, Georgia, serif;
	color:#880100;
	font-size: 22px;
	font-weight:normal;
}

#container a {
	color: #900;	
}

#container a:hover {
	color: #900;
}

.redText {
	color: #900;
	font-weight:bold;
}

.blueText {
	color: #27416a;	
	font-weight: bold;
}

#container li {
	list-style:circle;
}

.imageRight {
	padding-left: 20px;	
}

.red {
	color: #900;
	font-weight:bold;
}

#contactForm input[type="text"], #contactForm textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #999;
}
