/* Tags */
body {
	background-color: #fff;
	font-family: helvetica, arial;
	font-size: 75%;
	line-height: 120%;
	color: #383838;
}

a			{ color: #00A54E; text-decoration: none; }
a:hover 	{ color: #383838; }


h1	{ margin: 0; padding: 0; font-size: 1.1em; }
h2	{ margin: 0; padding: 0; font-size: 0.9em; font-weight: normal; }
h3	{ margin: 0; padding: 0; font-size: 0.9em; font-weight: normal; }
p, #content li	{ font-size: 0.9em; font-weight: normal; color: #6A6A6A; line-height: 150%; }

/* Objects */

#splash {
	display: none;
}

#canvas {
	width: auto;
}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: auto;
	height: 150px; 
	background: url(../img/header.gif) top no-repeat;
}

#navigation{
	height: 23px;
}

#navigation ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	float: left;
	padding: 0px 8px 0px 8px;
	font-size: 0.9em;
	border-left: 1px solid #00A54E;
}

#location {
	/*height: 20px;*/
	/*font-size: 0.9em;*/
	display: none;
}

#banner {
	width: auto;
	height: 328px;
	background: url(../img/banner-maintwo.jpg);
}

#banner h1, #banner p {
	position: absolute;
	left: -9999px;
	margin: 0; padding: 0;
}

#content {
	clear: both;
	position: relative;
}

#info {
	float: right;
	width: 380px;
}

#preview {
	position: absolute;
	left: 0;
	top:0;
	width: 327px;
}

#projects {
	position: absolute;
	left: 0;
	top:0;
	width: 400px;
}

#projects span {
	width: 84px;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
}

#resources {
	width: 380px;
}

#resources p {
	margin: 2px 0 1px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#thumbnails img {
	border: 1px solid #ccc;
	margin: 11px 0 0 0;
}

#thumbnails img.thumbs {
	margin: 11px 5px 0 0;
}



#footer {
	clear: both;
}

/* Classes */

.access { position: absolute; left: -999px; width: 1px; }
.projectthumb {
	float: left;
}
.projectthumb img { border: none; }

.projectthumb img a {
	border: 1px solid #cccccc;;
	margin: 5px 5px 0 0;
}

.projectthumb p {
	width: 90%;
	margin: 0 0 0 2px;
	padding: 0px;
	font-size: 0.75em;
/*	letter-spacing: -1px;m*/;
}