/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #f3e6bc;
	background-image: url(/images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #623522;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
}

h1 {
	color: #b34b1e;
	font-size: 26px;
}

hr {
	background-color: #9a8656;
	border: 0px;
	color: #9a8656;
	height: 1px;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

strong, b {
	font-weight: bold;
}

td {
	vertical-align: top;
}

ul {
	margin-bottom: 1em;
}

ul li {
	list-style: disc;
	margin-left: 2em;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #b34b1e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
	margin: auto;
	width: 1000px;
}

#top_container {
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 40px;
}

#content_container {
	background-image: url(/images/background_texture.jpg);
	padding: 7px;
}

#footer_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	text-align: right;
}

#menu_container {
	margin-left: 20px;
	margin-top: 30px;
	width: 760px;
}

#menu_container a {
	color: #421e0f;
	font-size: 12px;
	text-decoration: none;
}

#menu_container a:hover {
	color: #b34b1e;
	text-decoration: none;
}

#menu_container .menu_item {
	float: left;
}

#menu_container .menu_seperator {
	background-image: url(/images/menu_seperator.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	width: 2px;
}

#menu_container .menu {
	background-color: #FFFFFF;
	display: none;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	padding: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
}

#menu_container .menu ul {
	margin: 0px;
	margin-bottom: 5px;
}

#menu_container .menu li {
	list-style: none;
	margin-left: 1em;
}

#menu_container .menu a {
	font-weight: normal;
	text-decoration: none;
}

#menu_container .menu a:hover {
	text-decoration: underline;
}

#menu_container .menu .header {
	font-weight: bold;
}

#sub_menu li {
	list-style-image: url(/images/list_item.png);
	margin-left: 1em;
}
/*--------------------*/

/* Custom Definitions */
#bottom_shadow {
	background-image: url(/images/sprites/shadow.png);
	background-position: 0px -36px;
	background-repeat: repeat-x;
	height: 6px;
}
#bottom_left_shadow {
	background-image: url(/images/sprites/shadow.png);
	background-position: 0px -12px;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
#bottom_right_shadow {
	background-image: url(/images/sprites/shadow.png);
	background-position: 0px -6px;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}

#left_shadow {
	background-image:url(/images/sprites/shadow-lr.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 6px;
}

#right_shadow {
	background-image:url(/images/sprites/shadow-lr.png);
	background-position: -6px 0px;
	background-repeat: repeat-y;
	width: 6px;
}

#top_shadow {
	background-image: url(/images/sprites/shadow.png);
	background-position: 0px -30px;
	background-repeat: repeat-x;
	height: 6px;
}
#top_left_shadow {
	background-image: url(/images/sprites/shadow.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
#top_right_shadow {
	background-image: url(/images/sprites/shadow.png);
	background-position: 0px -18px;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}

#photo_wrapper {
	background-color: #FFFFFF;
	border: 1px solid #a4a4a4;
	padding: 7px;
}

#photo_wrapper div.crop_365 {
	overflow: hidden;
	width: 365px;
}

#photo_wrapper div.crop_465 {
	overflow: hidden;
	width: 465px;
}

#content_wrapper {
	margin-left: 40px;
	margin-right: 40px;
}

#seperator_260 {
	background-image: url(/images/seperator_260.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 275px;
}

#seperator_360 {
	background-image: url(/images/seperator_360.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 375px;
}

#seperator_460 {
	background-image: url(/images/seperator_460.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 475px;
}

.oxford {
	letter-spacing: 1px;
}
/*--------------------*/

/* sIFR Styles */
.sIFR-active h1,
.sIFR-active .menu_item,
.sIFR-active .oxford {
	display: inline;
	line-height: 1em;
	visibility: hidden;
}
/*--------------------*/

/* Print Media Definitions */
@media print {

}
/*--------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
