@charset "utf-8";
body {
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #2b2a29 url(../assets/bar_repeat.jpg) repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.oneColFixCtrHdr #main_container {
	width: 817px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(../assets/main_bg.jpg) repeat-y;
}
.oneColFixCtrHdr #container {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtrHdr #topcap {
	background: url(../assets/top_cap.jpg) no-repeat top left;
	margin: 0 auto;
	height:23px; 
	width: 817px; 
}
.oneColFixCtrHdr #header {
	height: 82px; 
}
.oneColFixCtrHdr #image_header {
	height: 223px; 
}
.oneColFixCtrHdr #nav_container {
	background: url(../assets/nav_bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:38px;
	width: 817px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* text-align: center;    jeh testtest */
	text-align: left;
}
.oneColFixCtrHdr #mainContentHolder {
	width: 817px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(../assets/main_bg.jpg) repeat-y;
	text-align:center;
}
#container_content {
	width: 801px; 
	margin: 0 auto; 
	text-align: left;
	background:url(../assets/content_bg.jpg);
}
#content_left_holder {
	width: 566px;
	float:left;
	border-top:12px solid #003862;
	border-right:12px solid #003862;
	border-left:12px solid #003862;
}
#content_left {
	margin: 0;
	text-align:left;
}
#content_left_copy {
	text-align:left;
	background:#FFFFFF;
	color:#371b02;
	padding:10px;
}
#content_left_copy h1{
	color:#371b02;
	font-size:19px;
	font-weight:bold;
	text-align:center;
		
}
#content_left_copy h2{
	color:#371b02;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#content_left_copy_bottom {
	text-align:left;
	background:#3a4d6f;
	color:#fff;
	padding:10px;
	border-top:12px solid #003862;
	font-weight:bold;
	line-height:21px;
}
#content_right_holder {
	width: 199px; 
	text-align: left;
	float:left;
	border-top:12px solid #003862;
}
#content_right {
	margin: 0;
}
#content_right_topcopy {
	margin: 0;
	background:#00274b;
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
}
#content_right_copy_bottom {
	margin: 0;
	background:#703329;
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
	border-top:12px solid #003862;
}
#footer {
	background: url(../assets/footer_bg.jpg) no-repeat;
	height:23px;
	margin: 0 auto; 
	text-align:center;
	width: 817px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/****************************************
	FIX FLOATS
*****************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* BEGIN NAV */
#navcontainer
{
margin: 0 0 0 30px;
/*padding: 10px 0 0 0;*/
}
/*
#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 120px;
height: 18px;
padding: 0;
margin: 0 0 10px 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: bold 13px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background: #713229;
}

#navcontainer a:active
{
	background: #713229;
	color: #DEACA5;
}

#navcontainer li#active a
{
	background: #713229;
	color: #CB7B70;
}
 END NAV */

.floatTL { 
	float : left;
	margin-left : 0px;
	margin-bottom : 10;
	margin-top : 10px;
	margin-right : 10px;
} 

