﻿/******************
Hiding topmenu, left and right columns
******************/

#footer-container, #HeaderImage, #TopBanners {
	display: none;
	}
.mainnav-container	{	
	display: none;
	}
.side-column{	
	display: none;
	}
.right-side-column{	
	display: none;
	}
.side-column_logo_bottom
{
	display: none;
}	
#sponsor
{
    display: none;
}
	
.PrintOnly
{
	display: inline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix 
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#666666;
	font-size:14px;
	line-height:160%;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	text-align: left;
	}
.pageContent
{
	width:650px;
}
#content_no_img 
{
	display: block;
	padding:0px 10px 10px 10px;
	margin:0px;
	vertical-align: top;
}

#content p, .side-column p, table {
	margin:0px 0px 0px 0px;
	text-align: left;
	}


/******************
FORM STYLES
******************/

#content-container form {
	display: none;
	}



/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
	
a:link {
	color:#323431;/*#6E6E6E;*/
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color:#323431;
	text-decoration:none;
	font-weight:bold;
	
	}

a:hover {
	color:#323431;
	text-decoration: underline;	
	}

a:active {
	color:#323431;
	text-decoration:none;	
	}

.rssItem
{
	margin-left: 4px;
}	
.rssItem a:link
{	
	color:#323431;
	text-decoration:none;
}
.rssItem a:visited
{	
	color:#323431;
	text-decoration:none;
}

.rssItem a:hover
{	
	color:#323431;
	text-decoration:underline;
}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding: 2px 0px 2px 0px;
	color: #6E6E6E;
	}

h2 {
	font-size:1.1em;
	color: #6E6E6E;
	padding: 2px 0px 2px 0px;
	}

h3 {
	font-size:1.4em;
	color: #6E6E6E;
	padding: 2px 0px 2px 0px;
	}
	
h4 {
	font-size:0.8em;
	padding: 2px 0px 2px 0px;
	margin:0px 0px 1px 0px;
	color: #6E6E6E;
	}
	
h5 {
	font-size:0.9em;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 1px 0px;
	color: #6E6E6E;
	}
	
h6 {
	font-size:.8em;
	color: #6E6E6E;
	}
	
	
/******************
LAYOUT STYLES
******************/

#header-container {
	background: #7C7C7C; /*url(/images/bg-main.jpg) repeat-x;*/
	height:63px;
	width:100%;
	margin:0px 0px 4px 0px;
	padding:0px;
	table-layout:fixed;
	font-size:2em;
	font-weight:bold;
	width: 900px;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}

.column-separator {
	background:#FFFFFF;
	width:5px;
	}

#header-right {
	color:#FFFFFF;
	padding:35px 10px 0px 0px;
	height:33px;
	text-align:right;
	width:247px;
	border-collapse:collapse;
	font-size:.55em;
	text-align:right;	
	}
	
	
.box {
	background: #4589d4;
	height:10px;
	margin:4px 4px 4px 2px;
	padding:2px;
	table-layout:fixed;
	font-size:1.0em;
	font-weight:bold;
	color: #ffffff;
	padding: 2px 2px 2px 5px; 

}
.searchboxtop
{
	margin-top: 0px;
	/*border-top: solid 1px #A7A7A7;*/
	vertical-align:top;
	margin-bottom: 14px;
}

p.posterphoto {
	display:inline
	}

/*remember to talk about why BLOCK has to be set*/
.posterphoto img {
	border:1px solid #A7A7A7;
	display:block;
	margin:0px;
	padding:0px;
	}

.mainnav-left {
	width:711px;
	}

.mainnav-right {
	padding:4px 7px 3px 0px;
	border:1px solid #A7A7A7;
	width:166px;
	height:16px;
	}


#content-container {
	margin:0px;
	table-layout:fixed;
	width: 906px;
	position:relative;
	/*background-color: #E9EAE8;
	 background: url(bg-main.jpg) repeat-y right; */
	}
#breadcrumbs {
	margin:3px 0px 0px 0px;
	color:#FFFFFF;
	padding-top:3px;
	display:block;
	}


/******************
Menu Items
******************/

.mainnav-container ul {
	margin:0px;
	padding:0px;
	}

