/* CSS Document */

html, body{font-family: "Arial Narrow", "Times New Roman", "Times"; color: #fff; text-align: center;}

body {font-size: 9pt; background:#000; margin: 20px 0px; padding: 0px; color: #000;}
p{font-size: 9pt;}
li {font-size: 9pt;}

div.header {
	text-align: center;
	height: 94px;
	color: #000;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #eee;
	font-family: "Arial Narrow", "Times New Roman", "Times";
	background: #996;
}
div.footer{
margin: 0px;
background: #996;
text-align: center;
width: 100%;
font-size:9pt;
color: #fff;
padding-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 2px solid #fff;
}
div.content {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	background: #fff;
	color: #000;
	height: 590px;
	
}

.sectionHeading { width: 100%; text-align: center; font-size: 14pt; padding: 8px 0px 4px 0px; }
/*
div.mainContent {
	position: relative;
	text-align: center;
	height: 590px;;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
}*/

div.header div.logo
{
    font-size: 20pt;
	padding: 10px 0px 0px 10px;
	text-align: left;
	text-decoration: underline;
}
div.header div.sublogo
{
	padding: 0px 0px 8px 10px;
	text-align: left;
	font-size: 11pt;
	text-decoration: none;
}


div.footer div.copy{
	color: #fff;
}
div.footer a {
color: #fff;
}
/*
div.outside 
{
	width:830px;
	height:88%;
	margin:0px auto;
	padding:0px;
	background-color:#000;
}
*/

div.outside {
	width:1000px;
	margin:0px auto 0px auto;
	/*text-align:left;*/
	padding: 0px;
	background-color:#000;
	/*border: 1px solid #fff;*/
}

	

div.content h3 {
text-align: center;
}
span.title {
width: 100%;
text-align: center;
}

div.contentText {
position: relative;
margin: 0px;
padding: 20px 0px 20px 0px;
text-align: left;
color: #000;
}


div.content p{
	text-indent: 10px;
}

img {border: 0px;}

table tr td {
	text-align: center;
}


/* Page specifics */
body.chandlerbody a#chandler
{
	text-decoration: underline;
}
body.hurleybody a#hurley
{
	text-decoration: underline;
}
body.dutertebody a#duterte
{
	text-decoration: underline;
}
body.hardestybody a#hardesty
{
	text-decoration: underline;
}
body.forestgladebody a#forestglade
{
	text-decoration: underline;
}

/*These are hover elements on the projects page */
.hoveredProject { background: #cca; }
