/* Site Name Here*/
/* Phosphor Essence Ltd */


/* BROWSER WRANGLING */

/* mac hide\*/
html, body {
}

/* end hide */
html, body, #container{
	scrollbar-face-color: #999999;
	scrollbar-base-color: #333333;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #E2E2E2;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #999999;
}

/*************************************************************************** 
* The "height" above is a hack for IE5+/Win. Below it's adjusted using 
* the child selector to hide from IE5+/Win. 
* Without this, Moz1.0 adds a vertical scrollbar, & Firefox1.0/Opera7.54 
* cover everything with the footer when the viewport gets too small. 
***************************************************************************/ 

html >body #minHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -52px;
} /*safari wrapper */

html,body {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: left; /* keeps main container left-aligned */
	min-width: 780px; /* for mozilla */
	background-image: url(../images/main-bkgd-cut.jpg);
	background-repeat: no-repeat;
}
div,p {
	margin-top: 0px;
} /*clear top margin for mozilla*/



/* PAGE STRUCTURE DIVS */

#container {
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
}

#content {
	width: 600px;
	top: 165px;
	left: 100px;
	padding-top: 0px;
	position: absolute;
	z-index: 4;
}

#top {
	top: 20px;
	left: 0px;
	width: 780px;
	height: 190px;
	position: relative;
	z-index: 10;
}
#top-home {	
	top: 0px;
	left: 0px;
	width: 840px;
	height: 140px; /* this height +2 needs to go into content and leftcol-1 as a padding-top */
	position: relative;
}
#top-home #header {
	top: 70px;
	left: 20px;
	position: relative;
}

#marking-home {
	padding-top: 100px;
	position: absolute;
	z-index: 1;
}

#marking-top {
    z-index: 1;
	position: absolute;
	top: 20px;
	left: 60px;
}

#marking-bottom {
    z-index: 1;
	position: relative;
	top: 20px;
	left: 160px;
}

#essay-top {
    z-index: 4;
	position: absolute;
	top: 30px;
	left: 580px;
}

#header {
	top: 0px;
	left: 140px;
	position: relative;
	width: 600px;
	height: 68px;
	z-index: 4;
}

#logo {	
	width: 780px; 
	width: 186px; 
	float: left;
}

#search { 
	float: right; 
	padding-top: 8px; 
	text-align: right; 
	width: 225px;
}

#leftcol-1 {
	/* width: 185px;
	left: 145px;
	margin-bottom: 30px;
	padding-top: 0px;
	vertical-align: top;
	float: left;
	position: relative; /*ie needs this to show float 
	width: 350px;
	left: 20px;
	padding-top: 0px;
	vertical-align: top;
	float: left;
	position: relative;*/
}
#rightcol-1 {
	/* width: 185px;
	left: 165px;
	margin-bottom: 30px;
	padding-top: 0px;
	vertical-align: top;
	float: left;
	position: relative; ie needs this to show float 
	width: 350px;
	left: 40px;
	padding-top: 0px;
	vertical-align: top;
	float: left;
	position: relative;*/
}

#nav {
	left: 0px;
	top: 280px;
	margin: 0px;
	position: absolute;
	/* width: 350px;
	color: #5E7070;
	line-height: 1.5em;
	top: 360px;
	left: 150px;
	position: absolute; */
}

#subnav {
	width: 590px;
	left: 60px;
	top: 80px;
	padding-top: 0px;
	position: absolute;
	z-index: 9;
}


/* small left text and larger right col */
#leftcol-1 {
	position: relative;/*ie needs this to show float */
	width: 120px;
	left: 85px;
	float: left;
	padding-top: 142px;/*needed to make room for header*/
	
}

#footer {
	width: 780px;
	clear: both;
	height: 50px;
	color: #000000;
	text-align: left;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#copyright {
	position: relative;
	float: left;
}

#topofpage-link {
	position:relative;
	float:right;
}





/* PAGE LAYOUT DIV's */

#exhib-title {
	width: 350px;
	color: #5E7070;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 200px;
}

#works-subnav {
	width: 350px;
	color: #5E7070;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 200px;
	position: relative;
}

#works-subnav artwork-title {
	font-size: 0.75em; 
	font-weight: 700;
}

#essay {
	width: 350px;
	color: #333D3D;
	line-height: 1.5em;
	padding: 0px;
	top: 165px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 200px;
}

.essay-bg {
	/* background-color: #987033; */
	background-image: url(../images/bg-filler.gif);
}







/* NAVIGATION */
/* navigation - horizontal list with a width for each button/* med left col- larger right col */

/*
#navbutton1 a {
	background: #E2E2E2;
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width:6.5em;
	float: left;
	border-right: 1px solid #86947A;
}

#navbutton1 a:hover {
	background: #999999;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-left: .5em;
	padding-right: .5em;
	width:6.5em;
	border-right: 1px solid #86947A;
	}
	
#navbutton2 a {
	background: #E2E2E2;
	margin: 0;
	padding: 0;
	padding-left: .5em;
	padding-right: .5em;
	width:9em;
	float: left;
	border-right: 1px solid #86947A;

}
#navbutton2 a:hover {
	background: #999999;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-left: .5em;
	padding-right: .5em;
	width:9em;
	border-right: 1px solid #86947A;
	}
#navbutton3 a {
	background: #E2E2E2;
	margin: 0;
	padding: 0;
	padding-left: .5em;
	padding-right: .5em;
	width:9em;
	float: left;
	border-right: 1px solid #86947A;
}
#navbutton3 a:hover {
	backg
	
	*/


