﻿@import url('/css/yahoo-reset.css');

body{
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 75%;
	background: #7C81BC url('/images/bg_body.gif') left top repeat-x;
}
html>body{font-size: 12px;}

a, a:link, a:visited{
	color: #FA9000;
	text-decoration: underline;
}

a:hover, a:active{
	color: #FAC000;
	text-decoration: underline;
}

strong{font-weight: bold}
em{font-style: italic}

p{
	color: #2D3263;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

h2{
	color: #FA9000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h3{
	color: #FA9000;
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1.286em;
	margin: 1.286em 0;
}

h4{
	color: #2D3263;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
}

h5{
	color: #2D3263;
	font-weight: bold;
	font-size:0.8333em;
	line-height:1.8em;
}

acronym,
abbr{
	color: #27A6F7;
	cursor: help;
	/* border-bottom: 1px dashed; */
}


ul{
	margin-bottom: 1.5em;
}

ul li{
	list-style: none;
	line-height: 1.5em;
}

#wrapper{
	width: 1000px;
	/* margin: 0px auto; */
	text-align: left;
}

#header{
	float: left;
	width: 1000px;
	margin-top: 1.5em;
	height: 80px;
	background: transparent url('/images/bg_content2.gif') repeat-y top left;	
}

#header h1{margin-left: 178px}

#header h1 a {
	float: left;
	width: 650px;	
	padding: 80px 0 0;
	font-size: 1px;
	height: 0pt;
	background: transparent url('/images/RHVC_logo.gif') no-repeat;
	overflow: hidden;
}

#navigation{
	float: left;
	width: 178px;
}

#feature{
	float: left;
	width: 812px;
	padding: 5px;
	background-color: #FFF;
}

#content{
	float: left;
	width: 1000px;
	background: transparent url('/images/bg_content2.gif') repeat-y top left;
	/* border-top: 1px solid #CCC; */
	/* background-color: #FFF; */
}

#footer{
	float: left;
	width: 814px;
	padding: 3em 0 .25em 183px;
	color: #7C81BC;
	background: transparent url('/images/logo_pol.gif') bottom right no-repeat;
	line-height: 1.5em;
	font-size: 9px;
}

p.caption{
	font-size: 9px;
	color: #666;
}

/* NEW */

ul#main_nav{
	background-color: #313771;
	padding: .25em 0;
}

ul#main_nav li{
	line-height: 1.25em;
	padding: .25em;
	margin: .25em;
	background-color: #2D3263;
	font-size: 1.125em;
}

ul#main_nav li a,
ul#main_nav li a:link,
ul#main_nav li a:visited{
	display: block;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
 
ul#main_nav li a:hover,
ul#main_nav li a:active{
	color: #FA9000;
	font-weight: normal;
}

ul#sub_nav li{
	line-height: 1.5em;
	margin: 0; padding: 0;
	color: #2D3263;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
}

ul#sub_nav li a,
ul#sub_nav li a:link,
ul#sub_nav li a:visited{
	display: block;
	color: #2D3263;
	text-decoration: none;
}


ul#sub_nav li a:hover,
ul#sub_nav li a:active{
	color: #FFF;
	text-decoration: underline;
}

.error{
	color: #900;
	font-style: italic;
}