
#container
{
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#inner-wrapper{ 
	position: relative;
	width: 950px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 241px;
	background-image: url(../images/top_bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#social{
	padding-top: 22px;
	width: 950px;
}
#top-section{
	height: 216px;
}
#main-content{
	margin: 0;
}
/*columns for 3 col layout */
#left-col{
	width: 178px;
	margin-right: 7px;
	float: left;
	padding-top: 16px;
}
#left-col-wide{
	width: 234px;
	margin-right: 7px;
	float: left;
	padding-top: 16px;
}
#middle-col{
	width: 579px;
	float: left;
	margin-right: 7px;
}
#middle-col-left-wide{
	width: 523px;
	float: left;
	margin-right: 7px;
}
#right-col{
	width: 175px;
	float: left;
	padding-top: 16px;
	margin: 0;
}
.side-box{
	width: 175px;
	border: 1px solid #92847B;
	padding: 0;
	margin: 0 auto 8px auto;
}
.side-box img{
	margin-bottom: -5px;
}
.side-box-forms{
	width: 145px;
	border: 1px solid #92847B;
	text-align: center;
	padding: 15px;
	height: 265px;
	margin: 0 auto 8px auto;
	background-color: transparent;
}
/*columns for 2 col layout */
#left-col-2{
	width: 234px;
	margin: 0 24px 0 0;
	float: left;
	text-align: center;
}
#right-col-2{
	width: 692px;
	float: left;
}
.side-box-2{
	width: 175px;
	border: 1px solid #92847B;
	height: 280px;
	padding: 15px 0 0 0;
	margin-bottom: 8px;
}
/* end 2 col layout */
.box-divider{
	width: 151px;
	height: 1px;
	background-image: url(../images/box-divider.png);
	margin: 20px 0;
}
.gallery-box-divider{
	width: 234px;
	height: 1px;
	background-image: url(../images/box-divider-2.png);
}
.content-divider{
	width: 356px;
	height: 1px;
	background-image: url(../images/content-divider.png);
	margin: 20px auto;
}
.content-divider-2{
	width: 692px;
	height: 1px;
	background-image: url(../images/content-divider-2.png);
	margin: 20px auto;
}
#topnav-box{
	width:950px; 
	height: 34px;
	padding-top: 113px;
}
.box-field{
	width: 140px;
	height: 20px;
	color: #FFFFFF;
	margin-top: 3px;
	font-size: 12px;
	background: #4F2D28;
	border: 0;
	padding: 0 4px;
	line-height: 20px;
}
#events-table{
	width: 578px;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 15px;
}
#events-table-left-wide{
	width: 523px;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 15px;
}
#events-table td{
	padding: 5px;
	border: 1px solid white;
	vertical-align: top;
}
#events-table-left-wide td{
	padding: 5px;
	border: 1px solid white;
	vertical-align: top;
}
.gallery-table td{
	padding: 8px;
}
.small_input{
	width: 25px;
}
#content-box{
	width: 766px;
	margin-left: 8px;
	float: left;
}
#content-middle{
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	width: 746px;
	padding: 0 10px;
}
#footer-wrap{
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 241px;
	background-image: url(../images/bottom_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
}
#footer{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#bottomnav-box{
	width:950px; 
	height: 34px;
	padding-top: 26px;
	text-align: center;
}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 234px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		width: 234px;
		height: 32px;
		background-image: url(../images/box-divider-2.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		text-align: center;
		line-height: 32px;
	}
	#nav li a {
		width: 230px;
		display : block;
		color: #D9C798;
		font-weight : bold;
		text-decoration : none;
		height: 31px;
		text-transform: uppercase;
		font-size: 14px;
	}
	#nav li a:visited {
		color : color: #D9C798;
	}
	
	#nav li a:hover {
		color : white;
		background-image: url(../images/left-nav-over-bg.jpg);
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	#nav li a.selected{
		color : white;
	}