/* @override 
	http://localhost/xch_moneybox/css/site_struct.css
	http://moneybox.louddevelopment.com/css/site_struct.css
	http://www.themoneybox.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	color: #898780;
	font-size: 12px;
	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: #d5d5d5;
}
#body-container {
	width: 950px;
	margin: auto;
}
#body-header {
	height:99px;
	margin-top: 50px;
}
#header-left {
	width: 196px;
	height: 99px;
	float: left;
}
#header-right {
	width: 728px;
	height: 99px;
	float: right;
}
#header-lang {
	text-align: right;
	font-size: 11px;
	height: 20px;
	margin-top: 27px;
}
#header-lang a {
	color:#808184;
}

#nav {
	padding:0;
	margin: 0;
	margin-left: 4px;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	display: block;
	height: 52px;
	float: left;
	text-indent: -5000px;
	background: url(../img/site/sprite-nav.gif);
}
#nav li a.services {
	width: 196px;
}
#nav li a.selex {
	width: 316px;
	background-position: -196px 0;
}
#nav li a.locations {
	width: 212px;
	background-position: -512px 0;
}
#nav li ul.submenu {
	margin: 0;
	padding: 0;
	position: absolute;
	top:148px;
	visibility: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 2px;
}
#nav li ul.submenu.services {
	background: #FFF url(../img/site/bg-serv-submenu.gif) bottom no-repeat;
	width: 211px;
}
#nav li ul.submenu.locations {
	background: #FFF url(../img/site/bg-loca-submenu.gif) bottom no-repeat;
	width: 189px;
}
#nav li ul li {
	float: none;
}
#nav li ul li a {
	text-indent: 0;
	height: 31px;
	line-height: 31px;
	font-size: 11px;
	background: none;
	color:#808184;
	margin-left: 3px;
	padding-left: 5px;
	text-transform: uppercase;
}
#nav li ul.submenu.services li a {
	width: 200px;
}
#nav li ul.submenu.locations li a {
	width: 179px;
}
#nav li ul li a:hover {
	text-decoration: none;
	background: url(../img/site/bg-subnav-hover.gif);	
	color: #FFF;
}
#body-content {
	margin-top: 20px;
}
#body-banners {
	height: 117px;
	margin-top: 10px;
}
.footer-banner {
	float: left;
}
#body-footer ul {
	width: 950px;
	list-style:none;
	display:block;
	text-align:right;
}
#body-footer ul li {
	padding:0 35px 0 15px;
	display:inline;
}
#body-footer ul li a {
	color:#808184;
	text-decoration:none;
	line-height: 35px;
	letter-spacing: 1px;
}
#body-footer ul li a:hover {
	text-decoration:underline;
}
/****************************************************
PAGE STYLES
****************************************************/
#page-container {
	width: 950px;
	background: #FFF;
}
#page-left {
	width: 358px;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 289px;
	background: #198d78 url(../img/site/bg-pagecontent.jpg) bottom center no-repeat;
}
#page-content {
	width: 330px;
	margin: auto;
	padding-top: 10px;
	height: 270px;
	overflow: hidden;
	color: #FFF;
}
#page-right {
	width: 579px;
	float: right;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 289px;
}
/****************************************************
LOCATION STYLES
****************************************************/
#full-page-container {
	width: 942px;
	margin: auto;
	min-height:300px;
    height:auto !important;
    height:300px;
    background: #FFF;
    padding: 4px;
}
#location-text {
	width: 485px;
	background: #4c89ce url(../img/site/bg-location-text.gif) bottom repeat-x;
	min-height:491px;
    height:auto !important;
    height:491px;
	float: left;
	padding: 20px;
	color: #FFF;
}
#location-map {
	width: 417px;
	float: right;
}
/****************************************************
SELEX STYLES

****************************************************/
#selex-container {
	background: url(../img/site/selex-bg.jpg) center repeat-y;
}
#selex-top-bg {
	background: url(../img/site/selex-top.jpg) top center no-repeat;
}
#selex-bottom-bg {
	background: url(../img/site/selex-bottom.jpg) bottom center no-repeat;
}
#selex-left {
	float: left;
	width: 519px;
	padding: 40px;
}
#selex-right {
	float: right;
	width: 300px;
	margin-right: 15px;
	margin-top: 40px;

}
/****************************************************
XTRANET LOGIN STYLES
****************************************************/
#xtranet_login_form {
	background: #FFF;
	width: 260px;
	padding: 20px;
	margin: auto;
	margin-top: 30px;
}
#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: #898780;
}
#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;
}
