body {
	background: #45493b url('../images/bg.jpg') no-repeat center top;
	font: normal 14px Tahoma, Arial;
	color: #464646;
	text-align: center;
	line-height: 1.6em;
}

a {
	color: #347438;
	font-weight: bold;
	text-decoration: none;
}

a.text-link {
	border: solid 1px #333;
	background-color: #fff;
	padding: 2px;
	color: #029;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.text-link:hover {
	background-color: #c9efff;
	color: #2AF;
	border-color: #999;

}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
	color: #549458;
}
#header {
	background: #45493b url('../images/header_bg.jpg') no-repeat center top;	
	height: 122px;
	
}
#sidebar {
	float: left;
	width: 323px;	
	background: #45493b url('../images/sidebar_bg.jpg') no-repeat center top;	
	text-align: right;
	padding-top: 15px;
}
#sidebar-inner-spacer {
	padding: 30px;	
}
#content {
	float: left;
	width: 657px;	

}
#content-left {
	width: 460px;
	float: left;
}
#content-left-inner-spacer {
	padding: 30px;	
}
#content-right-inner-spacer {

}
#content-left-wide {
        width: 650px;
        float: left;
}
#content-left-wide-inner-spacer {
	padding: 30px;
}	

#content-right {
	margin-top: 140px;
	width: 197px;
	border-top: solid 1px #347438;	
	float: left;
	font-size: 12px;
	line-height: 1.4em;
}
.pr-wrapper {
	padding-top: 30px;		
	border-bottom: solid 1px #347438;
	padding-bottom: 40px;
}
#header a img { border: 0px; }

#header-inner-spacer {
	padding-top: 60px;
	padding-left: 30px;
}
#content-wrapper {
	background: #45493b url('../images/content_bg.jpg') no-repeat center top;	
	float: left;
}

#main-content-container {
	text-align: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dceab5;
}

#logo-wrapper {
	float: left;	
	margin-right: 75px;
}

#nav-wrapper {
	float: left;	
	padding-top: 10px;
}
#nav-wrapper a {
	padding-right: 50px;
	font-weight: bold;	
}
.clear {
	clear: both;	
}
#footer {
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	padding-top: 30px;
	color: #667133;
	clear: both;
	background-color: #2e3126;
}

#footer a { color: #ff0; }


#nav {
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;	
	color: #fff;
	background: #666 url(images/nav_background.gif) no-repeat top center;
	font: bold 12px Arial, Helvetica;
}

#nav img {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#nav a:hover {
	text-decoration: underline;
	color: #ff8;
}

.fm-bold {
	font-size: 1.2em;
	font-weight: bold;
	color: #347438;	
}
.thin-green-divider {
	font-size: 1px;
	height: 1px;
	border-top: solid 1px #8b9f54;
	margin-top: 20px;
	margin-bottom: 20px;
}

.portrait {
	margin-right: 20px;
	margin-bottom: 15px; 
}
.about-bold {
	font-size: 1.2em;
	font-weight: bold;
}

.form-label {
	width: 300px;
	margin-top: 10px;
}
.text-input {
	width: 300px;
	border: solid 1px #aaa;
}
.required {
	color: #ee894d;
	font-style: italic;
}
.clear {
	clear: both;
}
.textarea-input {
	width: 450px;
}

.text-input-phone3 {
	width: 30px;
}
.text-input-phone4 {
	width: 40px;
}
