#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
}
#sidebar {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
	padding-top: 150px;
	height: auto;
}
#navbar {
	height: 25px;
	width: 580px;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
	padding-right: 140px;
	padding-left: 180px;
}
#footer {
	background-color: #336666;
	height: 30px;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin: 0;
}

#mainColumn {
	width: 660px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	float: right;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}
.mainText {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.SectionTitle {
	color: #FF6600;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.sidebarText {
	font-size: 10pt;
	line-height: 18px;
	text-align: center;
	color: #009999;
}
.sidebarTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #009999;
	text-align: center;
}
.pageTitle {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #336666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.sidebarQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	line-height: 20px;
	color: #009999;
	text-align: center;
}
.style2 {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
}

#mainContent {
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 200px;
}
#header {
	height: 120px;
	width: 890px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #336666;
	padding-left: 10px;
}
#navbar ul {
	margin: 0;
	padding: 0;
	width:600px;
	list-style: none;
	}
#navbar ul li {
	float: left;
	}
#navbar ul a{
	font-size: 16px;
	line-height: 1.5em;
	text-decoration:none;
	color: #fff;
	float: left;
	display: block;
	background-image: url(images/navbar_sep.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 1.5em;
	padding-bottom: 0;
	padding-left: 1.5em;
	}

#navbar ul a.first{
	background:none
	}
#navbar ul a:hover{
	color:#000000
	}
.mainTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.white {
	color: #FFF;
}
.gallerycontainer{
position: relative;
height: 800px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.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: lightyellow;
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: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
