body {
	background: #401A37 url(../images/bg_body.jpg) repeat-x center top;
	margin: 8px 0px 16px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
img {
	border-style: none;
}

a:link, a:visited {
	color: #FFDF80;
	text-decoration: none;
}
a:hover, a:active {
	color: #FB8B00;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FCA233;
	font-weight:normal;
	line-height:normal;
}
h1{
	font-size:28px;
	margin-top:0px;
}
h2{
	font-size:22px;
	margin-bottom:0px;
}
h3{
	font-size:20px;
	margin-bottom:0px;
}
h4{
	font-size:18px;
	margin-bottom:0px;
}
h5{
	font-size:16px;
	margin-bottom:0px;
}
h6{
	font-size:14px;
	margin-bottom:0px;
}
ul, ol{
	list-style-type:square;
	margin-top: 16px;
	margin-bottom: 14px;
}
ol{
	list-style:decimal;
}
ul li, ol li{
	line-height: 16px;
	padding-bottom: 3px;
}
table tr td{
	vertical-align:top;
}
form{
	margin:0px;
	padding:0px;
}
input, textarea, select {
	border: 1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	color: #222;
	font-size:12px;
	line-height:normal;
	padding:0px 3px;
}
hr {
	color:#2B1225;
	border:none;
	background-color:#2B1225;
	width:100%;
	height:1px;
}	
.clear{
	clear:both;
}
.submit{
	border:2px solid #d75e0d;
	background: #f5851f url(../images/bg_submitButton.gif) repeat-x left bottom;
	padding:3px 4px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	
}
.required{
	color:#6BB4B9;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.disclaimer{
	font-size:11px;
	line-height:normal;
}
.imageFloatRight {
	float: right;
	margin-bottom: 3px;
	margin-left: 7px;
}

#container {
	width: 864px;
	margin: 0px auto;
}
#topPhone {
	height: 19px;
	overflow: hidden;
	text-align: right;
	margin-bottom: 3px;
}
#headerHome, #header {
	overflow: hidden;
	background: #000000;
	border-bottom: 1px solid #FB8B00;
}
#headerHome{
	height: 300px;

}
#header{
	height: 230px;
	position: relative;
}
#logoTop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#headerPhoto {
	float: right;
}


#navTop {
	background: #2B1225;
	height: 34px;
	width: 100%;
	overflow: hidden;
}
#navTop ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#navTop ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navTop ul li a{
	font-size:18px;
	line-height:34px;
	letter-spacing:-1px;
	padding:17px 20px 9px;
	margin:0px 8px;
	text-decoration: none;
	color: #FFFFFF;
}
#navTop ul li a:hover {
	background: url(../images/bg_navTop_ul_li_a-hover.gif) repeat-x center bottom;
}

#colWrap {
	background: #401A37 url(../images/bg_colWrap.gif) repeat-y right top;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
}
#colA {
	float: left;
	width: 474px;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 15px;
}
#colB {
	float: right;
	width: 345px;
	overflow: hidden;
	padding-right: 15px;
	padding-top: 15px;
}
#colB blockquote {
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	margin: 15px 15px;
	padding: 0px;
	color: #FFCC99;
}
.blockQuoteName {
	text-align: right;
	color: #FFFFFF;
	margin-right: 10px;
	display:block;
	margin-top:8px;
}


#modButtons {
	margin-top: 15px;
}
.modButtonsL {
	float: left;
}
.modButtonsR {
	float: right;
}


#bannerBtm {
	border-top: 1px solid #FBC500;
	background: #FB8B00 url(../images/bg_bannerBtm.gif) no-repeat left top;
	height: 143px;
	overflow: hidden;
	text-indent: -10000px;
}
#footer {
	background: #2B1127;
	height: 23px;
	overflow: hidden;
	font-size: 12px;
	line-height: normal;
	color: #795F73;
	width: 852px;
	position: relative;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
}
.footerDivider {
	color: #000000;
}
#footerL {
	float: left;
	width: 50%;
}
#footerR {
	text-align: right;
	float: right;
	width: 200px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #5D3C55;
	margin-top: 3px;
}
#footerR a {
	color: #5D3C55;
	text-decoration: none;
}
#footer a:hover {
	color: #FB8B00;
}
