/* CSS Document */


#viewercontainer {
	position: relative;
	height:725px;
	width: 700px;
	clear: both;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 11px;
	line-height: 20px;
	margin: 0px auto;
	padding: 0px;
}

#viewercontainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	border-width: 0px;
	border-style: none;
}
.screenwrapper {
	position: absolute;
	visibility: hidden;
	height:725px;
	width: 700px;
	float: left;
}
.screenshot {
	display:block;
	float:left;
	height: 450px;
	width: 700px;
} 

.screenshot a{
	border-width: 0px;
	border-style: none;
	height: 450px;
	width: 700px;
} 

.screenshot img {
	border-width: 0px;
	border-style: none;
}

#tabwrap {
	height:60px;
	clear: both;
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #82AB06;*/
}

#viewercontainer ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	float: left;
}
#viewercontainer li {
	float:left;
	margin-right: 3px;
	color: #B4CAE0;
}
#viewercontainer li a {
	display:block;
	height:30px;
	width:100px;
	text-align:center;
	text-decoration:none;
	background: url(../graphics/map/portfolio-tabs.jpg) no-repeat -0px 0px;
	color: #B4CAE0;
}
#viewercontainer li a.on {
	background-position: -100px 0px;
	color: #FFFFFF;
}
#viewercontainer li a:hover {
	display: block;
	position: relative;
	width:100px;
	height:25px;
	color: #FFFFFF;
	background-position: -100px 0px;
	line-height: 20px;
}
#viewercontainer li a.on:hover {
	background-position: -100px 0px;
	color: #FFFFFF;
	line-height: 20px;
}


#tabwrap2 {
	height:25px;
	clear: both;
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #82AB06;*/
}


#tabwrap2 ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	float: right;
	font-size: 12px;
}
#tabwrap2 li {
	float:left;
	margin-right: 3px;
}
#tabwrap2 li a {
	display:block;
	height:30px;
	width:100px;
	text-align:center;
	text-decoration:none;
	background: url(../graphics/map/mainMapTabs.gif) no-repeat -0px 0px;
	color: #E7F9CC;
}
#tabwrap2 li a.on {
	background-position: -100px 0px;
	color: #FFFFFF;
}
#tabwrap2 li a:hover {
	display: block;
	position: relative;
	width:100px;
	height:25px;
	color: #FFFFFF;
	background-position: -100px 0px;
	line-height: 20px;
}
#tabwrap2 li a.on:hover {
	background-position: -100px 0px;
	color: #FFFFFF;
	line-height: 20px;
}

#MapFloat {
	POSITION: relative;
	z-index: 150;
	float: left;
}

#Map {
	POSITION: absolute;
	LEFT: 663px;
	TOP: 333px;
	height: 50px;
	width: 50px;
}
