/* @override 
	http://localhost/xch_aacc/css/site_struct.css
	http://aacc.louddevelopment.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:12px;
  	color:#666666;
 	background:#FFFFFF;
	line-height: 18px;
}
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
****************************************************/
#hdr-top {
	width: 772px;
	margin-top: 10px;
	font-size: 10px;
}
#hdr-social {
	width: 590px;
	text-align: right;
	float: left;
}
#hdr-social img {
	width: 30px;
	margin-right: 15px;
}
#hdr-date {
	float: left;
	width: 170px;
	text-align: right;
	margin-top: 6px;
}
#header {
	clear: both;
	width: 812px;
	height: 149px;
	background: url(../img/site/bg-header.jpg) right no-repeat;
}
#logo {
	width: 152px;
	height: 149px;
	float: left;
}

#nav { float: left; height: 24px; cursor: pointer; overflow: hidden;width:630px; padding: 0pt; margin: 0pt; list-style-image: none; list-style-position: outside; list-style-type: none;margin-top: 114px;margin-left: 5px;}
#nav li	{float:left; margin: 0pt; padding: 0pt;width: auto;}
#nav a 	{display:block; line-height:24px; overflow:hidden; margin: 0pt; padding: 0pt;text-decoration: none;padding-right: 13px;padding-left: 13px; border-right: 1px solid #ccc;color: #666;font-size: 12px;}
#nav a:hover {	text-decoration: underline; }
#nav a.nav-last {
	border: none;
}

#body-container {
	width: 812px;
}
#body-sidebar {
	width: 137px;
	min-height:484px;
  	height:auto !important;
  	height:484px;
  	background: url(../img/site/bg-sidebar.jpg);
  	float: left;
  	padding-left: 15px;
  	color: #000;
}
#body-main {
	width: 635px;
	float: right;
	margin-right: 20px;	
}
#page-content {
	padding: 15px;
}
#subnav {
	margin-bottom: 20px;
}
#subnav a {
	color: #3a3a3a;
	font-weight: bold;
	display: block;
	line-height: 14px;
	margin-bottom: 10px;
}
#subnav a:hover,
#subnav a.active {
	color: #1f2259;
	text-decoration: none;
}
/****************************************************
XTRANET LOGIN
****************************************************/
#xtranet_login_form {
	background: #32312e;
	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;
}
/* IMAGE GALLERY *****************************/
.gallery_item_container {
	width: 550px;
}
.gallery_item_container img {
	margin: 5px;
}

/****************************************************
EVENTS STYLES
****************************************************/
.event-sect {
	width: 585px;
	padding: 15px;
}
.event-sect.odd {
	background: #eee;
}
.event-pic {
	float: left;
	width: 159px;
	height: 110px;
}
.event-title {
	color: #1f2259;
	font-size: 24px;
	margin-bottom: 8px;
}
.event-datetime {
	color: #138de0;
	font-size: 18px;
	margin-bottom: 4px;
}
.event-body {
	float: right;
	width: 410px;
}