@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0;
}

#wrapper { 
	margin: 0px auto;
	width: 980px;
	position: relative;
	background-color:#FEE1A0;
}

.contentLeft {
	position:relative;
	width:375px;
	
}	
.leftText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px !important;
	line-height:16px;
	color:#000000;
	background-color:#FEE1A0;
	padding:15px 15px 0 20px;
	position:relative;
}

.leftText a:link {
	color:#e63837;
}
.leftText a:visited {
	color:#FF6666;
}
.leftText a:hover {
	color:#000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	color:#000000;
	margin-top:6px !important;
	margin-top:1px;
}

.logoLink {
	background-color:#FBB11C;
	width:980px;
	height:110px;
	position:relative;
	z-index:6; /* ---   this only to ensure that gallery drop-down menu appears on top of .big image on IE 6 and under  --- */
	
}

.logoLink img {
	padding:20px 0 0 20px;
}

.galleryDropHome {
	position:absolute;
	width:185px;
	top:90px;
	left:575px;
	padding:6px 0 10px 0;
	visibility:hidden;
	background-color:#FBB11C;
	border:2px solid #FFFFFF;
	z-index:2;
}
.galleryDropHome a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	color:#e63837;
	text-decoration:none;
	display:block;
	padding-left:6px;
	margin-left:6px;
}
.galleryDropHome a:visited {
	color:#FF6666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-left:6px;
	margin-left:6px;
}
.galleryDropHome a:hover {
	color:#FF6666;
	text-decoration:underline;
	background-color:#FFFFFF;
	width:165px;
}
.galleryDropIn {
	position:absolute;
	width:185px;
	top:90px;
	left:640px;
	padding:6px 0 10px 0;
	visibility:hidden;
	background-color:#FBB11C;
	border:2px solid #FFFFFF;
	z-index:5;
}
.galleryDropIn a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	color:#e63837;
	text-decoration:none;
	display:block;
	padding-left:6px;
	margin-left:6px;
}
.galleryDropIn a:visited {
	color:#FF6666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-left:6px;
	margin-left:6px;
}
.galleryDropIn a:hover {
	color:#FF6666;
	text-decoration:underline;
	background-color:#FFFFFF;
	width:165px;
}

.links {
	position:absolute;
	top:80px;
	left:530px;
	width:450px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
}
.links a:link {
	color:#e63837;
	text-decoration:none;
	margin-right:30px;
}
.links a:visited {
	color:#FF6666;
	text-decoration:none;
	margin-right:30px;
}
.links a:hover {
	color:#FF6666;
	text-decoration:underline;
	margin-right:30px;
}

.contentRight {     /* -- individual pages MAY have inline style for height  --- */
	background-color:#D2D7DA;
	width:600px;
	float:right;
	vertical-align:top;
}

.homeCaption {     /* -- inside pages have inline style for main caption  --- */
	position:absolute;
	top:711px;
	left:411px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	width:550px;
}

.display {
	position:relative;
	top:75px;
	left:0;
	width:600px;
}

.big {
	position:absolute;
	margin:0;
	visibility:hidden;
	top:0;
	left:0;
	z-index:1;
}

.big p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000;
	background-color:#D2D7DA;
	padding:5px 0 2px 20px;
	margin:0;

}


/*  -------  grid stuff for the gallery page --------   */

.gridRow {
	position:relative;
	width:180px;
	margin:0 auto;
	padding:0 0 20px 0 !important;
	padding:0 0 15px 0;
	vertical-align:top;
}

.gridRow .item {
	margin:0 20px 0 0;
	vertical-align:top;
	width:75px;
	position:relative;
	top:0;
	left:0;
}

.item p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px !important;
	line-height:9px;
	color:#000000;
	width:75px;
	text-align:center;
	margin-top:2px !important;
	margin-top:-2px;
	padding-bottom:0 !important;
	padding-bottom:3px;  /* -- for Win IE 6, which cuts off text -- */
}


.gridRow .itemLast {
	margin:0 0 0 0;
	vertical-align:top;
	width:75px;
	position:absolute;
	top:0;
	left:95px;
}
.itemLast p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px !important;
	line-height:9px;
	color:#000000;
	width:75px;
	text-align:center;
	margin-top:2px !important;
	margin-top:-2px;
	padding-bottom:0 !important;
	padding-bottom:3px;  /* -- for Win IE 6, which cuts off text -- */
}

/*  -------  end grid stuff for the gallery page --------   */



.clear {
	clear:both;
}

.footer {
	margin:0 auto;
	padding:10px 0 20px 0;
	width:980px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
.footer a:link {
	color:#e63837;
	text-decoration:none;
}
.footer a:visited {
	color:#FF6666;
	text-decoration:none;
}
.footer a:hover {
	color:#FF6666;
	text-decoration:underline;
}
.credit {
	margin:0 auto;
	padding:10px 0 20px 0;
	width:980px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
.credit a:link {
	color:#e63837;
	text-decoration:none;
}
.credit a:visited {
	color:#FF6666;
	text-decoration:none;
}
.credit a:hover {
	color:#FF6666;
	text-decoration:underline;
}

/* --- wrapperDet was for pop-up windows


#wrapperDet { 
	margin: 0px auto;
	width: 850px;
	position: relative;
	background-color:#D2D7DA;
}
#wrapperDet img {
	float:left;
	margin:30px;
}
#wrapperDet .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px !important;
	line-height:16px;
	color:#000000;
	padding-top:15px !important;
	padding-top:10px;
	
}

---   end wrapperDet styles  --  */
