@charset "utf-8";
/* CSS Document */

body {
	background: #919152 url(../img/bg_gradient.jpg) repeat-x top left;
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*Start of frame-markup*/

#wrapper{
	width: 862px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

#tlc {
	background: url(../img/tlc.png) no-repeat top left;
	width:10px;
	height:10px;
	float:left;
}

#tb {
	background: url(../img/tb.png) repeat-x top center;
	height:10px;
	width:842px;
	float:left;
}

#trc {
	background:url(../img/trc.png) no-repeat top right;
	width:10px;
	height:10px;
	float:left;
}

#container1 {
    float:left;
    width:100%;
	background: url(../img/lb.png) repeat-y top left;
}

#container2 {
    float:left;
    width:100%;
}

#container3 {
    float:left;
    width:100%;
    background: url(../img/rb.png) repeat-y top right;
}

#lb {
	clear:left;
	width:6px;
	height:10px;
	float:left;
}

#content {
	background-color:#FFFFFF;
	float:left;
	width:850px;
}

#rb{
	width:6px;
	float:left;
}

#blc {
	clear:left;
	background:url(../img/blc.png) no-repeat bottom left;
	width:10px;
	height:10px;
	float:left;
}

#bb {
	background: url(../img/bb.png) repeat-x bottom center;
	height:10px;
	width:842px;
	float:left;
}

#brc {
	background:url(../img/brc.png) no-repeat bottom right;
	width:10px;
	height:10px;
	float:left;
}

/*End of frame-markup*/


/*Start of Content-markup*/

#nav {
	background:url(../img/nav_bg.png) repeat-x;
	height:32px;
	white-space:nowrap;
}

#nav ul {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	margin:0;
	padding:8px 0 0 0;
	list-style:none;
}

#nav li {
	float:left;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	color:white;
	text-align:center;
}

.nav_item {
	border-right:1px solid #6e0000;
}

.nav_last {
	border-right:none;
}

#nav .active_last {
	border-right:none;
	color:#6e0000;
}

#nav .active {
	border-right:1px solid #6e0000;
	color:#6e0000;
}

#nav li a {
	text-decoration: none;
	color:#FFFFFF;
}

#nav li a:hover {
	color:#6e0000;
}

#logo {
	position:relative;
	background:url(../img/logo_rsdh.png) no-repeat;
	width:111px;
	height:136px;
	z-index:2;
	margin: -155px 0 0 20px;
}

#slide {
	width:851px;
	height:169px;
	z-index:1;
}

#main2 {
	float:left;
    width:100%;
}

#main1 {
	float:left;
    width:100%;
	margin: 10px 0 10px 0;
	background: url(../img/subnav_column_bg.jpg) repeat-y left top;
}

#subnav {
	margin: 20px 0 0 0;
	padding: 0 0 0 0px;
	float:left;
	width:174px;
}

#subnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#subnav li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../img/subnav_bg.jpg) 100% 0;
	height: 17px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0 0 0 25px;
	line-height: 13px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
#subnav li a:link, #subnav li a:visited {
	color: #FFFFFF;
}

#subnav .active{
	color: #6e0000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../img/subnav_bg.jpg) 100% -17px;
	height: 17px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0 0 0 25px;
	line-height: 13px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}

#subnav li a:hover{
	color: #6e0000;
	background-position: 100% -17px;
}

#subnav li a.selected{
	color: #6e0000;
	background-position: 100% -17px;
}

#maintext {
	float:left;
	width:635px;
	margin: -10px 0 -10px 10px;
	background:url(../img/watermark.jpg) no-repeat top right;
}

#breadcrumbs {
	margin-top: 5px;
	margin-bottom: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#breadcrumbs a {
	color:#6e0000;
}

#breadcrumbs a:hover {
	color:#000000;
}

#text {
	margin-bottom: 20px;
}

#text h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#6e0000;
	margin:0 0 5px 0;
	padding:0;
}

#text h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#6e0000;
	margin:10px 0 5px 0;
	padding:0;
}

#text p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.phototable {
	margin: 0px 15px 15px 15px;
}

.photo {
	padding: 2px;
	border:#6e0000 3px solid;
}

#footer {
	clear:both;
	padding: 10px 10px 5px 10px;
	margin:0 0 0 0;
	height:20px;
	background-color:#cacaac;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#footer_left {
	float:left;
}

#footer_right {
	float:right;
}

#footer a {
	color:#000000;
}

#footer a:hover {
	color:#6e0000;
}

/*End of Content-markup*/
