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

body {
	margin:0px;
	background:#150400;
	font-family:Tahoma, Verdana, Arial;
	color:#450000;
	font-size:13px;
	line-height:18px;
}

#comingSoon {
	width:100%;
	margin-top:300px;
	font-family:Tahoma, Verdana, Arial;
	color:#450000;
	font-size:48px;
	color:#ffffff;
	text-align:center;
}

#headerBG {
	width:100%;
	height:217px;
	margin:0px;
	background:url(/images/splash_headerBG.jpg) top center no-repeat;
}

#background {
	float:left;
	display:inline;
	width:100%;
	background:url(/images/splash_repeatingBG.jpg) top center repeat-y;
}

#container {
	width:900px;
	margin:auto;
}

#contentBG {
	float:left;
	display:inline;
	width:899px;
	background:url(/images/splash_tweedBG.jpg) top center repeat-y;
}

#contentLeft {
	float:left;
	display:inline;
	width:524px;
	margin:0px 0px 0px 30px;
}

#contentRight {
	float:left;
	display:inline;
	width:300px;
	margin:0px 0px 0px 15px;
}

.postHeader {
	float:left;
	display:inline;
	width:524px;
	height:25px;
	font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	font-weight:bold;
	color:#f3d885;
	background:url(/images/splash_postHeader.jpg) no-repeat;
}

.post {
	float:left;
	display:inline;
	width:490px;
	margin:0px 0px 20px 0px;
	padding:0px 15px 20px 15px;
	background:url(/images/splash_ringWatermark.jpg) bottom right no-repeat #fef5da;
	border:2px solid #1b2541;
}

#contact {
	float:left;
	display:inline;
	width:300px;
	padding:10px 0px 10px 0px;
	background:url(/images/splash_contactRepeat.jpg) repeat-y;
}

.formField {
	width:240px;
	margin-bottom:8px;
	height:20px;
	padding:2px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#910115; font-weight:normal;
	border:solid 1px #6b7286;
}

.formArea {
	width:240px;
	margin-bottom:8px;
	height:100px;
	padding:2px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#910115; font-weight:normal;
	border:solid 1px #6b7286;
}

#directions {
	float:left;
	display:inline;
	width:260px;
	padding:5px 20px 10px 20px;
	background:url(/images/splash_contactRepeat.jpg) repeat-y;
	font-size:11px;
}

	#directions ul {margin:0px 0px 10px 20px; padding:0px;}
	#directions li {margin:0px 0px 0px 0px; padding:0px;}

#footer {
	float:left;
	display:inline;
	width:100%;
	background:url(/images/splash_footerBG.jpg) top center repeat-x #1b2541;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#f3d885; font-weight:normal;
}

#footerTxt {
	width:880px;
	margin:auto;
	padding:40px 0px 60px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#f3d885; font-weight:normal;
	text-align:right;
}

	#footerTxt a {color:#f3d885; text-decoration:underline;}
	#footerTxt a:visited {color:#f3d885;}
	#footerTxt a:hover {color:#f3d885; text-decoration:none;}

.clear {clear:both;}