/* for the mozilla to use box model */
* {
	-moz-box-sizing: border-box !important;
}

body {
	margin: 0px;
	padding: 0px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	size:11px;
	background:#000;
	text-align: center;
}

img {
	border: none;
}

h1{
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	margin-top: 5px;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	height: 26px;
	margin-left: 15px;
	
}
h2 {
	font-size: 13px;
	color: #663333;
	font-weight: normal;
	display: block;

}
h3 { 
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 20px;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	height: 26px;
	clear: both;
	
	
}
h5 {
	background-color: #333;
	width: 100%;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
}
ul {
	font-size: 10px;	
	
}
li {
	margin-bottom: 3px;
	*margin-left: 25px;
}
p a {
	text-decoration: underline;
}

.spanbox{
	clear: both;
}
/* ----------------------------------------- KCMS Toolbar */

.admin_buttons {
	display: block;
	text-align: left;
	background: #000;
}
.admin_buttons a{
	color: #fff;
}
.admin_buttons a:hover {
	color: #996600;
}
#kcmswelcome {
	height: 23;
	width: 144;
	position: absolute;
	right: 5px;
	top: 1px;
	background-image: url(images/welcometokcms.gif);	
}

#KCMStoolbar {
	left: 230px;
	top: 0px;
	float:left;
	padding-top: 0px;
}
/* ----------------------------------------- Main Edit Modules for Customization*/

#outerwrapper {
	background-image: url(images/bg-headerfade3.jpg);
	background-repeat: repeat-x;
	
}

#shell{
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	margin-top: 0;
	background: url(images/bg2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border-top: 1px solid #fff;
	
}
#logo {
	position: absolute;
	background:url(images/logo.jpg);
	background-repeat: no-repeat;
	top: 16px;
	left: 0px;
	height: 140px;
	width: 290px;
	display: none;
	border: 1px solid red;
}

#header {
	height: 90px;
/*	*height: 141px;                 enabling these three commented out sections will make everything appear right, except the red background image. ------*/
	width: 100%;
	background-color: #660000;
/*	*background-color: transparent;*/
	background-image: url(images/bg_banner.jpg);
/*	*background-image: url(images/bg.jpg);*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 300px;
	position: absolute;
	top: 141px;
	left: 0px;

}
#header_hm {
	width: auto;
	background-color: #660000;
	background-image: url(images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px -16px;
	margin-top: 155px;
	margin-bottom: 10px;
	clear: both;
}
#header_hm img {
	margin: 5px;
}
#sidebar {
	float: left;
	width: 280px;
	height: auto;
	background: transparent;
	margin: -8px 20px 0px 0px;
	color: #666666;
	padding: 3px;
	text-align: left;
}
#sidebar_hm {
	float: left;
	width: 320px;
	height: auto;
	background: transparent;
	margin: 40px 20px 0px 5px;
	color: #666666;
	padding: 3px;
	text-align: left;
}
#bodywrapper{
	float: left;
	width: 1000px;
	margin: 0px;
	position: absolute;
	top: 240px;
	*top: 239px;
}

#toplevelnav {
	position: absolute;
	top: 140px;
	background:url(images/bg_menu_blk.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	background: #000;
	width: 100%;
	height: 23px;
}

#bodycontentall {
	width: 600px;
	margin: 0px;
	font-size:11px;
	float: left;
	/*background-image: url(images/bg-shadow.jpg);
	background-repeat: repeat-y;*/
	padding-left: 0px;
	/*position: absolute;
	top:	250px;
	left:	308px;
	margin-top: -12px;*/
}
.copyright {
	float: left;
	font-size: 8px;
	width: 900px;
	color: #444;
	text-align: left;
	padding: 3px;
	margin-top: 10px;
	border-top: 2px solid #CCC;
	clear: both;
}
.copyright_hm{
	float: left;
	font-size: 8px;
	width: 900px;
	color: #444;
	text-align: left;
	padding: 3px;
	margin-top: 5px;
	
}
.siteFooter{
	float: left;
	width: 100%;
	height: 10px;
	margin: 5px 0px 0px 20px;
	text-align: left;
	background: transparent;
	font-weight: normal;
	padding-top: 0px;
	/*background-image:url(images/bg-footer.jpg);
	background-repeat: no-repeat;*/
	display: none;
}
.siteFooter p {
	margin: -10px 0px 0px 15px ;
}
.siteFooter a{ 
	color: #cccccc;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	
}

