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

/*main divs go here*/
#container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1000px;
	top: 0px;
	z-index: 10;
}
#outline {
	position: absolute;
	border: 1px #000000 solid;
	top: 20px;
	height: 550px;
	width: 1000px;
	z-index: 30;
}
#logo {
	position:absolute;
	left:19px;
	top:17px;
	width:150px;
	height:94px;
	z-index:11;
}
#menu {
	position: absolute;
	left: 182px;
	width: 925px;
	top: 42px;
	z-index: 99;
}
#stuff {
	position:absolute;
	left:19px;
	top:147px;
	width:964px;
	height:388px;
	z-index:11;
	overflow: hidden;
}
#upcoming {
	position:absolute;
	left:19px;
	top:147px;
	width:964px;
	height:388px;
	z-index:11;
	overflow-y: scroll;
}
#hr {
	position:absolute;
	left:19px;
	top:128px;
	width:964px;
	height:1px;
	z-index:11;
	background-color: #000000;
}
#arimg {
	position:absolute;
	left:19px;
	top:147px;
	width:465px;
	height:388px;
	z-index:11;
	text-align: right;
}
#artxt {
	position:absolute;
	left:518px;
	top:147px;
	width:387px;
	height:388px;
	z-index:11;
	overflow: hidden;
}
#leftcol {
	position:absolute;
	left:49px;
	top:147px;
	width:465px;
	height:388px;
	z-index:11;
	text-align: left;
}
#rightcol {
	position:absolute;
	left:518px;
	top:147px;
	width:467px;
	height:388px;
	z-index:11;
	overflow: hidden;
}
#footer{
	position: absolute;
	bottom: -32px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	text-align: center;
	height: 31px;
}

/* text and image styles - this is how you style all the text elements*/
body {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	color:#663300;
}
h4 {
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
h1 {
	font-weight: bold;
	color: #DC693A;
	font-size: 12px;
}
/*links*/
a:link {
	color: #73a358;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #73a358;
}
a:hover {
	text-decoration: none;
	color: #DC693A;
	text-weight: bold;
}
a:active {
	text-decoration: none;
	color: #73a358;
}

/*navigation- how it looks and how it works*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	font-weight: bold;
	font-size: 12px;
}
#nav a {
	display: block;
	width: 10.25em;
}
#nav li { /* all list items */
	float: left;
	width: 10.25em; /* width needed or else Opera goes nuts */
	letter-spacing: 1px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10.25em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 11px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
	clear: left;
	color: #ccc;
}
a.nav:link {
	color: #73a358;
	text-decoration:none;
	border: none;
}
a.nav:visited {
	color:#73a358;
	text-decoration:none;
	border: none;
}
a.nav:hover {
	font-weight: normal;
	text-decoration:none;
	border: none;
}
a.nav:active {
	color:#73a358;
	text-decoration:none;
	border: none;
}
a.menu:link {
	color:#DC693A;
	text-decoration:none;
}
a.menu:visited {
	color:#DC693A;
	text-decoration:none;
}
a.menu:hover {
	text-decoration:none;
}
a.menu:active {
	color:#DC693A;
	text-decoration:none;
}

/*secondary version of above because IE doesn't read duplicate tagss*/
#navtwo, #navtwo ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	font-weight: bold;
	font-size: 12px;
}
#navtwo a {
	display: block;
	width: 10.25em;
}
#navtwo li { /* all list items */
	float: left;
	width: 10.25em; /* width needed or else Opera goes nuts */
	letter-spacing: 1px;
}
#navtwo li ul { /* second-level lists */
	position: absolute;
	width: 10.25em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 11px;
}
#navtwo li:hover ul, #navtwo li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
	clear: left;
	color: #ccc;
}
a.navtwo:link {
	color: #73a358;
	text-decoration:none;
	border: none;
}
a.navtwo:visited {
	color:#73a358;
	text-decoration:none;
	border: none;
}
a.navtwo:hover {
	font-weight: normal;
	text-decoration:none;
	border: none;
}
a.navtwo:active {
	color:#73a358;
	text-decoration:none;
	border: none;
}

/*current section of navigation - how navigation shows on certain pages*/
#cur, #cur ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	font-weight: bold;
	font-size: 12px;
}
#cur a {
	display: block;
	width: 10em;
}
#cur li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	letter-spacing: 1px;
}
#cur li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	font-size: 11px;
}
.current {
	font-weight: normal;
	font-size: 11px;
	color: #DC693A;
}

/*non-main gallery styling - for the smaller galleries outside of art pages*/
#arimg ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style: none;
	} 

#arimg ul li {
	margin-left: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	display: inline;
}
.caption {
	font-size: 10px;
}

/*gallery pages*/
#galleryrow {
	position:absolute;
	left:19px;
	top:137px;
	width:964px;
	height:50px;
	z-index:9;
}
#gallery {
	position:absolute;
	left:5px;
	top:192px;
	width:964px;
	height:339px;
	z-index:11;
	overflow: hidden;
}
