body {
	background-color: #3a3c3d;
	font-family:       Corbel, "Trebuchet MS", Calibri, Verdana, Geneva, Arial, sans-serif;
}
.languageselector a:link {
	color:            white;
}
.languageselector a:visited {
	color:            white;
}
.languageselector a:hover {
	color:            black;
}
h1 {
	font-size:        25px;
	color:		  #3a3c3d;
}
h2 {
	font-size:        15px;
	color:		  #3a3c3d;
}
ul {
	list-style-type:  square;
	list-style-position: inside;
	line-height:      150%;
}
.leftphoto {
	float:            left;
}
#homephotos {
	text-align:        center;
	border:   	  1px white;
	
}
.homephotos {
	border:   	  1px solid white;
	background-color: #3a3c3d;
	padding:	          1px;
}          
#gallerychoicephotos {
	text-align:        center;
	border:   	  1px white;
}
.gallerychoicephotos {
	border:   	  1px solid white;
	background-color: #3a3c3d;
	padding:	          1px;
}         
#allcontent {
	width:            799px;
	padding:          1px;
	margin:           20px auto 0px auto;
	background-color: white;
}

#header {
	/*color:            #bcd4d3;
	width:            801px;
	float:            right;
	
	padding-left:     0px;
	padding-top:      0px;
	*/
	height:           100px;
	background:       url(images/headerlogo4.jpg);
	
}

/*#logo {
	background-color: #8d9194;
	width:            96px;
	height:	          96px;
	padding:          2px;
	float:            left;
	margin:           1px 0px 1px 1px;
}*/

/*#sidebar {
	width:            100px;
	height:	          397px;
	float: 	          left;
	margin:           1px 0px 0px 1px;
	background-color:  #e4e3df;
}*/

#maintext {
	min-height:	  350px;
	width:            754px;
	/*float:            right;*/
	background-color: #8d9194;
	margin:           1px 0px 0px 0px;
	padding:          10px 20px 20px 25px;
}

#firstpage {
	width:            800px;
	height:	          250px;
	padding-top:	  300px;
	margin:           20px auto 0px auto;
	border:           1px solid white;
	background:	  url(images/firstpagebackground2.jpg);
	text-align:       center;
	font-family:      Corbel, Trebuchet MS, Calibri, Verdana, Geneva, Arial, sans-serif;
	font-size:        35px;
	font-weight:      normal;
	font-style:       oblique;
}


#firstpage a:link {
	text-decoration:  none;
	color:            black;
}
#firstpage a:visited {
	text-decoration:  none;
	color:            black;
}
#firstpage a:hover {
	text-decoration:  none;
	font-weight:      bold;
	font-style:       normal;
	color:            white;
}
#credit {
	font-size:        10px;
}


/*css for pop up gallery*/



.gallerycontainer{
position: relative;
top:   0px;
height: 700px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail img{
border: 1px solid #3a3c3d;
margin: 1px 3px 2px 0px;
padding: 0px
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px 3px 2px 6px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -6px;
left: 285px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.sitename {
	font-weight:      bold;
	color:            #3a3c3d;
}

	
/*css for horizontal menu*/

#vdividermenu ul{
margin: 1px 0px 1px 0px;
padding: 0;
font: bold 100% Calibri;
width: 799px;
height:23px;
border: 0;
background-color: #8d9194;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left; 
color: black;
padding: 2px 20px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: #8d9194;
background-color: #3a3c3d;
}
#vdividermenu ul li a.activepage {
color: #8d9194;
background-color: #3a3c3d;
}

.underconstructionnotice {
	font-weight:      bold;
	color:            #3a3c3d;
	text-align:       center;
	
}

