@charset "utf-8";
/* ---------- Main Styles ---------- */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	background-color: #BDAA7F;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E6CC9B;
}
#center {
	margin-left: 28px;
	clear:both;
}


/* ---------- Header Styles ---------- */
.oneColFixCtrHdr #header {
	padding: 0;  
	height: 175px;
	margin: 0;
	background-color: #33FF33;
	background:url(general-images/header-background.jpg) no-repeat top left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 0; 
}

.oneColFixCtrHdr #container #mainContent h2 {
	clear: left;
}
.oneColFixCtrHdr #container #mainContent #info {
	width: 400px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #info #info-top {
	background:url(general-images/info-top.jpg) no-repeat top left;
	height: 21px;
	width: 400px
}
.oneColFixCtrHdr #container #mainContent #info #info-main {
	background: url(general-images/info-main.jpg) repeat-y top left;
	margin: 0px;
	padding: 0;
}



/* ---------- Content Area Styles ---------- */
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px;
	background-color: #E6CC9B;
	margin: 0px;
	background: url(general-images/side-background.jpg) no-repeat top right;
	z-index: 3;
}

/* ---------- Footer Styles ---------- */
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #4C0000;
	color: #E6CC9B;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
}



.oneColFixCtrHdr #container #mainContent #img1 {
	padding: 20px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em;
	color: #4C0000;
	font-variant: small-caps;
}


.oneColFixCtrHdr #container #mainContent #img2 {


}
.oneColFixCtrHdr #container #mainContent #img3 {

	}
.style1 {font-size: .9em;}
* {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #info #info-main p {
	padding: 5px 22px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4C0000;
	line-height: 1.3em;
}
.oneColFixCtrHdr #container #mainContent #info #info-main #info {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #4C0000;
}
.oneColFixCtrHdr #container #mainContent #info #info-main #infoH2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #4C0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.oneColFixCtrHdr #container #mainContent #info #bottom {
background:url(general-images/info-bottom.jpg) no-repeat top left;
width:400px;
height:31px;
}
.gallery {	padding: 20px 28px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em;
	color: #4C0000;
	font-variant: small-caps;
}
.oneColFixCtrHdr #container #mainContent #center .gallery-center {
	padding: 20px 20px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em;
	color: #4C0000;
	font-variant: small-caps;
	}
.oneColFixCtrHdr #container #mainContent #center .gallery-right {
	padding: 20px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em ;
	color: #4C0000;
	font-variant: small-caps;
	clear:right;
	}

/* -----Hover Over for Large Images (all browsers except IE) ---------------------------------- */

a.info{
	z-index:24;
	background-color:#E6CC9B;
	color:#000;
	text-decoration:none
}

a.info:hover{
	z-index:25;
	background-color:#CC33FF;
	text-decoration:none
}

a.info span{display: none}

a.info:hover span{ /* IE Only - the span will display just on :hover state*/
	display:block;
	position:relative;
	top:400px;
	left:400px;
	border:12px solid #000;
	background-color:#FFCC33;
	color:#000;
	text-align: center;
	padding:0px;
	width: 500px;
}

 /*
------------------------------------------------------------------------
*/#center img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #E6CC9B;
}

