/* CSS Document */

	body {
		text-align:center;
		margin-top:0px;
		background-color:#ECECEC;
		}
	
	#frame {
		width:772px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
				
	#contentleft {
		width:165px;
		padding:0px;
		float:left;
		/*background-color:#00FF00;*/
		}
	
	#contentcenter {
		width:772px;
		padding:0px;
		float:left;
		/*background-color:#FFFF00;*/
		
		
		}
	#nav_header {
		width:772px;
		padding:0px;
		float:left;
		/*background-color:#3366FF;*/
		height:106px;		
	
		}
	#nav_bar {
		width:772px;
		height:103px;
		background-image:url(../images/top-banner.jpg);
		background-repeat:no-repeat;
		text-align:left;
		}
	#nav_left {
		width:772px;
		float:left;
		padding-bottom:0px;
		margin-bottom:0px;
		background-color:#ffffff;
		/*background-color:#FF00FF;*/
		}
		
	#content {
		width:772px;
		float:left;
		padding-bottom:0px;
		margin-bottom:0px;
		background-color:#ffffff;
		background-image:url(../images/head.jpg);
		background-repeat:no-repeat;
		
		/*background-color:#FF00FF;*/
		
		}
	/*#nav_right {
		width:392px;
		padding:0px;
		float:left;
		background-color:#999933;
		height:150px;
		
		}*/
	#nav_bottom {
		width:772px;
		height:90px;
		padding:0px;
		margin-top:20px;
		background-color:#8C580A;
		float:left;
		/*background-color:#3366FF;*/
	}	

		
	#text-box-1 {
		width:700px;
		margin-left:18px;
		margin-top:18px;
		padding-bottom:0px;
		padding-right:10px;
		margin-bottom:0px;
		float:left;
		
		}		
		
	#text-box-2 {
		width:760px;
		padding-bottom:0px;
		margin-bottom:0px;
		vertical-align:bottom;
		float:left;

		
		}	
		
	#text-box-3 {
		width:740px;
		margin-left:18px;
		margin-right:18px;
		margin-top:18px;
		padding-bottom:18px;
		float:left;
		
		}	
		

.line {
border-bottom: dotted 1px #999999;
}

/*-----------image gallery----------------------------------*/

.gallerycontainer{
position: relative;
padding-top:25px;
width:300px;
left:450px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: solid 1px #c57038;
padding:2px;
margin-left:5px;
margin-bottom:5px;
}

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

.thumbnail:hover img{
border: solid 1px #000000;
padding:2px;
margin-left:5px;
margin-bottom:5px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
color: #c57038;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: solid 1px #c57038;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:20px;
left:-450px; /*position where enlarged image should offset horizontally */

}



