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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/bg.jpg) left top repeat-x #4A4434;
	margin:auto;
	padding:0;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5d9da5;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#66A9B0;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#2F2D24;
}

/* Link styles */

a:link {
	color:#009999;
	text-decoration: none;
}

a:visited {
	color:#009999;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #4281BF;
}

/* End Link Styles */

.clear{
	clear:both;
}

#wrapper {
	width:960px;
	margin:auto;
	padding:0;
}

#animation{
	width:960px;
	margin:25px 0 0 0;
	padding:0;
}

#content-container{
	background-color:#3D392D;
	width:960px;
	height:100%;
	margin:auto;
	padding-top:10px;
	overflow:hidden;
}

#bigpicture{
	border:#444035 solid 8px;
	float:left;
	width:676px;
	height:100%;
	color:#C5C39D;
	line-height:20px;
	overflow:visible;
}

#bigpicture p{
	padding:0 5px;
}

#right-col{
	float:right;
	width:258px;
	color:#C5C39D;
	padding:5px;
	height:100%;
	line-height:18px;
	overflow:visible;
}

#right-col ul li{
	list-style:none;
	display:inline;
}

#right-col p{
	padding-bottom:10px;
	border-bottom:#C5C39D 2px dashed;
}

#arrow-box{
	width:40px;
	height:31px;
	float:left;
	background-image:url(../images/arrow.jpg);
	margin-top:0px;
}

#recent-news{
	float:right;
	width:905px;
	background-color:#C5C39D;
	height:31px;
	padding-left:5px;
}

#recent-news h3{
	margin-top:5px;
}

#news-box-1{
	float:left;
	width:270px;
	height:100%;
	background-color:#444035;
	margin:5px 5px 0 5px;
	padding-left:5px;
	color:#C5C39D;
}

#news-box-1 h2{
	border-bottom:#C5C39D solid 2px;
	padding-bottom:2px;
}

#news-box-2 h2{
	border-bottom:#C5C39D solid 2px;
	padding-bottom:2px;
}

#news-box-3 h2{
	border-bottom:#C5C39D solid 2px;
	padding-bottom:2px;
}

#news-box-2{
	float:left;
	width:310px;
	height:100%;
	background-color:#444035;
	margin:5px 5px 5px 15px;
	padding-left:5px;
	color:#C5C39D;
}

#news-box-3{
	float:right;
	width:310px;
	height:100%;
	background-color:#444035;
	margin:5px 5px 5px 0;
	padding-left:5px;
	color:#C5C39D;
}

#pages-btns{
	background-color:#2c291f;
	width:676px;
	height:25px;
	font-size:14px;
}

#pages-btns ul li{
	list-style:none;
	display:inline;
	background-color:#3e3a2f;
	margin-right:10px;
}

.current{
	color:#a4bd29;
}

#footer{
	color:#7D7E68;
	text-align:center;
	padding:0;
	margin:0;
}

/* Expandable List Styles */

.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 200px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}