@charset "UTF-8";
/* CSS Document */


/* Site Styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #007ac0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007ac0;
}
a:hover {
	text-decoration: underline;
	color: #007ac0;
}
a:active {
	text-decoration: none;
	color: #007ac0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
}

.error {
  display:block;
  float:left;
  color:#ff0000;
}

.sitebkgd {
	background-color: #002967;
	background-image: url(../_media/template/backgrounds/site_bkgd.gif);
	background-repeat: repeat-x;
}
.shadow_left {
	background-image: url(../_media/template/backgrounds/shadow_left.png);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(../_media/template/backgrounds/shadow_right.png);
	background-repeat: repeat-y;
}
.bkgd_white {
	background-color: #FFFFFF;
}
.nav_bkgd {
	background-image: url(../_media/template/backgrounds/nav_bkgd.gif);
	background-repeat: repeat-x;
}



/* Font Styles */
.bold {
	font-weight: bold;
}
.bold_blue {
	color:#003078;
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.italic {
	font-style:italic;
}
.italic_bold {
	font-style:italic;
	font-weight:bold;
}


.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:#003078;
}

.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;
 }
