/* Preliminary Code Destroyer */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}
ol, ul
{
	list-style: none;
}
address, caption, cite, code, dfn, em , strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
caption, th
{
	text-align: left;
}


/****************/
/* Main CSS Content */
/****************/
html
{
	text-align: center;
}
body
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: century gothic;
}
div#branding
{
	position: relative;
	height: 25px;
	width: 100%;
	background: #000;
	top: 20px;
}
div#branding h1
{
	text-indent: -9999px;
}
div#branding p
{
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: right;
	color: #FFF;
	font-size:0.95em;
}
a
{
	text-decoration: none;
	color: #FFF;
}


/* Navigation (Main Menu) */
/***************************************************************/
div#nav_main
{
	height: 285px;
	margin-bottom: 30px;
	border-bottom: 25px solid #000;
}
div#nav_main h2
{
	text-indent: -9999px;
}
li#nav_news
{
	position: absolute;
	height: 100px;
	width: 100px;
	margin: 0px;
	left: 0px;
	top: 65px;
}
li#nav_people
{
	position: absolute;
	height: 100px;
	width: 100px;
	margin: 0px;
	left: 120px;
	top: 65px;
}
li#nav_gallery
{
	position: absolute;
	height: 100px;
	width: 100px;
	margin: 0px;
	left: 0px;
	top: 185px;
}
li#nav_studysessions
{
	position: absolute;
	height: 100px;
	width: 100px;
	margin: 0px;
	top: 0px;
	left: 120px;
	top: 185px;
}
li#nav_home
{
	position: absolute;
	background: transparent url(./images/mainLogoHeader.png) no-repeat;
	height: 220px;
	width: 560px;
	left: 240px;
	top: 65px;
	margin: 0px;
}
li#nav_home p
{
	text-indent: -9999px;
}
li#nav_news a, li#nav_people a, li#nav_gallery a, li#nav_studysessions a
{
	display: block;
	height: 100px;
	width: 100px;
	text-indent: -9999px;
}
li#nav_news a:link 
{ background: transparent url(./images/btn_news.png) no-repeat; }
li#nav_news a:hover
{ background: transparent url(./images/btn_newsH.png) no-repeat; }
li#nav_people a:link 
{ background: transparent url(./images/btn_people.png) no-repeat; }
li#nav_people a:hover
{ background: transparent url(./images/btn_peopleH.png) no-repeat; }
li#nav_gallery a:link 
{ background: transparent url(./images/btn_gallery.png) no-repeat; }
li#nav_gallery a:hover
{ background: transparent url(./images/btn_galleryH.png) no-repeat; }
li#nav_studysessions a:link 
{ background: transparent url(./images/btn_studysessions.png) no-repeat; }
li#nav_studysessions a:hover
{ background: transparent url(./images/btn_studysessionsH.png) no-repeat; }

/* Main Content */
/***************************************************************/
div#content
{
	padding-bottom: 20px;
}
div#content_main h2
{
	font-size: 3em;
	padding-bottom: 10px;
}
div#content_main p
{
	background: #FFF;
	color: #000;
}
div#content_main a:link
{
	color: #000;
}
div#content_main a:hover
{
	background: #000;
	color: #FFF;
}
/* People List */
ul#people_list li {
	margin: 10px 0;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #000;
}
ul#people_list h4 {
	font-size: 2em;
	padding: 20px 0 30px 0;
	text-align: right;
}
ul#people_list img {
	height: 100px;
	width: 100px;
	float: left;
	margin: 0 15px 10px 0;
} 
ul#people_list p {
	background: #FFF;
	color: #000;
	text-align: justify;
}
ul#people_list a
{
	border-bottom: 1px dotted #000;
}
ul#people_list a:link, ul#people_list a:visited
{
	background: #FFF;
	color: #000;
}
ul#people_list a:hover
{
	background: #000;
	color: #FFF;
}
/* Sessions List */
ul#sessions_list li
{
	margin: 10px 0;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #000;
}
ul#sessions_list h4
{
	font-size: 2em;
	padding: 20px 0 30px 0;
	text-align: right;
}

/* Site Info */
/***************************************************************/
div#site_info
{
	text-align: right;
	position: relative;
	width: 100%;
	height: 100px;
	background: #FFF;
	padding-top: 20px;
}