@charset "utf-8";
* 
body  
	{
	background-color:#333333;
	background-image:url(../images/site/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#1F2E4B;
	text-align:justify;
	font-size: 15px;

	}
#Container
	{
	width:700px;
	height:auto;
	margin:auto auto;
	border:2px solid #444444;
	background-color:#FFFFFF;
	}
#header
	{
	width:700px;
	height:160px;
	background-image:url(../images/site/header.jpg);
	}
ul#menu{ 
	width: 100%;
	height: 37px;
	background: #FFFFFF url("../images/site/menu-bg.jpg") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: block; 
	float: right; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 37px; 
	color: #777777; 
	text-decoration: none; 
	display: block; 
	float:both; 
	line-height: 100%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #333333; 
	}
ul#menu li a.current{ 
	color: #FFFFFF; 
	background: #FFFFFF url("../images/site/current-bg.jpg") top left repeat-x; 
	padding: 5px 15px 0; 
	line-height: 100%; 
	}   
                    
#content
	{
	width:700px;
	height:auto;
	}
#Photo_Images{
	height:400px;
	width:160px;
	float:right;
	clear:right;
	margin-right:10px;
	padding-left:5px;
	margin-top:55px;
	}
img.bottom-image
	{
	border: 1px solid #999999;
	margin-bottom:10px;
	margin:auto auto;
	}
.rightbox
	{
	width:160px;
	margin-bottom:10px;
	}
.rightsubheaded
	{
	width:160px;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	}
.icon
	{
	width:25px;
	padding-bottom:8px;
	float:left;
	}
.texticon
	{
	padding-top:5px;
	padding-left:30px;
	}
.rightcontent
	{
	width:155px;
	height:auto;
	border-top:2px solid #CCCCCC;
	padding-top:5px;
	}
#leftbox
	{
	width:500px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
#leftsubheaded
	{
	width:500px;
	height:23px;
	background-repeat:no-repeat;
	margin-top:20px;
	}
#leftcontent
	{
	width:498px;
	height:auto;
	border-top:2px solid #CCCCCC;
	}
h1
	{
	font-size:16px;
	color:#353535;
	padding-left:15px;
	}
p
	{
	color:#333333;
	font-size:15px;
	padding-left:15px;
	padding-right:15px;
	}
#bottombar
	{
	width:700px;
	height:50px;
	background:transparent url(../images/site/bottombgOFF.jpg) repeat-x top left;
	border-top:1px solid #666666;
	margin-bottom:0px;
	}
#bottomtext
	{
	text-align:center;
	font-size:13px;
	}
#bottomtext a:link
	{
	color:#4d4f54;
	text-decoration:none;
	}
#bottomtext a:visited
	{
	color:#4d4f54;
	text-decoration:none
	}
#bottomtext a:hover
	{
	color:#404146;
	text-decoration:underline;
	}
#map
	{
	padding: 4px;
	display:block;
	border:1px solid #34353a;
	margin-left:10px;
	width: 450px;
	height: 300px;
	color:#000000;
	margin:auto auto;
	}