@charset "UTF-8";
body  {
	margin: 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: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.twoColFixLt #header {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 113px;
	overflow:hidden;
	position: relative;
}

.twoColFixLt #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 824px;
	overflow:hidden;
	position: relative;
}

.twoColFixLt #containerint {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(../images/interior_bg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1350px;
	position: relative;}



.twoColFixLt #mainContent {
	width: 520px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 400px!important;
	margin-left: 390px;
	padding-top: 195px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
} 



.twoColFixLt #leftContent {
	width: 530px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 390px!important;
	margin-left: 380px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	position: relative;
} 


.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt .content_sidebar {
	padding-top: 335px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.twoColFixLt .content_main_header {
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 105px;
	overflow: hidden;
	height: 310px;
}
.twoColFixLt #container #mainContent .subNav {
	font-size: 1em;
}
.twoColFixLt #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	width: 980px;
	height: 103px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	background-image: url(../images/footer_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow:hidden;
	position: relative;
}


.twoColFixLt .contentWrap {
	clear: both;
	overflow: auto;
	padding: 10px;
	height: 375px!important;
	height: 380px;
}





@charset "UTF-8";

ul#topNav  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#topNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul#topNav li a{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	line-height: 30px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
}
ul#topNav li a:hover{
	color: #e5d2a3;
}
ul#topNav li a.sel{
	color: #FFFFFF;
	font-size: 12px;
}
.subNav {
	clear:both;
}



