@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000f06;
	background-image: url(../_media/template/backgrounds/site-bkgd.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	
}
a:link {
	color: #006e51;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006e51;
}
a:hover {
	text-decoration: none;
	color: #006e51;
}
a:active {
	text-decoration: underline;
	color: #006e51;
}
.bkgd-white {
	background-color:#FFFFFF;
}
.bkgd-nav {
	background-image:url(../_media/template/backgrounds/nav-bkgd.gif);
	background-repeat:repeat-x;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777777;
}
.footer a, .footer a:visited, .footer a:active {
	text-decoration:underline;
	color:#006e51;
}
.footer a:hover {
	text-decoration:none;
	color:#006e51;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#00432e;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


/* Navigation Styles */

div.menuPop{
	position:relative; 
	z-index:24; 
	color:#000000;
	text-decoration:none;
}	
div.menuPop:hover{
	z-index:25; 
	text-indent: 0;
}
div.menuPop span{
	display: none;
}
div.menuPop:hover span{ 
	display:block;
	position:absolute;
	top:0px; 
	left:0px;
	text-align: left;
}




/* Font Styles */

.pagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#00664a;
}
.bold_black {
	font-weight:bold;
	color:#000000;
}
.bold_green {
	font-weight:bold;
	color:#00664a;
}
.bold_red {
	font-weight:bold;
	color:#ff0000;
}
.bold_red_14 {
	font-weight:bold;
	font-size:14px;
	color:#ff0000;
}
.tablecell_greenbkgd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:#00664a;
}
.tablecell_graybkgd {
	background-color:#e4e4e4;
}
.bold {
	font-weight:bold;
	color:#404040;
}





.event-block {
	margin:10px;
}

.event-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	color:#000;
}
 .event-subtitle {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#00664a;
}

.event-table-head {
	background-color:#a8be6e;
	font-weight:bold;
	color:#196c00;
}
.event-table-head-text {
	font-weight:bold;
	color:#196c00;
}


/* Sliding Box */
h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; font-weight: bold;  }
			
.boxgrid{
	width: 730px;
	height: 217px;
	margin-top:10px;
	margin-bottom:10px;
	float:left; 
	background:#161613; 
	border:0; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#fff; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 170px;
	width: 730px;
	opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
 
 .boxcaption a {
 	color:#FFCC00;
	text-decoration:underline;
 }
  .boxcaption a:hover {
 	color:#FFCC00;
	text-decoration:none;
 }
 
 .captionfull .boxcaption {
 	top: 200px;
 	left: 0;
 }
 
 .caption .boxcaption {
 	top: 170px;
 	left: 0;
 }
