@charset "UTF-8";
/* CSS Document */

/****** BEGIN - COLOR SCHEME *****
COLOR SCHEME:

#HEXCOLOR - Brief Description
#HEXCOLOR - Brief Description
#HEXCOLOR - Brief Description

******* END - COLOR SCHEME *******/



/******************************
/**** SECTION 1 - BEGIN *******/


/**** SECTION 1 - END ********
******************************/
.content_main
{
	position: relative;
	margin: 10px 0 0 227px;
	padding-bottom: 20px;
	width: 673px;
	min-height: 585px;
	background: ;	
}

	/* h1 styles within the content area */
	.content_main h1{font-size: 2.1em; color: #651f13;}
		.content_main h1 a{color:#DED085; font-size: inherit;}
	/*	.content_main h1 a:link{color:#DED085;}
		.content_main h1 a:visited{color:#DED085;}
		.content_main h1 a:hover{color:#F0EBCA;}
		.content_main h1 a:active{color:#F0EBCA;} */

	/* h2 styles within the content area */
	.content_main h2{font-size: 1.5em; color: #651f13; margin-top: 25px;}
		.content_main h2 a{color:inherit; font-size: inherit;}
		.content_main h2 a:hover{color:#908170; font-size: inherit;}

	/* h3 styles within the content area */
	.content_main h3{font-size: 1.0em; color: #651f13;}
		.content_main h3 a{color: inherit; font-size: inherit;}

	/* other main content tag styles */
	.content_main p{}
	.content_main hr{border: 1px #B8A432 solid; height: 0px; margin-bottom: 10px}
	.content_main ul{}
	.content_main li{}

	/* Styles for the photo gallery */
	.content_main_photoRow
	{
		position: relative;
		margin: 0 0 5px 0;
		height: 110px;
		clear: both;
	}
	
		.content_main_photoRow img{float: left; padding: 6px; margin: 6px; background: #FFFEFF;}
		.content_main_photoRow a img{border: 1px #B8A432 solid;}
		.content_main_photoRow a:hover img{border: 1px #F3F3F3 solid;}
	
	/* style for the full image. */
	.content_main_photoFull
	{
		position: relative;
		margin: 0 auto;
		min-height: 400px;
		text-align: center;
	}
	
	/* Create the area to scroll through the images. */
	.content_main_prevNext
	{
		position: relative;
		margin: 0 auto 10px auto;
		width: 142px;
		height: 33px;
		border: 1px solid #B8A432;
		background: #F3F3F3;
	}
		/* Styles the actual buttons */
		.content_main_prevNext_button
		{
			position: relative;
			height: 25px /*33px*/;
			width: 71px;
			float: left;
			font-size: 1.3em;
			text-align: center;
			color: #000;
			background: #F3F3F3;
		}
		
			.content_main_prevNext_button a{text-align: center; padding: 8px 0 0 0; display:block; width:100%; height: 100%; text-decoration: none; font-weight: 300; font-size: inherit; color: #651f13;}
			.content_main_prevNext_button a:link{text-decoration: none; color: black; background: #E8DEAA; color: #651f13;}
			.content_main_prevNext_button a:visited{text-decoration: none; color: black; background: #E8DEAA; color: #651f13;}
			.content_main_prevNext_button a:hover{background: #FFF; text-decoration: none; color: black;}
			.content_main_prevNext_button a:active{background: #FFF; text-decoration: none; color: black;}
		
			.content_main_prevNext_button_noLink
			{
				text-align: center;
				padding: 8px 0 0 0;
				display: block;
				width: 100%;
				height: 100%;
				font-weight: 300;
				font-size: inherit;
				color: inherit;
			}
	
	

/******************************
**** SECTION 2 - BEGIN *******/


/**** SECTION 2 - END ********
******************************/