div#top-banner {
	background: url(../images/ff2014-banner.jpg) no-repeat;
	height:42px;
	width:735px;
	padding-top: 140px;
	position:relative;
	z-index;100;
}

div#content-container {
	background: #FAA72D url(../images/page-gradient.jpg) repeat-x;
	height:auto;
	padding:10px 20px 20px 20px;
	min-height:400px;

}

div#home-main-image {
	float:left;
	background: url(../images/home-image-holder.jpg) no-repeat;
	width:427px;
	height:230px;
	margin:7px 20px 0px 0px;

}
div#home-main-image img {
	display:none;
	margin:22px 0px 0px 13px;

}
div#home-main-text {
	float:right;
	width:245px;
	height:215px;
	text-align:left;
	font-size:11px;
	color:#000;
	line-height:16px;
	margin-top:15px;
}

div#home-main-text img {
	margin-left:10px;
}
div#home-lower {
	clear:both;
	float:none;
	border-top:1px solid #c07e1a;
	padding-top:15px;
}

div#home-lower-left {
	float:left;
	width:427px;
	margin:0px 20px 0px 0px;
	font-size:11px;
	color:#000;
	line-height:16px;
}

div#home-lower-left img {
	margin-right:15px;
}

div#home-lower-right {
	float:right;
	width:245px;
	text-align:left;
	margin:0px 0px 0px 0px;
	font-size:11px;
	color:#000;
	line-height:16px;
}

div#left-content {
	float:left;
	width:485px;
	margin-top:0px;
	min-height:430px;
}

div#right-content {
	float:right;
	width:150px;
	background:url(../images/right-nav-background.jpg) no-repeat;
	margin-top:50px;
	height:300px;
	padding:20px 15px 0px 15px;
}

div#sub-nav-title {
	font-weight:bold;
	color:#000;
	font-size:14px;
	border-bottom:1px solid #da8b16;
	padding-bottom:5px;
	margin-bottom:15px;
}



ul#right-menu  {
	margin:0px;
	margin-left:20px;
	padding:0px;
	list-style-type:square;
	color:#8b270b;
}

#right-menu  li {
	margin:0px;
	padding:0px;
}

#right-menu  li a {
	display:block;
	color: #8b270b;
	font-weight: normal;
	text-decoration: none;
	font-size:12px;
	padding:6px 0px;
}

#right-menu  li a:hover {
	text-decoration: underline;
	color: #a66910;
}


div#content-scroll {
	overflow:auto;
	height:500px;
	padding-right:10px;
	border:0px;
}


.count-header {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding:0px 0 0 20px;
}

.count-time {
	font-weight:bold;
	color:#2b4290;
	font-size:12px;
	padding:0 0 0px 20px;
}

.jScrollPaneContainer:active
{
outline: none;
-moz-outline-style: none;
}

.jScrollPaneContainer:focus
{
-moz-outline-style: none;
outline: none;
}



.jScrollPaneContainer {
	float:left;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border:0px;
	
}



.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #E5941D;
	margin-left:10px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #CF800B;
	cursor: n-resize;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;	
	height: 19px;
	background: url(../images/scrollbar-up.gif) no-repeat center top;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 19px;
	width: 9px;
	background: url(../images/scrollbar-down.gif) no-repeat center bottom;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



div.clear {
	clear:both;
	float:none;
	height:5px;
	font-size:5px;
}
a#back {
	cursor:pointer;
}




div.section-header {
	background-color:#800D10;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:8px;
	border-bottom:1px solid #470708;
}

div.section-holder {
	background:#FDB344;
	padding:15px 20px 20px 20px;
	margin:0px;
	border:0px;
}

