@charset "utf-8";
/* CSS Document
Palette:

Purple:					aa7fce
Lilac:					d5c0e6
*/

/* --- Global Styles ------------------------------------------------------------------------------ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;


}

/* --- Layout Styles ------------------------------------------------------------------------------ */

#banner {
	background-image:url(../assets/banner-bg.jpg);
	height:175px;
	margin:0px 10px;
	position:relative;
	width:1000px;

}

#banner-new {
	background-image:url(../assets/banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:138px;
	margin-top:20px;
	padding:10px 10px 0px 10px;
	position:relative;
	width:1000px;
}

#banner #title, #banner-new #title {
	left:180px;
	position:absolute;
	top:40px;
}

#banner-new #title {
	top:48px;
}

#banner #sub-header, #banner-new #sub-header {
	left:180px;
	position:absolute;
	top:65px;
}

#banner-new #sub-header {
	top:73px;
}

#banner #register, #banner-new #register {
	position:absolute;
	right:90px;
	top:10px;
}

#box {
	background-image:url(../assets/bg.jpg);
	overflow:hidden;
	width:1020px;

}

#box-bottom {
	background-image:url(../assets/bg-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	width:1020px;
}

#box-top {
	background-image:url(../assets/box-top.jpg);
	height:10px;
	margin-top:20px;
	overflow:hidden;
	width:1020px;
}

.clear {
	clear:both;
}

#container {

	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;


}

#content {
	float:right;
	min-height:525px;
	width:640px;
}

#green-footer {
	background-image:url(../assets/green-footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:11px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding:0px 30px 10px 30px;
	width:960px;
}

#green-footer a {
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#footer {
	color:#ffffff;
	font-size:11px;
	padding:10px 20px 10px 20px;
	text-align:right;
}

#footer a {
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
}

#inner {
	padding:10px;
}

#left {
	float:left;
	width:250px;
}

.left-inner {
	font-size:11px;
	min-height:150px;
	padding:10px;
	width:230px;
}

.left-outer {
	background-color:#cccccc;
	margin-bottom:20px;
	min-height:150px;
	width:250px;
}

#logo {
	height:125px;
	overflow:hidden;
	padding-left:20px;
}

#main {
	padding:20px 20px 0px 20px;
	position:relative;
}

#menu {
	background-color:#004f18;
	height:30px;
	margin-left:10px;
	position:absolute;
	top:108px;
	width:702px;
	z-index:999;
}

#menu a {
	color:#ffffff;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0px 25px;
	text-decoration:none;
}

#menu a:hover {
	color:#85bf04;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	z-index:998;
}

#menu ul li {
	float:left;
}

#menu ul li ul li {
	float:none;
	margin-right:0px;
}

#menu ul ul {
	background-color:#004f18;
	background-position:bottom right;
	background-repeat:no-repeat;
	position:absolute;
	top:-999em;
	z-index:997;
}

#menu ul ul a {
	display:block;
	line-height:20px;
}

#menu ul li:hover ul {
	display:block;
	top:auto;
}

#menu-pic {
	border-color:#000000;
	border-style:solid;
	border-width:3px;
	height:147px;
	overflow:hidden;
	position:absolute;
	right:95px;
	top:63px;
	width:197px;
}

#menu-pic img {
}

#outer {
	margin:auto;
	overflow:hidden;
	text-align:left;
	width:1020px;
}

/* --- New Menu Styles ---------------------------------------------------------------------------- */

#banner-new #menu {
	background-color:#004f18;
	height:30px;
	position:absolute;
	top:118px;
	width:1000px;
}

#banner-new #menu a {
	color:#ffffff;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	padding:0px 25px;
	text-decoration:none;
}

#banner-new #menu a:hover {
	color:#85bf04;
}

#banner-new #menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#banner-new #menu ul li {
	float:left;
}

#banner-new #menu ul li ul li {
	float:none;
	margin-right:0px;
}

#banner-new #menu ul ul {
	background-color:#004f18;
	background-position:bottom right;
	background-repeat:no-repeat;
	position:absolute;
	top:-999em;
	z-index:9999;
}