.banner_image{
	margin-left: -10px;
	margin-top:  -10px;
}
.slideshow {
	margin: -55px 0px 0px -13px;
}
.link_rotator {
	float: right;
	width: 300px;
	height: 67px;
	margin-bottom: 10px;
	margin-right: 5px;
	
}
#table {
	float: right;
	width: 350px;
	
}
div.searchmodule {
	position: absolute;
	top: 170px;
	left: 20px;

}
#searchmodulePerm {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 90px;
}
/*#searchmoduleTwo {
	position: absolute;
	top: 170px;
	left: 20px;
}*/

.sub_searchmodule {
	border: 1px solid #333;
	position: absolute;
	top: -142px;
	left: -3px;
}

input#search_string {
	width: 140px;
}
.searchbutton {
	border: 1px solid #000;
	background: #CC0000;
	color: #fff;
	width: 20px;
}

/************  standard links - sitewide  ******************/
a {
	color:#CCC;
	text-decoration:none;
	
}

a:hover {
	
	color: #990000;
	/*text-decoration:underline;*/
	text-decoration:none;
	
}
/* A litle fix for the dotten line under the header images... */
.imagebutton {
	border-bottom: 0px;
}
.imagebutton:hover {
	border-bottom: 0px;
}

/**  A little class to quickly align text to the center **/
/**  useful if the you need to override another classes text alignment **/
.center {
	text-align: center;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	margin: 0px;
	font-size: 11px;
	padding: 1px;
	height: 18px;
	color: #444444;
	
}
.loginbutton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
}

#subheader{
	width:775px;
	margin-left:auto;
	margin-right:auto;
}

.text_moduletitle h1{
	padding:0px;
	margin:0px 0 10px 0;
	color:#666666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}

.textwithoutheader .text_moduletitle{
	margin:0 0 0 0;
	color:#666666;
	font-size:12px;
	font-weight:normal;
}

.textwithheader .text_moduletitle{
	margin:0 0 0 0;
	color:#666666;
	font-size:16px;
	font-weight:normal;
}

#homeorange p, #homeorange h2, #homeorange h3 {
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#homeorange h2 {
	margin:0 0 7px 0;
	color:#666666;
	font-size:14px;

}
#homeorange h3 {
	margin:0 0 0 0;
	color:#666666;
	font-size:12px;
	font-weight:normal;
}
#homeorange p {
	margin:0 0 20px 0;
	color:#666666;
	font-size:12px;
}
.linesImage {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

#newshomepage{
	background:url(images/newslogo.jpg) 125px top no-repeat;
	width:250px;
	margin:0 2px 0 0;
	padding:50px 0px 0 10px;
	text-align:right;
}
.news {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.news li {
	background-image: url(images/newsItemBG.gif);
	background-repeat:no-repeat;
	background-position: top right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

.news li h3 {
	padding:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color: #666666/*#95B510*/;
	font-weight: normal;
	font-size: 10pt;
}

.news li p {
	margin:7px 0 0 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#EEEEEE /*#656565*/;
}

.news li p a {
	text-decoration: none;
}

.forumPosts {
	padding-left: 27px;
	margin: 0px 0px 5px 0px;
	list-style-type:  disc;
	border-top: 1px #b3b2b2 solid;
}
.forumPosts li {
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px #e3e3e3 solid;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

.forumPostsLink {
  	text-align: right;
  	color: #aed352;
  	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}

.contrib {
	padding-left: 27px;
	margin: 0px 0px 5px 0px;
	list-style-type:  disc;
	border-top: 1px #b3b2b2 solid;
}

.contrib li {
	color: #6e8e96;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px #e3e3e3 solid;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

.contribLink {
  	text-align: right;
  	color: #aed352;
  	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}



.profileInfo {
	text-align: right;  
}

.profileInfo p {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  
	color: #666666;
}

.profileInfo p a {
	text-decoration: none;  	
	font-weight: none;
	font-size: 10px;
}

.textwithheader{
	background:url(images/body-header-nd.jpg) no-repeat;
}

.currentlink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	font-weight:normal;
	text-decoration:none;
	border:0px;
}

.navlink, .navlink:link, .navlink:visited, .navlink:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666 /*#6b900d*/;
	font-weight:normal;
	text-decoration:none;
	border:0px;
}

.navlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6B900D;
	text-decoration:none;
	border-bottom:1px dotted #006633;
	border:0px;
}

.sublink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AED352;
	text-decoration:none;
	border:0px
}
.sublink3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}



