/* @group Base */

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	text-align: center;
	font: 12px "Lucida Grande", Arial, sans-serif;
	color: #000;
	background: #f7f5e8 url('/_media/images/layout/bg-tile.gif') repeat-x;
	font: 12px Arial, sans-serif;
}
a img {
	border: none;
}

/* @end */

/* @group Header */

#header {
	width: 902px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
/* @group Logo */
#logo h1 a {
	display: block;
	text-indent: -9999px;
	width: 269px;
	height: 94px;
	background: url('/_media/images/layout/logo.jpg') no-repeat;
	margin-top: 15px;
}
/* @end */

/* @group Links */

#links {
	color: #bcb8aa;
	font-size: 9px;
	position: absolute;
	right: 0;
	margin-top: -100px;
}
#links a {
	color: #bcb8aa;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 4px;
}
#links a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Navigation */

#nav {
	width: 905px;
	margin: 0 auto;
}
#nav ul {
	margin-top: 15px;
}
#nav li {
	list-style-type: none;
	float: left;
}
#nav li a {
	display: block;
	font: 16px Georgia, Arial, sans-serif;
	text-decoration: none;
	color: #756e5a;
	text-transform: uppercase;
	margin-right: 41px;
	padding-bottom: 8px;
	background: url('/_media/images/layout/nav-arrow.gif') no-repeat 50% bottom;
}
#nav li a.last {
	margin-right: 0;
}
#nav li a:hover, #nav li a.current {
	background: url('/_media/images/layout/nav-arrow-hover.gif') no-repeat 50% bottom;
	color: #ef8023;
}

/* @end */

/* @group Featured Content */

#featured-content {
	clear: both;
	background: url('/_media/images/layout/featured-bgtile.gif') repeat-x;
	height: 250px;
}
#featured-content-inner {
	background: url('/_media/images/layout/featured-inner-shadow.gif') repeat-y;
	width: 992px;
	height: 250px;
	margin: 0 auto;
}
#featured-content a img {
	float: left;
	margin-left: 46px;
}
#rotator {
	overflow: hidden;
	position: relative;
	width: 601px;
	height: 250px;
	left: 46px;
	float: left;
}

#rotator img {
	border: 0;
	width: 601px;
	height: 250px;
}

/* @end */

/* @group Main Content */

#main-content {
	background: #f7f5e8 url('/_media/images/layout/main-content-bgtile.gif') repeat-x;
	overflow: hidden;
	_margin-top: -3px;
	padding-bottom: 25px;
}
#columns {
	width: 902px;
	margin: 0 auto;
}
h2 {
	font: italic normal 20px Georgia, Arial, sans-serif;
	color: #ef8023;
	margin-bottom: 5px;
}
h3 {
	font: italic normal 16px Georgia, Arial, sans-serif;
	color: #708351;
	margin-bottom: 5px;
}
.f-left {
	float: left;
	margin: 10px 10px 5px 0;
}
.f-right {
	float: right;
	margin: 10px 0 5px 10px;
}

/* @group First Column */

#col1 {
	width: 580px;
	float: left;
	padding-top: 28px;
	text-align: left;
}
#col1 p {
	font-size: 11px;
	color: #666;
	line-height: 13pt;
	margin-bottom: 15px;
}

#col1 ul {
	color: #666;
	line-height:13pt;
	margin-bottom: 15px;
	font-size: 11px;
	margin-left: 20px;
	}
body#home #col1 p {
	margin-bottom: 0px;
}
#col1 #learn-more {
	display: none;
	margin: 16px 0;
}
#col1 ul.news {
	background: #fff url('/_media/images/layout/ul-divider.gif') no-repeat 50% 0%;
	padding: 24px 0;
	float: left;
	margin: 16px 0 12px;
	width: 100%;
}
#col1 li.newsli {
	list-style-type: none;
	width: 150px;
	border-right: 1px dotted #e2e2e2;
	float: left;
	padding: 10px 21px 0;
}
#col1 li p {
	width: 150px;
}
#col1 li.last-news {
	border-right: none;
}
#col1 table {
	width: 100%;
}
#col1 th {
	background: #f7e3a8;
	text-align: center;
	font-weight: bold;
	padding: 15px;
}
#col1 td {
	background: #f8e9ba;
	line-height: 16px;
	font-size: 12px;
	padding: 15px;
}
#col1 tr.alt td {
	background: #fbf0ce;
}
#col1 td img {
	float: left;
	margin-right: 4px;
}
#col1 label.field {
	display: block;
	float: left;
	clear: left;
	width: 100px;
}

/* @group Gallery */

#gallery_lay img {
	background: #FFE8A3;
	border: 1px solid #FECD5C;
	padding: 4px;
}
#gallery_lay table {
	margin-bottom: 20px;
	margin-top: 15px;
}
#gallery_lay .title {
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height: 13px;
}

/* @end */

/* @end */

/* @group Second Column */

#col2 {
	width: 275px;
	float: left;
	text-align: left;
	margin-left: 30px;
	padding-top: 36px;
}
body#home #col2 {
	padding-top: 60px;
}
#col2 h2 {
	color: #708351;
	background: url('/_media/images/layout/leaf.gif') no-repeat 0% 50%;
	padding-left: 30px;
}
#col2 img {
	border: 1px solid #d6d3c4;
	padding: 2px;
}
#col2 form {
	margin-top: 28px;
}
#col2 form span {
	display: block;
	margin: 15px 0;
	font-size: 11px;
	color: #8c8673;
}
#col2 input {
	width: 265px;
	margin-bottom: 3px;
	padding: 2px 4px;
	font-size: 11px;
	color: #8c8673;
}
#col2 select {
	margin-bottom: 4px;
}
#col2 input#signup {
	width: 76px;
	height: 30px;
	margin: 0 0 0 -4px;
}
#col2 h3 {
	margin-left: 12px;
}

/* @end */

/* @group Sub Navigation */

#sub-nav ul {
	border-top: 1px solid #d6d3c4;
	border-left: 1px solid #d6d3c4;
}
#sub-nav li {
	list-style-type: none;
	background: url('/_media/images/layout/subnav-divider.gif') no-repeat left bottom;
	line-height: 30px;
}
#sub-nav li a {
	text-decoration: none;
	color: #afada3;
	font: 14px Georgia, Arial, sans-serif;
	display: block;
	padding-left: 10px;
	line-height: 30px;
}
#sub-nav li a:hover, #sub-nav li a.sub-current {
	background: url('/_media/images/layout/subnav-hover.gif') repeat-y;
	padding-left: 34px;
	color: #708351;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: url('/_media/images/layout/footer-divider.gif') no-repeat 50% 0%;
	clear: both;
	text-align: center;
	padding-bottom: 25px;
	color: #708351;
	font-size: 9px;
	padding-top: 15px;
	line-height: 13pt;
}
#footer a {
	color: #708351;
}
#footer a:hover {
	text-decoration: none;
}

/* @end */