.mainnav-container li {
	padding-right:10px;
	list-style:none;
	display:inline;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/


/******************
TABLE STYLES
******************/

table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

/******************
CLASSES & TABLE STYLES
******************/
img.logo {
	margin-top: 20px;  
	}
img.epilogo
{
	vertical-align:bottom;
}
.searchContainer
{	
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.searchbox {
	height:16px;
	margin:0px; 
	padding:0px;
	width:10em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border: solid 1px #A7A7A7;
	}

.button-search {
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

.separator-side-column {
	border-top:1px solid #9CA2DD;
	margin-bottom:8px;
	padding:0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}
.date 
{
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color:#666666;
	font-size:0.9em;	
	/* font-style: italic; */
}

/* ---Calender template items---*/	

div.BMGKmonthcalendararea
{
	float: right;
	width: 38%;
}
div.BMGKcalendarlistingarea
{
	float: left;
	width: 61%;
	text-align: left;	
}
h1.BMGKcalendardayheading
{
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.BMGKcalendarframe
{
	border-color: #fff;
	background-color: #fff;
}
div.BMGKmonthcalendararea > table
{
	border: solid 0.1em #ffffff;
}
td.BMGKcalendaritem, tr.BMGKcalendaritem
{
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #F0E5CE;
}
td.BMGKselecteddatecell 
{
	border: solid 0.2em #95632F;
}
td.BMGKdatecellothermonth 
{
	background-color: #F0F0F0;
}
td.BMGKweekendcell
{
	background-color: #DADADA;
}
td.BMGKdatecellactive
{
	background-color: #F0E5CE; 
	border: solid 0.2em #95632F;
}	
td.BMGKdayweekheader
{
	color: #333;
	border-style: none;
}


.sectionH
{
	font-size:12px;
	
}

.frontPageNews
{
	width:50%;
	vertical-align:top;	
}
.leftBox 
{   
	width: 100%; 
	vertical-align: top; 
	/*padding:5px 5px 10px 5px; */
	margin:0px; 
}  
 	

/*- Tab Menu --------------------------- */
.container {
        width: 700px;
        padding-top: 2px;
        margin: 3px 0 5px 0;
        background: #fff;
}

/*--- End tab menu */
.pageItemHeader {
	width:100%;
	height: 20px;
	text-align: left;	
	text-indent: 5px;
	/*padding:0px 0px 0px 5px;
	border:1px solid #A7A7A7;*/
	vertical-align: top;
	background-image: url(/images/headerbg.jpg);
	background-repeat: repeat-x;
    background-color: #8AC132;
    color: #323431;
	font-weight: bold;	
}

/*- SubMenu --------------------------- */
 #button ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        }

#button li {
        border-bottom: 1px solid #A7A7A7;
        margin: 0;
        list-style: none;
        list-style-image: none;
        }

#button li a {
        display: block;
        padding: 2px 5px 2px 0.5em;
        /*border-left: 10px solid #848484;
        border-right: 10px solid #C6C6C6;*/
        background-color: #E9EAE8;
        color: #323431;
        text-decoration: none;
        width: 100%;
        }

html>body #button li a {
        width: auto;
        }

#button li a:hover {
        /*border-left: 10px solid #848484;
        border-right: 10px solid #C6C6C6;*/
        background-color: #E9EAE8;
        color: #8AC132;
        }

#button li active {
        /*border-left: 10px solid #848484;
        border-right: 10px solid #C6C6C6;*/
        background-color: #E9EAE8;
        color: #8AC132;
        }
.RegMessage
{
	padding: 5px 5px 5px 5px;
	background-color: #757570;
	color:#FFFFFF;
}

/* Calendar styles */

.calendar
{
	font: normal 0.8em verdana;
	border: solid 0.1em #A7A7A7;
}
.citem
{
	background-color: #c1c1c1; 
	color: #ffffff;
	
}
.ctoday
{
	background-color: #666666; 
	color: #ffffff;
}
.cdayhead
{
	font: normal 9px verdana;
	background-color: #ffffff; 
	color: #666666;
}
.cotherm
{
	background-color: #E8E8E8; 	
	padding: 0px 0px 0px 0px;
}
.ctitle
{
	font: bold 11px verdana;
	background-color: #666666; 
	color: #ffffff;	
}

/* End Calendar styles */

.clearfix 
{
	display:inline-block;
}

/* table styles for DIV*/
DIV.table-container
{
	width: 70%;
}
DIV.table-row {
  
  margin-top: 0; margin-right: auto; margin-bottom: 5px; margin-left: auto;
  padding: 0; text-align: left; width: 100%;
  }
 
DIV.left-container {
  border: none; float: left; margin: 0; padding: 0; width: 45%;
}

DIV.left-containerbold {
  font-weight:bold; border: none; float: left; margin: 0; padding: 0; width: 45%;
}

DIV.right-container {
  border: none; float: right; margin: 0; padding: 0; width: 45%;
}