body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF url(assets/images/background.jpg) top left repeat-x;
	color: #3C300A;
}

p { font-size: 14px;
	line-height: 18px;}

h1 { 
	 font-size: 24px;
	 font-weight: bold;
	 color:#2a1e12;
	 }

h2 { font-size: 18px;
	 font-weight: bold;}

h3 { font-size: 16px;
	 font-weight: bold;
	 color:#6b8631;}

h4 { font-size: 14px; 
	 font-weight: bold;}

a { 
	color: #998A17;
	font-weight: bold;
	text-decoration: none;
	}

a:hover { text-decoration: underline;
	color: #EB9311;
}

li { font-size: 13px;
	 line-height: 18px;
	 padding-bottom:5px;}

.imgborder { BORDER: #999 1px solid;}
.darkBg {background-color: #2a1e12;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
.font12 {
	font-size: 12px;
}
.callout {
	color: #F5F0DD;
}
hr {color:#999999;
	background:#999999;
	height:1px;
	border:0;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #9E966E;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #9E966E;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */
/* Template Begins */
#floatingBg {
	background: transparent url(assets/images/floating_bg.jpg) top center no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 auto;
	margin-left: -468px;
	padding: 0px;
	width: 940px;
	height: 800px;
	z-index: 1;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 700px;
	height: auto;
	z-index: 100;
}
	#header {
		margin: 0 auto;
		padding: 0px;
		width: auto;
		height: 105px;
	}
		#navFirst {
			position: absolute;
			margin: 0px;
			padding: 0px;
			_top:-8px;
			top:-4px;
			margin-top: 42px;
			height: 31px;
			background-color: #2a1e12;
			color: #ffffff;
			text-transform: uppercase;
		}
			#navFirst li {
				list-style-position: outside;
				list-style-type: none;
				display: inline;
				font-size: 13px;
				line-height: 30px;
				margin: 0px 20px 0px 20px;
			}
		#navSecond {
			position: absolute;			
			margin-top: 74px;
			_top:66px;
			top:72px;
			width: 701px;
			height: 31px;
			float:left;
			background-color: #c3b994;
			color: #9e966e;
			text-transform: uppercase;
		}
			#navSecond li {
				list-style-position: outside;
				list-style-type: none;
				display: inline;
				font-size: 13px;
				line-height: 30px;
			}
			.nav2Pad { padding-right:30px;}
			 
/*Drop down*/

#navSecond , #navSecond  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navSecond  a {
	display: block;
}

#navSecond  li {
	float: left;
	/*width: 10em;*/
}

#navSecond  li ul {
	position: absolute;
	width:170px;
	left: -999em;
	background-color:#c3b994;
}

#navSecond  li:hover ul {
	left: auto;
}

#navSecond  li:hover ul, #navSecond  li.sfhover ul {
	left: auto;
}

#navSecond  li li{ padding:0;}
#navSecond  li li a{
	font-size:12px;
	text-transform:none;
	color:#2D1D0F;
	width:170px;
	height:30px;
}

#navSecond  li li a:hover{
	color:#fff;
	display:block;
	background-color:#605233;
	text-decoration:none;
}

#navSecond  a{
	display:block;
	color:#090;
	text-decoration:none;
	text-align:center;
}


/*End drop down*/


			.first {
				margin-left: 20px;
				padding-right:30px;
			}
			.firstTop {
				margin-left: 15px;
				padding-right:15px;
			}
		#navFirst a, #navSecond a, #footer a {
			color: #ffffff;
		}
		#navFirst a:hover, #navSecond a:hover, #footer a:hover {
			color: #c3b994;
		}
		#navSecond a:hover{
			color: #3b3009;
			}
	#body {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		width: auto;
		height: auto;
		background: #848d56 url(assets/images/body_bg.jpg) top left repeat-x;
	}
		#innerBody {
			margin: 0px 0px 0px 73px;
			padding: 0px;
			width: 627px;
			height: auto;
			background: #2a1e12 url(assets/images/rightCol_bg.jpg) top left repeat-x;
			border: 1px solid #9e966e;
		}
			#centerCol {
				margin: 0px;
				padding: 0px;
				width: 476px;
				min-height: 610px;
				_height: 610px;
				background-color: #FFFFFF;
				border: 1px solid #919191;
			}
			#rightCol {
				float: right;
				margin: 0px;
				padding: 0px;
				width: 140px;
				height: auto;
				text-align: center;
			}
				.address {
					text-align: left;
					font-size: 14px;
					font-weight: bold;
					line-height: 28px;
					color: #9e966e;
				}
				.phone {
					text-align: left;
					font-size: 22px;
					font-weight: bold;
					color: #9e966e;
				}
#footerContainer {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 700px;
	height: auto;
	z-index: 100;
}
	#footer {
		margin: 0px 0px 0px 73px;
		padding: 0px;
		width: 627px;
		height: auto;
		background-color: #848d56;
		color: #544600;
		font-size: 11px;
		line-height: 38px;
		text-transform: uppercase;
	}
		#footerMiddle {
			margin: 0px;
	_margin-bottom: -20px;
	padding: 0px 0px 0px 0px;
	width: 550px;
	height: 38px;
	text-align: center;
	background-image: url(assets/images/footer_bg.jpg);
	background-repeat: no-repeat;
		}
		#footerRight {
			float: right;
			margin: 0px;
			padding: 0px;
			width: 140px;
			height: auto;
			color: #484136;
		}
#bottomNav {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0px;
	width: 700px;
	height: auto;
	color: #544600;
	font-size: 11px;
	text-align: center;
	z-index: 100;
}
	#bottomNav ul {
		margin-right: 50px;
	}
	#bottomNav ul, #bottomNav a, #bottomNav a:visited {
		color: #544600;
		font-size: 11px;
	}
	#bottomNav li {
		display: inline;
		list-style-type: none;
		list-style-position: outside;
	}
/* Template Ends */
/* Splash Only Begins */
#splashCenterCol {
	margin: 0px;
	padding: 0px;
	width: 476px;
	min-height: 475px;
	_height: 475px;
	background-color: #000;
	border: 1px solid #919191;
}
#splashFooterMiddle {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 405px;
	height: 38px;
	background-color: #484136;
	border-top: 1px solid #919191;
	border-right: 1px solid #6b6146;
	border-left: 1px solid #6b6146;
	border-bottom: 1px solid #484136;
	text-align: center;
}
	#splashFooterMiddle .address {
		line-height: 35px;
	}
#splashFooterRight {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: auto;
	height: auto;
	
}
	.splashPhone {
	color: #484136;
	font-size: 22px;
	}
#enterButton {
	margin: 25px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	min-width: 25px;
	_width: 25px;
	background-color: #484136;
	color: #cfbd9d;
	border: 1px solid #cfbd9d;
	font-size: 20px;
	float: right;
}
/* Splash Only Ends */