/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #312214;
	font-size: 11px;
	line-height: 18px;
}
table {
	margin: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;	
}
a {
	color: #292d15;
	text-decoration: underline;
}
/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
html,body {
	background: #101209;
}
.section {
	width: 800px;
	margin: auto;
}
#header {
	height: 173px;
	background: url(../img/site/bg-header.gif);
}
#header-img {
	width: 190px;
	height: 126px;
	float: left;
	position: relative;
	top: 47px;
	left: 92px;
}
#header-txt {
	float: right;
	width: 360px;
	height: 50px;
	position: relative;
	top: 115px;
	right: 130px;
	color: #8e2e13;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#body-container {
	background: #292d15;
}
#divider {
	background: url(../img/site/bg-divider.gif);
}
#site-credits,
#site-credits a {
	color: #fff7cc;
	text-decoration: none;
}
#site-credits {
	text-align: right;
	margin-right: 50px;
	margin-bottom: 15px;
}
.footer-column {
	width: 155px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	color: #fff7cc;
}
.footer-column a {
	color: #fff7cc;
	text-decoration: none;
}
.footer-links a {
	display: block;
}
#footer-text {
	width: 720px;
	margin: auto;
	height: 200px;
	background: #292d15;
	color: #fff7cc;
}
.footer-title {
	font-weight: bold;
	font-size: 12px;
}
#email-link {
	height: 54px;
	background: url(../img/site/bg-email-link.gif);
}
#content {
	background: url(../img/site/bg-content.gif);
}
#content-top {
	background: url(../img/site/bg-content-top.gif) top no-repeat;
	min-height:345px;
  	height:auto !important;
  	height:345px;
}
#content-left {
	width: 168px;
	float: left;
	position: relative;
	top: 20px;
	left: 63px;
	color: #fff7cc;
}
#content-left a {
	color: #fff7cc;
}
#content-right {
	float: right;
	width: 420px;
	position: relative;
	top:20px;
	right: 90px;
}
#content-title {
	color: #fff7cc;
	padding-left: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
#page-loop-bg {
	width: 420px;
	height: 239px;
	background: url(../img/site/bg-media-loop.gif);
}
#page-loop {
	width: 394px;
	height: 200px;
	position: relative;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
#subnav,#news-text,#sidebar {
	width: 160px;
	margin: auto;
}
#subnav a{
	color: #fff7cc;
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 4px;
	text-decoration: none;
}
#subnav a.active,
#subnav a:hover {
	background: #4f571e;
	text-decoration: none;
}
/****************************************************
EVENTS STYLES
****************************************************/
.event-sect {
	width: 545px;
	margin-top: 4px;
}
.event-pic {
	float: left;
	width: 165px;
	height: 240px;
}
.event-title {
	color: #4f571e;
	font-size: 24px;
	margin-bottom: 8px;
}
.event-datetime {
	color: #8e2e13;
	font-size: 18px;
	margin-bottom: 4px;
}
.event-body {
	float: right;
	width: 275px;
	padding-right: 100px;
}
/****************************************************
XTRANET SIGNUP LAYOUT
****************************************************/
#xtranet_login_form {
	background: #292d15;
	width: 260px;
	padding: 20px;
	margin: auto;
}
#xtranet_login_form .login_form_usr,
#xtranet_login_form .login_form_pwd {
	width: 225px;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#xtranet_login_form label {
	color: white;
}
#xtranet_login_form .login_form_usr input,
#xtranet_login_form .login_form_pwd input {
	width: 150px;
}
#xtranet_login_form .submit {
	width: 210px;
	margin: auto;
	text-align: right;
}
#xtranet_login_form .submit input {
	width: 60px;
	margin-top: 4px;
}
#xtranet_login_error {
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
/* IMAGE GALLERY *****************************/
.gallery_item_container {
	width: 550px;
}
.gallery_item_container img {
	margin: 5px;
}

