/* Base Template CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEE0;
}

h1 {
	font-size:16px;
	color:#838B83;
	margin-top:25px;
	margin-bottom:0;
	padding-bottom:0;
}

#header {
	background-color:#CDCDC1;
}

.headerText {
	color:#666633;
	font-weight: bold;
	padding:0px;

}
.headerSmall {
	color: #666633; 
	font-weight: bold; 
	font-size: 10px; 
	padding:0px;
	text-decoration:none;
}

#headerInfo li {
	padding:2px 10px 2px 0px;
	list-style-type:none;
}


#nav {
	background-color:#797C75;
	background-image:url(../images/nav-bg.jpg); 
	background-repeat:no-repeat;
	border:3px #EEEEE0 solid;
	border-left-style:none;
	border-bottom-style:none;

}

#nav ul {
	margin:5px 0px 0px 0px;
	padding:0;
	width:143px;
}

#nav li {
	list-style-type:none;
	height:27px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/nav_link_bg.gif);
	
}

#nav a, #nav li a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	width:130px;
}

#nav li a:hover {
	color:#dfdbac;
}

a:hover {
	color: #666633;
}

#content p {
	line-height:1.38em;
	margin-top:7px;
	margin-bottom: 5px;
}

#content {
	background-color:#FFFFFF;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	padding-left:16px;
	padding-right:100px;
	border:3px #EEEEE0 solid;
	border-left-style:none;
	border-right-style:none;
}

#content ul {
	margin:0;
	padding:0;
	margin-left:12px;
}

#content #mainImage {
	margin-left:20px;
	margin-bottom:8px;
	margin-right:-100px;
	float:right;
	text-align: right;
}

#footer {
	background-color:#CDCDC1;
	height:23px;
	padding:0px 12px 0px 12px;
}

.photo_border {
	border:1px #8B8878 solid;
}

h4 {
	font-size:13px;
	color:#838B83;
	margin-bottom:7px;
	padding-bottom:0px;
}

.byline {
	font-size:9px;
}

.tag_green {color: #005738; font-weight: bold; font-style: italic; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.photo_caption {
	font-weight:bold;
	color:#838B83;
}

.gallerycontainer{
position: relative;
height: 415px;
/*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 #eeeee0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #54697c;
padding: 5px;
left: -3000px;
border: 1px solid;
visibility: visible;
color: #eeeee0;
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: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

galleryfont {
	font-size:11px;
	color:#ffffff;
	margin-top:0;
	left: 150px;
	margin-bottom:0;
	padding-bottom:0;
}
