@charset "UTF-8";
/* CSS Document */

body-main {
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	background: #958b62;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	color: #135117;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
#container-main {
	position: relative;
	width:1000px;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

.contactDesc {
	position: relative;
	top: 0px;
	left: 18px;
	
	
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	float: left;
	width: 750px;
	background-image: url(../images/btn_lrg_top_lft2.png);
	background-repeat: no-repeat;
	z-index: 10;
	border: medium solid #155016;
}


#header-main {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 327px;
}
#logo-main {
	position: absolute;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 435px;
	height: 164px;
	left: 45px;
	top: 35px;
}
#gold {
	position:absolute;
	background-image: url(../images/gold_wide.png);
	background-repeat: no-repeat;
	width: 576px;
	height: 224px;
	left: 524px;
	top: -20px;
	z-index: 10;
}
/*****************
begin top menu style
*****************/
#topMenu {
	position: relative;
	top: 204px;
	margin-left: 0px;
	text-indent: -9999px;
	width: 1000px;
	height: 46px;
	background-image: url(../images/menu/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_hom a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 46px;
	width: 105px;
	background-image: url(../images/menu/home_up.jpg);
	background-repeat: no-repeat;
}
#nav_hom a:hover {
	background-image: url(../images/menu/home_hover.jpg);
}
.home #nav_hom a {
	background-image: url(../images/menu/home_active.jpg);
	background-repeat: no-repeat;
}
#nav_art a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 46px;
	width: 151px;
	background-image: url(../images/menu/art_up.jpg);
	background-repeat: no-repeat;
}
#nav_art a:hover {
	background-image: url(../images/menu/art_hover.jpg);
}
.art #nav_art a {
	background-image: url(../images/menu/art_active.jpg);
	background-repeat: no-repeat;
}
#nav_eco a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 46px;
	width: 147px;
	background-image: url(../images/menu/ecourse_up.jpg);
	background-repeat: no-repeat;
}
#nav_eco a:hover {
	background-image: url(../images/menu/ecourse_hover.jpg);
}
.eco #nav_eco a {
	background-image: url(../images/menu/ecourse_active.jpg);
	background-repeat: no-repeat;
}
#nav_faq a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 46px;
	width: 101px;
	background-image: url(../images/menu/faq_up.jpg);
	background-repeat: no-repeat;
}
#nav_faq a:hover {
	background-image: url(../images/menu/faq_hover.jpg);
}
.faqs #nav_faq a {
	background-image: url(../images/menu/faq_active.jpg);
	background-repeat: no-repeat;
}
#nav_con a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 46px;
	width: 144px;
	background-image: url(../images/menu/contact_up.jpg);
	background-repeat: no-repeat;
}
#nav_con a:hover {
	background-image: url(../images/menu/contact_hover.jpg);
}
.contact #nav_con a {
	background-image: url(../images/menu/contact_active.jpg);
	background-repeat: no-repeat;
}
#nav_log a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 46px;
	width: 111px;
	background-image: url(../images/menu/login_up.jpg);
	background-repeat: no-repeat;
}
#nav_log a:hover {
	background-image: url(../images/menu/login_hover.jpg);
}
.login #nav_log a {
	background-image: url(../images/menu/login_active.jpg);
	background-repeat: no-repeat;
}
/**************
end top menu styls
**************/

#footer-main {
	
	clear: both;
	margin-top: 0;
	padding-top: 0;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 172px;
	
}


#footer-main a:hover{
	color:#F5C04D;
	text-decoration:none;
}
#footer-main .inside{
	margin:0;
	padding:100px 0 0 0;
}
#footer .inside ul{
	padding:0;
	margin:0;
	text-align:center;
	color:#000;
}

#footer-main .inside ul li{
	display:inline;
	padding:0;
	margin:0;
}
#footer-main .inside ul li a{
	color:#F7F2C8;
	text-decoration:none;
	padding:0 5px;
}
#footer-main .inside ul li a:hover{
	color:#F5C04D;
	text-decoration:none;
}
#footer-main .inside ul li.current a{
	color:#fefefe;
	text-decoration:none;
}

#footer-main .inside p{
	text-align:center;
	padding:0;
	margin:0;
	color:#F7F2C8;
	font-size: 12px;
	
}
.clear{
	clear:both;
}
