/***************** RESET **************/

html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, a, abbr, address, cite, em, img, small, strike, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }
	
strong { font-weight: bold; }
em { font-style: italic; }
	
li { display: inline; }

ul { display: inline; }

/**************** GENERAL SITE ************/
body
{
	background: url("images/bg.png") repeat-x white;
	font-size: 10pt;
	font-family: Arial, Helvetia, san-serif;
}

a, a:visited, a:hover, a:active
{
	text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}

#content
{
	width: 900px;
	margin: 0 auto;
	background-color: white;
	overflow: hidden;
}

#content #header
{
	height: 100px;
	background: black url('images/bg.png');
}

#content #header #logo
{	
	float: left;
	width: 400px;
	height: 100px;
	text-indent: -9999px;
	background: black url('images/logo.png') no-repeat;
}

#content #header h1
{
	font-size: 24pt;
	display: inline;
}


#content #header #navigation
{
	padding-left: 185px;
	padding-top: 60px;
	height: 50px;
	overflow: hidden;
	text-align: right;
	font-size: 11pt;
}

#content #header #navigation a, a:visited
{
	color: #888888;
	text-decoration: none;
}

#content #header #navigation a:hover
{
	color: #CCCCCC;
}

#content #header #navigation .active
{
	color: #82ff78;
	text-decoration: none;
}

#content #header #navigation .active:hover
{
	color: #82ff78;
	text-decoration: none;
}

#content #header #navigation li
{
	display: inline;
	padding-right: 30px;
}

#content #stuff
{
	float: left;
	color: #555555;
	padding-bottom: 50px;
}

#content #stuff #sub_header
{
	height: 200px;
	background: url('images/sub_bg.png');
	margin-bottom: 10px;
	font-size: 16pt;
	color: #3F3F3F;
	font-family: Georgia, Times, serif;
}

#content #stuff #sub_header .about_header
{
	height: 200px;
	background: url('images/about.png') no-repeat;
	text-indent: -9999px;
	padding: 50px 0 0 30px;
}

#content #stuff #sub_header .people_header
{
	height: 200px;
	background: url('images/people.png') no-repeat;
	text-indent: -9999px;
	padding: 50px 0 0 30px;
}

#content #stuff #sub_header .projects_header
{
	height: 200px;
	background: url('images/projects.png') no-repeat;
	text-indent: -9999px;
	padding: 50px 0 0 30px;
}

#content #stuff #sub_header .contact_header
{
	height: 200px;
	background: url('images/contact.png') no-repeat;
	text-indent: -9999px;
	padding: 50px 0 0 30px;
}

#content #stuff .no-color
{
	color: #555555;
}

#content #stuff .no-color:hover
{
}

#content #stuff .box
{
	float: left;
	width: 260px;
	margin-left: 30px;
	line-height: 1.6;
}

#content #stuff .box h2
{
	color: black;
	font-weight: bold;
	font-size: 18pt;
	padding-bottom: 10px;
	display: inline;
	font-family: Georgia, Times, serif;
}

#content #stuff .box h3
{
	font-weight: bold;
	display: inline;
}

#content #stuff .selected
{
	text-decoration: underline;
	font-size: 12pt;
}

#content #stuff .box hr
{
	border: none;
	border-top: 1px dotted #AAAAAA;
}

#content #stuff .box img
{
	padding: 10px 0 10px 0;
}

#content #stuff .expand
{
	font-weight: bold;
}

#content #stuff .more
{
}

#content #stuff .big_box
{
	width: 550px;
	float: left;
	margin-left: 30px;
	line-height: 1.6;
}

#content #stuff .big_box h2
{
	color: black;
	font-weight: bold;
	font-size: 18pt;
	padding-bottom: 10px;
	display: inline;
	font-family: Georgia, Times, serif;
}

#content #stuff .big_box h3
{
	font-weight: bold;
	display: inline;
}

#content #stuff .selected
{
	text-decoration: underline;
	font-size: 12pt;
}

#content #stuff .big_box hr
{
	border: none;
	border-top: 1px dotted #AAAAAA;
}

#content #stuff .big_box img
{
	padding: 10px 20px 10px 0px;
}

#content #stuff .slideshow img
{
	padding: 10px 0 10px 0;
	border: 1px solid #555555;
}

#content #stuff .big_box label
{
	width: 75px;
	padding-right: 10px;
	float: left;
	text-align: right;
}

#content #stuff .big_box input
{
	border: 1px solid #AAAAAA;
	font-family: Arial;
	color: #555555;
	font-size: 11pt;
	margin-bottom: 10px;
}

#content #stuff .big_box textarea
{
	border: 1px solid #AAAAAA;
	font-family: Arial;
	color: #555555;
	font-size: 11pt;
	margin-bottom: 10px;
}

#content #stuff .big_box .submit
{
	margin-left: 85px;
}

#content #stuff .big_box .sent
{
	font-size: 12pt;
}