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

body {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	background:#DCDCDB;
	}

h1 {
	width:89px;
	height:481px;
	float:left;
	text-indent:-9999px;
	background:url(../images/layout_01.gif) 0px -13px;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
}

h2 {
	width:359px;
	height:34px;
	line-height:34px;
	background:#4cc335;
	border-right:2px solid #999;
	float:left;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-indent:5px;
}

p {
	padding-top:1em;
}

hr {display:none;}
.clear {clear:both;}

#main-panel {
	width: 607px;
	background-color: #fff;
	padding: 13px 13px 13px 0px;
	margin: 0px auto;
}

#feature {
	float:left;
	width:518px;
}

		#feature-image {
			width:514px;
			border:2px solid #999;
		}
					#feature-image img {display:block;clear:both;}
					#feature-image a {
						width:153px;
						height:34px;
						line-height:34px;
						background:#4cc335;
						display:block;
						float:left;
						font-size:11px;
						font-weight:normal;
						color:#fff;
						text-align:center;
						text-decoration:none;
					}
						#feature-image a:hover {background:#37dc17;}

		#feature-pages {
			height:13px;
		}

		#feature-text {
			background-color:#eee;
			color:#666;
			padding: 0 1em 1em 1em;
		}
					#feature-text a {
						color:#000;
						text-decoration:none;
					}
					#feature-text a:hover {
						text-decoration:underline;
					}
					#feature-text ul {
						list-style-position: inside;
						list-style-type: circle;
						margin: 0.8em 0em 0em 0em;
						line-height: 1.8em;					
					}

#nav-panel {
	width:	620px;
	margin: 13px auto;
	background: #bbb;
}
			#nav-panel h2 {
				display:none;
			}
			#nav-panel li {
				float:left;
			}
			#nav-panel li.wmargin {
				margin-right:10px;
			}

			#nav-panel li#more a {
				width:620px;
				height:44px;
				line-height:44px;
				background:#999;
				display:block;
				float:left;
				font-size:11px;
				font-weight:normal;
				color:#fff;
				text-indent:89px;
				text-decoration:none;
				margin-top:8px;
			}
				#nav-panel li#more a:hover {background:#828282;}
	
#green-footer {
	height:30px;
	background:#4cc335;
	border-top:10px solid #DCDCDB;
}