/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	behavior: url(/css/csshover.htc);
	background-image:url(../images/mainBg2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	}

.main {
	width:750px;
	text-align:left;
	}
	
.leftCol {
	width:214px;
	float:left;
	}
	
.rightCol {
	width:523px;
	float:left;
	background-image:url(../images/blocksNavBg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
.topImage {
	height:95px;
	width:523px;
	float:left;
	background-color:#ACA39A;
	border-top:1px solid #FFF;
	}
	
.topImage img {
	margin-top:4px;
	}
	
.header {
	height:41px;
	min-height:41px;
	max-height:41px;
	background-image:url(../images/headingBg.jpg);
	width:523px;
	float:left;
	}
	
h1 {
	font-size:1.8em;
	color:#FFF;
	margin:18px 0 0 14px;
	padding:0px;
	}
	
h6 {
	font-size:1.8em;
	color:#FFF;
	margin:8px 0 0 20px;
	padding:0px;
	}
	
h2 {
	margin:15px 0px -10px 0px;
	padding:5px 0px 4px 0px;
	font-size:1.4em;
	width:100%;
	color:#000;
	border-bottom:1px solid #AAA;
	}
	
.content{
	width:507px;
	color:#231F1F;
	padding:15px 0px 10px 10px;
	border-left:1px solid #D3D0CE;
	float:left;
	margin:0 0 10px 0;
	}
	
.content ul li {
	margin-bottom:15px;
	}
	
.content p, .content ul {
	line-height:22px;
	}
	
.topLinks {
	float:right;
	height:18px;
	background-color:#000;
	color:#FFF;
	margin:1px 0 0 0;
}

.topLinks2 {
	background-image:url(../images/black.gif);
	background-repeat:no-repeat;
	float:right;
	width:19px;
	height:18px;
	margin:1px 0 0 0;
	}

.topLinks a {
	font-size:.8em;
	color:#FFF;
	text-decoration:none;
	margin:0 3px 0 3px;
	}
	
.topLinks a:hover {
	text-decoration:underline;
	}
	
h3 {
	color:#BF3019;
	font-size:.9em;
	font-weight:bold;
	padding:5px 0 5px 5px;
	margin:15px 10px 0 10px;
	background-color:#F5F5F5;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	background-image:url(../images/check.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	
h4 {
	color:#BF3019;
	font-size:.9em;
	font-weight:bold;
	padding:5px 0 5px 5px;
	margin:15px 10px 0 10px;
	background-color:#F5F5F5;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	background-image:url(../images/envelope.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	
h5 {
	font-weight:normal;
	font-size:1.1em;
	margin:0px;
	padding:0px;
	}
	
.news {
	list-style-type:none;
	margin:-5px 10px 0 10px;
	padding:0px;
	color:#363A42;
	font-size:.85em;
	}
	
.news a {
	color:#DD0000;
	}
	
.news li {
	padding:10px 0 18px 0;
	background-image:url(../images/newsLine.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
.viewAll {
	background-color:#4D4545;
	margin:-3px 10px 0 10px;
	padding:3px 0 5px 6px;
	}
	
.viewAll a {
	color:#FFF;
	font-weight:bold;
	font-size:.85em;
	}
	
.newsletter {
	background-image:url(../images/newsletterBg.jpg);
	margin:1px 10px 0 10px;
	height:75px;
	color:#FFF;
	font-size:.85em;
	padding:6px 5px 0 5px;
	}
	
.newsletter form {
	margin:0px;
	padding:2px 0 0 0;
	}
	
.textInput {
	width:178px;
	}
	
.bottom {
	width:512px;
	text-align:center;
	border-top:1px solid #D3D0CE;
	padding:3px 0 0 0;
	margin:30px 0 -10px 0px;
	font-size:.85em;
	color:#4D4545;
	}
	
.bottom a {
	color:#4D4545;
	text-decoration:none;
	padding:0 10px 0 10px;
	}
	
.bottom a:hover {
	color:#DD0000;
	text-decoration:underline;
	}
	
.contactContainer {
	width:476px;
	background-color:#F8F7F6;
	border:1px solid #E8E6E3;
	padding:7px;
	margin-top:40px;
	}
	
.contact {
	width:464px;
	background-color:#FFF;
	border:1px solid #EBEBEB;
	padding:5px;
	}
	
.contactLink {
	width:463px;
	background-color:#827C7C;
	margin:5px 0 -3px -3px;
	padding:2px 2px 2px 5px;
	font-size:.85em;
	}
	
.contactLink a {
	color:#FFF;
	font-weight:bold;
	}
	
.testimonials {
	width:202px;
	height:98px;
	background-image:url(../images/testimonialBg.gif);
	background-repeat:no-repeat;
	float:right;
	margin:-37px -37px 0 0;
	padding-right:5px;
	text-align:right;
	position:relative;
	}
	
.testimonialsText {
	width:150px;
	text-align:left;
	font-size:.8em;
	margin-top:18px;
	float:right;
	}
	
.redLine {
	height:1px;
	width:283px;
	background-color:#C43F29;
	margin:3px 0 10px 0;
	}
	
.noticeBoxYellow {
	border:2px solid #FFF8BE;
	background-color:#FFFEFA;
	padding:5px;
	width:100%;
	}
	
.noticeBoxRed {
	border:2px solid #FF9F9F;
	background-color:#FFD0D0;
	padding:5px;
	width:100%;
	}
	
.print {
	margin:0 0 -10px 0;
	padding:0px;
	width:100%;
	}	

.print a {
	font-size:.8em;
	text-decoration:none;
	color:#C43F29;
	font-weight:bold;
	}
	
.print a:hover {
	color:#999;
	}