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

body{
	background-color: #000000;
}

.leftColumnContainer {
	float: left;
	width: 180px;
	height: 600px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 7px;
	margin-right: 5px;
}

#centerColmnContainer {
	color:#FFFFFF;
	height: auto;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	float: left;
	/*display: none;*/
}

#map{
	color:#333333;
}

#map a{
	color:#0000FF;
}

#map a:visited{
	color:#0000FF;
}

#map a:hover{
	text-decoration:underline;
}

.leftColumnContainer h3 {
	font-weight: normal;
	font-size: 14px;;
}
#headerImage {
	margin-bottom: 30px;
	margin-left: 35px;
	margin-top: 30px;
}
.contentImages{
	float:left;
}

.contentImagesContainer{
}

.contentImages img {
	
	margin-top: 10px;
	margin-right: 20px;
}

.yellow{
	color:#FFFF00;
}

.yellowHover{
	color:#FFFF00;
}

a{
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
}

a:visited {
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}

#headerImage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftColumnContainer .leftNav{
	width:180px;
	text-align: left;
	text-indent: 40px;
	margin-left:1px;
}

.leftNavSelected{
	/*width:180px;*/
	/*color:#FFFF00;*/
	background-image:url(../images/left_nav_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}

.leftNavHover{
	color:#FFFF00;
	background-image:url(../images/left_nav_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#centerColmnContainer .contentImagesContainer img {
	border: 0;
}

.pointable{
	cursor: pointer;
}

/*thumbs */

.Thumb {
float:left;
margin-right:10px;
margin-bottom:10px;
}

.ThumbRight{
float:left;
margin-bottom:10px;
}
.backgroundImageDiv {
	position: absolute;
	height: 100%;
	border-left-color: #FFFF00;
	border-left-style: solid;
	border-left-width: 8px;
	left: 0px;
	top: 0px;
}
.wrapperDiv {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
