/* CSS Document */

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}

a:link, a:visited, a:hover {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	letter-spacing:0.1em;
	font-weight:600;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000066;
}

h2{
	font-size: 100%;
	color: #FF9900;
	margin-bottom: .5em;
}

h3{
	font-size: 100%;
	color: #126131;
	
}

h4{
	font-size: 100%;
	font-weight: 500;
	color: #CC0033;
	margin-left: 15px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

#content ul
{
list-style-type: none;
padding: 0;
margin: 0 0 10px 0;

}

#content li
{
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	height: 1.4em;
	margin-bottom: 0.2em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


#container {
	margin: 50px auto;
	background-color: #FFFFFF;
	border: #000 solid 2px;
	width: 800px;
}

#masthead{
	margin: 0;
	background-repeat: no-repeat;
	height: 221px;
	background-image: url(images/header_bg2.jpg);
	border-bottom: #000 solid 2px;
}

#masthead h1{
	diplay:none;
	display: none;
	font-size: 100%;
}

#leftnav {
	float:left;
	padding: 5px;
	width: 180px;
	margin: 0 0 8px 0;
}



#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#leftnav a
{
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #FFFFFF;
	background-image: url(images/rhl_button.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0.25em;
	height: 34px;
}

#leftnav a:link, #leftnav a:visited
{
color: #fff;
text-decoration: none;
}

#leftnav a:hover
{
	background-color: #FFFFFF;
	color: #fff;
	background-image: url(images/rhl_button_over.jpg);
	background-repeat: no-repeat;
}


#content {
margin: 0 0 3px 190px;
padding: 1em;
}

#content p
{
	margin: 5px 10px 10px 20px;
	font-size:90%;
	line-height:110%;
}

#content h1
{
	margin: 10px 10px 20px 15px;
	font-size:120%;
	font-weight:700;
	color:#CC0033;
	letter-spacing:0.1em;
}

#content h3 {
margin: 10px 10px 20px 15px;
font-size: 100%;
	color: #126131;
	
}

#content img {margin-left:-15px;
}

#footer{
	clear: both;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	border-top: #000 solid 2px;
	height: 90px;
}

#footer p{
	font-size: 65%;
	text-align: center;
}

#contact form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 450px;
  max-width: 450px;
  width: 450px; 
}

#contact form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#contact form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-weight: bold;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#contact form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #165D31;
}

#contact form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#contact form input, #contact form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#contact form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#contact textarea { overflow: auto; }

#contact form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#contact form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#contact form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
