﻿/* CSS Document */

body.photos {
	background-image: url(../images/bg/photos_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
}

body.photosnonav {
	background-image: url(../images/bg/photos_nonav_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
}

body {
	background-color: #d9d8ba; /*changed from #c2c0ab */
	background-image: none;
}


#photos_interior {
	background-color: #f3f6eb; /* this is the background for the main copy */
	width: 497px;
	top: 94px; /* this value will change if the main top photo is altered in height */
	left: 232px;
	position:absolute;
	border-top: 0; /* this will change according to section color */
	border-bottom: 0;
	border-left: 0;
}

hr {
	border-top: 1px dotted #649b0d;
	margin-bottom: 10px;
	width: 100%;
}



h1 {
	padding: 10px 5px 5px 0px;
	color: #649b0d;
}

h1.videos {
	font-size: 12px;
	padding: 10px 5px 5px 0px;
	color: #649b0d;
	width: 167px;
}

h1.photos {
	padding: 10px 5px 5px 10px;
	color: #649b0d;
}

h1.feature {
	font-weight: bold;
	color: #000044;
}

img#slide {
	padding: 0 20px 10px 0;
	float: left;
	clear: both;
	}


img.video {
	float: left;
	clear: both;
	}
	
td.video_left {
	padding: 20px 25px 15px 50px;
	border-right: 1px dotted #649b0d;
	border-bottom: 1px dotted #649b0d;

}

td.video_right {
	padding: 20px 25px 15px 50px;
	border-bottom: 1px dotted #649b0d;

}

td.video_left_last {
	padding: 20px 25px 15px 50px;
	border-right: 1px dotted #649b0d;

}

td.video_right_last {
	padding: 20px 25px 15px 50px;
}

/* this is for the smaller video setup with 3 columns, 2 rows */

td.video_left2 {
	padding: 20px 25px 15px 25px;
	border-right: 1px dotted #649b0d;
	border-bottom: 1px dotted #649b0d;

}

td.video_right2 {
	padding: 20px 25px 15px 25px;
	border-bottom: 1px dotted #649b0d;

}

td.video_left_last2 {
	padding: 20px 25px 15px 25px;
	border-right: 1px dotted #649b0d;

}

td.video_right_last2 {
	padding: 20px 25px 15px 25px;
}

/* end new video setup */

#photos { /* this puts photos in it's own div so they fall below the slideshows */
	width: 680px;
	padding: 15px 15px 18px 15px; 
	margin: 0px;
	float: left;
}

ul#albumlist {
	list-style: none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #393939;
	padding: 5px;
	}
	
ul#albumlist li {
	background: url(../images/buttons/grey_arrow.gif) no-repeat 0 4px;
	padding-left: 8px;
	}
	
ul#albumlist li a {
	color: #393939;
	text-decoration: none;
}

ul#albumlist li a:hover {
	color: #393939;
	text-decoration: underline;
}

#rightmenu.photonav {
	width: 180px;
	top: 94px;
	left: 760px;
	position: absolute;
	margin: 20px 0px 0px 0px;
	background-color: transparent;
	border: 0px;
}
