body,html {
background-color:#544028;
margin:0;
height:100%;
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
background-image:url(../images/bg_black.gif);
background-position:center;
background-repeat:no-repeat;
}

a {
color:#FFFFFF;
}

h1 {
font-size:16px;
font-weight:bold;
}

h2 {
font-size:15px;
font-weight:bold;
margin:0 0 10px 0;
padding:0;
}

hr {
color:#251a06;
background:#251a06;
border-top:0;
border-bottom:1px dashed #fff;
margin:10px 0 10px 0;
}

#container {
position:absolute;
width:950px;
height:525px;
/**/
top:50%;
left:50%;
margin:-325px 0 0 -475px;
/**/
}

#standardLeft {
background-image:url(../images/leftBg.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#251a06;

width:288px;
height:385px;
float:left;

padding:10px 10px 5px 40px;
}

#standardRight {
width:610px;
height:400px;
background-color:#000;
border-left:1px solid #fff;
border-right:1px solid #fff;
float:right;
}

#footerLeft {
margin:10px 0 0 10px;
width:330px;
float:left;
}

#footerRight {
margin:10px 15px 0 0;
width:595px;
text-align:right;
float:right;
}

#footerRight a{
text-decoration:none;
}

#footerRight ul {
margin:0;
list-style-type:none;
}

#footerRight ul li {
display:inline;
text-transform:uppercase;
font-weight:bold;
padding:0 5px 0 5px;
}

#logo {
width:240px;
height:125px;
float:left;
}

#navigation {
width:695px;
float:right;
text-align:right;
margin:105px 15px 0 0;
}

.noShow {
display:none;
}

.clear {
clear:both;
}

.blackText {
color:#000000;
font-size:11px;
}

.newsLinks a{
color:#aaa;
text-decoration:none;
}

.newsLinks a:hover{
color:#fff;
text-decoration:none;
}

.faqAnswers {
display:none;
font-size:16px;
width:400px;
padding:80px 0 0 100px;
}

/* -------------------------- scroll pane styles ---------------------- */

.scroll-pane {
width: 285px;
padding-right:5px;
overflow: hidden;
text-align:left;
line-height:15px;
height: 330px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #251a06;
}
.jScrollPaneDrag {
	position: absolute;
	background: #544028;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	background: url(../images/basic_arrow_up.gif) no-repeat 0 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
background-position: 0 -15px;
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	background: url(../images/basic_arrow_down.gif) no-repeat 0 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
background-position: 0 -15px;
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
background-position: 0 -30px;
	/*background-color: #f00;*/
}