#banner-new #menu ul ul a {
	display:block;
	line-height:20px;
}

#banner-new #menu ul li:hover ul {
	display:block;
	top:auto;
}

/* --- Font Styles -------------------------------------------------------------------------------- */

a {
	color:#006600;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#85bf04;
	text-decoration:underline;
}

.date {
	font-size:11px;
	font-weight:lighter;
}

h1 {
	color:#000000;
	font-size:25px;
	font-weight:lighter;
	margin-top:0px;
	width:600px;
}

h2 {
	font-size:14px;
	margin-top:0px;
}

.left-inner h3 {
	margin-bottom:0px;
}

#banner #title h2, #banner-new #title h2 {
	color:#ffffff;
	font-size:20px;
	font-weight:lighter;
	line-height:26px;
}

#banner #title h2 a, #banner-new #title h2 a {
	color:#ffffff;
	font-size:20px;
	font-weight:lighter;
	line-height:26px;
	text-decoration:none;
}

#banner #sub-header p, #banner-new #sub-header p {
	font-size:12px;
	line-height:20px;
	margin:0px;
}

/* --- Form Styles -------------------------------------------------------------------------------- */

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#tac {
	background-color:#ffffff;
	display:none;
	height:400px;
	position:absolute;
	width:600px;
	z-index:40;
}

#tac a {
	position:absolute;
	right:0px;
	top:0px;
}

#tac h2 {
	line-height:40px;
	padding:0px 10px;
	margin:0px;
}

#terms-scrollbox {
	height:340px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:10px;
	width:580px;
}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

/* --- Confirmation Boxes ------------------------------------------------------------------------- */

.confirm {
	background-color:#89c75e;
	border-color:#7bb254;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	margin-bottom:10px;
	padding:15px;
}

.denied {
	background-color:#eccfd1;
	border-color:#cc0000;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
	padding:15px;
}

.denied a {
	color:#990000;
}

/* --- Blog Styles -------------------------------------------------------------------------------- */

#blog img {
	clear:right;
	float:right;
	margin:0px 0px 20px 20px;
}

/* --- Directory Styles --------------------------------------------------------------------------- */

#search {
	background-color:#aa7fce;
	color:#ffffff;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
	position:relative;
	text-align:right;
	width:620px;
}

#searchbox {
	border-color:#009241;
	border-width:0px;
	height:30px;
	line-height:30px;
	padding:0px 10px 0px 10px;
	position:absolute;
	right:120px;
	top:10px;
	width:270px;
}

#searchtext {
	left:10px;
	position:absolute;
	top:10px;
}

.logothumb {
	border-color:#aa7fce;
	border-style:solid;
	border-width:1px;
	height:100px;
	line-height:100px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:200px;
}

/* --- Gallery Styles ----------------------------------------------------------------------------- */

.gallery-thumb {
	float:left;
	height:130px;
	line-height:130px;
	margin:0px 20px 20px 0px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:130px;
}

.gallery-thumb img {
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	vertical-align:bottom;
}

.gallery-thumb img:hover {
	border-color:#ffd801;
	border-style:solid;
	border-width:5px;
}

/* --- Report Styles ------------------------------------------------------------------------------ */

.report {
	left:-10px;
	position:relative;
	width:980px;
}

.report .top {
	background-image:url(../assets/report-top-bg.jpg);
	height:60px;
}

.report .top h2 {
	background-image:url(../assets/report-tab-bg.jpg);
	float:left;
	line-height:40px;
	padding-top:10px;
}

.report .tab-left {
	background-image:url(../assets/report-top-left.jpg);
	float:left;
	height:60px;
	width:55px;
}

.report .tab-right {
	background-image:url(../assets/report-top-right.jpg);
	float:left;
	height:60px;
	width:40px;
}

.report .tab-inner {
	clear:left;
}

/* --- Box Styles --------------------------------------------------------------------------------- */

.box-small-top {
	background-image:url(../assets/box-small-top.jpg);
	height:29px;
	margin:auto;
	overflow:hidden;
	width:318px;
}

