@charset "utf-8";
.larger {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: larger;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

a {
	color: #FF9900;
}
.orange {color: #FF9900}
.ltgray {
	color: #999999
}
.style24pt {
	font-size: 24px;
}
.style42pt {
	font-size: 42px;
}
.style36pt {
	font-size: 36px;
}
.style18pt {
	font-size: 22px;
}



a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#splashwrapper {
	width: 575px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#splashdiv {
	width: 574px;
	text-align: right;
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 42px;
}
#projpics table {
	text-align: right;

}
#projpics img {
}


#splashfooter {
	position: relative;
	top: 200px;
	text-align: right;
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#header {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#topmenu {
	text-align: right;
	font-size: 14px;
	margin-right: 1px;
}


#pagetitle {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-right: 1px;
}

#projpics {
	width: 500px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.projtable {
	display: block;
	width: 440px;
	text-align: left;
	font-size: 14px;
	float: left;
}
.projtable img {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF9900;
	text-align: left;
	padding-right: 15px;
	margin-right: 15px;
	width: 136px;
	margin-bottom: 5px;
}
.projtable  a {
	text-align: left;
	width: 400px;
	color: #000000;
	text-decoration: none;
	clear: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 40px;
	display: block;
	margin-left: -10px;
	padding-left: 10px;
}


.projtable    a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}



.projtable2 {
	display: block;
	width: 300px;
	text-align: left;
	font-size: 14px;
	float: left;
}
	
.projtable2    img {
	text-align: left;
	padding-left: 6px;
	margin-bottom: 5px;
}
.projtable2   a {
	text-align: left; 
/*	width: 400px; */
	color: #000000;
	text-decoration: none;
/*	clear: left; */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 75px;
/*	display: block; */
	margin-left: -10px;
	padding-left: 10px; 
}

.projtable2 p {
	padding-right: 20px;
	text-align: justify;
}

.photogroup {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	height: 66px;
 	margin-bottom: 15px;
	margin-right: 10px;
	}

.photogroup:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}


#projdesc {
	float: left;
	width: 230px;
}

#pagetext {
	float: left;
	width: 650px;
}
#maincontent {
	float: left;
	margin: 0px;
}
#bios {
	float: left;
	width: 150px;
}


#footer {
	clear: left;
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 1px;
}

