@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body{
	color:#5b5600;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ebebe3;
}
a{
	color:#5b5600;
	text-decoration:none;
}

a:hover,a.active{
	color:#fcaf36;
}
big{
	font-size:120%;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
.clear{
	font-size:0px;
	line-height:0px;
	clear:both;
	float:none;
}
.wrapper{
	width:922px;
	margin:40px auto 0;
	height:379px;
	margin-bottom:12px;
	background-color:#fff;
}

.left_column{
	width:297px;
	float:left;
	padding:28px;
	height:323px;
	position:relative;
}

.left_column .menu{
	margin-bottom:50px;
	z-index:200;
	position:relative;
}

.left_column .menu li{
	height:20px;
	position:relative;
}

.left_column .menu a{
	text-transform:uppercase;
	position:absolute;
	top:0px;
	left:0px;
}

.left_column .menu a big{
	position:relative;
	top:0px;
	font-size:12px;
}


.left_column .menu a:hover,.left_column .menu a.active{
	padding-left:20px;
	background:transparent url(images/arrow_right.png) 0 50% no-repeat;
}


.logo{
	text-align:center;
}
.slides{
	height:379px;
	width:353px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

.slides img{
	position:absolute;
	bottom:0px;
	left:0px;
	width:353px;
}


.right_column{
	width:569px;
	float:right;
	height:379px;
	font-size:13px;
	padding:28px;
	width:513px;
	height:323px;
	position:relative;
}

.right_column .content{
	height:379px;
	overflow:auto;
	width:569px;
	width:513px;
	height:323px;
}

.right_column .content .slides{
	display:none;
}

.right_column .copy{
}

.right_column .big{
	font-size:14px;
}

.right_column img.homepage{
	position:absolute;
	top: 0px;
	left:0px;
}

.right_column .copy h1{
	font-size:33px;
	margin-bottom:10px;
	font-weight:normal;
}
.right_column .copy h2{
	font-size:22px;
	margin-bottom:10px;
	font-weight:normal;
}
.right_column .copy p{
	margin-bottom:10px;
	text-align:justify;
}
.right_column .copy ul{
	padding-left:20px;
	margin-bottom:10px;
	list-style:disc;
}
.right_column .copy ul li{
	margin-bottom:5px;
}

.right_column .copy a{
	text-decoration:underline;
}

.footer{
	width:922px;
	text-align:center;
	margin:0 auto;
	font-size:13px;
	padding:9px 0 9px 0;
	background-color:#fff;
}

.footer a{
	padding:0 30px;
}

.footer a:hover{
}

.footer a big{
	position:relative;
	top:3px;
	/top:-1px;
	font-size:14px;
}


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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #5b5600;
	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: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:#5b5600 url(images/arrow_up.png) 50% 50% no-repeat;
	height:10px;
	width:8px;
	border-bottom:1px solid #ebebe3;
}
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:#5b5600 url(images/arrow_down.png) 50% 50% no-repeat;
	height:10px;
	width:8px;
	border-top:1px solid #ebebe3;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

