@charset "UTF-8";

/* MAIN STYLES */

body {
	margin:0;
	padding: 0;
	background-color: #b7ae8b;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
}a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
#wrapper {
	width: 900px;
}
#logo_block {
	width:250px;
	float:left;
	margin: 20px;
}
#content_block {
	width:900px;
	float: left;
	margin-top: 20px;
}
p {
	margin: 0;
	padding-bottom: 10px;
}
	
.homepage_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .5px;
}
#footer {
	width: 750px;
	float: left;
	margin-left: 150px;
}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	}
/* SIDE NAVIGATION SYTLES */

#side_nav {
	width: 150px;
	float: left;
}
a img {
	border:  none;
}
	
/* INFORMATION BLOCK STYLES */	

#info_block {
	width: 750px;
	float: right;
	background-color: #7f7341;
	height: 420px;
}
#left_block {
	width: 340px;
	margin: 25px 10px 25px 25px;
	float: left;
}
#left_block_gallery {
	width: 600px;
	margin: 25px 10px 25px 25px;
	float: left;
}
#leftblock_text {
	width: 330px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	line-height: 19px;
	/*font-style: italic;*/
}
#boxes {
	height: 60px;
	width: 60px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: medium solid white;
}
	
#right_block {
	width: 340px;
	margin: 25px 25px 25px 10px;
	float: right;
}
#rightblock_text {
	width: 330px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	/*font-style: italic;*/
	line-height: 19px;
}
#large_box {
	width: 340px;
	height: 340px;
	border: solid medium white;
}
.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#gallery #left_block_gallery {
	width: 675px;
	margin: 25px 10px 25px 25px;
	float: left;
}	
	
/* POP UP IMAGE STYLES */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #b7ae8b;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: #ffffff;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 0px; /*position where enlarged image should offset horizontally */
