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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #292929 url(pageBack.jpg) repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #DDDDDD;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #000000;
	border-left: 10px solid #3E3E3E;
	border-right: 10px solid #3E3E3E;
}

#logo {
	width: 304px;
	height: 124px;
	background: #000 url(topLogo.jpg) top left no-repeat;
	float: left;
	margin: 13px 0 7px 0;
}

#logo a img {
	border: none;
}

#headMiddle {
	width: 451px;
	height: 129px;
	background: #000 url(topCar.jpg) top left no-repeat;
	float: left;
	margin: 10px 0 5px 0;
}

#contactBox {
	width: 205px;
	float: left;
	height: 99px;
	/*background: #000 url(topContact.jpg) top right no-repeat;*/
	background: #000;
	margin: 20px 0 25px 0;
	text-align: right;
}

#contactBox a img {
	border: none;
}

#navigation {
	width: 960px;
	float: left;
	border-top: solid 1px #818181;
	padding: 15px 0;
	margin: 10px 0 0 0;
	background: url(navigationBack.jpg) repeat-x top left #000;
}

#navigation ul {
	list-style: none;
	width: 960px;
}

#navigation ul li {
	list-style: none;
	float: left;
	padding: 0 66px;
	border-right: 1px solid #818181;
}

#navigation ul li.last {
	border-right: none;
}

#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	color: #FF2424;
}

#banner1 {
	width: 960px;
	height: 190px;
	background: url(banner1.jpg) top left no-repeat;
	float: left;
	margin: 0 0 5px 0;
	border-top: solid 1px #3E3E3E;
	border-bottom: solid 1px #3E3E3E;
}

#contentWrap {
	width: 930px;
	float: left;
	padding: 15px;
}

#contentWrap h1 {
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	display: block;
	font-size: 2.2em;
	color: #ffffff;
	margin: 0 0 16px 0;
	padding: 0 0 6px 43px;
	font-size: 2.2em;
	background: url(h1back.jpg) bottom left no-repeat;
}

#contentRight {
	width: 670px;
	float: left;
	margin: 0 0 0 25px;
}

#contentRight h2 {
	color: #EB0000;
	font-weight: normal;
	margin: 0 0 -8px 0;
	font-size: 1.7em;
}

#contentRight h3 {
	color: #EB0000;
	font-weight: normal;
	margin: 0 0 0 0;
	font-size: 1.3em;
}

#contentRight p {
	margin: 13px 0 13px 0;
	line-height: 20px;
	font-size: 1em;
}

#contentRight a {
	color: #dddddd;
	text-decoration: underline;
}

#contentRight a:hover {
	color: #EB0000;
	text-decoration: underline;
}

#contentRight img.right {
	float: right;
	border: 1px solid #fff;
	padding: 3px;
	margin: 0 0 6px 6px;
}

#contentRight ol {
	margin: 13px 0 13px 20px;
}

#contentRight ol li {
	line-height: 20px;
	margin: 15px 0;
}

#contentRight ul {
	margin: 5px 0 25px 20px;
	list-style: square;
}

#contentRight ul li.formWarning {
	line-height: 20px;
	margin: 3px 0;
	color: #fff;
}

#contentLeft {
	width: 235px;
	height: 300px;
	float: left;
}

#contentLeft .moduleBoxTop {
	width: 235px;
	background: url(rightModTop.gif) top left no-repeat #3E3E3E;
}

#contentLeft .moduleBoxBottom {
	margin: 0 0 30px 0;
	width: 235px;
	background: url(rightModBottom.gif) bottom left no-repeat #3E3E3E;
}

#contentLeft p.moduleTitle {
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 2px;
}

#contentLeft p.moduleText {
	padding: 5px;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 2px;
}

#contentLeft a img.moduleImage {
	border: none;
	margin: 0 2px;
}

#contentLeft a {
	color: #ffffff;
	text-decoration: none;
}

#contentLeft a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerWrap {
	width: 900px;
	margin: 45px 30px 15px 30px;
	float: left;
	border-top: solid 1px #3E3E3E;
	border-bottom: solid 1px #3E3E3E;
	clear: both;
	font-size: 0.9em;
	padding: 9px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footerWrap a {
	color: #EB0000;
	text-decoration: none;
	font-weight: normal;
}

#footerWrap a:hover {
	color: #EB0000;
	text-decoration: underline;
}

#footerLeft {
	width: 300px;
	float: left;
}

#footerMiddle {
	width: 300px;
	float: left;
	text-align: center;
}

#footerRight {
	width: 300px;
	float: left;
	text-align: right;
}

.clearerFull {
	height: 0px;
	clear: both;
	width: 960px;
}

.clearerContent {
	height: 0px;
	clear: both;
	width: 670px;
}

#faq h3 {
	margin: 18px 0 0 0;
	color: #EB0000;
	font-weight: bold;
	font-size: 1.2em;
	cursor: help;
}

#faq p {
	margin: 5px 0 13px 15px;
	line-height: 20px;
	font-size: 1em;
}

form {
	margin: 15px 0 0 0;
}

form label {
	color: #EB0000;
	width: 125px;
	height: 22px;
	overflow: hidden;
	font-size: 1.1em;
}

form .formRow1 {
	width: 450px;
	height: 30px;
	overflow: hidden;
	float: left;
	clear: both;
	margin: 0 0 8px 0;
}

form .formCell1 {
	width: 125px;
	height: 22px;
	overflow: hidden;
	float: left;
	padding: 4px 5px 4px 5px;
	clear: both;
	margin: 0 5px 0 0;
}

form .formCell2 {
	width: 300px;
	height: 30px;
	overflow: hidden;
	float: left;
}

form .formRow2 {
	width: 490px;
	height: 130px;
	overflow: hidden;
	float: left;
	clear: both;
	margin: 0 0 8px 0;
}

form .formCell3 {
	width: 125px;
	height: 122px;
	overflow: hidden;
	float: left;
	padding: 4px 5px 4px 5px;
	clear: both;
	margin: 0 5px 0 0;
}

form .formCell4 {
	width: 340px;
	height: 130px;
	overflow: hidden;
	float: left;
}

form input.formBox {
	width: 210px;
	border: 1px solid #A40000;
	color: #fff;
	background: #3E3E3E;
	padding: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

form textarea {
	border: 1px solid #A40000;
	color: #fff;
	background: #3E3E3E;
	padding: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

form input.formButton {
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #A40000;
	color: #ffffff;
	font-size: 1.2em;
	padding: 3px;
	background: #A40000;
}

.galleryRow {
	width: 670px;
	clear: both;
	float: left;
	margin: 10px 0 10px 0;
}

.galleryCell1 {
	width: 210px;
	float: left;
}

.galleryCell2 {
	width: 210px;
	margin: 0 20px;
	float: left;
}

img.galleryThumb {
	border: 6px solid #ffffff;
	padding: 0;
	margin: 0;
}