.box-small {
	background-image:url(../assets/box-small-bg.jpg);
	margin:auto;
	overflow:hidden;
	padding:0px 30px;
	width:258px;
}

.box-small-bottom {
	background-image:url(../assets/box-small-bottom.jpg);
	height:29px;
	margin:auto;
	overflow:hidden;
	width:318px;
}

div.small {
	width:318px;
}

.box-medium-top {
	background-image:url(../assets/box-medium-top.jpg);
	height:29px;
	margin:auto;
	overflow:hidden;
	width:478px;
}

.box-medium {
	background-image:url(../assets/box-medium-bg.jpg);
	margin:auto;
	overflow:hidden;
	padding:0px 30px;
	width:418px;
}

.box-medium-bottom {
	background-image:url(../assets/box-medium-bottom.jpg);
	height:29px;
	margin:auto;
	overflow:hidden;
	width:478px;
}

div.medium {
	width:478px;
}

.box-large-top {

	height:29px;
	margin:auto;
	overflow:hidden;
	width:958px;

}

.box-large {
	border:1px solid #93cc03;
	margin:auto;
	overflow:hidden;
	padding:0px 30px;
	border-radius: 10px;
	margin:0 30px;
	box-shadow: 0 0 10px #000;
}

.box-large-bottom {
	background-image:url(../assets/box-large-bottom.jpg);
	height:29px;
	margin:auto;
	overflow:hidden;
	width:958px;
}

/* --- Misc Styles -------------------------------------------------------------------------------- */

.floatleft {
	float:left;
	margin:0px 20px 20px 0px;
}
.floatleft div{ color: #006633; width:200px; font-weight:bold; text-align:center; text-style:italics;}
.floatright {
	float:right;
	margin:0px 0px 20px 20px;
}
.floatright div{ color: #006633; width:200px; font-weight:bold; text-align:center; text-style:italics;}
.floatleft2 {
	float:left;
	margin:0px 20px 20px 0px;
	text-align:center;
}

.hr {
	background-color:#013411;
	clear:both;
	height:1px;
	margin:20px 0px 20px 0px;
}

img {
	border:none;
}

.news img {
	float:right;
	margin:0px 0px 20px 20px;
}

.person {
	display:inline-block;
	text-align:center;
	vertical-align:top;
	width:200px;
}
p { text-align:justify;}

.floatrightPH {
	float:right;
	z-index:1;

	margin:-212px 40px 0px 0px;}


.floatleftPH {
	float:left;
	z-index:1;

	margin:0px 0px 0px 0px;}

.floatcenterPH {
	float:center;
	z-index:1;

	margin:-0px 0px 0px 0px;}
	.floatleftPH div{ color: #006633; width:200px; font-weight:bold; text-align:center; text-style:italics;}
	.floatrightPH div{ color: #006633; width:200px; font-weight:bold; text-align:center; text-style:italics;}
	.floatcenterPH div{ color: #006633; width:200px; font-weight:bold; text-align:center; text-style:italics;}
	.floatcenter {
	float:center;
	z-index:1;

	margin:0px 0px 0px 350px;}
	.floatcenter div{ color: #006633; width:250px; font-weight:bold; text-align:center; text-style:italics;}
	.p2{color: #006633; width:200px; font-weight:bold; text-align:center; text-style:italics;}
	.p3{color: #006633; width:125px; font-weight:bold; text-align:center; text-style:italics;}
	.p4{color: #006633; width:300px; font-weight:bold; text-align:center; text-style:italics;}
	.p5{color: #006633; width:157px; font-weight:bold; text-align:center; text-style:italics;}

.black {
	color:#000;
	text-decoration:none;
}

.staff-row {
    display:table;
    margin:20px 0;
    width:100%;
}

.staff-cell {
    display:table-cell;
    text-align:center;
}

.staff {
    border:#004f18 solid 1px;
    height:380px;
    margin:auto;
    width:200px;
}

.staff img {
    margin:0 0 5px;
}