#newsclip{
	background-image: url(images/newsItemBG.gif);
	margin:0 2px 0 0;
	padding:50px 15px 0 10px;
	text-align:right;
}

#bodytop{
	height:5px;
	background:url(images/links-children-back.gif) -1px 0px;
}
#bodytop-long{
	height:5px;
	background:url(images/links-children-back-long.gif) -1px 0px;
}
.pad{
padding:15px;
}

.pad h1{
padding:0px;
margin:0px 0 0px 0;
color:#666666;
font-family:Helvetica, Arial, sans-serif;
font-size:16px;

}
/* Site-wide text formatting */


/* -------------------------------------------------Generic Module-independent formatting */
.moduletitle {
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
.summarytitle {
	font-weight: normal;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	padding: 2px;
}


/* -------------------------------------------------Error Message Style */
div.error {
	font-weight: normal;
	color: #000000;
	padding-bottom: 1em;
}
/* Misc */




/* ------------------------------------------------------Navigation Styling */
.modulewrapper {
	padding: 20px;
}

/* ------------------------------------------------------Breadcrumb Styling */
#breadcrumb {
	clear: both;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: none;
}

div.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #C4C4C4;
}

div.breadcrumb a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
div.breadcrumb a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
div.breadcrumb a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

/* Textmodule Styling */



/* ------------------------------------------------------Newsmodule Styling*/

.news_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999966;
	text-decoration: none;
	margin-bottom: 5px;
}
.news_datefull {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999966;
	text-decoration: none;
	margin-bottom: 17px;
}
.news_itemtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
.news_itemtitle2full {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:  #666666;
	text-decoration: none;
	margin-top: 5px;
}

.news_textbody {
	
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/*.news_moduletitle {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	width: 80%
	/* 	background-image: url(images/01-pagetitle-shadow-dots.jpg);
	background-repeat: repeat-x;
	background-position: left bottom; 
}*/
/* ----------------------------------------------------------------Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
	height: auto;
	
}
.bodycopyall {
	
}
div.container_editbox {
	border: 0px solid #EEEEEE;
	margin: 0px;
}

div.container_editheader {
	
	padding: 0px;
	background-color: ;
	display:table; 
	border: 0px solid #0000CC;
	width: 100%; 
	margin: 0px;
	margin-top: 5px;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: normal;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: normal;
}


.columnone {
	float: left;
	margin-right: 10px;
	width: 400px;
	
}
.columntwo {
	float: right;
	width: 200px;
	
}


/* News Module */


/* Themable Forms */
div.form_title {
        color: #CCCCCC;
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px solid #cccccc;
		margin-bottom:5px;
		width: 80%;
}

div.form_header {

}

.form_label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	color: #eee;
}

