body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}

/***********************
Headers
************************/
h1 {
	font-size: 22px;
	color: #34660E;
	border-bottom: 1px solid #e5e2cd;
	text-align: right;
}

.main_feature_left h1 {
	font-size: 22px;
	color: #34660E;
	text-align: left;
	border-bottom: none;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

/***********************
Layout
************************/
#header {
	width: 100%;
	height 108px;
	position: relative;
}

#header_top {
	width: 900px;
	height: 46px;
	margin: 0 auto;
}

#header_sro {
	width: 549px;
	height: 46px;
	margin-left: 146px;
	background-image: url(/images/theme/header_sro.gif);
	background-repeat: no-repeat;
}

#header_logo {
	position: absolute;
	width: 146px;
	height: 101px;
	background-image: url(/images/theme/header_logo.png);
	background-repeat: no-repeat;
	_margin-left: -146px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/theme/header_logo.png", sizingMethod="crop");
}

*:first-child+html #header_logo {
    margin-left: -146px;
}

* html #header_logo {
	position: absolute;
	width: 146px;
	height: 101px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/theme/header_logo.png", sizingMethod="crop");
}

#nav {
	height: 51px;
	width: 100%;
	background-image: url(/images/theme/nav_bg.gif);
	background-repeat: repeat-x;
	line-height: 51px;
	font-size: 16px;
}

#nav_links {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
}

#content {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

/***********************
Links
************************/
a,
a:visited {
	color: #55a616;
	text-decoration: underline;
}

a:hover {
	color: #5CB318;
}

a.link_button,
a.link_button:hover,
a.link_button:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

a.nav,
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

a.nav.nav_active,
a.nav.nav_active:visited {
	color: #000000;
}

a.nav.nav_active:hover {
	text-decoration: underline;
}

/***********************
Other
************************/
.main_feature {
	width: 900px;
	height: 360px;
	background-image: url(/images/theme/main_feature_bg.gif);
	clear: both;
}

.main_feature_left {
	width: 300px;
	padding-left: 40px;
	float: left;
}

.main_feature_right {
	width: 500px;
	float: right;
	margin-right: 40px;
}

.slideshow_homepage {
	width: 500px;
	height: 315px;
	background-color: #f5f3e5;
	border: 1px solid #e6e6e6;
}

.box {
	background-color: #f9f8f1;
	-moz-border-radius: 10px;
	border: 1px solid #e5e2cd;
	padding: 10px;
}

.center_text {
	text-align: center;
}

.slideshow_gallery {
	width: 880px;
	height: 600px;
	margin: 0 auto;
}