body{margin: 0px;
	overflow: hidden;
	background-color: black;
	color: black;
	font: 18px Arial, Helvetica, Sans serif;
	font-weight: normal;
	width: 1020px;
	min-height: 800px;}
	
h1{font-size: 32px;
	margin-left: -15px;}

h2{font-size: 24px;}

p{text-align: justify;}

a{color: #0F8ECD;}

a:hover{color: white;
	background-color: #0F8ECD;}

#textFieldLayer{position: absolute;
	right: 0px;
	top: 96px;
	z-index: 36;}

#contentLayer{position: absolute;
	right: 0px;
	top: 104px;
	z-index: 50;
	color: white;
	font-weight: normal;
	font-size: 16px;
	overflow: auto;}

#content{padding: 5%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;}

ul.blue, ul.yellow{list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;}

ul.yellow li{font-size: 18px;
	height: 25px;
	margin: 2px 0px;
	line-height: 25px;}

ul.blue li, li.columns{width: 49%;
	display: inline;
	position: relative;
	float: left;
	margin: 2px 0px;
	padding: 0px;
	font-size: 18px;
	height: 20px;
	line-height: 20px;}

ul.blue a:hover, ul.blue li.active a{background-image: url(/images/blh.png);
	background-color: transparent;}

ul.blue a{background-image: url(/images/bln.png);
	color: black;}

ul.yellow a:hover, ul.yellow li.active a{background-image: url(/images/yh.png);
	background-color: transparent;}

ul.yellow a{background-image: url(/images/yn.png);
	color: white;}

ul.blue a, ul.yellow a{background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 34px;
	text-decoration: none;}

#subButtonLayer{position: absolute;
	z-index: 61;
	bottom: 90px;
	right: 0px;
	height: 31px;}

#subButtonLine{
	position: absolute; 
	left: 246px; 
	bottom: 121px; 
	width: 100%; 
	height: 4px; 
	background-color: white; 
	z-index: 60;}
	
.left{float: left;
	margin: 5px 15px 15px 0px;}
.right{float: right;
	margin: 5px 0px 15px 15px;}
.inline{margin: 5px}
#content img, #googleMap{border: 3px solid white;}

.textBlock{
	display: block;
	clear: both;
	border-width: 1px;
	border-style: solid none none none;
	border-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;}

.textBlockCaption{
	display: inline-block;
	float: right;
	position: relative;
	right: 0px;
	top: -26px;
	line-height: 12px;
	font-size: 12px;
	width: auto;
	height: 0px;
	overflow: visible;
	font-style: italic;}

div.textBlock h1, div.textBlock h2{margin-top: 0px;}
	
div.modalLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	visibility: hidden;
	background-color: transparent;}

div.popupImage{
	background-color: black;
	border: 3px solid white;
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 50%;
	background-image: url(/images/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	visibility: hidden;
}
	
div.popupImageClose{
	position: absolute;
	top: -23px;
	right: -3px;
	height: 18px;
	text-align: right;
	line-height: 18px;
	color: white;
	cursor: pointer;}

div.popupImageCaption{
	position: absolute;
	bottom: -23px;
	left: -3px;
	height: 18px;
	text-align: left;
	line-height: 18px;
	color: white;
	font-style: italic;
	font-weight: normal;
}

#zoomNextButton{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(/images/ssc.png);
	width: 45px;
	height: 100%;}

#zoomPrevButton{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/ssc.png);
	width: 45px;
	height: 100%;}

#zoomNextButton img, #zoomPrevButton img{
	display: block;
	position: absolute;
	top: 15%;
	left: 50%;
	margin-top: -19px;
	margin-left: -18px;
	width: 33px;
	height: 38px;
}
 
td.inputCaption{text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	vertical-align: top;}
	
td.cancelButton{text-align: right;
	vertical-align: top;
	padding-right: 3px;}
	
.captionHighlight{color: #F00;}

.captionNormal{}

td.inputField{text-align: left;
	vertical-align: top;}

a.imageLink{text-decoration: none;}
	
a.imageLink:hover{background-color: transparent;}

.imageRotatorLayer img{height: 100%}