@charset "utf-8";
body {
	background-image: url(../images/back_grad.jpg);
	background-repeat: repeat-x;
	background-color: #C6C6C8;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#shadow {
	width: 872px;
	margin: 0px auto;
	padding: 0px 11px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
}
#header {
	height: 136px;
	background-image: url(/images/headerStill.jpg);
}
#nav {
height:31px;
}
#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#nav ul li{
	margin:0px;
	padding:0px;
	float:left;
	height:20px;
	position:relative;
	z-index:15;
}
#nav ul li ul{
	width: 165px;
	position:absolute;
	top:30px;
	left:0px;
	background-color:#f4f4f4;
	padding:5px;
	border:1px solid #666666;
	visibility:hidden;
}
#nav ul li ul li{
	float:none;
	height: 23px;
}
#nav ul li:hover ul{
	visibility:visible;
}
#nav ul li ul li a{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	border-bottom: 1px dotted #666666;
	padding: 4px;
}
#nav ul li ul li a:hover {
	background-color:#dfdfdf;
}
#nav ul li a img{
	border: 0px;
}
#home_content {
	background-image: url(../images/home_content_back.jpg);
	height: 391px;
}
#home_left {
	width: 165px;
	float: left;
	background-image: url(../images/left_bar_back.jpg);
	background-repeat: no-repeat;
	height: 360px;
	padding: 10px;
	margin: 7px 0px 0px 7px;
}
#home_right {
	float: left;
	width: 450px;
	margin: 25px 0px 0px 20px;
}
#home_right .bold_red {
	color: #c61e20;
	font-weight: bold;
	font-size: 14px;
}
#sub_content {
	background-image: url(../images/sub_content_back.jpg);
	height: 391px;
	background-repeat:no-repeat;
}
#sub_left{
	width:540px;
	float:left;
	padding:15px 35px;
}
#sub_wide{
	width:800px;
	float:left;
	padding:15px 35px;
}
#sub_right{
	float:left;
	width:240px;
	padding: 15px 5px 0px 15px;
}
#sub_left p{
	font-size:12px;
	color:#666666;
	line-height:14px;
	margin: 14px 0px 14px 0px;
}
#sub_left strong{
	color:#000000;
}
#sub_left .redbold{
	font-size: 14px;
	color:#CC0000;
	font-weight:bold;
}
.dotted{
	font-size:0px;
	border-bottom: 1px dashed #999999;
	height:2px;
}
.clear {
	margin:0px;
	clear:both;
}
#bottom_links{
	background-color:#4d4d4d;
	padding-left: 20px;
}
#bottom_nav{
	margin:0px;
	padding:0px;
	float:left;
	list-style-type:none;
}
#bottom_nav li{
	margin:0px;
	padding:0px;
	float:left;
}
#bottom_nav img{
	border: 0px;
}
#home_right p{
	font-size:12px;
	color:#666666;
	line-height: 14px;
	margin: 12px 0px 12px 0px;
}
#bottom_shadow{
	background-image:url(../images/bottom_shadow.png);
	background-repeat:no-repeat;
	width:895px;
	height: 20px;
	margin: 0px auto;
}
#home_left p, #home_left ul{
	color:#FFFFFF;
	font-size:11px;
}
#home_left p{
	line-height:14px;
}
#home_left ul{
	margin:5px 0px 0px 0px;
	padding: 0px;
	list-style-type:none;
	font-style:italic;
}
#home_left ul li{
	margin: 0px 0px 5px 0px;
}
#home_left #photo_link {
	margin:5px 0px 0px 0px;
}
#home_left #photo_link a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.scroll {
	height: 400px;
	overflow: auto;
	padding-top:0px;
	position:relative;
}
#sub_left ul {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
#sub_left ul li{
	margin: 2px;
}
.arrow_link {
	display: block;
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 4px 22px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.list_menu a{
	margin-bottom: 10px;
}.black_link {
	font-weight: bold;
	color: #000000;
}
#sub_right img{
	margin-bottom: 10px;
}
#photo_gallery div{
	width: 162px;
	height: 153px;
	float:left;
	margin: 0px 15px 0px 15px;
	padding-top:10px;
}
#photo_gallery div p{
	font-size:10px;
	margin:0px;
	padding: 2px;
	font-weight:bold;
}
