body
{
	margin: 0px;
	padding: 0px;
	background-color: #498;
	color: #000;
	font-family: Palatino, "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
}

a:link, a:visited
{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover, a:active, a:visited:active
{
	color: #036;
	text-decoration: underline;
}

div
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial, Verdana,sans-serif;
	margin: 0px 0px 5px 3px;
	padding: 0px;
	color: #603;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 10px; }

input, textarea, select
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #036;
	margin: 1px;
	padding: 2px;
	background-color: #ccc;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:focus, textarea:focus, select:focus
{
	background-color: #CCD6E0;
	color: #000;
}

p
{
	margin: 2px 0px 0px 7px;
	padding: 1px;
	font-size: 14px;
	line-height: 120%;
}

ul { margin: 5px 0px 5px 15px; }

li
{
	margin: 2px 5px 2px 5px;
	padding: 1px;
	font-size: 14px;
	line-height: 120%;
	list-style-type: square;
}

ol
{
	margin: 2px 5px 1px 20px;
	padding: 1px 2px 3px 1px;
	font-size: 16px;
	line-height: 110%;
	list-style-type: decimal;
	list-style-position: outside;
}

span
{
	padding-left: 5px;
	padding-right: 5px;
}

#centercontent
{
	margin: 0px 5px 7px 5px;
	padding: 15px 5px 7px 5px;
	border: 1px #333 solid;
	background-color: #ccff99;
	float: left;
	width: 480px;
	background-image: url(../grafix/centerbg.gif);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	min-height: 370px;
	position: relative;
}

#centercontent.med { width: 545px; }
#centercontent.wide { width: 710px; }
#centercontent.huge { width: 900px; }

#centercontent.full
{
	width: 97%;
	float: none;
	margin: 0px 5px 5px 5px;
	padding: 10px 10px 5px 10px;
}

#container
{
	padding: 0px;
	margin: 7px auto 5px auto;
	width: 900px;
	background-color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
}

#container.flex
{
	width: 90%;
	padding: 0px;
	background-color: #fff;
}

#footer
{
	position: relative;
	color: #fff;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	clear: both;
	background-color: #7AA993;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	text-align: right;
}

#footer p { font-size: 9px; }

#footer a:link, #footer a:visited
{
	color: #666666;
	padding: 2px;
}

#footer ul
{
	margin: 0px;
	padding: 1px;
	clear: both;
	text-align: center;
}

#footer li
{
	padding: 0px;
	margin: 2px 0px 5px 0px;
	font: inherit;
	font-size: inherit;
	display: inline;
}

#footer li ul, #footer li.headlink ul { display: none; }
#footer a.admincolor { color: #7AA993; }
a.admincolor { color: #fff; }

#header
{
	position: relative;
	margin: 0px;
	padding: 10px 5px 26px 105px;
	background-color: #fff;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#header.index { min-height: 160px; }

#loginbadge
{
	position: absolute;
	right: 80px;
	top: 3px;
	font-size: 9px;
	text-align: left;
	color: #999;
}

#logolayer
{
	position: absolute;
	left: -35px;
	top: -10px;
	z-index: 5;
}

#logolayer.index
{
	left: -70px;
	top: -8px;
	z-index: 5;
}

#header.short
{
	min-height: 80px;
	padding-left: 75px;
}

#logolayer.short { left: -35px; }

#leftcontent
{
	padding: 5px;
	float: left;
	width: 150px;
	background-color: #0fc;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
}

#menucontent
{
	float: left;
	width: 160px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 5px;
	background-color: #026E30;
	text-align: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	clear: left;
}

#menucontent ul
{
	margin: 0px;
	padding: 0px 2px;
	line-height: 100%;
	list-style: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	z-index: 10;
}

#menucontent li
{
	font-size: 14px;
	list-style: none;
	padding: 0px 0px;
	margin: 0px;
	position: relative;
}

#menucontent li ul { padding-bottom: 5px; }

#menucontent li li
{
	line-height: 90%;
	list-style: none;
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	padding: 0px 5px;
}

#menucontent .float
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	position: absolute;
	top: 3px;
	z-index: 30;
	left: 3px;
}

#menucontent input
{
	background-color: #61A16F;
	color: #000;
	font-size: 10px;
}

#menucontent input:focus
{
	background-color: #7AB087;
	color: #000;
}

#menucontent a:link, #menucontent a:visited
{
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 3px;
	color: #fff;
	z-index: 20;
}

#menucontent a:hover, #menucontent a:visited:hover,
#menucontent lit a:hover#curren, #menucontent li a:visited:hover#current
{
	background-color: #603;
	color: #fff;
	text-decoration: none;
}

#menucontent li #current { background-color: #01471F; }

#menucontent h1, #menucontent h2, #menucontent h3, #menucontent h4, #menucontent h5, #menucontent h6, #menucontent p, 
#right p, #right h1, #right h2, #right h3, #right h4, #right h5, #right h6
{
	color: #eee;
	margin: 0px;
	padding: 2px;
}

#menucontent .white a, #menucontent .white p { color: #003366; }
menucontent a:link, .menucontent a:visited { color: #fff; }

#menucontenthor
{
	z-index: 30;
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(../grafix/gradient.jpg);
	background-position: center center;
}

#menucontenthor ul
{
	z-index: 30;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#menucontenthor li
{
	font-size: 14px;
	list-style: none;
	float: left;
	margin: 0px 4px;
	padding: 0px 4px;
	position: relative;
}

#menucontenthor li:first-child { margin-left: 40px; }

#menucontenthor li li
{
	font-size: 12px;
	float: none;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#menucontenthor li li:first-child { margin-left: 0px; }

#menucontenthor li ul
{
	position: absolute;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 120px;
	display: none;
}

#menucontenthor a
{
	display: block;
	color: #fff;
	background-color: #8C8C8C;
	padding: 4px 6px;
	margin: 0px;
	background-image: url(../grafix/gradient.jpg);
	background-position: center bottom;
}

#menucontenthor a:hover
{
	color: #FFFF66;
	margin: 0px;
	background-position: center top;
}

#menucontenthor li.bottom
{
	height: 7px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 2px #ccc solid;
	background-image: url(../grafix/gradient.jpg);
	background-position: center bottom;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#navtabs
{
	clear: both;
	margin: 0px;
	padding: 3px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#navtabs ul
{
	margin: 0px;
	padding: 3px;
	width: 90%;
	text-align: center;
	right: 2%;
	position: absolute;
	bottom: 0px;
	z-index: 30;
}

#navtabs li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

#navtabs a
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background-color: #eee;
	margin: 2px;
	padding: 3px;
	border-top: 1px #92B66D solid;
	border-right: 1px #92B66D solid;
	border-bottom: none;
	border-left: 1px #92B66D solid;
	color: #618775;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	white-space: nowrap;
}

#navtabs a:hover
{
	background-color: #ccff99;
	border-bottom: 1px #ccff99 solid;
	color: #000;
	text-decoration: none;
}

#navtabs #current
{
	background-color: #ccff99;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #ccff99 solid;
	border-left: 1px #000 solid;
	color: #603;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	bottom: -1px;
}

#navtabs a#current:hover
{
	background-color: #A6CF7D;
	border-bottom: 1px #ccff99 solid;
	color: #000;
}

#right
{
	width: 215px;
	float: right;
	background-color: #026E30;
	padding: 15px 5px 15px 5px;
	margin: 0px 5px 5px 0px;
	color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#rss
{
	position: absolute;
	right: 3px;
	top: 3px;
}

#search
{
	font-size: 10px;
	position: absolute;
	right: 2px;
	top: 2px;
}

#search  input
{
	background-color: #C0E2AC;
	color: #347669;
	border: 1px #347669 solid;
	font-size: 10px;
}

#search  input:focus
{
	background-color: #ECE2AC;
	color: #000;
}

#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div
{
	margin: 0;
	font-size: 12px;
	color: #000;
}

#undertabs
{
	position: absolute;
	top: -5px;
	width: 95%;
}

#undertabs ul
{
	list-style: none;
	text-align: center;
	height: 20px;
	clear: both;
	font-family: Helvetica, Arial, Verdana,sans-serif;
	padding: 2px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}

#undertabs li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

#undertabs a
{
	background-color: #B2DF86;
	padding: 4px 4px 2px 4px;
	margin: 0px 2px 5px 2px;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	border-top: 0px #666 solid;
	border-left: 1px #666 solid;
	color: #774F5A;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#undertabs #current
{
	background-color: transparent;
	border: none;
	color: #000;
}

#undertabs li #current
{
	font-size: 12px;
	vertical-align: bottom;
}

.ahead, .ahead a
{
	background-color: #6C3;
	color: #000;
}

.alert, .alert a, .alert h1, .alert h2, .alert h3, .alert h4
{
	background-color: #C00;
	color: #fff;
}

.border
{
	border: 1px #fff solid;
	padding: 2px;
	margin: 0px;
	clear: both;
	display: block;
	background-color: #333;
}

.centercolor { background-color: #ccff99; }

.centertone
{
	background-color: #90B46C;
	color: #fff;
}

.denim
{
	background-color: #617494;
	padding-left: 3px;
	padding-right: 3px;
}

.dark
{
	background-color: #440000;
	color: #fff;
}

.dark div, .darker div
{
	padding: 2px 10px 2px 10px;
	margin: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark a:link { color: #fff; }
.dark a:visited { color: #ffc; }
.dark a:hover, .dark a:visited:hover { color: #3F6; }

.darker
{
	background-color: #360000;
	color: #fff;
}

.darker h1, .darker h2, .darker h3, .darker h4, .darker h5, .darker h6, .darker p, .darker a:link { color: #fff; }
.darker a:visited { color: #ffc; }
.darker a:hover, .darker a:visited:hover { color: #3F6; }

.float
{
	float: left;
	margin: 0px 5px 5px 0px;
}

.floatr
{
	float: right;
	margin: 0px 5px 0px 5px;
}

/***********  drop shadow styles ***********/
.img-shadow
{
	position: relative;
	float: left;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 8px 2px 5px;
}

.img-shadowR
{
	position: relative;
	float: right;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 5px 2px 8px;
}

.img-shadowC
{
	position: relative;
	display: inline-block;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px auto 2px auto;
}

.img-shadow, .img-shadowR, .img-shadowC
{
	/*[if gte ie 5.5000]> */
	/* the underscore hides this from non-IE browsers */
	_background: url(../grafix/shadow.gif) no-repeat bottom right;
	/*<![endif]: ;*/
}

.img-shadow img, .img-shadowR img, .img-shadowC img
{
	position: relative;
	top: -6px;
	left: -6px;
	border: solid #fff 2px;
	margin: 0px;
	padding: 0px;
}

/*********** end drop shadow styles ***********/
.left
{
	float: left;
	display: inline;
	margin-right: 5px;
	/* fixes ie double margin-left bug */
}

.new { background-color: #AFDB83; }
.stik { background-color: transparent; }

.outline
{
	background-color: #AFDB83;
	margin: 5px;
	padding: 5px;
}

.outlinebox
{
	background-color: #AFDB83;
	margin: 0px 0px 5px 0px;
	padding: 7px;
	border: 1px #996 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.commentbox
{
	background-color: #AFDB83;
	margin: 0px;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #996 solid;
	position: relative;
}

.commenttag
{
	background-color: transparent;
	background-image: url(../grafix/bottarrow.gif);
	background-repeat: no-repeat;
	padding: 9px;
	margin: 0px;
	position: absolute;
	left: 10%;
	bottom: -30px;
	z-index: 30;
}

.commentbox, .commentbox h3, .commentbox h4 { color: #330066; }

.one4offset
{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -10px;
	left: -50px;
	z-index: 10;
	width: 20%;
	float: left;
}

.one1, .one
{
	margin: 0px 5px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.one2
{
	width: 48%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one2r
{
	width: 48%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one3
{
	width: 31%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one3r
{
	width: 31%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one4
{
	width: 23%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one4r
{
	width: 23%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one5
{
	width: 19%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one5r
{
	width: 19%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one6
{
	width: 16%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one6r
{
	width: 16%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.two3
{
	width: 65%;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.two3r
{
	width: 65%;
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 0px;
}

.three4
{
	width: 73%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.three4r
{
	width: 73%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 5px 0px;
}

.eighT
{
	width: 79%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.eighTr
{
	width: 79%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.sixT
{
	width: 59%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.sixTr
{
	width: 59%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.fourT
{
	width: 39%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.fourTr
{
	width: 39%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.right
{
	float: right;
	display: inline;
	margin-left: 5px;
	/* fixes ie double margin-left bug */
}

.pale
{
	background-color: #676767;
	color: #434343;
}

.per5left { margin: 0px 5% 5px 5%; }
.per10left { margin: 0px 10% 5px 10%; }
.spacer { clear: both; }

div.spacer
{
	margin: 0px;
	padding: 0px;
}

.scroller
{
	height: 350px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.scrollertall
{
	height: 550px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.slider { display: none; }

div.slider
{
	margin: 0px;
	padding: 0px;
	display: none;
}

.fineprint { font-size: 9px; }
.small { font-size: 10px; }
.medium { font-size: 14px; }
.large { font-size: 20px; }

.white
{
	background-color: #E6FFCC;
	margin: 0px;
	padding: 5px;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p { color: #801019; }
.white a:link, .white a:visited { color: #617494; }

.tabs
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 0px #333 solid;
	margin: 5px auto 0px auto;
	font-size: 10px;
}

.tabsalpha
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #666 solid;
	margin: 5px auto 5px auto;
	font-size: 10px;
}

.tabs a, .tabsalpha a
{
	background-color: #B2DF86;
	padding: 2px 3px 0px 3px;
	margin: 5px 1px 6px 1px;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-left: 1px #666 solid;
	color: #774F5A;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

#current3
{
	background-color: #CCFF99;
	border-bottom: 1px #CCFF99 solid;
	color: #603;
}

@media print
{
	* { color: #000; }
	p, li { font-size: 10px; }
	p, h1, h2, h3, h4, h5, h6, a:link, a:visited { color: #600; }
	.dark a:link, .darker a:link, .dark a:visited, .darker a:visited { color: #333; }
	#menucontent p { color: #000; }
	#menucontent h4 { color: #600; }
	
	.hideme, #search, #footer ul,  #footer a.admincolor
	{
		visibility: hidden;
		height: 0px;
		display: none;
	}
}

.button
{
	border-top: 1px #999 solid;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
	border-left: 1px #999 solid;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	white-space: nowrap;
}

.button a { display: block; }

.button:hover
{
	border-top: 2px #999 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	border-left: 2px #999 solid;
}

@media only screen and (max-device-width: 1024px)
{
	.scroller, .scrollershort, .scrollertall, #entries
	{
		margin: 0px;
		padding: 0px;
		height: auto;
		background-image: none;
	}
}

