@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #948767;
}
body {
	background-color: #c3b89c;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3676ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B76FF;
}
a:hover {
	text-decoration: none;
	color: #090;
}
a:active {
	text-decoration: none;
	color: #0B76FF;
}
.clear {
	clear:both;	
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
h1 {
	font-size: 18px;
	color: #4a432e;
	height:22px;
}
#container {
	width:980px;
	margin:auto;
}
#nonFlash p{
	margin:0 0 0 50px;
}
#main {
	background-color:#f5ecd4;
	width:910px;
	margin:6px auto;
	overflow:hidden;
}
#main .top {
	background:url(images/body-box-top.jpg) no-repeat 0 0;
	width:910px;
	height:16px;
}
#main .bottom {
	background:url(images/body-box-bottom.jpg) no-repeat 0 0;
	width:910px;
	height:16px;
}
#main .left-column {
	width:580px;
	float:left;
	margin-left:26px;
	line-height:18px;
	text-align:left;
}
#main .left-column li{
	margin:0 0 0 24px;
	padding:0px;
	list-style:disc;
}
#main .right-column {
	background:url(images/body-box-divider.jpg) no-repeat 12px 0;
	width:260px;
	float:left;
	min-height:400px;
}
#main .right-column .content {
	margin-left:46px;
}
#main .right-column li {
	border-top:1px solid #dfd7c1;
	margin-bottom:0px;
}
#main .right-column li img{
	float:left;
}
#main .right-column li span{
	display:block;
	font-size:16px;
	line-height:30px;
	width:200px;
}
#main .right-column .weblink-box {
	background:url(images/website-box.png) no-repeat 0 0;
	width:227px;
	height:226px;
	margin:12px 0;
}
#main .right-column .content .weblink-box ul {
	padding-top:22px;
}
#main .right-column .content .weblink-box li {
	background:url("images/greenstar_bullet.png") no-repeat scroll 0 6px transparent;
	border-top:1px solid #DFD7C1;
	font-size:16px;
	margin-bottom:6px;
	margin-left:18px;
	margin-right:18px;
	padding:6px 0 0 21px;
}
#main .right-column .content .weblink-box li:first-child {
	border-top:0px solid #DFD7C1;
}
#footer {
	background:#669a3c url(images/footer-bg.jpg) repeat-x 0 0;
	margin-top:20px;
	line-height:18px;
}
#footer .grass {
	background:url(images/footer-grass.jpg) no-repeat 0 0;	
	width:896px;
	margin:auto;
	padding:50px;
	color:#a5cf83;
}
#footer li:first-child {
	padding:0 0 0 0;
	border-left:0px;
}
#footer li {
	float:left;
	margin:0 8px 0 0;
	padding:0 0 0 8px;
	border-left:1px solid #717E5C;
}
#footer .link {
	color:#a5cf83;	
}
.alert {
	color:#900;
	font-size:11px;
}
.error {
	color:#900;
}
.request-info-btn {
	display:block;
	white-space:nowrap;
	text-indent: -5000em;
	background:url(images/request_info_btn.jpg) no-repeat 0 0;
	width:227px;
	height:65px;
	overflow:hidden;
	cursor:pointer;
}
.request-info-btn:hover {
	background-position:0 -65px;
}
