/*ul.menu{
	font-size:11px;
	font-weight:bold;
}*/

body{
	width:100%;
	height:100%;
	background:url('../images/footer_bg.jpg') repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#5D5D5D;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#5D5D5D;
	margin:2px 0 6px 0;
}
h1,h2,h3,h4,h5,h6{
	font-family:Times New Roman, Times, serif;
}
h1{
	font-size:20px;
	line-height:24px;
	color:#984928;
	margin:2px 0 6px 0;
}
h2{
	font-size:18px;
	line-height:22px;
	color:#984928;
	margin:2px 0 6px 0;
}
h3{
	font-size:16px;
	line-height:20px;
	color:#984928;
	margin:2px 0 6px 0;
}
h4{
	font-size:14px;
	line-height:18px;
	color:#984928;
	margin:2px 0 6px 0;
}
h5{
	font-size:12px;
	line-height:16px;
	color:#984928;
	margin:2px 0 6px 0;
}
h6{
	font-size:10px;
	line-height:14px;
	color:#984928;
	margin:2px 0 6px 0;
}
#content a{
	color:#A56736;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover,
#content a:active{
	color:#504C4C;
	text-decoration:underline;
}
.menu a:focus{
	outline:none;
}
/* LISTS */
#content ul,#content ol{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#5D5D5D;
	margin:3px 0 9px 15px;
}
#content ul{	list-style:circle;}
#content ol{	list-style:decimal;}

.clear{float:left;clear:both;width:100%;height:0px;line-height:0px}
/* =============== */
/* == MAIN DIVS == */
/* =============== */
#wrapper{
	float:left;
	clear:both;
	width:100%;
}
#header{
	float:left;
	clear:both;
	width:100%;
	height:154px;
	background:url('../images/header_bg.jpg') repeat-x;
}
	#header-inner{
		margin:0 auto;
		width:990px;
	}
	#header-logo{
		float:left;
		width:199px;
		height:120px;
	}
	#header-spacer{
		float:left;
		width:600px;
		height:60px;
		line-height:0px;
	}
	#header-login{
		float:right;
		width:166px;
		height:29px;
		text-align:center;
		background:url('../images/login_bg.jpg') no-repeat;
		margin:0 30px 0 0;
	}
		#header-login a{color:#C6C5C3;text-decoration:none;}
		#header-login a:hover{color:white;text-decoration:underline;}
	#header-menu{
		float:left;
		width:760px;
		height:30px;
		margin:0 0 0 10px;
	}
#content{
	float:left;
	clear:both;
	width:100%;
	background:white;
}
	#content-inner{
		margin:0 auto;
		width:990px;
	}
#footer{
	float:left;
	clear:both;
	width:100%;
}
	#footer-inner{
		margin:15px auto 0 auto;
		text-align:center;
		width:990px;
	}
/* =============== */
/* == HOME DIVS == */
/* =============== */
#home-sidebar{
	float:left;
	width:280px;
	height:376px;
}
#home-slideshow{
	float:left;
	width:710px;
	height:376px;
	
}
#fadeshow1,
#fadeshow1 img{
	z-index:0;
}
#homesections{
	float:left;
	clear:both;
	width:100%;
	margin:10px 0;
}
.homesection{
	float:left;
	width:180px;
	height:140px;
}
.homesection-line{
	float:left;
	width:1px;
	height:120px;
	background:#9F9E9A;
	margin:0 10px;
}
#hs1{background:url('../images/homeicon_1.jpg') no-repeat top right;}
#hs2{background:url('../images/homeicon_2.jpg') no-repeat top right;}
#hs3{background:url('../images/homeicon_3.jpg') no-repeat top right;}
#hs4{background:url('../images/homeicon_4.jpg') no-repeat top right;}
#hs5{background:url('../images/homeicon_5.jpg') no-repeat top right;}
/* =============== */
/* == PAGE DIVS == */
/* =============== */
#page-left{
	float:left;
	width:300px;
	margin:0 0 20px 0;
	min-height:218px;
	background:url('../images/vertical_line.gif') no-repeat top right;
}
#page-right{
	float:left;
	width:665px;
	min-height:300px;
	margin:0 0 20px 20px;
}
/* ================== */
/* == GALLERY DIVS == */
/* ================== */
#gallery-image{
	margin:0 auto;
	width:600px;
	height:400px;
	
	border:1px solid #DDD;
}
#gallery-thumbs{
	float:left;
	clear:both;
	width:100%;
	margin:10px 0;
	
	border:1px dashed #AAA;
}
#gallery-content{
	float:left;
	clear:both;
	width:100%;
	
	margin:10px 0 20px 0;
}
#footer-inner td img{
    padding: 5px;
}
