img, div.imgpng { behavior: url(css/iepngfix.htc) }

body {
	background-color: #2D190E;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#header {
	margin: auto;
	text-align: center;
	width: auto;
	background-color: #343D06;
}

#header-inner {
	margin: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width:1024px;
	height: 90px;
}

#container {
	margin: auto;
	width: 1024px;
	height:auto;
	background-color: #A8B776;
}

#top_menu { 
	display:block;
	float:left;
	/*width:200px;*/
	background-color: #A8B776;
	font-size: 14px;
	font-weight:bold;
	padding: 20px 10px 0 10px;
}

#top_menu ul {padding:0; margin:0; list-style: none;}

#top_menu ul li {
	
}

#top_menu ul li a{
	display:block;
	width:190px;
	padding:2px 2px 2px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	text-decoration:none;
	color:#FFFFFF;
	/*height:20px;*/
	background: url(../images/menu_bg.png) no-repeat bottom left;
}

#top_menu ul li a:hover{
	color:#333C00;
}

#top_menu ul li ul li a{
	padding-left:15px;
	width: 180px;
}

#top_menu ul li ul li ul li a{
	padding-left:20px;
	width: 175px;
}

#top_menu ul li ul li ul li ul li a{
	padding-left:25px;
	width: 170px;
}

#top_menu ul li a.current{
	display:block;
	width:190px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#main {
	float:right;
	display:block;
	width:735px;
	background-color:#FFFFFF;
	height: auto !important;
	height:500px;
	min-height:500px;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 14px;
}

#notify {
	margin: auto;
	width: 400px;
	text-align: center;
	padding: 5px;
	color: #F00;
	background-color: #FFC;
	border: dashed 1px #F00;
}

#navigator {
	float: right;
	padding: 20px;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: auto;
	width: 735px;
	height: auto !important;
	height: 20px;
	min-height: 20px;
}

#logo {
	text-align:left;
	display:block;
	width: 100px;
	height:90px;
	float:left;
}
#sitename {

	color: #FFFFFF;

	display: block;
	
	float: left;

	height: 90px;

	width: 640px;

	text-align: left;

	font-size: 36px;

	font-weight: bold;

}
#sitename-text {
	display: block;
	float: left;
	width: 540px;
	height: 90px;
}
#header-text {
	color: #FFF;
	text-align: left;
	display: block;
	font-size: 28px;
	font-weight: bold;
	width: 500px;
	float:left;
	padding: 5px 5px 0;
}
#subheader-text {
	color: #FFF;
	text-align: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	float:left;
	padding: 0 5px;
}

h1 {
	color: #A8B678;
	font-size: 36px;
}

.clear{
	height: 0;
    clear: both;
    _clear: none;
}

#footer{
	margin: auto;
	text-align: center;
	width: 1024px;
}
#footer-inner {
	text-align: center;
	margin: auto;
	height: 32px;
	width: 984px;
	padding: 17px 20px 0 20px;
	border-top: solid 1px #999;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-color: #000;
	display:block;
	float:left;
}
#footer-inner a, #footer-inner a:hover {
	color:#818286;
}

#footer-inner a:hover {
	font-weight:bold;	
}

#universal-footer{
	text-align:center;

}

.loginbox {
	height: 90px;
	width: 300px;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	margin: auto;
	float:right;
}
.logoutbox {
	display: block;
	float:right;
	width:300px;
	height:70px;
	color:#FFFFFF;
	font-size:12px;
	line-height: 18px;
	text-align:right;
	padding:10px;
}
.logoutbox a {
	text-decoration:none;
	color:#FFF;	
}
.logoutbox a:hover {
	color:#F00;
	text-decoration:underline;
}
.loginform {
	float:left;
	width:140px;
	height:90px;
}
.loginbox .loginform span {
	display: block;
	float: left;
	height: 12px;
	width: 38px;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #3A3B3D;
	font-size: 10px;
}
.loginbox .loginform input {
	float: left;
	width: 120px;
	margin-left: 0;
	height: 12px;
	margin-top: 2px;
	font-size: 10px;
}
.loginbox .loginbutton {
	float:left;
	text-align:center;
	vertical-align:middle;
	margin-top:25px;
	height: 65px;
}
#loginbutton {
	cursor:pointer;
	font-size:18px;
	color:#FFFFFF;
	background-image: url(../images/button.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:hidden;
	text-align:center;
	padding-top:5px;
	display: block;
	height: 30px;
	width: 108px;
	float: left;
}
#loginbutton:hover{ 
	background-position:0 -35px;
}

#forgotpassword {
	margin: 2px 0 0 0;
	float: left;
	color:#FFF;	
}

#forgotpassword:hover {
	cursor:pointer;
	text-decoration: underline;	
}

h2 {
	color: #A8B678;
	font-size: 24px;
}
h3 {
	color: #541B54;
	font-size: 20px;
}
