@charset "utf-8";
/* CSS Document */

* {
	font-family: Myriad, Trebuchet MS, Helvetica, sans-serif;
}

/* RESET ALL IMAGE BORDERS */
img { border: none }
a img { border: none }
a:focus{outline:0;}


body {
	background-color: #000;
	width: 914px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	/*position: relative;*/
	float: left;
	background-color: #FFF;
	width: 709px;
	margin-top: 0px;
	margin-bottom: 18px;
}

#features {
	position: relative;
	float: right;
	margin-bottom: 16px;
}

#features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#features li {
	float: left;
	display: block;
}

#features li.spacer {
	width: 18px;
}

#features li img {
	border: none;
}

#main_body {
	/*height: 495px;*/
}

#sitemap {
	clear: both;
	width: 918px;
	height: 180px;
	background-color: #151515;
}

#footer {
	clear: both;
	width: 918px;
	height: 45px;
	background-color: #151515;
}

/* Following 2 ids are in includes/footer.php */

#footer_content {
	border-top: #000 2px solid;
	margin-left: 205px;
	margin-right: 18px;
	padding-top: 15px;
}

#copyright {
	float: left;
	color: #FFF;
	font-size: 12px;
}

#powered_byDiv {
	float: right;
	color: #FFF;
	font-size: 12px;
}

/* SITEMAP CSS */

#sitemap {
}

#sitemap_header {
	padding: 18px;
	font-size: 26px;
	color: #FFF;
	float: left;
}

#sitemap_links {
	float: left;
	color: #FFF;
	margin-left: 65px;
	margin-top: 25px;
	text-decoration: none;
}

#sitemap_links a {
	text-decoration: none;
	color: #999;
}

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

#content a {
	text-decoration: none;
	color: #fff;
}

th {
	width: 130px;
	text-align: left;
	text-decoration: underline;
	font-size: 12px;
}

td {
	font-size: 12px;
	
}

.infoWindowDiv{
	font-size: 12px;
	width: 180px;
	height: 40px;
}

.toFromSpan{
	font-size: 12px;
}


/******************************** LIGHTBOX **************************/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	