tr.even_row {
	background-color: #333333;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

 .row even_row {
 	background-color: #000;
 }
 
 td.header, tr.header {
 	background-color: #333;
 }
 
 td.tab_btn {
 	background-color: #666;
 }


/***************************************** Administration Module Manager form **/
/***************************************** Administration Module Manager form **/
.admin_cattitle{
	font-size: 13px; 
	text-align:left; 
	min-height: 95px;
	padding: 3px; 
	float: left; 
	width: 190px; 
	margin: 5px;
}
.admin_link {
	min-height: 95px;
	background: #222 ; 
	float: left; 
	width: 185px; 
	height: auto; 
	margin-top: 3px; 
	padding: 3px;
}

.administration_modmgrheader {
	background-color: #222222;
}

.administration_modmgrheader span.active {
	color: #333333;
	font-weight: normal;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: normal;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid #222222;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: normal;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: normal;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/*************************************** Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px solid #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: normal;
}
td.question {
	font-size: 10px;
	font-weight: normal;
}

/*------------------------Article Module--------------------*/
div.article_title {
	font-size: 14px;
	font-weight: normal;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/** Navigationmodule Views **/

.childrenonly a:link {
	color: #666666;	
}
.childrenonly a:visited {
	color: #666666;	
}
.childrenonly a:hover {
	color: #0835b4;	
}

td.childrenonly {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 5px;
}
td.childrenonly:hover {
}
table.childrenonly {
	width: 190px;
	display: none;
}
a.childrenonly {
	padding-left: 5px;
}
/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #333;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
	
}
div, table, td, tr {
	padding:0px;
	margin:0px;
	font-size: 12px;
}
form {
	
	
}
.contact_form {
	background: #222;
	padding: 10px;
	border: 1px solid #333;
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity:.85);
	opacity: .85; 
	
}
.contact_form p {
	color: #EEE;
	padding-bottom: 5px;
}

.contact_moduletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD8B8;
}

/** Bulletin Board Module  **/
.bb_moduletitle {
        color: #333333;
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px solid #cccccc;
		margin-bottom:5px;

}

.bb_postsubject {
        color: #333333;
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px solid #cccccc;
		margin-bottom:5px;

}


.bb_editicons {
 float:right;
}

.bb_boarddesc {
        color: #999999;
        font-weight:normal;
        font-size: 11px;
        padding-bottom: 3px;
}

.bb_boardlist_header {
	background:#b1d83d;	
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	height: 30px;
	background-image: url(images/green-bg-image.gif);
	background-repeat: reapeat-x;
}
/* Not used */
.bb_boardlist_header2 {
	background:#e3e3e3;	
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	height: 30px;
	background-image: url(images/gray-bg-image.gif);
	background-repeat: reapeat-x;
}/**/

.bb_boardlist_header td{
	padding:5px 2px 5px 2px;
	border-top:0px solid #666699;
	border-left:0px solid #666699;
	border-bottom:1px solid #8dab35;
	border-right:1px solid #8dab35;
}

.bb_boardtitle {
	padding: 3px;
}
.bb_boardtopics {
	text-align:center;
}

.bb_boardposts {
	text-align:center;
}

.bb_boardlastpost {
  width: 120px;
	font-size: 11px;
	text-align: center;
}

.bb_header {
    background:#65A8BF;	
	font-size: 10px;
	font-weight: normal;
	border-top:1px solid #333333;
	border-bottom:1px solid #eeeeee;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 2px;
    padding-left: 2px;
}

.bb_threadlist {
	font-size: 10px;
	padding: 5px;
}


.bb_postcredit {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	padding-left: 5px;
	width: 150px;
}

.bb_postsubject {
        color: #333333;
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px solid #cccccc;
		margin-bottom:5px;
}

.bb_replysubject {
        color: #777777;
        font-weight: normal;
        font-size: 13px;
        padding-bottom: 5px;
		border-bottom:1px solid #cccccc;
		margin-bottom:5px;
}

.bb_postbody {
}

a.bb_icon_link {
	text-decoration: none;
	border: 0px dotted #111111;
}



tr.bb_row {
        background-color: #fff;
		font-size:12px;
		color:#555555;
		vertical-align:middle;
}

tr.bb_row:hover td, tr.row:hover td a a:hover {
        background: #f8ffe2;
		border-bottom:1px solid #e2f0b6;
		border-right:1px solid #f8ffe2;
}

