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

body{
	height:100%;
	font-family:Verdana, Arial, "Helvetica", sans-serif;
	font-size:10px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e5e3d8;
	margin:0px;
	}
	
a:link{
	color:#630902;
	font-style:normal;
	text-decoration: none;
}
a:hover{
	color:#630902;
	font-style:normal;
	text-decoration: none;
}
a:visited{
	color:#630902;
	font-style:normal;
	text-decoration: none;
}
a:active{
	color:#630902;
	font-style:normal;
	text-decoration: none;
}
	
	
#main{
	background:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	width: 841px;
	font-size:10px;
	text-align: center;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#comingSoon{
	width: 841px;
	font-size:10px;
	text-align: center;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#mainBottom{
	vertical-align:bottom;
	clear:both;
	background:url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:841px;
	height:61px;
	}	
	
#mainContentLeft{
	background:url(../images/container_bottom.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	float:left;
	text-align:left;
	width:390px;
	margin-bottom:25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 60px;
	font-size: 12px;
	}

	
#mainContentRight{
	float:right;
	text-align:left;
	width:300px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1d1d1;
	vertical-align:top;
	}

#containerBottom{
	clear:both;
	float:left;
	text-align:left;
	width:380px;
	height:157;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
	z-index:1;
	}
	
.style_header {
	color: #360a02;
	font-weight: bold;
	font-size: 18px;
	}
.subHeader {
	color: #701201;
	font-weight: bold;
	font-size: 13px;
}

.style_subheader {
	font-size: 12px;
	font-weight: bold;
	}

.subText {
	font-size: 10px
	}
	
#footer{
	width: 841px;
	font-size:10px;
	text-align: center;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	

/*------------------- Home Page  -------------------*/
#bottomNote {
	width:600px;
	clear:both;
	float:left;
	line-height:28px;
	margin:0 5px 0 25px;
	border-top:1px dotted #000;
	text-align:left;
}

.noteLarge{
	font-family:"Gill Sans","Gill Sans MT", Verdana;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#711201;
}
.noteSmall{
	font-family:"Gill Sans","Gill Sans MT", Arial, Verdana;
	font-size:17px;
	text-transform:uppercase;
	color:#400000;
}
	
#bottomNoteRight {
	border-top:1px dotted #000000;
	padding:20px 40px 0 0;
	text-align:left;
	float:left;
	clear:right;
	width:150px;
}

#bottomNoteRight a img {
	border:0;
	float:left;
	padding-right:10px;
}
	
/*------------------- About Page -------------------*/
	
#aboutContentBottom{
	text-align:center;
	width:721px;
	height:300px;
	margin-bottom:25px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 12px;
	}
	
#aboutContentTop{
	text-align:left;
	width:721px;
	margin-bottom:25px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 12px;
	}

.aboutDetails {
	color:#777777;
	float:left;
	font-family:georgia;
	font-size:13px;
	font-style:italic;
	width:390px;
}
	
.aboutFacebookBox {
	border:1px dotted #999999;
	float:left;
	margin:5px;
	padding:10px;
	width:290px;
}
	
	
/*------------------- Menu Page -------------------*/
#menuContentTop{
	text-align:left;
	width:721px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 12px;
	}
	
#menuContentBottom{
	text-align:left;
	width:721px;
	height:20px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 12px;
	}
	
	
	
/*------------------- Directions Page -------------------*/
	
#directionsContentBottom{
	text-align:center;
	width:721px;
	margin-bottom:25px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 12px;
	}
	
#directionsContentTop{
	text-align:left;
	width:721px;
	margin-bottom:25px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 12px;
	}
	
#map{
	border:solid;
	border-width:1px;
	border-color:#333333;
	text-align:center;
	width:721px;
	margin-bottom:25px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 12px;

}
	
	

/*------------------- Contact Page -------------------*/	
#contactContentLeft{
	float:left;
	text-align:left;
	width:390px;
	margin-bottom:25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 60px;
	font-size: 12px;
	}
	
#contactContentRight{
	float:right;
	text-align:left;
	width:300px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1d1d1;
	vertical-align:top;
	}