@charset "utf-8";
html {
	font-size: 125%;
	background-image: url(images/html_bg.jpg);}
	
* {
	margin: 0px;
	padding: 0px;}

body {
	background-image: url(images/body_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	background-repeat: repeat-x;}
	
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;}

p {
	font-size: 1.2em;
	color: #000000;}

#container {
	background-color: #7ca4d6;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.gif);
}

#header {
	width: 760px;
	height: 75px;
	background-image: url(images/wrs_title.gif);
	background-repeat: no-repeat;}
	
#photos {
	background-color:#416289;
	width: 760px;
	height:102px;}

#photos img {
	float: right;
	padding:1px 1px 1px 15px;
}
	
#r_side {
	background-color: #FFFFFF;
	width: 610px;
	float: right;
}
#r_side img {
	float: right;
	margin-top: 55px;
	margin-right: 30px;
}
#r_side h1 {
	color: #d7ab7c;
	letter-spacing: .25em;
	margin:20px 250px 10px 20px;
}
#r_side h2 {
	color: #d7ab7c;
	margin: 20px 250px 10px 20px;
}

#r_side h3 {
	margin: 10px 250px 0 20px;
}

#r_side p {
	margin: 0 250px 10px 20px;
	line-height: 1.5em;
}

#r_side ol, #r_side ul {
	margin:0 250px 10px 20px;
}

#r_side li {
	font-size:1.2em;
	line-height:1.5em;
	list-style-position:inside;
}
#r_side table {
	margin: 20px 30px 20px 20px;
	width: 555px;
	border-width: 0px;
	border-style: none;
}

#r_side th {
	font-size: 1.1em;
	padding: 2px 5px 2px 0;
	vertical-align: top;
	text-align:left;
	width: 85px;
}

#r_side td {
	font-size: 1.2em;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	text-align:left;
}

#top_nav {
	background-color: #d7ab7c;
	height: 25px;}
	
#top_nav ul {
	margin: 0 0 0 20px;
	padding-top: 5px;}
	
#top_nav li{
	font-size: 1em;
	list-style-type:none;
	display:inline;
	padding-right: 15px;
	}
	
#top_nav a{
	font-size: 1em;
	color: #416389;
	text-decoration:none;
	}
	
#top_nav a:hover{
	color: #7ca4d6;
	text-decoration: underline;}

#top_nav h2 {
	font-style: italic;
	color: #416289;
	letter-spacing:0.25em;
	padding-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0px 0px 0px 20px;
}
		
#left_nav {
	background-color: #7ca4d6;
	width: 150px;
	float: right;
}

#left_nav ul {
	padding-top: 30px;
}

#left_nav li {
	color: #fefcf9;
	list-style-type: none;
	margin: 15px 0;
	text-align:right;
}

#left_nav a{
	color:#fefcf9;
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 20px 2px 0;
	display: block;
}
	
#left_nav a:hover {
	background-image: url(images/nav_bg.jpg);
	background-color: #7ca4d6;
}
	
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul{
	margin: 10px 0 10px 170px;
}	
	
#footer li{
	list-style-type:none;
	display:inline;
	color:#c39462;
}
	
#footer li a{
	color: #c39462;
	font-size:1em;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;}

#footer p {
	font-size: 0.9em;
	color: #D7AB7C;
	margin-left: 170px;
}

#footer p.last{
	padding-bottom:20px;
}

#footer a {
	font-size: 1em;
	color: #d7ab7c;
}
	
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;}
	
.clearfix {
	display: inline-block;
}/*fix for IE Mac - older version*/
	
.clearfix {
	display: block;
}/*fix for IE6 Windows*/

* html .clearfix {
	height: 1%;
}/*fix for IE6 Windows*/
	
.hidden {
	visibility: hidden;}

