
html, body{
	font-family: tahoma, verdana, arial;
	font-size: 0.9em;
	text-align:center;
	padding: 0 0 0 0;
	margin:0 auto;
	}
	
body{
	background-image: url('images/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
.error{
	color: red;
	}

.clear{
	clear:both;
	}
	
.smltxt{
	font-size:0.8em;
	}
	
ul, ol{
	text-align: left;
	margin-left: 50px;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form fieldset, fieldset{
	margin: 12px;
	padding: 12px;
	border: 1px solid #cecece;
	}
	
form fieldset legend, fieldset legend{
	margin:0;
	margin-bottom: 6px;
	padding:1px 3px;
	border: 1px dotted #cecece;
	}
	
fieldset ul{
	width: auto;
	list-style:none;
	margin: 0;
	padding: 0px;
	text-align: left;
	}
	
fieldset ul li{
	background-color: #d7dcea;
	margin: 2px 0px;
	}
	
fieldset ul li p{
	padding:2px;
	line-height: 19px;
	}
	
form p{
	width: 100%;
	text-align:left;
	margin: 1px 0;
	line-height:1.8em;
	}

form label{
	text-align: right;
	vertical-align: top;
	width: 10em;
	margin-right: 0.5em;
	line-height:1.3em;
	display: inline-block;
	}

form label.err{
	color:red;
	}

form label.error {
	text-align:left;
	color: #f00;
	margin-left: 13px;
	width: auto;
	display: inline;
	}
	
form input, form textarea{
	width:200px;
	}

	
form input.submit, .but{
	margin-left: 13em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 0.8em;
	}
	
.but{
	margin-left: 0.5em;
	}
	
#info, #error{
	margin: 6px 2px;	
	width: 98%;
	display:none;
	}
	
#info{
	border: 2px solid #ffa54a;
	background-color: #ffffd2;
	}

#error{
	border: 2px solid #f00000;
	background-color: #ffd7d7;
	}
	
#info p, #error p{
	padding: 2px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#error p{
	color: #f00000;
	}
	
#container{
	position: relative;
	width: 800px;
	margin:0 auto;
	}
	
.header{
	margin-top: 40px;
	width: 800px;
	height: 120px;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align:center;
	}
	
.header .wrap{
	margin: 0 auto;
	width: 800px;
	}
	
.header p{
	text-align: center;
	padding: 1px;
	margin-top: 0px;
	}


.menu{
	width: 701px;
	height: 33px;
	background-image: url('images/menu-bg.png');
	background-repeat: no-repeat;
	display:table;
	margin:0px auto;
	padding:0px 0px;
	list-style: none;
	position:relative;
	z-index: 10;
	}
	
.menu ul{
	margin:0px;
	padding: 0px;
	}
	
.menu li{
	margin:1px 2px 1px 0px;
	padding:0px;
	list-style:none;
	display: table-cell;
	float:right;
	position: relative;
	background-image:url('images/rh-menu.png');
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.menu li a{
	display:block;
	color:#000000;
	font-size: 1.1em;
	padding:6px 10px 6px 12px;
	left:-9px;
	margin: 0 -9px 0 0px;
	position: relative;
	background-image:url('images/lh-menu.png');
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.menu li a:hover{
	text-decoration: underline;
	}

.menu li.current, .menu li:hover{
	background-position: right bottom;
	}
	
.menu li.current a, .menu li:hover a{
	background-position: left bottom;
	}
	
.menu li.hasmore{
	padding-right: 25px;
	background-image:url('images/hasmore-bg.png');
	}
	
ul.dropdown{
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	margin:0px;
	padding:5px;
	display:block;
	position:absolute;
	z-index: 999;
	top: 100%;
	display:none;
	left:0px;
	overflow:hidden;
	}
	
ul.dropdown ul.dropdown{
	top:0;
	left:95%;
	}
	
ul.dropdown li{
	background-image: none;
	text-align:left;
	margin:0px; 
	padding: 0px 6px;
	float: none;
	position:relative;
	list-style:none;
	display:block;
	border-bottom:1px solid #ffffff;
	}
	
ul.dropdown li.last{
	border:0;
	}

ul.dropdown li a{
	background-image: none;
	border: 0px;
	padding: 0 6px;
	color:#000000;	
	display:block;
	position:relative;
	z-index: 0;
	}

 
#wrapper2 {text-align:center;}

	
.content{
	width: 700px;
	margin: 12px auto;
	}

	
.content .text{
	width: 480px;
	border: 3px solid #000000;
	background-color: #ffffff;
	float:left;
	}
	
.content .text .title{
	font-size: 1.2em;
	font-weight: bold;
	}
	
.news{
	float:left;
	width: 200px;
	margin-left: 10px;
	border:2px solid #000000;
	background-color: #FF931E;
	-moz-border-radius-topright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-top-right-radius:1em;	
	-webkit-border-top-left-radius:1em;	
	-webkit-border-bottom-left-radius:1em;	
	}

.news .head{
	line-height: 1.2em;
	margin:0px;
	padding: 0 6px;
	font-weight: bold;
	}
	
.news .copy{
	background-color: #ffffff;
	height: 150px;
	overflow: auto;
	}
		
.credit{
	width: 100%;
	}

.credit p{
	text-align: center;
	color: #cdcdcd;
	}
	
.credit p a{
	color: #cdcdcd;
	}