/* Global --------------------------------- */

body {
	background-image: url(../images/ac_pbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #F2DC9C;
	color: #333333;
	margin: 0 10% 30px 10%;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
a:link {
	color: #0A3542;
	text-decoration: none;
}
a:visited {
	color: #8D847A;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #530506;
}
h2, h3 {
	margin: 24px 0 8px 0;
	font-size: 1.4em;
	color: #000;
}
h3 { font-size: 1.2em; }
/* Masthead --------------------------------- */

#masthead { margin: 0; }
#masthead a, #masthead a:visited {
	color: #0A3542;
	text-decoration: none;
}
#masthead a:hover, #masthead a:active, #masthead a:focus { color: #80612E; }
h1 {
	font-size: .75em;
	font-weight: normal;
	background-image: url(../images/ac_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 24px 0;
	padding: 6px 0 6px 30px;
}
/* Branding --------------------------------- */

#wrapper {
	width: 740px;
	margin: 0 auto;
	background-image: url(../images/ac_sides.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#branding {
	width: 740px;
	height: 143px;
	background-image: url(../images/ac_topbar.jpg);
	background-repeat: no-repeat;
	background-color: #0A3542;
	text-align: right;
}
#branding img {
	width: 237px;
	height: 143px;
	border: 0;
}
/* Main Content - left column --------------------------------- */

#maincontent {
	float: left;
	line-height: 1.4em;
	text-align: justify;
	width: 475px;
	padding: 12px 15px 0 42px;
	/*/*/font-size: 100%; /* */
}
#maincontent p { margin: 0 0 16px 0; }
#maincontent p.quote {
	color: #0A3542;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px;
	background-color: #F2DB9B;
}
#maincontent img {
	float: left;
	margin: 18px 15px 15px 0;
	border: 0;
}
#maincontent img.big { border: 2px solid #CCAB6A; }
/* Main Nav - right column --------------------------------- */
#sidebar {
	float: left;
	width: 160px;
	font-size: 12px;
	padding: 0 10px 0 20px;
	font-size: 95%;
}
h2#sidebar, h2#first {
	margin: 0 0 8px 0;
	font-size: 140%;
}
#dlmenu { height:20em; }
#menu {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
	position:absolute;
	width:15em;
	z-index:100;
}
#menu li {
	display:block;
	padding:0;
	margin:0;
	position:relative;
	z-index:100;
}
#menu li a, #menu li a:visited {
	display:block;
	text-decoration:none;
}
#menu li dd { display:none; }
#menu li:hover, #menu li a:hover { border:0; }
#menu li:hover dt a, #menu li a:hover dt a {
	background: #1D4F64;
	color:#fff;
}
#menu li:hover dd, #menu li a:hover dd { display:block; }
#menu li:hover dl, #menu li a:hover dl {
	height:12em;
	background: #89AEBC;
}
#menu dl {
	width: 15em;
	margin: 0;
	background: #7895A3;
	cursor:pointer;
}
#menu dt {
	margin:0;
	padding: 0;
	font-size: 1.1em;
	border-top:1px solid #0A3542;
}
#menu dd {
	margin:0;
	padding:0;
	font-size: 1.1em;
	text-align:left;
}
.gallery dt a, .gallery dt a:visited {
	display:block;
	color:#fff;
	padding:5px 5px 5px 10px;
	background:#4F7282;
}
.gallery dd a, .gallery dd a:visited {
	color:#000;
	min-height:1em;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 20px;
	background: #89AEBC;
}
* html .gallery dd a, * html .gallery dd a:visited { height:1em; }
.gallery dd a:hover {
	background:#630000;
	color:#fff;
}
#sidebar p {
	color: #000;
	line-height: 1.2em;
}
#bottomBevel {
	width: 740px;
	height: 34px;
	clear: both;
	text-align: right;
	background-image: url(../images/ac_bottom.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}
#bottomBevel { clear: both; }
#bottomBevel a { color: #333333; }
#bottomBevel img {
	border: 0;
	width: 118px;
	height:34px;
}
/* =footer --------------------------------- */
	
#footer {
	width: 740px;
	margin: 0 auto;
	font-size: 10px;
	color: #000000;
	padding-top: 9px;
}
#footer p { margin: 0 0 8px 0; }
#footer a:link { color: #335C64; text-decoration: none; }
#footer a:visited { color: #530506; text-decoration: none; }
#footer a:hover, a:active, a:focus { color: #AEBD95; text-decoration: underline; }
