html, body, ul, ol, li, img, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../img/bodyBg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#pageContainer {
	width:930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
}

#headerContainer {
	height:163px;
	background-image: url(../img/headerContainerBg.png);
	background-repeat: no-repeat;
}

#contentContainer {
	background-image: url(../img/contentContainerBg.png);
	background-repeat: repeat-y;
}

#contentHeader {
	background-image: url(../img/contentHeaderBg.png);
	background-repeat: no-repeat;
	background-position: top;
}

#contentFooter {
	padding:51px 86px 58px 86px;
	background-image: url(../img/contentFooterBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footerContainer {
	height:56px;
	background-image: url(../img/footerContainerBg.png);
	background-repeat: no-repeat;
	margin-bottom:12px;
}

#leftColumnBg {
	background-image: url(../img/leftColumnBg.png);
	background-repeat: repeat-y;
	background-color: #000;
}#leftColumnBgTop {
	background-image: url(../img/leftColumnBgTop.png);
	background-repeat: no-repeat;
	background-position: top;
}

#phoneNumber {
	padding:33px 50px 52px 50px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:30px;
	text-align:right;
	font-size:13px;
	color:#d6d17d;
}

ul#headerNav{
	list-style:none;
	text-align:right;
	padding:0px 50px 0px 50px;
}ul#headerNav li{
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-left:35px;
	font-style: italic;
}ul#headerNav li, ul#headerNav li a{
	color:#e9d6b1;
	text-decoration:none;
}ul#headerNav li a:hover{
	text-decoration:underline;
}ul#headerNav li.selected, ul#headerNav li.selected a{
	color:#ffff99;
}ul#headerNav li.selected a{
	text-decoration:underline;
}

ul#footerNav{
	list-style:none;
	padding:17px 50px 0px 50px;
}ul#footerNav li{
	float:left;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-right:10px;
	font-style: italic;
}ul#footerNav li.right{
	float:right;
	margin:0px;
	margin-left:10px;
}ul#footerNav li, ul#footerNav li a{
	color:#e9d6b1;
	padding:5px;
	text-decoration:none;
}ul#footerNav li a:hover{
	text-decoration:underline;
}ul#footerNav li.selected, ul#footerNav li.selected a{
	color:#ffff99;
}ul#footerNav li.selected a{
	text-decoration:underline;
}

.clearBoth {
	clear:both;
}

#leftColumn {
	width:205px;
	float:left;
	padding:12px;
	color:#35220a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:2.2em;
}

#rightColumn {
	width:503px;
	float:right;
	padding:12px;
	color:#887f77;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:1.8em;
}

.leftColumnImg {
	border:1px solid #702e0c;
	padding:12px;
}

.leftColumnQuote {
	padding:20px;
}.leftColumnQuote .quoteMarker{
	font-size:24px;
	font-style:italic;
}

h1 {
	background-image: url(../img/h1Bg.png);
	background-repeat: no-repeat;
	height:42px;
	margin:12px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#e9d6b1;
	line-height:42px;
	padding:0 24px;
	font-size:18px;
	font-style:italic;
}

#rightColumn p {
	margin:0px 24px;
	margin-bottom:24px;
	text-indent: 24px;
	font-family: Helvetica, Arial, sans-serif;
}#rightColumn a {
	color:#ffff99;
	text-decoration:underline;
}

.googleMap {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#rightColumn h2 {
	margin:12px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#ffff99;
	padding:0 24px;
	font-size:16px;
	font-style:italic;
}

#rightColumn p.block {
	margin:12px 24px 24px 36px;
	padding-left:12px;
	font-weight:normal;
	border-left:1px dashed #a40400;
	text-indent:0px;
}

h3 {
	margin:12px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#ffff99;
	padding:0 24px;
	font-size:16px;
	font-style:italic;
}

ul.menuList {
	list-style:none;
	margin:0 24px;
}ul.menuList li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffff99;
	font-weight:normal;
	font-style:italic;
	margin-bottom:5px;
}ul.menuList li a{
	color:#ffff99;
	line-height:25px;
	display:block;
	padding:3px 12px;
}ul.menuList li a:hover{
	background-color:#0f0f0f;
	color:#e9d6b1;
	text-decoration:none;
}ul.menuList li.selected a{
	padding-left:20px;
	background-image: url(../img/menuLiBg.png);
	background-repeat: no-repeat;
	background-color:#9d5c14;
	color:#180e00;
}

#rightColumn form p.block{
	margin-bottom:12px;
}
fieldset {  
	padding: 0;
}  
fieldset ol {  
	list-style: none;  
}  
fieldset li {  
	padding-bottom: 1em;  
}  
fieldset.submit {  
	border-style: none;  
}fieldset input.submit-btn {
	width:125px;
	margin:0 36px;
	background-color:#350100;
	color:#ffff99;
	border:1px solid #640200;
	margin-bottom:12px;
}fieldset input, fieldset textarea {
	padding:5px;
	font-size:12px;
	background-color:#0f0f0f;
	border:1px solid #333;
	width:250px;
	color:#e9d6b1;
	font-family:Georgia, "Times New Roman", Times, serif;
}fieldset textarea {
	line-height:2em;
	width:400px;
}fieldset input:focus, fieldset textarea:focus {
	border:1px solid #7b5c19;
}

.captcha { 
	margin-bottom:24px;
	margin-left:36px;
}.noscriptCaptcha {
	padding:25px;
	background-color:#fff;
	border:1px solid #333;
	width:365px;
} 

label {    
	margin:0px 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#ffff99;
	font-size:16px;
	font-style:italic;
	display: block;  
}label.error {  
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	margin:0px;
	font-style:italic;
	color:#b0b075;
}#rightColumn p.notice{  
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#887f77;
}#leftColumn ul {
	list-style:none;
	padding-bottom:10px;
	color:#35220a;
}#leftColumn ul li{
	font-size:12px;
	line-height:1.7em;
	margin:5px 0;

	border-bottom:1px solid #9c6e36;

}#leftColumn ul li:hover{

}#leftColumn ul li.last{
	border:none;
}#leftColumn ul li a{
		padding:5px 0;
	padding-left:25px;
	display:block;
	text-decoration:none;
	color:#35220a;
		background-image: url(../img/bulletDefault.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}#leftColumn ul li a:hover{
	color:#180e00;
		background-image: url(../img/bulletOver.png);
}

#leftColumn h2 {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#670600;
	padding:20px 10px 0px 25px;
	font-size:15px;
}

