@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2E5624;
	background: url(img/striped-bg.jpg) center top repeat;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
}

body a:link {
	color: #E6782D;
	text-decoration: none;
}
body a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
body a:visited {
	color: #E6782D;
	text-decoration: none;
}
body a:active {
	color: #CCCC00;
	text-decoration: none;
}

a img {
	border: 0;
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: auto;
}

#title {
	margin: auto;
	width: 780px;
	text-align: center;
	height: 208px;
	background: url(img/title-image.jpg) center center no-repeat;
}


/*---------------------- Navigation Styles ----------------------*/
#nav {
	background: url(img/nav-bg.jpg) center bottom no-repeat;
	position: relative;
	top: 182px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
}

#nav a:link {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #eee;
	text-decoration: none;
}
#nav a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#nav a:active {
	color: #E18601;
	text-decoration: none;
}

/*---------------------- Slider Styles ----------------------*/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	width: 780px; /*width of featured content slider*/
	height: 223px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	width: 780px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	z-index: 999;
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 760px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding-top: 5px;
}

.pagination a{
	width: 14px;
	height: 14px;
	background: url(img/nav-bullet.png) no-repeat center top;
	behavior: url(png.htc);
	padding: 0 10px;
	text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
	width: 14px;
	height: 14px;
	background: url(img/nav-bullet.png) no-repeat center bottom;
	text-decoration: none;
	behavior: url(png.htc);
}

.pagination a.prev{
	background-image: url(img/nav-bullet-left.png);
	behavior: url(png.htc);
}

.pagination a.next{
	background-image: url(img/nav-bullet-right.png);
	behavior: url(png.htc);
}

/*---------------------- End Slider Styles ----------------------*/

/*---------------------- Container/Layout Styles ----------------------*/
#container-title {
	width: 780px;
	padding: 0;
	margin: 0 auto;
}
#container {
	background-color: #F7F7F7;
	width: 780px;
	margin: 0 auto;
}
#content {
	padding: 10px;
	width: 760px;
	overflow: hidden;
}
#newtext h1, #newtext h2, #newtext h3, #newtext p, #newtext ol, #newtext ul {
	width: 420px;
	margin: auto;
}
#newtext img{
	padding: 4px;
	float: left;
}
#newtext img.right{
	padding: 4px;
	float: right;
}
#content .titleimg {
	padding-top: 10px;
}
#content hr {
	height: 1px;
	width: 588px;
	background: #000;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content p {
	padding: 5px;
}
#content h3 {
	margin-bottom: 8px;
	font-size: 16px;
	color: #3D5834;
}
#content ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: circle;
}
#content ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 11px;
	text-indent: 10px;
	margin-top: 7px;
	line-height: 15px;
}
#intro {
	margin: auto;
}
table tr {
	vertical-align: top;
}
table ul {
	padding-left: 15px;
}
#content img.nospacing {
	margin-top: -10px;
	margin-left: -10px;
	float: left;
	margin-right: 8px;
}
.box-right {
	width: 240px;
	margin-right: 20px;
	margin-left: 20px;
}
.img-block-center {
	margin: auto;
	width: 600px;
}
#content h1 {
	color: #2E5624;
}
