@charset "UTF-8";
/* SETUP START */
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	color: #D3BE92;
	font: .7em/1.7em Arial, Helvetica, sans-serif;
	background: #000 url(images/main_bg.jpg) 0 0 repeat-x;
}

li {
	font-size: 12px;
	line-height:20px;
}

a, a:visited, a:hover{
	font-size: 12px;
	line-height:16px;
	color:#D3BE92;
}

.footer, .footer a, .footer a:visited, .footer a:hover{
	color:#928F8A;
	font-size:11px;
	padding:0 0 0 15px;
	text-decoration:none;
}

.footerLinks a, .footerLinks a:visited, .footerLinks a:hover{
	color:#928F8A;
	font-size:11px;
	padding:0 0 0 15px;
	text-decoration:none;
	/*text-decoration:none;*/
}

/* TINY MCE */


/* MAIN STYLES START */

h1{
	margin:0px;
	font-weight:lighter;
	color:#D3BE92;
	font-size:18px;
	line-height:30px;
	_line-height:30px;
}
h2 {
	margin:0px;
	font-weight:600;
	color:#D3BE92;
	font-size:18px;
	line-height:24px;
	_line-height:23px;
}

h3, h4, h5, h6 {
	color: #D3BE92;
	margin-bottom:-10px;
	_margin-bottom:-17px;
	font-weight:lighter;
}

p,li {
	font-size: 12px;
	line-height:15px;
	color:#C1C1C1;
}

.main h1{
	font-weight:lighter;
	color:#FFFFFF;
	font-size:18px;
	line-height:25px;
	_line-height:25px;
	letter-spacing:2px;
}
.main h2 {
	margin:0px;
	font-weight:lighter;
	color:#FFFFFF;
	font-size:18px;
	line-height:24px;
	_line-height:23px;
}
.main h3, .main h4, .main h5, .main h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif
	color: #FFFFFF;
}

.main p {
	font-size: 12px;
	font-weight:normal;
	line-height:22px;
	_line-height:22px;
	color:#FFFFFF;
	padding-left:15px; 
}


/* END OF TINY MCE */


/* MENUS */

/* 
- ul is surrounding first level
- li is first level
- li li is a li in an li
- ul ul is a ul in a ul...
*/
/* MAIN NAVIGATION */
#navbar, #navbar ul { /* all lists */
	padding-left:0px;
	margin: 0;
	list-style: none !important;
	text-align:left; /* remove to have menu go top down */
	z-index:30;
}

#navbar {
	top: 0px;
	width: auto !important;
	float: left;
	margin: 0 !important;
	height:30px;
	
}

#navbar a {
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 11px;
	height:30px;
	
}
#navbar :hover {
	background-image:url(images/rollover_on.jpg);
}

#navbar li { /* all list items */
	float: left;/*width: 10em;  width needed or else Opera goes nuts */
	width:80px;
	text-align:center;vertical-align:middle;
	/*_width:225px;*/
	
}

#scrollBar {
	width:706px;
	_width:706px;
	height:440px;
	overflow:auto;
	
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-left:55px;
	padding-top:15px;
	padding-bottom:0px;
	vertical-align:top;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #0f0;
}
.jScrollPaneDrag {
	position: absolute;
	background: #f00;
	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;
	position: absolute;
	z-index: 1;
	top: 10;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 16px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 16px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.jScrollPaneTrack {
	background: url(images/scroll_bg.gif) repeat-y transparent;
}
.jScrollPaneDrag {
	background: url(images/scroll_icon.gif) repeat-y;
	
}
.jScrollPaneDragTop {
	background: transparent;
	height: 0;
}
.jScrollPaneDragBottom {
	background: transparent;
	height: 0;
}
a.jScrollArrowUp {
	margin-top:0px;
	width: 11px;
	height: 10px;
	background: url(images/scroll_arrow_top.gif) no-repeat 0 0;
}
a.jScrollArrowDown {
	margin-bottom:0px;
	width: 11px;
	height: 10px;
	background: url(images/scroll_arrow_bottom.gif) no-repeat 0 0;
}

