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

html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#e7e3db;
	text-align:center;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c2e22;
	
	background-image: url(images/background_slice.jpg);
	background-repeat: repeat-x;
}

#container {
	position:relative;
	margin:0 auto;
	width:800px;
	
	height:auto !important; 
	height:100%;
	min-height:100%; 	
	
	background-image:url(images/header_back.jpg);
	background-position:rtop center;
	background-repeat:no-repeat;
}
#header {
	position: relative;
	width: 800px;
	height: 110px;
	top: 0px;
}
#logo {
	position: relative;
	height: 91px;
	width: 228px;
	float: left;
	padding-top: 15px;
	padding-left: 0px;
}

/*-----Nav------*/

#nav_wrap {
	position: relative;
	height: 48px;
	width: 535px;
	float: right;
	
	right: 0px;
	top: 32px;
	text-align:left;
	border-top: 1px solid #c47979;
	border-bottom: 1px solid #c47979;
	padding-left: 10px;
}

.nav_buttons {
	height: 42px;
	/*width: 20%;*/
	text-align:left;
	color: #ffffff;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-stretch:condensed;
	
	padding-right: 6px;
	float: left;	
}

.nav_buttons a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.nav_buttons a:hover {
	text-decoration: none;
	background-color: #a00000;
	color: #ffffff; 
}
.nav_buttons .active {
	text-decoration: none;
	background-color: #a00000;
	color: #ffffff; 
}
.nav_wrap li:hover {
	text-decoration: none;
	color: #ffffff;
	background-image:url(images/nav_roll.jpg);
	background-repeat: repeat-y;
}
.nav_subtext {
	color: #e6c5c5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-stretch: normal;
	margin-top: -1px;
	margin-bottom: 4px;
}

/*-----Main------*/

#banner {
	position: relative;
	width: 800px;
	height: 380px;
	
	background-image:url(images/top_slice.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#main_wrap {
	width: 800px;
	margin:0 auto;	
	padding-bottom: 30px;  /*bottom padding for footer */
	color:#333333;
	
	background-image:url(images/main_slice.jpg);
	background-repeat: repeat-y;
}
#content_left {
	margin-top: 15px;
	width: 520px;
	float: left;
	text-align:left;
	margin-left: 12px;
	margin-bottom:30px;
}
#content_left_wide {
	margin-top: 15px;
	width: 770px;
	float: left;
	text-align:left;
	margin-left: 12px;
	margin-bottom:30px;
}
#content_right {
	margin-top: 15px;
	width: 220px;
	float: right;
	margin-right: 10px;
	text-align:left;
}
.side_ad {
	width: 195px;
	height: 110px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #560000;
	
	padding-top: 18px;
	padding-left: 18px;
	
	background-image:url(images/side_ad.jpg);
	background-repeat:no-repeat;
}
.side_ad a {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #560000;
	text-decoration: none;
}
.ad_subtext {
	color: #675b50;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 2px;
	margin-bottom: 4px;
}
.address {
	margin-left: 15px;
	margin-top: 25px;
}

img {
	margin: 0px;
	padding: 0px;
}
#clearfloat {
	clear: both;
}
#footer {
	position:absolute;
	width: 780px;
	height: 25px;
	left: 10px;
	bottom: 0; /* stick to bottom */
	
	color: #b4a89d;
	padding: 0px;
	text-align: left;
	font-size:11px;
	border-top: 1px solid #b4a89d;
}
#bottom_nav {
	float: left;
	padding-bottom: 15px;
	margin-top: 4px;
}
#bottom_nav a {
	text-decoration: none;
	color: #b4a89d;
}
#copyright {
	float: right;
	padding-bottom: 15px;
	margin-top: 4px;
}

/*----Text styling-----*/

h1 {
	color: #834d18;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	padding-top: 0px;
}

h2 {
	color: #402a1f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

p {
	color: #3c2e22;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a {color: #816544;}
a:hover {color: #402a1f;}



