/*reset*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
	
/*typography*/

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#792e27;
	font-weight:bold;
	font-size:16px;
	margin: 10px 0;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#707837;
	font-weight:bold;
	font-size:14px;
	margin: 10px 0;
	}
	
p {margin: 10px 0;}

p.lead {
	font-weight:bold;
	font-size:14px;
	}
	
a {color:#707837;}
a:hover {color:#a3afc8;}
a:focus {outline:none;}
hr {margin:20px 0; border:1px solid #e4e2e0;;}

/*layout*/

body {
	background-color: #492815;	
	color:#453d36;
	font-family: Arial;
	font-size:14px;
	line-height: 1.3em;
	}
	
div#wrapper {
	background-image: url(/imgs/bg.png);
	background-repeat:repeat-x;
	background-color: #f3f2f1;
	}

div#container {
	margin: 0 auto;
	width: 940px;
	}
	
div#header {
	position:relative;
	height:160px;
	margin-bottom:20px;
	}
	
div#logo {
	position: absolute;
	top:5px;	
	}

h1 {
	background-image: url(/imgs/logo.png);
	_background-image: url(/imgs/logo_8.png); /*IE 6*/
	text-indent: -9999px;
	}
	
h1 a {display:block;height:151px;width:269px;}
	
div#tagline {
	position: absolute;
	right:20px;
	top:45px;
	width:388px;
	height:66px;
	BACKGROUND-REPEAT: no-repeat;
	background-image: url(/imgs/tagline.png);
	_background-image: url(/imgs/tagline_8.png); /*IE 6*/
	text-indent: -9999px;
	}

div#search {
	position: absolute;
	background-image: url(../imgs/searchbg.png);
	width:215px;
	height:29px;
	top:128px;
	right:0px;
	_right:20px; /*IE 6*/
	}
	
div#search input {
	width:170px;
	height:18px;
	padding-top:5px;
	padding-left:5px;
	background-color: transparent;
	border:0;
	color:#707837;
	
	}
div#search input.searchbutton {
	width:30px;
	height:18px;
	}
	
div#col1 {
	float:left;
	width:215px;
	}

div#newsletter {
	position: relative;
	background-image: url(/imgs/newsletter.png);
	margin-top:15px;
	BACKGROUND-REPEAT: no-repeat;
	width:215px;
	height:207px;
	}	
	
div#formwrap {
	position:absolute;
	top:65px;
	}
	
div#newsletter input {
	width:180px;
	height:15px;
	border:0;
	background-color: #f3f2f1;
	margin-bottom:10px;
	margin-left:15px;
	color:#8b7a7a;
	}
	
div#newsletter input.newsbutton {
	width:60px;
	background-color: #973c33;
	color:#f3f2f1;
	text-transform: uppercase;
	border-bottom:1px solid #cbc4bd;
	border-right:1px solid #cbc4bd;
	margin-left:135px;
	}
	
div#col2 {
	float:left;
	width:460px;
	margin: 0 25px;	
	_margin: 0 15px; /*IE 6*/
	}
div#col2_error {
	color: red;
	float:left;
	width:460px;
	margin: 0 25px;	
	_margin: 0 15px; /*IE 6*/
	}
div#col3 {
	float:left;
	width:215px;
	}	
	

div#footerwrap {
	background-image: url(/imgs/footerwrap.png);
	text-align:center;
	}

div#footer {
	position: relative;
	background-image: url(/imgs/footerbg.png);
	height:161px;
	margin:0 auto;
	width:940px;
	}
	
div#footer p {
	position: absolute;
	width:525px;
	top:110px;
	right:145px;
	color:#27150a;
	font-size:12px;
	}
	
div#footer a {
	text-decoration: none;
	color:#c4b9b2;
	align: center;
	}
	
div#footer a:hover {color:#a3afc8;}
	
/*Navigation*/	

div#navwrap {
	background-color: #8a9445;
	}
div#navwrap ul {padding: 2px 0;}
	
div#navwrap li {
	list-style: none;
	}
	
div#navwrap li a {
	display:block;
	height:35px;
	padding-left:15px;
	padding-top:5px;
	background-image: url(/imgs/button_up.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;;
	line-height:25px;
	font-size:16px;
	color:#f3f2f1;
	text-decoration:none;
	}	

div#navwrap-on li a {
	display:block;
	height:35px;
	padding-left:15px;
	padding-top:5px;
	background-image: url(/imgs/button_down.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;;
	line-height:25px;
	font-size:16px;
	color:#f3f2f1;
	text-decoration:none;
	}	

div#navwrap li a:hover {
	background-image: url(/imgs/button_down.png);
	background-repeat: no-repeat;
	height:35px;
	}
	
