/* @override 
	http://localhost/xch_xl/css/site_struct.css
	http://xlmulti.louddevelopment.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	color: #31373b;
	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;	
}

/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #050505 url(../img/site/bg.jpg) top center no-repeat;
}
#body-container {
	background: url(../img/site/bg-body.jpg);
	width: 777px;
	margin: auto;
	min-height:950px;
  	height:auto !important;
  	height:950px;
}
#body-top {
	background: url(../img/site/bg-top.jpg) top center no-repeat;
	min-height:950px;
  	height:auto !important;
  	height:950px;
}
#body-bottom {
	background: url(../img/site/bg-bottom.jpg) bottom center no-repeat;
	min-height:950px;
  	height:auto !important;
  	height:950px;
  	padding-bottom: 20px;
}
#body-container A {
	color: #991516;
	text-decoration: none;
}
#body-container A:hover {
	text-decoration: underline;
}
#body-header {
	height: 201px;
}
#nav {
	height: 25px;
	position: relative;
	top: 135px;
	left: 275px;
	width: 450px;
	cursor: pointer; overflow: hidden;}

#nav ul	 		{ width:450px; padding: 0pt; margin: 0pt; list-style-image: none; list-style-position: outside; list-style-type: none;}
#nav li	 		{float:left; margin: 0pt; padding: 0pt;}
#nav a 			{display:block; height:25px; overflow:hidden; margin: 0pt; padding: 0pt;text-decoration: none; text-align: center; color: #AFAFAF; font-family: Arial; font-size: 13px;}

#nav a.home_current,
#nav a.home		{width: 50px;}
#nav a.home_current,
#nav a.home:hover	{color: #FFF; text-decoration: none;}

#nav a.about_current,
#nav a.about		{width: 110px;}
#nav a.about_current,
#nav a.about:hover	{color: #FFF; text-decoration: none;}

#nav a.services_current,
#nav a.services		{width: 150px;}
#nav a.services_current,
#nav a.services:hover	{color: #FFF; text-decoration: none;}

#nav a.contact_current,
#nav a.contact		{width: 100px;}
#nav a.contact_current,
#nav a.contact:hover	{color: #FFF; text-decoration: none;}

#body-banner {
	height: 314px;
	width: 712px;
	margin: auto;
	overflow: hidden;
}
#body-content {
	margin-top: 15px;
}
#home-promos {
	height: 187px;
	background: url(../img/site/bg-promos.jpg) top left no-repeat;
}
.home-promo1,
.home-promo2,
.home-promo3 {
	width: 213px;
	height: 116px;
	float: left;
	margin-top: 22px;
	overflow: hidden;
}
.home-promo1 {
	margin-left: 30px;
}
.home-promo2 {
	margin-left: 39px;
}
.home-promo3 {
	margin-left: 37px;
}
#home-content {
	width: 712px;
	margin: auto;
}

/******** S U B N A V   L A Y O U T ***************/
#body-left {
	float: left;
	width: 214px;
	margin-left: 30px;
	background: url(../img/site/bg-subnav.jpg) top center no-repeat;
	min-height:313px;
  	height:auto !important;
  	height:313px;
}
#subnav-title {
	font-size: 16px;
	color: #010101;
	padding-top: 21px;
	padding-left: 35px;
}
#subnav-container {
	padding-top: 15px;
	padding-left: 35px;
}
#subnav-container a {
	color: #535c60;
	text-transform: uppercase;
	font: 13px Arial;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../img/site/div-subnav.jpg) left bottom no-repeat;
}
#subnav-container a.active,
#subnav-container a:hover {
	color: #991516;
	text-decoration: none;
}
#subnav-sidebar {
	width: 180px;
	margin-left: 20px;
	margin-top: 30px;
}
#subnav-contact-info {
	padding-left: 35px;
	padding-top: 15px;
}
#body-right {
	width: 475px;
	float: right;
	margin-right: 30px;
	padding-top: 10px;
}
/***************** F O O T E R ********************/
#footer-content {
	color: #FFF;
	width: 750px;
	margin: auto;
	margin-top: 15px;
}
.footer-column1 {
	margin-top: 10px;
	margin-left: 27px;
	width: 181px;
	float: left;
}
.footer-column2 {
	margin-top: 10px;
	width: 191px;
	float: left;
}
.footer-column3 {
	margin-top: 10px;
	width: 190px;
	float: left;
}
.footer-column4 {
	margin-top: 10px;
	width: 160px;
	float: left;
}
.footer-clear {
	clear: both;
	height: 10px;
}
.footer-title {
	font-weight: bold;
}
#footer-content a {
	color: #FFF;
	text-decoration: none;
}
#footer-content a:hover {
	color: #9f9c92;
}
#footer-credits {
	width: 712px;
	margin: auto;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #e2e2e2;
}
#footer-credits a {
	color: #e2e2e2;
}
#footer-credits a:hover {
	color: #991516;
	text-decoration: none;
}

#xtranet_login_form {
	background: #878787;
	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;
}