/* CSS Document */

body {
background-image:url(../images/bg.gif);
margin-top:40px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

#container {
	width:731px;
	height: auto;

}

#interior {
	background-color:#E8E8DA;
	width:725px;
	height:auto;
	background-position:bottom left;
	background-image: url(../images/nav_place.gif);
	background-repeat: no-repeat;
	clear: both;
	
}

#interior_image{
	float:right;
	width:459px;
	height:213px;
	
	background-color: #E8E8DA;
}

#left_nav a:hover {
    text-decoration:underline;
}

#left_nav li {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


#content {
	float:right;
	clear:right;
	width:409px;
	height:auto;
	background-color:#fcfbf4;
	text-align:left;
	line-height: 14px;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 11px;
	padding-bottom: 20px;
	
	
}


#content h2{
font-size:13px;
font-weight:normal;
margin-top:10px;

}
#content h3{
font-size:11px;
font-weight:normal;
margin-top:5px;
color:#720500;

}
#content  #mid {
padding-left:10px;
padding-right:15px;

}
#content td a {
color:#333333;

}

#content a{
	color:#333333;
	font-size: 12px;
}
#left_nav a{
	color:#000000;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:1.1px;


}
#left_nav_image
{
	padding-left: 65px;
	padding-bottom:10px;
}
#left_nav {
	position:relative;
	color:#999999;
	float:left;
	width:226px;
	height:auto;
	text-align:left;
	background-color:#e8e8da;
	background-position:30px 100px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#left_nav ul {
list-style:none;
margin:20px 0 0 10px;
padding:0;
 
}

#footer {
clear:both;
width:625px;
height:15px;
margin-top:30px;
background-image:url(../images/footer_logo.gif);
background-repeat:no-repeat;
background-position:5px 10px;
text-align:left;
padding:22px 0px 10px 100px;
}
#footer a{
	color:#d3d3d3;
	font-size:9px;
	margin:0 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:auto;
}
#footer a:hover{
    text-decoration:underline;
}
#copyright {
float:left;
background-image:url(../images/housing.gif);
background-repeat:no-repeat;
width:122px;
height:auto;
margin-left:5px;
padding-left:20px;
padding-top:5px;
color:#9a9a9a;
text-align:left;

}

.shadow_top {
margin-top:15px;
width:731px;
height:3px;
font-size:1px;
background-image:url(../images/shadow_top.gif);
background-repeat:no-repeat;
}

.shadow_bottom {
clear:both;

width:731px;
height:3px;
font-size:1px;
background-image:url(../images/shadow_bottom.gif);
background-repeat:no-repeat;
}

.shadow_sides {
	width:731px;
	height:auto;
	background-image:url(../images/shadow_sides.gif);
	background-repeat:repeat-y;
	float: left;
	clear: left;
}
#news td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #720500;
	padding-top:10px;
}
#disclaimer{
	color:#999999;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
	height: auto;
	float: left;
	width: 690px;
	margin-left: 5px;
	margin-top: 5px;
}
#container .shadow_sides #interior #content .tabled td {
	padding-bottom: 15px;
}
#container .shadow_sides #interior #content .tabled a {
	text-decoration: none;
}

#container .shadow_sides #interior #content .tabled {
	border-bottom: solid 1px #cccccc;
}
#container .shadow_sides #interior #content .tabled strong {
	font-weight: normal;
	font-size: 13px;
}
tr.off {
	background: #e8e8da;
	cursor:pointer;
	}
	
tr.offon {
	background:#fcfbf4;
	cursor:pointer;
	}
	
tr.on {
	background: #fcfbf4;
	cursor:pointer;
	}
	
tr.onoff {
	background:#e8e8da;
	cursor:pointer;
	}
	
