﻿/* Comment element properties */

a {font-weight: normal;color: #006699;text-decoration: underline;}

a:hover {
	color: #c3d69b;
	text-decoration: underline;
}

a.side {
	color: #555;
	text-decoration: none;
}

a:hover.side {
	color: #f6a504;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}
/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
	margin: 5px;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* custom */
@charset "utf-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	background-color: #f6f6f6;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 69px;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 12px;
	line-height: 1.8em;
	vertical-align: top;
	font-size: 11px;
}
#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#footer  a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#footer  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3F7A11;
	text-decoration: none;
}


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3f7a11;
	line-height:24px;
}
.style2 {
	font-size: 14px;
	color: #494949;
}
#snippet {
	line-height: 1.3em;
}
#snippet a {
	font-weight: normal;
	color: #006699;
}


#innerpage {
	line-height: 1.3em;
}
.navbg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}
.footbg {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.team {
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	font-size: 16px;
	font-weight: normal;
	color: #3f7a11;
}
.rwl {
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.teaser {

	background-color: #fff;

	background-repeat: repeat-x;

	background-position: left top;

	height: 230px;

}

.style6 {

	font-size: 8px;

	color: #000000;

}

#dropmenudiv {
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	text-align: center;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#dropmenudiv a:hover { /*hover background color*/
	color: #576B2C;
	background-color: #f2deb6;
}

/*custom haze*/
.content_table .body {padding-top:25px;}
.side_panel {margin-bottom:5px;}
.side_panel .body {clear:both;padding-top:5px;}
hr {clear:both}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #f6a504;
	background-image: url(../images/button.gif);
	height: 20px;
	border: 1px solid #000;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

/* Header and footer properties 

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	background-image: url(../images/subheader-mid.gif);
	padding-left: 5px; 
	padding-right: 5px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(../images/subheader-left.gif);
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(../images/subheader-right.gif);
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #fff;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}
*/
/* Side-Panel properties


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	width: 175px;
}

.side-border-right {
	color: #777;
	background-color: #fff;
	padding: 10px 0 10px 10px;
	width: 175px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #555;
	background-image: url(../images/side.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.scapmain-left {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(../images/side-left.gif);
}

.scapmain-right {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(../images/side-right.gif);
}

.side-body {
	font-size: 10px;
	color: #555;
	background-color: #fff;
	background-image: url(../images/gradient.gif);
  background-repeat: repeat-x;
	border: 1px solid #ddd;
	padding: 4px;
}
 */
/* Center-Panel properties 

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #555;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	background-image: url(../images/cap.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(../images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(../images/cap-right.gif);
}

.main-bg {
	color: #555;
	background-color: #fff;
	padding: 10px 0 5px 0;
}
*/
/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #e1e1e1;
}

.tbl {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #04688d;
}

.shoutbox {
	color: #777;
}

.shoutboxdate {
	font-size: 10px;
	color: #888;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

.navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html .navigation ul li{
   height: 1%;
}

.navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

.navigation a:hover {
	color: #000;
	background-color: #c3d69b;
	text-decoration: none;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #000;
	background-color: #c3d69b;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #000;
	background-color: #c3d69b;
	margin: 2px;
	text-decoration: none;
}

/* -------------------
	System Specific 
--------------------*/
/* layout accountability adjustments */
.sub-header form {
	display:inline;
}

.sub-header img, .sub-header form input {
	vertical-align:middle;	
}

.sub-header .textbox {
	width:120px;	
}

a img {
	border: 0;
}

.outer_table {
	width:950px;	
}

/* misc */
.admin_alerts {
	padding: 4px;
	margin: 0;
}

.admin_alerts #admin_alerts_icon {
	margin: 3px; /* should always match #admin_alerts { padding-top } */
	display: block;
}

.admin_alerts #admin_alerts {
	padding-top: 3px; /* should always match #admin_alerts_icon { margin } */
}

.admin_alerts #admin_alerts_title {
	font-weight: bold;
	font-size: 11pt;
	text-indent: -1px;
}

.admin_alerts #admin_alerts_description {
	font-size: 9pt;
	text-indent: -1px;
}

.admin_alerts #admin_alerts_errors {
	text-align:left;
	line-height: 16px;
}

.admin_alerts .admin_alerts_error {
	clear: left;
	font-size:8pt;
	text-indent: -9px;
	padding-left: 15px;
	padding-bottom: 4px;
}

.admin_alert_good {
	color: #090;
}

.admin_alert_ok {
	color: #f6a504;
}

.admin_alert_bad {
	color: red;
	font-weight: bold;
}

.panelbutton{
	cursor:pointer;	
}

.msgBox {
	margin: 10px 0 10px 0;	
}

.content_footer {
	
}

.blabel { 
	font-weight: bold;
}

.am {
	vertical-align: middle;	
}

.bullet {
	margin: 0;
	padding: 0;
}

.sep {
	color:#363;
	font-size:16px;
	vertical-align:middle;
	padding: 0 3px 0 3px;
}

.help {
	border-bottom: 1px dotted;
	padding: 0 1px 0 1px;
}

.help, .helpc {
	cursor: help;	
}

/* featured content */
.sliderwrapper{position: relative;overflow: hidden;width: 400px;height: 150px;}
.sliderwrapper .contentdiv{visibility:hidden;position:absolute;left:0;top:0;padding:5px;width:390px;height:100%;filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
.pagination{width: 400px;text-align: right;padding: 5px 10px;}
.pagination a{padding: 0 5px;text-decoration: none; color: #00007D;background: white;}
.pagination a:hover, .pagination a.selected{color: #000;background-color: #FEE496;}
