
* {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 17px !important;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	padding-bottom: 30px;
	background: #F2F2F2 url('images/bg.jpg') repeat;
	color: #8C8C8C;
	text-align: center;
}

a {
	color: #254C57;
}

h1 {
	margin-bottom: 15px;
	font-family: Gill Sans, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #254755;
}

h2 {
	font-family: Gill Sans, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #4084A5;
}

h3 {
	font-size: 14px;
	color: #336275;
}

#container {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
}

#top {
	width: 870px;
	padding: 0 150px;
	background: url('images/container_bg_top.jpg') no-repeat;
}

#logo {
	float: left;
	display: block;
	width: 300px;
	height: 130px;
}

#top_notes_con {
	float: left;
	width: 550px;
	height: 20px;
	padding-top: 110px;
	text-align: right;
	color: #254C57;
}

#top_notes {
	width: 850px;
}

	#top_notes a {
		text-decoration: none;
		font-size: 12px;
		color: #2F5321;
	}
	
	#top_notes a:hover {
		text-decoration: underline;
	}

#middle {
	width: 830px;
	margin-top: 7px;
	padding: 15px 20px;
	*height: auto !imporant;
	*height: 400px;
	min-height: 400px;
	background: #FFF;
}

#menu {
	margin-left: -4px;

}

	#menu a {
		float: left;
		display: block;
		margin-right: 6px;
		text-decoration: none;
		font-family: Gill Sans, sans-serif;
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		color: #000;
	}
	
	#menu a.current {
		color: #2C5C73;
	}

#submenu {
	width:830px;
	margin: 5px 0 20px 0;
	color: #498798;
	
	/* IE7 hack */
	*margin-top: -16px;
}

	#submenu a {
		text-decoration: none;
		color: #498798;
	}
	
	#submenu a:hover {
		text-decoration: underline;
	}
	
	#submenu a.current {
		color: #9BB9C6;
	}

#content {
	margin-top: 0px;
}

#bottom {
	height: 17px;
	background: url('images/container_bg_bottom.jpg') no-repeat;
}

#notes {
	padding: 0 150px 0 170px;
}

	#notes a {
		text-decoration: none;
		font-size: 12px;
		color: #AAABAB;
		color: #86B375;
	}
	
	#notes a:hover {
		text-decoration: underline;
	}

* html .png {
	height: auto;
	width: auto;
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

.clear {
	clear: both;
}

/* BOF Dynamic Sitemap */
ul.sitemap {
	margin-left: 20px;
	color: #254755;
}
/* EOF Dynamic Sitemap */

#frontpage_slideshow {
	position: relative;
}

	#frontpage_slideshow img {
		position: absolute;
		top: 0;
		left: 0;
	}
