/* @override 
	http://localhost/xch_thompson/css/site_struct.css
	http://thompson.bergeycreativegroup.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 20px;
}
table {
	margin: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;	
}

/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #939393;
}
#body-container {
	width: 926px;
	margin: auto;
}
#body-container A {
	color: #662007;
	text-decoration: none;
}
#body-container A:hover {
	text-decoration: underline;
}
#body-header {
	width: 926px;
	height: 157px;
	overflow: hidden;
}
#body-nav {
	width: 926px;
	height: 45px;
	line-height: 36px;
	overflow: hidden;
	background: url(../img/site/bg-nav.jpg);
	text-align: center;
}
#body-nav a {
	color: #ababab;
	font-family: Times, Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 35px 0 35px;
}
#body-nav a.active,
#body-nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#body-content {
	width: 908px;
	margin: auto;
	min-height:400px;
  	height:auto !important;
  	height:400px;
  	background: url(../img/site/bg-content.jpg);
  	padding-bottom: 30px;
}
#content-left {
	float: left;
	width: 227px;
	margin-left: 17px;
	margin-top: 15px;
}
#content-left-sidebar {
	padding-top: 15px;
}
#content-right {
	float: right;
	width: 613px;
	margin-right: 22px;
	margin-top: 15px;
}
#body-footer {
	width: 908px;
	margin: auto;
	height: 30px;
	line-height: 30px;
	background: #262626;
	text-align: right;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
#body-footer a {
	color: #FFF;	
}
/*= Page Styles
*****************************************************/
#page-media-container {
	width: 613px;
	height: 331px;
	background: url(../img/site/bg-media.jpg);
	margin-bottom: 15px;
}
#page-media-loop {
	padding-top: 16px;
	padding-left: 7px;
	width: 580px;
	height: 294px;
}
#page-subnav-title {
	text-transform: uppercase;
	color: #662007;
	font-family: Times, Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: solid 1px;
	margin-bottom: 5px;
}
#page-subnav-container a {
	display: block;
	line-height: 25px;
	color: #666;
}
#page-subnav-container a.active,
#page-subnav-container a:hover {
	color: #662007;
	text-decoration: none;
}
/*= Home Page Styles
*****************************************************/
#home-banner-container {
	padding-top: 35px;
}
.home-banner img {
	width: 223px;
	height: 105px;
	overflow: hidden;
	border: 2px solid #FFF;
	margin-bottom: 5px;
}
.home-banner-text {
	margin-bottom: 15px;
	color: #662007;
	font-family: Times, Georgia, serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
/*= Xtranet Login Styles
*****************************************************/
#xtranet_login_form {
	background: #262626;
	width: 260px;
	padding: 20px;
	margin: auto;
	margin-top: 40px;
}
#xtranet_login_form .login_form_usr,
#xtranet_login_form .login_form_pwd {
	width: 225px;
	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: 235px;
}
#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;
}

