@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	overflow:hidden;
}
#contentDivTop, #contentDivBottom {
	position:absolute;
	height:47px;
	width:100%;
	vertical-align:top;
	background-color:#000;
	overflow:hidden;
	text-align:center;
}
#contentDivTop {
	top:0px;
	z-index: 100;
}
#contentDivBottom {
	bottom:0px;
	z-index: 100;
}
#contentDivLeft {
	width:28px;
	left:5px;
	top:62px;
	position:absolute;
	overflow:hidden;
	z-index: 100;
}
#contentDivLeft2 {
	width:28px;
	left:5px;
	top:62px;
	position:absolute;
	overflow:hidden;
	z-index: 100;
}
#contentDivRight {
	color:#F4F4F4;
	width:300px;
	top:48px;
	position:absolute;
	background: url(images/mask.png);
	overflow:hidden;
	right:0px;
	z-index: 100;
}
#contentDivRight #search {
	padding: 5px;
	margin: 5px;
	background-color:#000;
	text-align: center;
}
#contentDivRight #search #searchBox {
	padding: 5px;
	height: 25px;
	width: 220px;
}
#contentDivRight #search #searchButton {
	margin: 5px;
	height: 25px;
	width: 25px;
}
#contentDivRight #results {
	padding: 5px;
	margin: 5px;
	background-color:#000;
}
#contentDivRight #info {
	padding: 5px;
	margin: 5px;
	background-color:#000;
}
#contentFocus {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 78px;
	margin-right: 78px;
	width:800px;
	height:400px;
	position:absolute;
	overflow:hidden;
}
#contentMap {
	position: absolute;
	top: 48px;
	width: 100%;
	height: 100%;
	z-index:5;
	overflow:hidden;
	background-color:#000;
	left: 0px;
}
#contentMask {
	position:fixed;
	width: 100%;
	height: 100%;
	background: url(images/mask.png);
	z-index:105;
}
#contentLogo {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(images/mask.png);
	z-index: 106;
}
#contentLogo div {
	position: absolute;
	top: 40%;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
#alignLogo {
	border: #FF0000;
}
img {
	margin: 1px;
	border: none;
}
#contentMap .landmarks {
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	font-family: Helvetica, Arial, Verdana;
	font-size:12px;
	color: #ffffff;
}
#contentMap .landmarks .item {
	position:absolute;
	text-align:center;
	display: none;
}
#contentMap .landmarks .lable div {
	max-width: 300px;
	padding: 2px;
	min-width: 100px;
}
#contentMap .landmarks .mark .text {
	background: url(images/masklight.png);
	padding: 2px 4px;
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 14px;
	color: #FFF;
}
#tlMapSub, #brMapSub {
	position:absolute;
	color:#FFF;
	font-size:42px;
	font-weight:bolder;
	z-index:75;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#tlMapSub {
	top:100px;
	left:70px;
}
#brMapSub {
	bottom:99px;
	right:65px;
}
#centerSlogan{
	display:none;
	position:absolute;
	z-index:107;
	color:#FFF;
	font-size:42px;
	font-weight:bolder;
	z-index:106;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	
}
.contentTitleDiv {
	text-align: center;
	padding: 10px;
}
.contentUrlDiv {
	padding: 3px 10px 3px 10px;
	text-align:center;
	overflow:hidden;
}
.contentUrlDiv a:link, .contentUrlDiv a:visited, .contentUrlDiv a:hover {
	color: #E1E1E1;
}
.contentDescDiv {
	padding: 3px 10px 3px 10px;
	text-indent: 10px;
	text-align:left;
	overflow:hidden;
}
.contentItemDiv {
	padding: 3px 10px 3px 10px;
	text-align:left;
	overflow:hidden;
}
/* ADJUSTS COLOR FOR TYPEFACES */
.smallBright, .mediumBright, .largeBright, .hugeBright {
	color: #FFF;
}
.smallLight, .mediumLight, .largeLight, .hugeLight {
	color: #E1E1E1;
}
.smallDim, .mediumDim, .largeDim, .hugeDim {
	color: #A0A0A0;
}
/* ADJUSTS SIZES FOR TYPEFACES */
.smallBright, .smallLight, .smallDim {
	font-size: 12px;
}
.mediumBright, .mediumLight, .mediumDim {
	font-size: 14px;
}
.largeBright, .largeLight, .largeDim {
	font-size: 18px;
}
.hugeBright, .hugeLight, .hugeDim {
	font-size: 24px;
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
}