@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Lucida Sans Unicode, Bitstream Vera Sans, Trebuchet Unicode MS, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(../images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

a {
	color: #666666;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
}

#container {
	width: 754px;
	margin: auto;
	margin-top: 16px;
}

p#feedback {
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
	color: #000066;
}

#logo {
	height: 125px;
	background: url(../images/logo_bg.jpg);
	
}

#nav {
	height: 19px;
	background: url(../images/nav_bg.jpg) repeat;
}

#menu {
	background: url(../images/nav_bg.jpg) repeat;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: right;
	font: 11px Lucida Sans Unicode, Bitstream Vera Sans, Trebuchet Unicode MS, Lucida Grande, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #ccc;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
}

#header {
	margin: auto;
	padding: 0px;
	height: 339px;
	background: url(../images/header_bg_2.jpg) no-repeat;

}

#content {
	background: url(../images/content_bg_shdw.jpg) repeat-y;

}

#main_cont {
	margin: auto;
	padding: 30px;
	width: 400px;
	float: left;
	
}

#sidebar {
	margin: auto;
	padding: 30px;
	float: right;
	width: 200px;
}

#sidebar a {
	color: #333333;
	text-decoration: none;
}

#sidebar a:hover {
	color: #cccccc;
}

#lower_menu {
	background: url(../images/menu_lower.jpg) no-repeat;
	width: 727px;
	height: 150px;
	margin: auto;
	clear: both;
}

#menu_list {
	width: 163px;
	height: 119px;
	float:left;
	padding: 10px;
}

#facilities {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px;
	list-style: none;
}

#facilities a {
	color: #333333;
	text-decoration: none;
}

#facilities a:hover {
	color: #000000;
}


#menu_para {
	height: 119px;
	width: 163px;
	float:left;
	padding: 10px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	clear: both;
	height: 66px;
	padding: 25px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	padding: 13px 25px;
	line-height: 18px;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

form {
	width: 350px;
	color: #3E4A49;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
}

fieldset {
	padding: 0 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #CCCCCC;
}


label {
	display: block;
	float: left;
	clear: left;
	text-align: left;
	width: 10%;
	padding-top: 0.25em;
	margin: 1em 5px 0 0;
}

input, select {
	margin: 1em 0 0 0;
	width: 50%;
	border: 1px solid #CCCCCC;
	padding: 2px;
	
}