body, html { 
	background: #E1CFA9;
	background-image: url(/images/_MA-bg.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#wrap { 
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* THE BANNER IS THE VERTICAL BAR ON THE LEFT
--------------------------------------------------------- */

#banner { 
	position: fixed;
	top: 0;
	left: 0;
	height: 545px;
	width: 178px;
	text-align: left;
	background-color: #58260C;
	background-image:  url(/images/_MA-LeftBarImage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}

/* THE TITLE IS THE HORIZONTAL BAR ACROSS THE TOP
--------------------------------------------------------- */

#title {
	position: fixed;
	top: 0px;
	left: 200px;
	width: 100%;
	height: 125px;
	text-align: left;
	color: #004357; /* 864219 */
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1CFA9;
	letter-spacing: 5px;
	text-transform: uppercase;
	z-index: 50;	
	border-bottom: 1px solid #c2a978;
}

#title p {
	padding: 0 0 10px 15px;
	margin: 0;
}

#title img {
	margin: 0;
	padding: 0;
}

/* MENU STYLES ARE IN MENUV.CSS
--------------------------------------------------------- */
 
#menu {
	position:fixed;
	top: 267px;
	left: 0px;
	z-index:10;
	width: 178px;
	/*padding-bottom:12em; To allow room for bottom dropdown - I think this is for horizontal menu */
}

/* CONTENT BOX AND TEXT STYLES
--------------------------------------------------------- */

#content {
	position: absolute;
	float: left;
	top: 175px;
	left: 215px;
	height: auto;
	text-align: left;
	padding-right: 225px;
	padding-bottom: 25px;
}

#content h1 {
	font-size: 20px;
	font-weight:bold;
	color: #004357; /* 340E01 */
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: capitalize;
}

#content h2 {
	font-size: 18px;
	font-weight:bold;
	color: #004357;
	margin: 0;
	padding: 8px 0 2px 0;
	text-transform: capitalize;
}

#content h3 {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 5px 15px 5px 0px ;
	text-align: left;
}

#content p {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	padding: 0px 15px 10px 0px;
	margin: 0;
}

p.indent {
	text-indent: 25px;
}

#content a:link, #content a:visited {
	font-size: 12px;
	color: #944311;
	text-decoration: underline;
}

#content a:hover {
	font-size: 12px;
	color: #CA6900;
	text-decoration: underline;
}

#content ul, #content ul li {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

#content img, #gallery img {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #c2a978;
}

#gallery ul li {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
	padding: 0;
}

#gallery ul {
	margin-left: 0;
	margin-bottom: 15px;
}

#content p.special {
font-weight:bold;
color:#004357;
font-style:italic;
margin-top:15px;
margin-bottom:15px;
}

/* IMAGE BAR ON RIGHT SIDE
--------------------------------------------------------- */

#imagebar {
	position: absolute;
	float: right;
	top: 175px;
	right: 0;
	width: 180px;
	padding: 0 15px;
	border-left: 1px solid #c2a978;
	font-size:12px;
}

#imagebar h1 {
	font-size: 14px;
	color: #004357; /* 340E01 */
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: capitalize;
}

#imagebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#imagebar img {
	padding: 0 0 15px 0;
	border: none;
}

#imagebar a:link, #imagebar a:visited {
	font-size: 12px;
	color: #944311;
	text-decoration: underline;
}

#imagebar a:hover {
	font-size: 12px;
	color: #CA6900;
	text-decoration: underline;
}

/* FOOTER BOX AND TEXT STYLES
--------------------------------------------------------- */

#footer { 
	position: fixed;
	bottom: 0;
	left: 0;
	width: 178px;
	text-align: left;
	z-index: 4;
}

pre {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color:#DEDCC2;
	line-height: 16px;
}

#content .caption {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
	
	
/* FOOTER FONTS
--------------------------------------------------------- */

#footer p {
	font-size: 10px;
	color: #BCB19D;
	margin: 10px 0 10px 15px;
}

#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #BCB19D;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #DEDCC2;
	text-decoration: underline;
}
	
/* LIGHTBOX CSS
--------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: white; /*  #2a1406  */
	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: transparent url(/images/blank.gif) no-repeat; /* 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.png) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.png) right 85% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #666666; /*  #aeaca5  */
	background-color: white; /*  #2a1406  */
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 800px;
	background-color: white; /*  #1f0f05  */
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* HIDDEN DIVS
----------------------------------------------------------- */
#unstoppable {
	position: absolute;
	top: 150px;
	left: 150px;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 15px;
	visibility: hidden;
	background-color: #bab8a9;
	border: 1px solid #68685F;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	z-index: 80;
}

#unstoppable h1 {
	font-size: 14px;
	font-weight: bold;
	color: #282924;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
}

#unstoppable p {
	font-size: 12px;
	line-height: 135%;
	margin-top: 10px;
}