body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8d39e;
	text-decoration: none;
	font-weight: normal;
	background-color: #000;
}
a {
	color: #901818;
}
a:hover {
	color: #e8d39e;
}
.primary-wrapper {
	width:952px;
	text-align:left;
	margin:auto;
}
.header {
	width:952px;
	height:203px;
	background-image:url(../images/header.jpg);
}
.sub-header {
	width:952px;
	height:203px;
	position: relative;
	background-image:url(../images/sub_header.jpg);
}
body .alternatesubheader {
	background-image:url(../images/alternateheader.jpg);
}
.header h1, .header h2, .sub-header h1 {
  	text-indent: -10000em;
  	overflow: hidden;
}
.rotator {
	width:926px;
	height:301px;
	border:13px solid #901818;
	margin:auto;
	margin-bottom:20px;
}
h1 {
	margin:0px;
	margin-bottom: 10px;
	font-size:15px;
	color:#901818;
	letter-spacing:2px;
	font-weight:normal;
}
h2 {
	margin:0px;
	font-size:14px;
	color:#901818;
	letter-spacing:2px;
	font-weight:normal;
}
h3 {
	margin: 0px;
	letter-spacing:2px;
	font-weight:normal;
}

/* navigation */

.nav-container {
	float:right;
	width:780px;
	height:15px;
	position:relative;
	z-index:200;
	top: 142px;
	text-align:right;
}
.nav-container ul {
	padding : 0px;
	list-style:none;
	margin: 0;
}
.nav-container ul li {
	margin: 0;
	padding:0;
	float:left;
	padding:0px 0px 0px 27px;
}
.nav-container ul li a {
	text-transform:uppercase;
	font-size:13px;
	color:#e8d39e;
	text-decoration:none;
	letter-spacing:1px;
}
.nav-container ul li a:hover {
	color: #901818;
	text-decoration:none;
}

/*    */


.content-container {
	width:952;
	margin-top:20px;
}
.left-content {
	width:550px;
	text-align:center;
	padding:0px 0px 0px 12px;
	float:left;
}
.left-content-text {
	width:320px;
	float:right;
}
.right-content {
	width:334px;
	text-align:center;
	padding:0px 0px 0px 0px;
	border-left:1px solid #666666;
	float:right;
}
.left-content-sub {
	width:323px;
	text-align:right;
	float:left;
	padding-right:20px;
}
.left-menu-container {
	float:right;
	width: 303px;
	text-align:right;
}
.right-menu-container {
	width:565px;
	text-align:center;
	margin-bottom:15px;
}
.small-menu-text {
	font-size:12px;
	font-weight:normal;
	color: #5c5c5c;
	margin-bottom:5px;
}
.right-content-sub {
	float:right;
	text-align:left;
	padding-left:20px;
	padding-right: 20px;
	width:565px;
	border-left:1px solid #666666;
	min-height:400px;
}
.image-container {
	text-align:center;
	margin-bottom:25px;
	margin-right: 50px;
	width: 169px;
	float:left;
}
.footer {
	color:#5c5c5c;
	font-size:11px;
	height:33px;
	width:952px;
	margin-bottom: 20px;
	margin-top: 25px;
	text-align:right;
}




.form-container {
	width:565px;
}
.FormRow {
	clear			: left;
	margin: 0 10px 10px 0;
}
.FormRow .FormHeader {
	float			: left;
	width			: 140px;
	text-align		: right;
	font-size		: 9pt;
}
.FormRow label {
	display:block; 
	float:left;
	width:140px;
}
.FormRow .formelement {
	margin-left: 150px;
}
.FormRow input {
	margin-left		: 10px;
} 
.smalltext { font-size: 11px; }

