body
{
	background: #fffbd3 url(layout/body-bg.gif) top left;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
}

table.thin-border th,
table.thin-border td
{
	border: 1px solid #e19e77;
}

img
{
	border: 0;
}
.image
{
	border: 1px solid #772600;
	margin: 10px;
	padding: 2px;
	background: #e19e77;
}
.image p
{
	margin: 0;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

ul.no-style,
ol.no-style
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.no-style li,
ol.no-style li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.right	{ float: right; }
.left	{ float: left;	}
a
{
	color: #772600;
}

#container
{
	margin: 100px auto;
	text-align: left;
	background: #c33e00;
	border: 4px solid #772600;
	width: 800px;
}

#header
{
	position: relative;
	margin-top: -100px;
	background: transparent url(layout/title-puzzle.gif) right top no-repeat;
	height: 143px;
}
#header h1
{
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(layout/title.gif) top left no-repeat;
	width: 431px;
	height: 130px;
	padding: 0;
	margin: 0 0 0 0;
}

#menu
{
	list-style: none;
	padding: 0 0 8px 10px;
	margin: 20px 0 0 0;
	border-bottom: 4px solid #772600;
}
#menu li
{
	display: inline;
	margin: 0;
}
#menu li a
{

	margin: 0;
	padding: 8px 15px;
	border: 2px solid #772600;
	border-bottom: none;
	background: #e19e77;
	color: #772600;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#menu li a.selected
{
	position: relative;
	padding-top: 12px;
	top: 4px;
	background: #fffdee;

}
#menu li a:hover
{
	background: #f1cfb5;
}


#footer
{
	clear: both;
	color: #fff;
	padding: 10px;
}

#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#footer ul li
{
	float: left;
	padding: 0;
	margin: 0;
}
#footer ul li a
{
	float: left;
	display: block;
	padding: 2px 10px;
}

#footer a
{
	color: #f1cfb5;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#main-content
{
	padding: 10px;
	color: #550400;
	background: #fffdee;
}
#main-content h2
{
	border-bottom: 1px solid #772600;
}
#main-content ul
{
	list-style: url(layout/bullet.gif);
}
#main-content ul li
{
	//padding-left: 5px;
}



#term-dates
{
	float: left;
	width: 280px;
	//width: 300px;
	border: 1px solid #772600;
	background: #f1cfb5;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#term-dates h2
{
	font-size: 16px;
	border-bottom: 1px solid #550400;
	text-transform: uppercase;
	text-align: right;
	padding: 0;
	margin: 0;
}
#term-dates dl
{
	font-size: 12px;
}
#term-dates dl dt
{
	font-weight: bold;
	font-size: 14px;
}

dl dt
{
	font-weight: bold;
	font-size: 14px;
}

#toc
{
	float: left;
	background: #e19e77;
	border: 1px solid #772600;
	margin: 20px 15px 5px 0;
}
#toc h4
{
	padding: 5px;
	margin: 0;
	font-size: 16px;
	text-align: right;
}
#toc ol
{
	position: relative;
	//margin-top: 20px;
	margin-bottom: 0;
}
#toc ol li
{
	margin: 0;
	padding: 0;
	//margin: -18px 0;
	border-top: 1px solid #e19e77;
}
#toc li a
{
	text-decoration: none;
	position: relative;
	display: block;
	padding: 10px 10px;
	background: #f1cfb5;
	font-size: 13px;
}
#toc li a:hover
{
	background: #e19e77;
}
.clear
{
	clear: both;
}
table
{
	font-size: 13px;
	color: #550400;
}
table tr td
{
	padding: 2px 10px 2px 10px;
}

a.big-link
{
	display: block;
	width: 110px;
	//width: 210px;
	font-weight: bold;
	padding: 20px 20px 20px 60px;
	background: #e19e77 url(layout/file.gif) 10px center no-repeat;
	text-decoration: none;
	border: 2px solid #772600;
	color: #772600;
}
a.big-link:hover
{
	background-color: #f1cfb5;
}
#session-times
{
	position: relative;
	border: 5px solid #772600;
	background: #ffe4d0;
	height: 400px;
}
#session-times dd
{
	margin-bottom: 5px;
}
#session-times #session-left,
#session-times #session-right
{
	position: absolute;
	top: 20px;
}
#session-times #session-left
{
	left: 20px;
	right: 50%;
	width: 45%;
}
#session-times #session-right
{
	left: 50%;
	right: 20px;
}






/*---------------[   LIGHTBOX   ]---------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
