body  {
	font:80% Verdana, Arial, Helvetica, sans-serif;
	background: #6E594C;
	margin:0;
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	}
#mainContainer { 
	width:830px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	background:#6E594C url('../images/bg.png') repeat-y scroll left;
	} 
#container {
	width:800px;
	margin:0px 15px;
	background:#FFFFFF;
	}
	
/* HOME HEADER STYLES */
#header-home { 
	width:760px;
	height:240px;
	padding:10px 20px 20px 20px;
	background:#FFFFFF url('../images/header-top.jpg') no-repeat scroll top;
	}
.headerLeft-home {
	width:300px;
	height:240px;
	}
.logo-home {
	width:280px;
	height:40px;
	position:relative;
	top:30px;
	}
.mainNav-home {
	width:240px;
	margin:80px 0px 0px 0px;
	position:relative;
	left:20px;
	}
.flashArea-home {
	width:460px;
	height:220px;
	margin-left:20px;
	margin-top:20px;
	background-image:url('../images/flash-area-bg.jpg');
	background-repeat:no-repeat;
	}	
	
/* PAGE HEADER STYLES */
#header { 
	width:760px;
	height:100px;
	padding:10px 20px 20px 20px;
	background:#FFFFFF url('../images/header-top.jpg') no-repeat scroll top;
	}
.headerLeft {
	width:300px;
	height:110px;
	}
.headerRight {
	height:110px;
	}
.logo {
	width:280px;
	height:40px;
	margin-top:0px;
	}
.mainNav {
	width:350px;
	height:20px;
	margin:0px 0px 0px 110px;
	padding:0;
	}
.flashArea {
	width:460px;
	height:67px;
	margin-left:0px;
	margin-top:6px;
	background-image:url('../images/flash-area-small-bg.jpg');
	background-repeat:no-repeat;
	}	
	
/* MENU STYLES */	
#menu {
	width:800px;
	background:#e79835 url('../images/menu-bg.jpg') repeat-y scroll left;
	}
	
/* HOME CONTENT STYLES */
#contentArea-home { 
	width:800px;
	}
#box1 {
	width:280px;
	height:100%;
	background-image:url('../images/box1-bg.jpg');
	background-repeat:repeat-y;
	}
#box2 {
	width:280px;
	height:100%;
	background-image:url('../images/box2-bg.jpg');
	background-repeat:repeat-y;
	}
#box3 {
	width:160px;
	height:100%;
	background-image:url('../images/box3-bg.jpg');
	background-repeat:repeat-y;
	}
#box1-top {
	width:280px;
	height:10px;
	background-image:url('../images/box1-bg-top.jpg');
	background-repeat:no-repeat;
	}
#box2-top {
	width:280px;
	height:10px;
	background-image:url('../images/box2-bg-top.jpg');
	background-repeat:no-repeat;
	}
#box3-top {
	width:160px;
	height:10px;
	background-image:url('../images/box3-bg-top.jpg');
	background-repeat:no-repeat;
	}
#box1-bg {
	width:280px;
	height:100%;
	background-image:url('../images/box1-bg-btm.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	}
#box2-bg {
	width:280px;
	height:100%;
	background-image:url('../images/box2-bg-btm.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	}
#box3-bg {
	width:160px;
	height:100%;
	background-image:url('../images/box3-bg-btm.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	}
#boxContent {
	padding:0px 20px 20px 20px;
	height:100%;
	min-height:270px;
	}
#boxContent h1 {
	padding:10px 0 15px 0;
	margin:0;
	color:#bdb19e;
	font-size:16px;
	font-weight:normal;
	}
#boxContent img {
	float:left;
	}
#boxContent p {
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 15px;
	}
#boxContent a {
	font-size:12px;
	font-weight:normal;
	color:#e79835;
	text-decoration:none;
	}
#boxContent a:hover {
	font-size:12px;
	font-weight:normal;
	color:#e79835;
	text-decoration:underline;
	}
#boxContent ul {
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
	padding:0;
	margin:0;
	}
#boxContent li {
	font-size:12px;
	font-weight:normal;
	background-image:url('../images/bullet.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:14px; 
	padding-bottom:5px;
	}
ul#social_media img { margin:-7px 0 0 0; }
ul#social_media li { margin-bottom:10px; }
#additional-content {
	width:800px;
	}
.twitter { margin-bottom:5px; }
.twitter img { margin:-7px 0 0 0; }

#twitter_feed ul {
	font-size:10px;
	font-weight:normal;
	list-style-type:none;
	padding:0 0 10px 0;
	margin:0 0 0 0;
	}
#twitter_feed li {
	width:108px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:10px;
	font-weight:normal;
	background-image:none;
	background-repeat:no-repeat;
	}
#twitter_feed a { font-size:10px; }
#twitter_feed a:hover { font-size:10px; }

/* PAGE CONTENT STYLES */
#mainArea { 
	width:760px;
	margin:20px;
	vertical-align:top;
	}
#leftNav {
	width:180px;
	margin:0;
	padding:0;
	background-color:#FCFCFB;
	border:1px solid #F2F0EC;
	vertical-align:top;
	}
#leftNavContent {
	width:160px;
	margin:10px;
	padding:0;
	}
#spacer {
	width:20px;
	}

.cms_page_title { font-size:140%; font-weight:normal; color:#e79835; margin:0; padding:10px 0; }
#contentArea h1 { font-size:140%; font-weight:normal; color:#e79835; margin:0; padding:10px 0; }
#contentArea h2 { font-size:120%; font-weight:bold; margin:0; padding:10px 0; }
#contentArea h3 { font-size:110%; font-weight:bold; color:#e79835; margin:0; padding:10px 0; }
#contentArea h4 { font-size:100%; font-weight:bold; margin:0; padding:10px 0; }
#contentArea h5 { font-size:70%; color:#e79835; margin:0; padding:5px 0; }
#contentArea h6 { font-size:70%; margin:0; padding:5px 0; }
#contentArea a {
	font-weight:normal;
	color:#e79835;
	text-decoration:none;
	}
#contentArea a:hover {
	font-weight:normal;
	color:#e79835;
	text-decoration:underline;
	}
#contentArea ul {
	font-weight:normal;
	list-style-type:none;
	padding:0;
	margin:0 0 0 10px;
	}
#contentArea ul li {
	font-weight:normal;
	background-image:url('../images/bullet.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:14px; 
	padding-bottom:5px;
	}
#contentArea ol {
	font-weight:normal;
	padding:0;
	margin:10px 0 10px 20px;
	}
#contentArea ol li {
	font-weight:normal;
	margin:5px 10px;
	padding:0;
	}	

/* FOOTER STYLES */
#footer { 
	width:800px;
	height:28px;
	background:#e79835 url('../images/footer-bg.jpg') no-repeat scroll left; 
	}
#footerContent { 
	width:800px;
	position:relative;
	top:6px;
	color:#FFFFFF;
	text-align:center;
	font-size:85%;
	}
#footerContent a {
	color:#FFFFFF;
	text-decoration:underline;
	}
#footerContent a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

/***** OTHER *****/

div.h_divider {
    clear: both;
    background-color:#FFFFFF;
    height: 10px;
}
div.bottom_h_divider {
	background-color:#FFFFFF;	
	padding-top: 0px;
    margin: 0;
}

div.login_form_wrapper {
    text-align: center;
}
div.user_login_form {
    text-align: center;
}
