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

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Helvetica, Arial, Verdana;
	color:#75787a;
}

body {
	background-color:#3f3f3f;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-344px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:688px; width:948px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow:hidden;
}
  
#content {
	position:absolute;
	left:0;
	top:0;
	height:688px;
	width:948px;
	padding:0;
	margin:0;
	background-color:#dee3e6;
	background-image:url(images/bg-content.jpg);
	background-repeat:no-repeat;
}

#header {
	position:relative;
	width:948px;
	height:139px;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
}

#nav {
	position:absolute;
	width:572px;
	height:36px;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
}

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

#nav ul li {
	float:left;
	margin:0;padding:0;
}

#footer {
	position:absolute;
	width:948px;
	height:62px;
	background-color:#74797b;
	bottom:0;
	left:0;
}


h1 {
	text-indent:-9999px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

/* Exhibits Drop-Down */
#sort_dropdown {
	position:absolute;
	top:0;
	left:235px;
	margin:0;
	padding-top:5px;
	padding-left:10px;
	width:110px;
	height:63px;
	visibility: hidden;
	z-index:10;
	color:#737b80;
	font-size:15px;
	font-family:Helvetica, Arial, Verdana;
}

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

#sort_dropdown ul li a {
	padding-left:12px;
	line-height:17px;
}

#sort_dropdown ul li a:hover {
	background:url(images/subnav-arrow.png) no-repeat left center;
}

#selected {
	background:url(images/subnav-arrow.png) no-repeat left center;
}

#body_content {
	position:relative;
	padding:60px 30px 60px 20px;
	height:100%;
	overflow:hidden;
}

/* ***************** HOME PAGE ********************* */
#home #flashcontent {
	position:absolute;
	top:77px;
	left:544px;
	width:385px;
	height:335px;
	margin:0;
	padding:0;
	background-color:#c6c8ca;
	outline:none;
}

#home #homeimage {
	position:absolute;
	top:77px;
	left:20px;
	width:500px;
	height:335px;
	margin:0;
	padding:0;
	background-color:#c6c8ca;
	outline:none;
}

/* ***************** CURRENT EXHIBITS PAGE ********************* */
#exhibits #centered {
	position:relative; clear:left;
	height:740px; width:948px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow:hidden;
}

#exhibits #content {
	position:absolute;
	left:0;
	top:0;
	height:740px;
	width:948px;
	padding:0;
	margin:0;
	background-color:#efefef;
	background-image:none;
}

#exhibits #flashcontent {
	position:absolute;
	top:60px;
	left:20px;
	width:590px;
	height:460px;
	margin:0;
	padding:0;
	background-color:#c6c8ca;
	outline:none;
}

#exhibits #exhibit_info {
	position:absolute;
	top:60px;
	left:640px;
	width:285px;
	height:460px;
	margin:0 auto;
	padding:0;
	background-color:#efefef;
	outline:none;
}

.exhibit_text { text-align:center; padding-top: 20px;}

.exhibit_text h2 {
	font-weight:normal;
	padding:0;
	margin:0 0 8px 0;
	color:#b2452b;
	font-size:15px;
	/*letter-spacing:1px;*/
}

.exhibit_text h3 {
	font-weight:normal;
	padding:0;
	margin:0 0 8px 0;
	color:#666;
	font-size:14px;
	/*letter-spacing:1px;*/
}

.exhibit_text h4 {
	font-weight:normal;
	padding:0;
	margin:0 0 8px 0;
	color:#666;
	font-size:12px;
	/*letter-spacing:1px;*/
}

.exhibit_text p {
	font-weight:normal;
	padding:0;
	margin:40px 0 0 0;
	color:#000;
	font-size:11px;
	text-align:center;
	line-height:18px;
	/*letter-spacing:1px;*/
}

/* ***************** PAST EXHIBITS PAGE ********************* */
#exhibits-past #centered {
	position:relative; clear:left;
	height:740px; width:948px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow:hidden;
}

#exhibits-past #content {
	position:absolute;
	left:0;
	top:0;
	height:740px;
	width:948px;
	padding:0;
	margin:0;
}

/*.exhibit_box {
	height:130px;
	margin-top:8px;
	background-color:#bfbfbf;
}*/

.exhibit_box h2 {
	font-weight:normal;
	padding:0;
	margin:8px 0 0;
	color:#464646;
	font-size:19px;
}

.exhibit_box h3 {
	font-weight:normal;
	padding:0;
	margin:0 0 8px;
	color:#464646;
	font-size:15px;
}

.exhibit_box p {
	margin:0;padding-right:15px;
	color:#464646;
	font-size:12px;
	line-height:15px;
}


.exhibit_thumb { float:left; display:block; margin-right:20px;}

#exhibits_boxes {
	margin:0;padding:0;
	height:455px;
	overflow:auto;
}

#exhibits-past #body_content {
	padding-left:50px;
	padding-right:0;
}

#title_past {
	position:absolute;
	top:28px;
	left:667px;
	width:224px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(images/title-past-exhibits.gif);
	background-repeat:no-repeat;
}

/* ***************** ARTISTS PAGE ********************* */
#artists #centered {
	position:relative; clear:left;
	height:740px; width:948px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow:hidden;
}

#artists #content {
	position:absolute;
	left:0;
	top:0;
	height:740px;
	width:948px;
	padding:0;
	margin:0;
}

.exhibit_box { width:826px; margin-top:8px; padding:7px; background-color:#bfbfbf; }

#artists .exhibit_box h2 {
	font-weight:normal;
	padding:0;
	margin:0 0 12px;
	color:#b2452b;
	font-size:14px;
}

