/* CSS Document */
body {
	margin: 20px 0 0 0;
	padding: 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #993300;
}

h2 {
	font-size: 18px;	
	line-height: 20px;
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
	color: #250B00;	
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

.userAlert{
	float:right;
}

/* title frame */

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #999966;
}

.titleContent { padding: 6px 0 6px 6px; }

.banner {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.banner .title {
	font-size:1.2em;
	font-weight:bold;
}

.banner .info {
	font-size:0.9em;
}

/* container */

#container {
	width: 746px;
	margin: 0 auto;
}


/* nav */

#divNav {
	padding: 0;
	height: 50px;
	width: 728px;
	background-image: url(../images/navbothbg.jpg);
	margin-left: 9px;
}

#nav {
	position: relative;
	top: 0;
	height: 23px;
	width: 728px;
	margin: 0;
}

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

#nav a {
	text-decoration: none;
}

#nav li {
	float: left;
	display: block;
	color: #FFFFFF;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul  {
	position: absolute;
	top: 23px;
	left: 0px;
	height: 23px;
	width: 728px;
	background-image: url(../images/nav2bg.jpg);
}

#nav li.on ul {
}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/
}

#nav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	display: block;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#nav li.on a {
	color: #f90;
}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover { 
	color: #FFFFFF;
}

	/*do the image replacement*/

#nav li span {
	position: absolute;
	left: -9384px;
}

#liWorksonCanvas a, #liWorksonPaper a, #liSketches a, #liPhotos a, #liArtistInformation a {
	display: block;
	position: relative;
	height: 23px;
}

/*first, put the initial states in place*/

#liWorksonCanvas a {
	background-position: 0 0;
}

#liWorksonPaper a {
	background-position: -102px 0;
}

#liSketches a {
	background-position: -204px 0;
}

#liPhotos a {
	background-position: -306px 0;
}

#liArtistInformation a {
	background-position: -408px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

#liWorksonCanvas.on a {
	background-position: 0 -3px;
}
#liWorksonPaper.on a {
	background-position: -102px -73px
}
#liSketches.on a {
 	background-position: -204px -73px;
}
#liPhotos.on a {
	background-position: -306px -73px;
}
#liArtistInformation.on a {
	background-position: -408px -73px;
} /*add selectors for the other li's and background-positions*/


/*hover states*/

#liWorksonCanvas a:hover, #liWorksonCanvas:hover a, #liWorksonCanvas.over a {
	background-position: 0 -73px;
}

#liWorksonPaper a:hover, #liWorksonPaper:hover a, #liWorksonPaper.over a {
	background-position: -102px -73px;
}

#liSketches a:hover, #liSketches:hover a, #liSketches.over a {
	background-position: -204px -73px;
}

#liPhotos a:hover, #liPhotos:hover a, #liPhotos.over a {
	background-position: -306px -73px;
}

#liArtistInformation a:hover, #liArtistInformation:hover a, #liArtistInformation.over a {
	background-position: -408px -73px;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 	12px;
}		

#nav li.on ul a {
}


/* heading */

#heading {
	width: 728px;
	height: 67px;
	margin:  0 auto;
	background-color: #B29D9B;
	clear: both;
	background-image: url(../images/headbg.jpg);
}

#heading h1, #heading h2 {
	font-weight: normal;
	color: #FF9C30;
}

#heading h1 {
	padding: 25px 0 0px 20px;
	font-size: 4em;
}

#heading h1 a{
	color: #FF9C30;
	text-decoration: none;	
}

#heading h2 {
	padding: 4px 0px 0px 40px;
	font-size: 2em;
}

/* content */

#content {
	height: auto;
	padding: 0;
	margin: 0 auto;
	background-color: #000000;
	width: 746px;
}


/* home */

.firstpage {
	background-image:url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 729px;
	height: 339px;
	padding-top: 150px;
	margin: 0 0 0 9px;
	background-color: #000000;
}

.firstpage h2 {
	font-size: 2em;
	line-height: 3em;
}

.firstpage h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}

.home {
	width: 708px;
	height: auto;
	margin: 0 0 0 9px;
	background-color: AE9594;	
}

.bio {
	width: 508px;
	height: auto;
	padding: 30px 100px 60px 120px;
	background-color: #D88F65;
	color: #000000;
	background-image: url(../images/biobg.jpg);
	background-repeat: no-repeat;
}

.contact {

	width: 729px;
	height: 515px;
	color: #000000;
	font-size: 14px;

}

/* footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #9CB6BE;
}

#footer a {
	color: #FFFFFF;
}
