body
{
	margin: 0px;
	padding: 0px;
	background-color: #498;
	color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../grafix/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p
{
	margin: 5px 10px 5px 10px;
	padding: 0px;
	color: #000;
	font-size: 14px;
}

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

a:hover, a:visited:hover, a:active, a:visited:active
{
	color: #3F6;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	margin: 2px 0px 3px 20px;
	padding: 0px;
	font-family: "Times New Roman", Palatino, Georgia, serif;
	background-color: transparent;
	color: #600;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

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

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

#logolayer
{
	position: absolute;
	right: 5px;
	top: 0px;
	width: 155px;
	height: 165px;
	z-index: 2;
}

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

#container.flex
{
	width: 95%;
	background-color: #fff;
}

#header
{
	margin: 0px;
	padding: 5px 5px 0px 5px;
	background-color: #FFFFFF;
	position: relative;
	min-height: 90px;
}

#centercontent
{
	position: relative;
	margin: 0px 0px 5px 5px;
	border: 1px #000 solid;
	padding: 5px;
	background-color: #CF9;
	float: left;
	width: 695px;
	background-image: url(../grafix/bgcenter.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#centercontent.med { width: 550px; }
#centercontent.wide { width: 705px; }
#centercontent.huge { width: 900px; }

#centercontent.full
{
	width: 97%;
	float: none;
	margin: 0px 5px 5px 5px;
	padding: 10px 10px 5px 10px;
}
.downloads
{ 
	float: left;
	background-color: #3b4d99;
	padding: 0px 5px 3px 5px;
	min-width: 30%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.downloads div.slider
{
	z-index: 100;
	position: absolute;
	background-color: #3b4d99;
	padding: 5px;
	color: #eee;
}

.downloads a { color: #fcfcfc; }
.downloads b, .downloads h6, .downloads h5 { color: #eee; }

#footer
{
	color: #fff;
	margin: 0px;
	padding: 5px;
	clear: both;
	background-color: #7AA993;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}

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

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

#footer a.admincolor { color: #99A99C; }

#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;
}

#loginbadge {
	position: absolute;
	right: 25px;
	top: -13px;
	font-size: 9px;
	text-align: left;
	color: #333;
}

#menucontent
{
	float: left;
	width: 160px;
	padding: 15px 0px;
	margin: 0px;
	background-color: #026E30;
	text-align: right;
	position: relative;
	color: #ddd;
}

#menucontent ul
{
	margin: 0px;
	padding: 0px 2px;
	line-height: 100%;
	list-style: none;
	z-index: 10;
}

#menucontent li
{
	font-size: 16px;
	list-style: none;
	padding: 2px 0px;
	margin: 0px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
}

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

#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;
	position: absolute;
	top: 3px;
	z-index: 30;
	left: 3px;
	font-size: 18px;
}

#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: #FF9;
	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; }

#menucontent.small
{
	width: 150px;
}

#menucontent .small li { font-size: 10px; }

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

#navtabs ul
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	z-index: 30;
}

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

#navtabs a
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background-color: #eee;
	margin: 0px 2px;
	padding: 3px 3px 7px 3px;
	border-top: 1px #92B66D solid;
	border-right: 1px #92B66D solid;
	border-bottom: none;
	border-left: 1px #92B66D solid;
	color: #618775;
	border-top-left-radius: 4px;
	-border-top-right-radius: 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
{
	padding: 2px 2px 12px 2px;
	width: 125px;
	float: right;
	background-color: #026E30;
	margin: 0px;
	color: #fff;
	background-image: url(../grafix/bg2.jpg);
	font-size: 12px;
}

#rss
{
	position: absolute;
	left: 3px;
	bottom: 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;
}

.dark
{
	background-color: #576D42;
	padding: 1px;
	margin: 2px;
	color: #fff;
}

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

.darker
{
	background-color: #3A492C;
	padding: 4px;
	margin: 0px;
	color: #fff;
}

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

.float
{
	float: left;
	margin-bottom: 5px;
}

.floatr
{
	float: right;
	margin-bottom: 5px;
}

.spacer
{
	clear: both;
	margin: 0px;
}

div#qTip
{
	padding: 3px;
	border: 1px solid #363;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	max-width: 300px;
	color: #000;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	background-color: #9FC;
}

.meta {
	font-size: 9px;
	float: right;
	clear: right;
	position: relative;
	bottom: -10px;
}

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

.new { background-color: #AFDB83; }
.per10left { margin: 0 10%; }
.per5left { margin: 0 5%; }
.outline { background-color: #AFDB83; }
#menucontent .outline { color: #000033; }

.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; }

.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;
}

.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;
}

.centertone
{
	background-color: #7a7a7a;
	color: #fff;
}

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

.post {
	position: relative;
	margin-bottom: 40px;
	clear: right;
	background: url(../grafix/cornerbg.png) no-repeat top right;
}

.posttext {
	position: relative;
	padding: 3px;
	top: 100%;
	/*	background: url(../grafix/dropbarbg.png) repeat-x center 0px; */
	margin: 0px auto;
}

.posttext a:link {
	color: inherit;
}

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

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

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

.scroller
{
	height: 350px;
	overflow: scroll;
}

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

.slider { display: none; }

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

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

/***********  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;
	outline: #fff solid 2px;
	margin: 0px;
	padding: 0px;
}

/*********** end drop shadow styles ***********/
.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 #92B66D solid;
	margin: 5px auto 0px auto;
	font-size: 9px;
}

.tabs a, .tabsalpha a
{
	background-color: #92B66D;
	padding: 0px 3px 0px 3px;
	margin: 5px 1px 2px 1px;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #92B66D solid;
	border-left: 1px #333 solid;
	color: #774F5A;
	-border-top-left-radius: 3px;
	-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

#current2
{
	background-color: #AFDB83;
	border-bottom: 1px #92B66D solid;
	color: #603;
}

.button
{
	border-top: 1px #999 solid;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
	border-left: 1px #999 solid;
	padding: 3px;
	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;
	}
}
