/* CSS Document */
html, body { height: 100%; }

body {
	background-color: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/navpanel.gif);
	background-position:left;
	background-repeat: repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#page {
	width: 1200px;
	height: 100%
	display: block;
	float: left;
}

#banner{
	height: 92px;
	width: 100%
	float: left;
	display: block;
}

#nav {
	width: 172px;
	height: 400px;
	padding-top: 105px;
	float: left;
	display: block;
	color: #333;
	background-color: #333;
}

#main {
	width: 370px;
	display: block;
	float: left;
	height: auto;
	padding: 0 10px 10px 20px;
	margin-top: 60px;
}

#main_about {
	width: 460px;
	display: block;
	float: left;
	height: auto;
	padding: 0 10px 10px 20px;
	margin-top: 60px;
}

#image_grid {
	padding-top: 106px;
	margin-left: 10px;
	width: 400px;
	display: block;
	float: left;
	height: auto;
	text-align:left;
}

#image_grid2 {
	margin-left: 150px;
	margin-top: -50px;
	width: 250px;
	display: block;
	float: left;
	height: auto;
	text-align:left;
}

#image_grid2 img {
	clear: both;
	margin-bottom:15px;
}

#image_textgrid {
	margin-left: 150px;
	margin-top: -50px;
	width: 250px;
	display: block;
	float: left;
	height: auto;
	text-align:left;
}

#image_textgrid img {
	clear: both;
	margin-bottom:15px;
}

#vert_strip {
	margin-left: 20px;
	width: 200px;
	height: auto;
	display: block;
	float: left;
}

.box{
	height: 190px;
	width: 190px;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.white {
	color: #FFF;
}

/* projects menu hider */
.hidden {
	display: none;
}

.shown {
	display: block;
}

ul {
	font-size: 12px;
	text-align: right;
}

h3 {
	font-size: 14px;
	color: #C00;
	background-color: #000;
	font-weight: bold;
	text-align: left;
	display: block;
	clear: both;
}

h4 {
	font-size: 14px;
	color: #C00;
	background-color: #000;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.15em;
	display: block;
	clear: both;
}

p {
	font-size: 12px;
}

#projects {
	border: 0;
	padding: 0;
	margin: 0;
}

/* pseudo classes for project links */
#projects a:link, #projects a:visited {
	color: #FFF;
	text-decoration: none;
	margin-left: 24px;
	font-size: 11px;
}

#projects a:hover, #projects a:active {
	color: #C00;
	text-decoration: none;
	margin-left: 24px;
	font-size: 11px;
}

.redlink {
	margin-left: 24px;
	color: #F00;
	font-size: 11px;
}

/* for project title links */
#otherprojects a:link, #otherprojects a:visited {
	color: #C00;
	text-decoration: none;
}

#otherprojects a:hover, #otherprojects a:active {
	color: #F00;
	text-decoration: none;
}