/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #4e5f35;
	color: #444444;
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 20px 0;
}
a{
	color: #4e5f35;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page, #header, #footer{
	background: url(page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 19px 0 13px;
	width: 785px;
}
#page{
	padding-bottom: 45px;
}
/*=== Header ===*/
#header{
	background: url(page-top.gif) no-repeat top;
	height: 98px;
}
#header .spacer{
	float: right;
	width: 570px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	margin: 2px 0 0;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 96px;
	width: 173px;
}
/*- Top Menu -*/
#topmenu{
	float: right;
	height: 32px;
	padding: 30px 0 0;
}
#topmenu li{
	float: left;
	font: 26px/32px "Times New Roman", Times, serif;
}
#topmenu li a{
	color: #959f86;
	display: block;
	margin: 0 0 0 30px;
}
#topmenu li a:hover,
#topmenu li.active a{
	color: #eaece7;
	text-decoration: none;
}
/*- Top Sub Menu -*/
#topsubmenu{
	float: right;
	padding: 16px 0 0;
}
#topsubmenu li{
	float: left;
	margin: 0 0 0 20px;
}
#topsubmenu li a{
	color: #666666;
}
/*- Top Sub Menu2 -*/
#topsubmenu2{
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
}
#topsubmenu2 li{
	float: left;
	font-weight: bold;
	margin: 0 15px 0 0;
}
#topsubmenu2 li.normal{
	font-weight: normal;
}
#topsubmenu2 li a{
	color: #a49f9f;
}
#topsubmenu2 li a:hover,
#topsubmenu2 li.active a{
	color: #4e5f35;
	text-decoration: none;
}
/*=== Title ===*/
.title{
	height: 236px;
}
#home.title{

}
#sub.title{

}
/*=== Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y right;
	padding: 0 5px;
}
#columns h2{
	color: #c94009;
	font-size: 16px;
	padding: 0 0 10px;
}
#columns h3{
	color: #c94009;
	font-size: 11px;
	padding: 0 0 7px;
}
#columns h3 a{
	color: #c94009;
}
#columns p{
	padding: 0 0 10px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	width: 567px;
}

#centercol1{
	float: left;
	width: 620px;
}

#centercol ul{
padding:10px 0
}
#centercol ul li{
margin:0 0 0 23px;
list-style-image:url(ico-list.gif);
list-style-position:outside
}


/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 162px;
}
#columns #rightcol h2{
	color: #4e5f35;
	padding: 0 0 4px;
}
#columns #rightcol p{
	padding: 0 0 7px;
}
#rightcol img{
	margin: 0 0 5px;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 256px;
}
.col1 img{
	display: block;
	margin: 0 0 5px;
}
.col2{
	background: #edefea;
	float: right;
	padding: 6px;
	width: 286px;
}
/*=== Wrappers ===*/
/*- Wrapper1 -*/
.wrapper{
	background: #edefea;
	float: left;
	margin: 0 12px 0 0;
	width: 181px;
}
.wrapper.last{
	margin: 0;
}
.wrapper a{
	text-decoration: underline;
}
.wrapper div{
	padding: 5px;
}
#columns .wrapper h3, #columns .wrapper2 h3{
	padding: 0;
}
#columns .wrapper p, #columns .wrapper2 p{
	padding: 0;
}
/*- Wrapper2 -*/
.wrapper2{
	background: #edefea;
	float: left;
	height: 96px;
	line-height: 13px;
	margin: 0 30px 17px 0;
	overflow: hidden;
	width: 267px;
}
.wrapper2 img{
	float: left;
	margin: 0 7px 0 0;
}
.wrapper2.second{
	margin: 0;
}
.wrapper2 a{
	text-decoration: underline;
}
.wrapper2 div{
	padding: 5px 3px 0 0;
}
/*=== Styling Lists ===*/
ul.list1{
	padding: 0 0 15px;
}
.list1 li{
	background: url(ico-more.gif) no-repeat left;
	padding: 0 0 0 14px;
}
.list1 li a:hover,
.list1 li.active a{
	font-weight: bold;
	text-decoration: none;
}
/*=== Footer ===*/
#footer{
	background: url(page-bot.gif) no-repeat top;
	clear: both;
	height: 8px;
	overflow: hidden;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
#columns p a.more{
	background: url(ico-more.gif) no-repeat left;
	display: block;
	font-weight: bold;
	margin: -2px 0 8px;
	padding: 0 0 0 14px;
}