tr.bb_row td {
		border-bottom:1px solid #effcc5;
		border-right:1px solid #effcc5;
		padding:5px;
		height:40px;
		vertical-align:middle;
}
tr.bb_row td span.bb_date {
		font-size:10px;
		color:#999999;
}



div.bb_bio {
		float:right;
		font-style:italic;
		font-size:10px;
		color:#999999;
		text-align:left;
		width:250px;
		border-left: 1px dotted #999999;
		padding:0 0 0 10px;
		font-style:italic;
		margin:0 0 0 10px;
}
.bb_reply_light{
		padding:5px;
		background:#FBFBFB;
		width:100%;
}

.bb_reply_dark{
		padding:5px;
		background:#fff;
		background:#F3F3F3;
		width:100%;
}

.bbreplies{
font-size:12px;
color:#6e891f;
		background:#b1d83d;
		padding:5px;
		border-bottom:1px solid #8dab35;
}

.bb_avitar {
  	float: right;
	margin: 0 0 10px 0;
}

.bb_signature {
		padding:5px;
		clear:both;
		border:1px dotted #555555;
		
}

.bb_quote{
	border-left:1px dotted #999999;
	margin-left: 15px;
	padding-left:5px;
	margin-bottom: 20px;
	font-style:oblique;
	color:#999999;
}

.bb_quote span{
	font-weight:normal;
	color:#555555;
}
/*-------------------------------------------- listing module */

.moduletitle listing_moduletitle {

}

/*--------------------------------------form module------------*/
.textmodule select, .textmodule textarea, .textmodule input  {
 	background-color: #C8BFB6;
	border: 1px solid #999999;
	padding-bottom: 3px;
}
.textmodule form {
	border: 1px solid #C4BEB7;
	padding: 15px;
	margin: 20px;
}
.textmodule td input {
	padding-bottom: 4px;
	height: 22px;
	margin-bottom: 6px;
}

td.submit {
	height: 14px;
}
.formmodule {
	margin-top: -25px;
}

.contact_form .form_input, .contact_form table {
border: none;
}

.divformmodule {
	border: 1px solid #333;
	background-color:#1B1B1B;
	
}

/*------------------------------image gallery---------------*/
#imagegallerymodule {
	font-size: 11px;
	color: #725A3C;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.8em;
	padding-bottom: 10px;
}

#imagebuttons {
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

.photobox, .imagegallery_picbox img {
	border: 1px solid #333333;
	background-color: #1A1A1A;
	padding: 6px;
	margin: 4px;
}

 .imagegallery_picbox {
 
 }
/*-------------------- calendar styles --------------*/
.calendar_shell {
	float: left;
	margin-top: 20px;
	color: #eee;
}

.calendar_shell a{
	color: #eee;
}
hr.calendar_shell {
	color: #fff;
}
.calendar_monthly {
	border: 0px solid #555;
}
.feature_event_title {
	font-size: 14px;
	display: block;
	background: #555;
}
.feature_body {
	height: 100px;
}
.feature_body img{
	float: left;
}
.minical {
	background: #333;
	color: #EEE;
	margin-top: 10px;
	margin-left: 20px;
	padding: 4px;
}
.calendar_miniday a {
	background: #555;
}
.calendar_header { /* mini cal */
	background: #660000;
}

.print_btn {
	background: #333;
	color: #CCC;
	width: 150px;
	margin-left: 23px;
	text-align: center;

}
.calendar_icons {
	margin-left: 23px;
}

.rssfeed {
	float: right;
}

.calendar {
	color: #333;
	*margin-left: 10px;
}
.calendar_header {
	*padding-bottom: 2px;
	*pdading-top: 2px;
	border-bottom: 0px solid #661f20;
	color: #EEE;
	text-transform:lowercase;
	letter-spacing: 2;
}

