html * {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
}

#screen {
	position: relative; 
	width: 100%;
	min-height: 100%;
	padding-bottom: 240px;
}

* html #screen {
	height: 100%;
}

#wrapper {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}

#top {
	height: 308px;
}

#logo {
	display: block;
	margin-top: 70px;
	margin-left: 5%;
	float: left;
	width: 516px;
	height: 45px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#loginForm {
	margin-top: 30px;
	margin-right: 5%;
	font-size: 11px;
	color: #44561F;
	width: 200px;
	float: right;
	padding-left: 15px;
	border-left: 4px solid #789735;
}

#loginForm h2 {
	font-family: times;
	font-size: 24px;
	margin-bottom: 10px;
}

#loginForm p {
	padding-bottom: 5px;
	height: 15px;	
}

#loginForm #loginFormError {
	font-weight: bold;
	color: red;
	text-align: center;
	display: none;
	height: auto;
}

#loginForm label {
	float: left;
}

#loginForm input {
	float: right;
	background-image: url(../images/input_bg.jpg);
	width: 138px;
	height: 15px;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

#loginForm #formSubmit {
	width: auto;
	background: transparent;
	font-weight: bold;
	color: #4B5632;
}

#loginForm a {
	color: #4B5632;
	font-size: 10px;
	text-decoration: none;
}

#loginForm a:hover, #loginForm a:focus, #loginForm a:active {
	text-decoration: underline;
}

#menu {
	margin: 0px auto;
	width: 980px;
	margin-top: 15px;
	list-style: none;
	text-align: center;
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -490px;
}

#menu li {
	display: block;
	float: left;
	padding-top: 28px;
	cursor: pointer;
}

#menu li.item {
	background-image: url(../images/menu_center_bg.png);
	background-repeat: repeat-x;
	width: 115px;
}

#menu .submenu {
	list-style: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
	width: 152px;
	position: relative;
	z-index: 2;
	margin-top: -1px;
	display: none;
}

#menu .submenu li {
	float: none;
	width: 150px;
	padding-top: 0px;
}


#menu a {
	display: block;
	height: 37px;
	padding-top: 20px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#menu .submenu a {
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	height: auto;
	background-color: #fff;
}

#menu .submenu a:hover {
	text-decoration: underline;	
}

#menu li:hover {
	border-bottom: 0px;
}

#menu li:hover .submenu {
	display: block;
}

#menu #menuLeftCorner {
	background-image: url(../images/menu_left_bg.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 91px;
}

#menu #menuRightCorner {
	background-image: url(../images/menu_right_bg.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 91px;
}

#container {
	overflow: hidden;
	height: auto;
	width: 990px;
	margin: 0px auto;
}

#container a {
	color: #606B87;
	text-decoration: none;
}

#container a:hover, #container a:focus, #container a:active {
	text-decoration: underline;	
}

/* --- footer --- */

#footer {
	position: relative;
	clear: both;
	height: 230px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: -230px;
}

#footer div {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/footer_hill.jpg);
	background-repeat: no-repeat;
	background-position: 0px 42px;
	height: 170px;
	padding-top: 60px;
}

#footer p {
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 200px;
}

#footer p a {
	color: #000;
	text-decoration: none;
}

#footer p a:hover, #footer p a:focus, #footer p a:active {
	text-decoration: underline;
}

#overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1260px;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 999;
}
