/* CSS Document */

body {
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #758396;
	background: #fff;
}
a {
	color: #758396;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #334351;
	text-decoration: underline;
}

#SiteContainer {
	width:750px;
	margin: 0 auto;
	text-align:left;
	background: #fff;
	padding: 0 0 20px 0;
	min-height: 600px;
	_height: 600px;
	position: relative;
}

#ToolBar {
	float:right;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
}
#ToolBar p {
	float: left;
	margin: 0 !important;
	padding: 15px 7px;
}
#ToolBar a {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#ToolBar p.NewsLink {
	background: #758396;
	color: #fff !important;
}
#ToolBar p.GalleryLink {
	background: #576C80;
	color: #fff !important;
}
#ToolBar p.LinkOn{
	background: #BEBDBB;
	color: #fff !important;
}

/*header*/
#header {
	position:relative;
	margin: 0;
	padding: 20px 50px;
}
#header h1 {
	font-size: 140%;
	font-weight: normal;
	background:url(../images_gen/logo.gif) no-repeat left;
	text-indent: -5000px;
	padding: 0;
	margin: 0 0 0 15px;
	height: 72px;
	width: 415px;
}

/*Main navigation bar*/
#MainNav {
	padding: 0 10px 10px 7px;
}
ul#NavBar li{
	margin: 0 20px;
	padding: 0;
	display:inline;	
}
ul#NavBar li a{
	color: #758396;
	text-decoration:none;
	font-weight: normal;
}
ul#NavBar li a.Active{
	color: #000;
}
ul#NavBar {
	display:inline;	
}

#Content {
	padding: 30px 65px 20px 65px;
	margin: 0 0 30px 0;
	min-height: 340px;
	_height: 340px;
}
#Content h1 {
	font-size: 120%;
	color: #326C6F;
}
#Content h2 {
	font-size: 110%;
	color: #326C6F;
}

#ImageCol {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}
p.AboutNav {
	width: 750px;
	text-align: center;
	margin: 0;
	padding: 0;
}
p.AboutNav a{
	margin: 0 18px;
}


/*footer*/
#footer {
	position: relative;
	bottom: 0px;
}
#footer p{
	padding:4px 0 0 20px;
	font-size:80%;
	color:#BFBCBB;
	margin: 20px 0 0 0;
	float: left;
}


/*general styling*/
a img {
	border:none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}