@charset "utf-8";
* {
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}

body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../images/main/back.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/main/bodyback.png);
	background-repeat: repeat-y;
	background-position: center;
} 
#container a {
	color: #FFFFFF;
	text-decoration: none;
}

#container2 {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
} 
#containe2r a {
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	height: 125px;
	margin: 0px;
	padding: 0px;
	
} 

 #subheader {
	height: 50px;
	background-image: url(../images/main/topnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 10px;
}
#topnav, #topnav a {
	font-size: x-small;
	text-decoration: none;
	color: #000000;
}
#topnav a:hover {
	color: #FF0000;

}
 #sidebar1 {
	float: left;
	width: 177px;
	font-size: x-small;
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
	margin-top: 5px;
}
* html  #sidebar1 a{
	width: 140px;
}
 #sidebar1 a {
	height: 24px;
	display: block;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 20px;
	width: 145px;
}
 #sidebar1 a:hover {
	background-image: url(../images/nav/nlhover.png);
	color: #878787;
}

 #rangenav img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

 #mainContent {
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 190px;
	margin-top: 5px;
} 

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

#mainContent h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#mainContenthigh {
	font-size: medium;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

 #mainContent img {
	text-decoration: none;
	margin: 2px;
}

 #footer {
	font-size: x-small;
	background-image: url(../images/main/footer.png);
	height: 25px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #ffffff;
	padding-top: 2px;
} 

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

#footer2, #footer2 a {
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/main/landing2.png);
	height: 50px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer2 a:hover {
	color: #FF0000;

}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gallerycontainer{
	position: relative;
	float: left;
	margin: 5px;
	height: 400px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.gallerycontainersmall {
	font-size: small;
	color: #FFFFFF;
}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightgrey;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 280px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

