@charset "utf-8";
/* CSS Document */

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #ff691e;
	}
	
h2 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #64913e;
	text-transform: uppercase;
	}

#main {
	position: relative; 
	background-color: #fff; 
	min-height: 500px;
	margin-top: 10px;
	}
	
.ro {
	height: 4px;
	position: absolute;
	top: -23px;
	background-color: #ff691e;
	z-index: 100;
	}

#leftrail { 
	padding-top: 20px;
	width: 185px;
	float: left;
	}
	
#subnav {
	padding-left: 30px;
	padding-top: 20px;
	font-size: 10px;
	color: #635853;
	text-transform: uppercase;
	margin-bottom: 35px;
	}
	
#subnav a {color: #635853; text-decoration: none;}
#subnav a:link {color: #635853; text-decoration: none;}
#subnav a:visited {color: #635853; text-decoration: none;}
#subnav a:hover {color: #ff691e; text-decoration: underline;}
#subnav a:active {color: #635853; text-decoration: none;}

#subnav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	}
#subnav li {
	width: 155px;
	padding: 10px 0;
	background: url(../images/general/dotline.gif) repeat-x;
	background-position: 0 31px;
	}
#nav_secondary {margin-bottom: 20px;}
#nav_secondary ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	}
#nav_secondary li {
	width: 185px;
	height: 30px;
	text-align: center;
	margin-bottom: 8px;
	background-color: #7ac142;
	}

#right {
	margin-left: 225px;
	}
.spotlight {margin-bottom: 20px;}
.news {
	width: 160px;
	height: 200px;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 225px;
	background-color: #e3eded;
	}

.content {width: 525px;}

.footer {
	height: 40px;
	padding: 20px;
	padding-bottom: 30px;
	margin-top: 50px;
	background: url(../images/general/dotline.gif) repeat-x;
	}
	
.callout {
	padding: 16px;
	background-color: #e0ebd8;
	margin: 20px 0;
	}
