@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #a4a09c;
}
.oneColFixCtr #container {
	width: 1008px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e3e3e3;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
}
.topNav {
	background-color:#312f2d;
	height:41px;
	width:1008px;
	}
.topNav ul {
	
	}
.topNav li {
	
	}
.topNav a {
	
	}
.topNav a:hover {
	
	}
.topLeft_header {
	background-image:url(images/top_left_header_bkgrd_04.jpg);
	background-repeat:no-repeat;
	height:116px;
	width:694px;
	float:left;
	}
.topRight_header {
	background-image:url(images/top_rgt_header_bkgrd_05.jpg);
	background-repeat:no-repeat;
	width:314px;
	height:116px;
	float:left;
	}
.topRight_header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	padding:8px 0 0 50px;
	}
.topRight_header ul {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	margin:0;
	padding:20px 25px 0 0;
	text-align:left;
	}
.topRight_header li {
	padding-bottom:8px;
	}
.topRight_header a {
	color:#FFFFFF;
	text-decoration:none;
	}
.topRight_header a:hover {
	color:#CCF7FB;
	text-decoration:none;
	}
.flash_banner {
	margin: 0px;
	padding: 0px;
	float:left;
	height: 340px;
	}
.rightColumn_top {
	background-image:url(images/rgt_static_element_07.jpg);
	background-repeat:no-repeat;
	width:314px;
	height:281px;
	float:left;
	}
.lowerNav {
	clear:both;
	background-color:#d1a922;
	height:45px;
	width:1008px;
	}
.lowerNav ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	}
.lowerNav li {
	display:inline;
	padding-right:18px;
	color:#0066cc;
	}
.lowerNav a {
	color:#fff;
	text-decoration:none;
	}
.lowerNav a:hover {
	color:#0066cc;
	text-decoration:none;
	}
.main_left {
	background-image:url(images/main_content_bkgrd_10.jpg);
	background-repeat:repeat-y;
	width:1008px;
	float:left;
	margin:0;
	padding-top: 0px;
	}
.main_left table {
	margin:0;
	padding:0;
	}
.main_left h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#006699;
	margin:0;
	padding:20px 30px 5px 30px;
	font-weight:normal;
	}

.main_left h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006699;
	margin:0;
	padding:10px 30px;
	font-weight:normal;
	}
.main_left h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006699;
	font-weight:normal;
	}
.main_left p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#000;
	margin:0;
	padding:10px 30px;
	}
.main_left ul {
	list-style:square;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	width:300px;
	margin:0;
	padding:0 0 0 45px;
	}
.main_left a {
	color:#0066CC;
	text-decoration:none;
	}
.main_left a:hover {
	color: #003399;
	text-decoration:none;
	}
.main_left li {
	padding-bottom:20px;
	}
.main_left hr {
	width:600px;
	}
.main_right {
	float:left;
	width:314px;
	}
.main_right ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	}
.main_right li {
	margin:0;
	padding:0;
	}
.footer {
	background-color:#333333;
	width:1008px;
	height:50px;
	color:#FFFFFF;
	clear:both;
	}
.footer ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-align:center;
	margin:0;
	padding:15px 0 0 0;
	}
.footer li {
	display:inline;
	padding-right:5px;
	}
.footer a {
	color:#CCCCCC;
	text-decoration:none;
	}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
.rightColumn_top ul {
	font-family:Arial, Helvetica, sans-serif;
	line-height:40px;
	font-size:14px;
	color:#FFCC33;
	font-weight:bold;
	list-style:none;
	margin:0;
	padding:50px 0 0 15px;
	}
.rightColumn_top li {
	background:url(images/orange_checkmark_09.jpg) no-repeat 0 50%;
	margin:0;
	padding:0 0 0px 30px;
	}
.rightColumn_top a {
	color:#FFCC33;
	text-decoration:none;
	}
.rightColumn_top a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
.main_left .modules {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0 15px 0 100px;
	}
.main_left .modules a {
	color:#0066CC;
	text-decoration:none;
	}
.main_left .modules a:hover {
	color:#003399;
	text-decoration:none;
	}
.main_left .location_modules {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0 0 8px 20px;
	}
.main_left .location_modules a {
	color:#666666;
	text-decoration:none;
	}
.main_left .location_modules a:hover {
	color:#0066CC;
	text-decoration:none;
	}
.head_space {
	background-image:url(images/header_bkrd_space_06.jpg);
	background-repeat:repeat-y;
	clear:both;
	height:24px;
	}
.head_space p {
	margin:0;
	padding:0 0 0 52px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	}

.testimonials blockquote {
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
	}
.testimonials blockquote p {
	font-size: 16px;
	font-style:italic;
	}