.calendar_title {
	font-size: 16px;
	margin: 0px auto;
	margin-bottom: 10px;
	width: 550px;
	padding-bottom: 3px;
	/*border-bottom: 1px dotted #333;*/
	color: #EEE;
	float: right;
	font-weight: bold;
}
.cal_btnback {
	
	background: #fff;
	height: 14px;
	width: 54px;
	font-size: 10px;	
	margin-left: 2px;
	float:left;
	background: #222;
	border: 1px solid #333;
	color: ##CCC;
	font-weight: normal;
	text-align: center;
}

.cal_btnnext {
	background-image: url(images/buttons/button-next.jpg);
	height: 14px;
	width: 54px;
	font-size: 10px;	
	margin-left: 2px;
	float:left;
	background: #222;
	border: 1px solid #333;
	color: ##CCC;
	font-weight: normal;
	text-align: center;
}
.cal_btncreateevent {
	background-image: url(images/buttons/button-createevent.jpg);
	height: 15px;
	width: 105px;
	font-size: 12px;	
}

.calendardate {
	float: right;
	font-weight: bold;
	background-image: url(images/cal-date.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: -1 3px;
}

.date_bar {
	border-bottom:1px solid #660000; 
	padding: 2px; 
	margin-bottom: .25em; 
	background-color: #000; 
	color: #FFF;
}
.monthview_day {
	float: left;
	width: 75px;
	color: #FFF;
	background: #660000;
	border-left: 0px solid #333;
	padding: 2px 0 2px 5px;
}
.eventbox {
	float: left;
	font-size: 10px;
	background: #222 ;
	width: 80px;
	*width: 75px;
	border-left: 1px solid #000;
	text-align: left;
	height: 90px; 
	*overflow: hidden;
}
.eventbox a {
	color: #FFF;
}
.eventbox a:hover {
	background: #333;
}

.calendar_monthly {
	float: left;
	margin: 0px 0 0 10px;
	border-collapse: collapse;
	width: 570px;
	*width: 550px;
}
.calweek {
	float: left;
	width: 530px;
	color: #000033;
}
.calweek a{
	color: #333;
	
}
.calweek a:hover {
	color: #CC9900;
}
.calendar_mngmntlink a{
	color: #FFF;
	font-size: 12px;
	padding: 4px;
}
.calendar_mngmntlink a:hover{
	background: #fff;
}
table#home {
	margin-left: 40px;
}
#home td {
	padding: 5px;
}
table#sub {
	color: #FFF;
	width: 750px;
	font-weight: bold;
	margin-left: 10px;
}
#sub td {
	padding: 10px;
}

.category_legend {
	border: 1px solid black;
	width: 110px; 
	margin-top: 20px;
	padding: 2px;
}

.category_legend ul{
	list-style-type: none; 
	margin: 0 0 0 5px; 
	padding:0;
}

.category_legend ul li {
	margin:0; 
	padding:0;
}

.calendar_mngmntlink a{
	color: #003366;
}
.calendar_mngmntlink a:hover {
	background: #CCC;
	display: block;
}

.feature_event_title {
	font-size: 14px;
	display: block;
	background: #3366CC;
}
.feature_body {
	height: 100px;
}
.feature_body img{
	float: left;
}
.detail_link {
	text-align: right;
	text-transform:uppercase;
	font-size: 10px;
	padding: 3px;
}
.detail_link a{
	background: #000;
	color: #FFF;

}
.detail_link a:hover {
	background: #FFF;
	color: #000;
}
.sectiontitle {
	float: left;
	width: 550px;
	font-size: 12px;
	padding-left: 20px;
	background: #222;
	border: 1px solid #333;
	color: #FFF;
	font-weight: normal;
}
.sectiontitle a{
	color: #fff;
}	
.sectiontitle a:hover {
	color: #660000;
}
.cal_time {
	color: #eee;
}
.calendar_weekly .sectiontitle, .calendar_weekly .sectioninfo {
	padding-left: 5px;
}
.paragraph {
	width: 400px;
}

.eventrowA { background-color: #8da1ca; color: #FFF; }
.eventrowA a { color: #FFF; }
.eventrowA a:hover { color: #CCC; } 
.eventrowB { background-color: #FFF; }

