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

body { 
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #909a87;
	font-size: 12px;
	z-index: 0;
}
a {
	color: #aabd71;
	text-decoration: none;
}
a:hover {
	color: #7a9724;
}
a img, img {
	border: none;
}
td {
	vertical-align: top;
	text-align: left;
}
#container {
	background-color: #fff;
	width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 10px;
}
#topnav {
	width:960px;
	margin: 15px auto 8px auto;
	padding: 0;
	z-index: 2000;
}
#topnav table {
	width: 960px;	
}
#topnav table, #topnav td {
	padding:0;
	margin: 0;
}
#topnav td.navleft {
	width: 400px;
	height: 30px;
}

#topnav td.navleft {
	width: 400px;
	height: 30px;
	font-size: 12px;
	margin:0;
	padding: 0;
}

#topnav td.navright {
	height: 24px;
	text-align: right;
	padding: 0 7px 0 0;
}

#ssp {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background-color:#fff;
	z-index: 40;
}
#ssp table, #ssp td {
	width: 960px;
	height: 550px;
	text-align: center;
	vertical-align: top;
}
#ssp #flashcontent {
	width: 960px;
	height: 550px;
}

#ssp td {
	width: 960px;
	height: 550px;
	text-align: center;
	vertical-align: top;
}

#flashcontent p, #flashcontent p a, #ssp p, #ssp p a {
	color: #7a9724;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}

#text {
	width: 960px;
	margin: 0 auto;
	padding:0;
}
#text table {
	width: 960px;
	margin: 0;
	padding:0;
}
#text td {
	vertical-align: top;
}
#text td.col1 {
	padding: 8px 23px 25px 7px;
}
#text td.col2 {
	padding: 5px 15px 25px 0;
}

#text h2 {
	color: #7a9724;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
}
#text ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#text li {
	margin: 0 0 7px 0;
	padding: 0 0 0 13px;
	background: url(../images/bullet.png) no-repeat 0 6px;
	display: block;
}
#text li, p {
	font-size: 13px;
	line-height: 17px;
}
#text p {
	margin: 0 0 12px 0;
}
#text img.left {
	float: left;
	margin: 5px 10px 5px 0;
}
#footer {
	margin: 0 auto 10px auto;
	padding: 5px 0 0 0;
	width: 960px;
}
#footer p {
	color: #ccc;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 0 6px;
	margin: 0;
	text-align: left;
}
#footer a {
	color: #ccc;
	text-decoration: none;
	padding: 0;
}
#footer a:hover {
	color: #7a9724;
}
.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