div#navwrap li a.active {
	background-image: url(/imgs/button_down.png);
	background-repeat: no-repeat;
	height:35px;
	}
	
/* default list of links sidebar */

h3 {
	width:205px;
	background-color:#e9ecee;
	border-top:1px solid #c7c0b8;
	border-bottom:1px solid #c7c0b8;
	padding: 5px 5px;
	margin-bottom:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#516776;
	}

ul.links {margin-bottom:20px;}

ul.links li {
	list-style: none;
	font-size:12px;
	background-color:white;
	margin: 2px 0;
	padding: 5px 5px;
	}	
	
ul.links li a {
	display:block;
	text-decoration: none;
	color: #938b85;
	}	
	
ul.links li a:hover {color:#a3afc8;}

/* event sidebar */

ul.events  {
	margin-bottom:20px;
	list-style: none;
	} 
	
ul.events li {margin-bottom:5px;}	

.dateboxevents {
	position: relative;
	width:50px;
	height:50px;
	margin-right:15px;
	float:left;
	}

.datebox {
	width:215px;
	height:50px;
	position: relative;
	background-color: white;
	}
	
.month {
	position: absolute;
	top:0;
	width:50px;
	height:18px;
	font-size:12px;	
	text-transform: uppercase;
	color: #938b85;
	text-align: center;
	background-color:#ede8d7;
	}

.date {
	position: absolute;
	top:20px;
	width:50px;
	height:25px;
	font-size:16px;
	color: #68625e;
	text-align: center;
	padding-top:5px;
	background-color:#e3e8ec;
	}	
	
.descript {
	position: absolute;
	top:5px;
	right:0px;
	width:160px;
	font-size:12px;
	color: #938b85;
	}
	
/* gallery sidebar */

ul.gallery  {
	margin-bottom:20px;
	list-style: none;
	} 


ul.gallery li {float:left;}
ul.gallery li img {
	border:1px solid #938b85;
	margin-right:5px;
	margin-bottom:2px;
	width:100px;
	height:80px;	
	}

/* Homepage specific */
img.home_large {
	width:460px;
	border:1px solid #492815;
	}


/* rounded corner box */
div.rounded {
	position:relative;
}
div.c-tl,
div.c-tr,
div.c-bl,
div.c-br {
	width:10px;
	height:10px;
	position:absolute;
	background-image: url(/imgs/corner-sprites.png);
	_background-image: url(/imgs/corner-sprites_8.png);
	overflow:hidden;
}

div.c-tl { top:0; left:0; background-position: -10px -10px;}
div.c-tr { top:0; right:0; _right:-1px; background-position: 0 -10px; }
div.c-bl { bottom:0; _bottom:-1px; left:0; background-position: -10px 0;}
div.c-br { bottom:0; _bottom: -1px; right:0; _right: -1px; background-position: 0 0;}
input:focus {outline:none;}

dl.table-display {
	width: 460px;
	margin: 0;
	padding: 0 ;	
	font-size:12px;
	}
	
.table-display dt {
	margin-top:10px;
	padding:5px 0;
	font-weight:bold;
	color:#707837;
	width: 125px;
	height:100px;
	float:left;
	border-bottom:1px solid #d3d1cd;
	}
	
.table-display dd {
	margin-top:10px;
	padding:5px;
	color: #68655f;
	width:315px;
	height:100px;
	float:left;
	border-bottom:1px solid #d3d1cd;
	background-color: #e7e6e4;
	}
	
dl.vendor-table-display {
	width: 460px;
	margin: 0;
	padding: 0 ;	
	font-size:12px;
	}
	
.vendor-table-display dt {
	margin-top:10px;
	padding:5px 0;
	font-weight:bold;
	color:#707837;
	width: 125px;
	height:100px;
	float:left;
	border-bottom:1px solid #d3d1cd;
	}
	
.vendor-table-display dd {
	margin-top:10px;
	padding:5px;
	color: #68655f;
	width:315px;
	height:100px;
	float:left;
	border-bottom:1px solid #d3d1cd;
	background-color: #e7e6e4;
	}
	
/*  -----
 *	See http://positioniseverything.net/easyclearing.html
 *	for a description of this code.
 *  -----
 */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix {
	display:inline-table;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	}

*+html .clearfix {
	height:1%;
	}

.clearfix {
	display:block;
	}	
/* Admin Table */
table.admin_table {
	border: 3px solid black;
	width:470px;
	height:470px;
}
.admin_table td{
	border: 1px solid black;
}
.admin_table th{
	border: 1px solid black;
	background-color: #27150a; 
	font-weight:bold;
	color:#c4b9b2;
}
.admin_table input {
	width:280px;
	height:25px;
	border:4;
	background-color: #f3f2f1;
	margin-bottom:10px;
	margin-left:15px;
	color:#8b7a7a;
	}
