* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #fff;
	line-height: 18px;
}
.cl, .clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}
.l, .left {
	float: left;
	display: inline;
}
.r, .right {
	float: right;
	display: inline;
}
br {
	line-height: 10px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 48px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
#wrap {
	height: 100%;
	width: 100%;
	background: #3bb400 url(images/bg.gif) repeat-x 0 0;
	position: relative;
}
#footer {
	height: 197px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(images/footer.gif) repeat-x right 0;
}
.shell {
	width: 880px;
	background: #fff;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}
#head {
	height: 96px;
	padding-top: 22px;
	padding-right: 28px;
	padding-left: 23px;
	background: url(images/head-bg.gif) no-repeat 756px bottom; 
}
h1#logo {
	height: 79px;
	width: 420px;
	float: left;
}
h1#logo a {
	float: left;
	height: 79px;
	width: 420px;
	background: url(images/logo.gif) no-repeat 0 0;
	text-indent: -10000px;
}
#topnav {
	float: right;
	margin-right: 17px;
	font-size: 10px;
}
#nav {
	background: url(images/nav-bg.gif) repeat-x 0 0;
	height: 36px;
	padding-left: 7px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 11px;
	border-bottom: solid 4px #f1c625;
	position: absolute;
	top: 118px;
	width: 873px;
}
#nav li {
	float: left;
	list-style-type: none;
	padding-left: 2px;
	background: url(images/nav-li.gif) no-repeat left 0;
}
#nav li.last a {
	background: url(images/nav-li.gif) no-repeat right 0;
}
#nav li a {
	line-height: 36px;
	height: 36px;
	float: left;
	padding: 0 6px;
	color: #e8661d;
}
#nav li a:hover, 
#nav li a.active,
#nav li a.hover {
	background: #f1c625;
	color: #fff;
	text-decoration: none;
}
#nav li .subNav {
	width: 880px;
	margin-top: -1px;
	top: 41px;
	left: 0;
	position: absolute;
}
#nav li .subNav ul {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, "MS Trebuchet", sans-serif;
	background: #f1c625;
	height: 26px;
}
#nav li .subNav ul li {
	background: none;
	line-height: 26px;
	color: #fff;
	position: relative;
}
#nav li .subNav ul li a {
	line-height: 26px;
	height: 26px;
	color: #fff;
}
#nav li .subNav ul li span {
	float: left;
}
#nav li .subNav ul li a.withsubnav {
	padding-right: 20px;
	background: url(images/arrow-subnav.gif) no-repeat right center;
	margin-right: 6px;
}
#nav li .subNav ul li a:hover {
	text-decoration: underline;
}
#nav li .subNav ul li .subSubNav {
	position: absolute;
	top: 26px;
	left: 0;
	background: #f1c625;
	z-index: 100;
}
#nav li .subNav ul li .subSubNav ul {
	background: #f1c625;
	width: 170px;
}
#nav li .subNav ul li .subSubNav ul li {
	background: #f1c625;
	float: none !important;
	height: auto;
	display: block;
}
#nav li .subNav ul li .subSubNav ul li a {
	background: #f1c625;
	float: none !important;
	display: block;
}
#content {
	background: #fff url(images/content-bg.gif) repeat-x 0 0;
	height: 600px;
	padding-top: 27px;
	padding-right: 25px;
	padding-left: 22px;
	margin-top: 40px;
}
#content .lside {
	float: left;
	width: 581px;
}
#content .rside {
	float: right;
	width: 221px;
}
#slogan {
	height: 260px;
	width: 581px;
	overflow: hidden;
	margin-bottom: 20px;
	position: static;
	z-index: 1;
}
#slogan-bg {
	background: url(images/slogan-bg.gif) no-repeat 0 0;
	height: 261px;
	width: 581px;
	overflow: hidden;
	margin-top: -280px;
	position: relative;
	*position: static;
	z-index: 10;
}
#content .lside .left {
	width: 325px;
}
#content .lside .right {
	width: 212px;
}
ul.more {
	list-style-type: none;
}
ul.more li a,
a.more {
	text-decoration: underline;
	padding-right: 11px;
	background: url(images/arrow.gif) no-repeat right center;
}
ul.more li a:hover,
a.more:hover {
	text-decoration: none;
}
a.orange {
	text-decoration: underline;
	font-weight: bold;
	color: #e8671e;
	font-size: 12px;
}
a.orange:hover {
	text-decoration: none;
}
.box {
	width: 221px;
}
.box .top {
	height: 52px;
	font-weight: bold;
	padding-left: 22px;
	font-size: 15px;
	color: #fff;
	line-height: 52px;
}
.box .cnt {
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 14px;
	font-size: 11px;
	color: #fff;
}
.box .cnt .more {
	color: #fff;
	font-weight: bold;
}
.box .bot {
	line-height: 0;
	font-size: 0;
	margin-bottom: 30px;
	height: 11px;
	position: relative;
}
.box .animal {
	position: absolute;
	z-index: 10;
	bottom: 0;
}
#obox .animal {
	bottom: -17px;
	left: 149px;
}
#obox .more {
	background: url(images/arrow2.gif) no-repeat right center;
}
#obox .top {
	background: url(images/obox-top.gif) no-repeat 0 0;
	cursor: pointer;
}
#obox .cnt {
	background: url(images/obox-bg.gif) repeat-y 0 0;
}
#obox .bot {
	background: url(images/obox-bottom.gif) no-repeat 0 bottom;
}
#gbox .top {
	background: url(images/gbox-top.gif) no-repeat 0 0;
}
#gbox .cnt {
	background: url(images/gbox-bg.gif) repeat-y 0 0;
}
#gbox .bot {
	background: url(images/gbox-bot.gif) no-repeat 0 bottom;
}
#gbox .more {
	background: url(images/arrow3.gif) no-repeat right center;
}
#gbox h3 {
	font-weight: bold;
	font-size: 16px;
}
#gbox h3.darken {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
#gbox .field {
	width: 154px;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding: 2px 4px;
}
#gbox .button {
	width: 50px;
	height: 18px;
	padding: 1px 0;
	font-size: 11px;
	font-weight: normal;
	background: url(images/button.gif) no-repeat 0 0;
	border: 0;
}
#gbox .animal {
	bottom: -36px;
	left: 152px;
}
#foot {
	margin-top: 30px;
}
#foot p,
#foot a {
	font-size: 9px;
	font-weight: normal;
	color: #333;
}
.ncontent {
	line-height: 22px;
}

table.admin_table {

	border-collapse: collapse;
	width: 100%;
}

tr.striped {

	background-color: lightgrey;

}