#exhibits_boxes {
	margin:0;padding:0;
	height:425px;
	overflow:auto;
}

#artists #body_content {
	padding-left:50px;
	padding-right:0;
}

#title_past {
	position:absolute;
	top:28px;
	left:667px;
	width:224px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(images/title-past-exhibits.gif);
	background-repeat:no-repeat;
}

/* ***************** ARTIST SOLO PAGE ********************* */
#artist #centered {
	position:relative; clear:left;
	height:740px; width:948px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow:hidden;
}

#artist #content {
	position:absolute;
	left:0;
	top:0;
	height:740px;
	width:948px;
	padding:0;
	margin:0;
}

#artist #flashcontent {
	position:absolute;
	top:60px;
	left:20px;
	width:590px;
	height:460px;
	margin:0;
	padding:0;
	background-color:#c6c8ca;
	outline:none;
}

#artist #textarea {
	position:absolute;
	top:30px;
	left:640px;
	width:285px;
	height:500px;
	margin:0;
	padding:0;
	outline:none medium;
}

#textarea h2 { font-weight:normal; padding:0; margin:28px 0 20px -15px; color:#b2452b; font-size:18px; text-align: center; }

#textarea p {
	margin:0;padding-right:15px;
	color:#464646;
	font-size:12px;
	line-height:15px;
}

#artist_back {
	position:absolute;bottom:0;right:0;width:150px;font-size:11px;padding:0;margin:0;text-align:right;
}


/* ***************** CONTACT PAGE ********************* */

#contact_image {
	width:564px;padding-left:70px;float:left;
}

#contact_text {
	float:left;
	width:250px;
	font-size:12px;
	line-height:18px;
}

#contact_text p {
	font-size:12px;
	line-height:18px;
}

#contact_text h2 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:15px;
}

#contact_text h3 { color: #a9a9a9; margin:0; padding:0; font-weight:normal; font-size:14px; }

#contact_text h4 { color: #a9a9a9; margin:0; padding:0; font-weight:normal; font-size:13px; }

/* General LAYOUT */

#copyright { float:right; width:300px; height:17px; margin-right:15px; padding-top:45px; font-size:10px; color:#dcdcdc; font-family: "trebuchet ms"; text-align:right; }
#peaceprj  { float:left; width:300px; height:17px; margin-left:15px; padding-top:45px; }
a.pprj     { color: #452a66; font-size:12px; font-family: trebuchet ms; text-decoration: none;}
a.pprj:hover  { color: #452a66; font-size:12px; font-family: trebuchet ms; text-decoration: none;}
a.pprj:active  { color: #452a66; font-size:12px; font-family: trebuchet ms; text-decoration: none;}
a.pprj:visited  { color: #452a66; font-size:12px; font-family: trebuchet ms; text-decoration: none;}
a.pprj:link  { color: #452a66; font-size:12px; font-family: trebuchet ms; text-decoration: none;}





/* LINKS */
a:link {
	color: #9a9a9a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a9a9a;
}
a:hover {
	text-decoration: none;
	color: #010101;
}
a:active {
	text-decoration: none;
	color: #010101;
}

a.body_link:link {
	color: #333;
	text-decoration: none;
}
a.body_link:visited {
	text-decoration: none;
	color: #333;
}
a.body_link:hover {
	text-decoration: none;
	color: #010101;
}
a.body_link:active {
	text-decoration: none;
	color: #010101;
}



/* GENERAL FONT STYLES */
p {
	margin:25px 0 0 0;
	padding:0;
	font-size:13px;
	line-height:14px;
	text-align:left;
}


/******* MAIN NAV BUTTONS *******/
#btnHome {
  display: block;
  width: 100px;
  height: 36px;
  background-image:url(images/btn-home.jpg);
  background-repeat:no-repeat;
  float:left;
}
#btnHome:hover { 
  background-position: 0 -36px;
}
#btnHome span {
  display: none;
}
#home #btnHome { 
  background-position: 0 -36px;
}

#btnAbout {
  display: block;
  width: 118px;
  height: 36px;
  background-image:url(images/btn-about.jpg);
  background-repeat:no-repeat;
  float:left;
}
#btnAbout:hover { 
  background-position: 0 -36px;
}
#btnAbout span {
  display: none;
}
#about #btnAbout { 
  background-position: 0 -36px;
}

#btnExhibits {
  display: block;
  width: 125px;
  height: 36px;
  background-image:url(images/btn-exhibits.jpg);
  background-repeat:no-repeat;
  float:left;
}
#btnExhibits:hover { 
  background-position: 0 -36px;
}
#btnExhibits span {
  display: none;
}
#exhibits #btnExhibits { 
  background-position: 0 -36px;
}
#exhibits-past #btnExhibits { 
  background-position: 0 -36px;
}

#btnArtists {
  display: block;
  width: 108px;
  height: 36px;
  background-image:url(images/btn-artists.jpg);
  background-repeat:no-repeat;
  float:left;
}
#btnArtists:hover { 
  background-position: 0 -36px;
}
#btnArtists span {
  display: none;
}
#artists #btnArtists { 
  background-position: 0 -36px;
}
#artist #btnArtists { 
  background-position: 0 -36px;
}

#btnContact {
  display: block;
  width: 121px;
  height: 36px;
  background-image:url(images/btn-contact.jpg);
  background-repeat:no-repeat;
  float:left;
}
#btnContact:hover { 
  background-position: 0 -36px;
}
#btnContact span {
  display: none;
}
#contact #btnContact { 
  background-position: 0 -36px;
}

.pdbt15 {padding-bottom:12px;}
