/* @override 
	http://localhost/xch_river/css/site_struct.css
	http://rivercrossing.louddevelopment.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	color: #6c5b31;
	font-size: 12px;
	line-height: 18px;
}
table {
	margin: 0;
}
p {
	margin: 0;
	margin-bottom: 10px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;	
}

/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #020000;
}
#body-container {
	width: 1000px;
	background: url(../img/site/main-bg.jpg) top center no-repeat;
	margin: auto;
}
#body-container A {
	color: #b30401;
	text-decoration: none;
}
#body-container A:hover {
	text-decoration: underline;
}
#body-center {
	width: 790px;
	position: relative;
	left: 109px;
}
#body-header {
	height: 263px;
	background: url(../img/site/main-header.jpg);
}
#body-image-bg {
	height: 131px;
	background: url(../img/site/main-image-bg.jpg);
}
#body-image {
	width: 609px;
	height: 130px;
	overflow: hidden;
	position: relative;
	left: 96px;
}
#body-nav {
	height: 80px;
	background: url(../img/site/main-nav-bg.jpg);
}
#body-nav-links {
	position: relative;
	left: 132px;
	top: 25px;
}
#body-nav-links a {
	color: #381401;
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#body-nav-links a.nav-active,
#body-nav-links a:hover {
	text-decoration: none;
	border-bottom: 2px solid #d78568;
}
#body-content {
	background: url(../img/site/content-bg.jpg) top repeat-y;
}
#body-content-top {
	background: url(../img/site/content-top.jpg) top center no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#body-content-bottom {
	background: url(../img/site/content-bottom.jpg) bottom center no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#body-content-content {
	min-height:300px;
	height:auto !important;
	height:300px;
	width: 557px;
	position: relative;
	left: 123px;
	padding-top: 20px;
	padding-bottom: 135px;
}
#body-subnav {
	background: url(../img/site/subnav-bg.jpg) top repeat-y;
}
#body-subnav-top {
	background: url(../img/site/subnav-top.jpg) top center no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#body-subnav-bottom {
	background: url(../img/site/subnav-bottom.jpg) bottom center no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#body-subnav-content {
	min-height:300px;
	height:auto !important;
	height:300px;
	width: 557px;
	position: relative;
	left: 123px;
	padding-top: 15px;
	padding-bottom: 135px;
}
#body-subnav-body {
	float: right;
	width: 390px;
}
#body-subnav-links {
	float: left;
	width: 125px;
	position: relative;
	left: 10px;
}
#body-subnav-links a {
	display: block;
	color: #ebdaad;
	text-transform: lowercase;
	text-decoration: none;
}
#body-subnav-links a.active,
#body-subnav-links a:hover {
	display: block;
	color: #FFF;
	text-transform: lowercase;
	text-decoration: none;
}
#body-footer {
	text-align: center;
	color: #e0d2b5;
	font-size: 10px;
	margin-bottom: 55px;
}
#body-footer a {
	color: #e0d2b5;
	text-decoration: none;
}
#body-footer a:hover {
	color: #e0d2b5;
	text-decoration: underline;
}
/****************************************************
INDEX BODY
****************************************************/
#index-body {
	float: left;
	width: 310px;
}
#index-promo {
	float: right;
	width: 230px;
	text-align: right;
}
#index-promo img {
	border: solid 2px white;
	margin-bottom: 15px;
}
/* MP VIDEO STYLES */
.channel_item {
	float: left;
	margin: 5px;
}
.channel_title {
	width: 80px;
	height: 50px;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}
#image-gallery img {
	margin: 5px;
}
.staff_pic {
	height: 90px;
	width: 90px;
	float: left;
	margin: 5px;
	margin-right: 10px;
}
.staff_text {
	height: 90px;
	margin: 5px;
	float: left;
	width: 250px;
}
.staff_name {
	text-transform: uppercase;
	color: #b30401;
	font-size: 20px;
	margin-bottom: 4px;
	font-family: "Times New Roman", serif, sans-serif;
}
.staff_title {
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Times New Roman", serif, sans-serif;
	margin-bottom: px;
}

#xtranet_login_form {
	background: #e9d8ac;
	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: #6c5b31;
}
#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;
}