/* CSS Document */
body {
	margin: 0;
	padding: 10px 0;
	background-color: #6b7270;
	color: #3f4141;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 943px;
	margin: 0 auto;
}
#outer {
	position: relative;
	float: left;
	width: 100%;
	min-height: 639px;
	background-color: #8d9793;
	color: #3f4141;
}
#skiplink {
	position: absolute;
	top: 260px;
	left: -999em;
	font-size: 70%;
}
#skiplink:focus {
	left: 42px;
	background-color: #8d9793;
	color: #ffffff;
	text-decoration: none;
}
#logo {
	float: left;
	margin: 9px 0 9px 19px;
}
#navbar {
	clear: left;
	float: left;
	width: 833px;
	min-height: 38px;
	margin: 0;
	padding: 0 0 0 110px;
	background: url(/images/bgNavbar.gif) repeat-x;
	border-top: 3px solid #404a46;
	border-bottom: 2px solid #b2b6b6;
	font-size: 70%;
	list-style: none;
	text-align: center;
}
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	padding: 12px 56px 0 16px;
	background: transparent url(/images/bulletNavbar.gif) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
#navbar li a.selected {
	background-image: url(/images/bulletNavbarSelect.gif);
}
#navbar li a:hover {
	background-color: transparent;
	color: #4a4c4b;
}
#navbar li a:focus {
	background-color: transparent;
	color: #4a4c4b;
}

#enter {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
	height: 260px;
	background-color: #404a46;
	color: #ffffff;
	border-bottom: 1px solid #262c2a;
}
#enter img {
	position: absolute;
	top: 220px;
	left: 40px;
	border: 0;
}

#content {
	clear: left;
	float: left;
	width: 917px;
	min-height: 201px;
	padding: 8px 8px 8px 18px;
	background-color: #929b97;
	color: #3f4141;
	border-bottom: 1px solid #262c2a;
}
#content a {
	background-color: #929b97;
	color: #3f4141;
}
#content a:hover {
	background-color: #929b97;
	color: #606463;
}
#content a:focus {
	background-color: #929b97;
	color: #606463;
}
#content h1 {
	margin: 9px 0 12px;
	font-size: 75%;
	font-weight: bold;
	line-height: 20px;
}
#content h6 {
	margin: 0 0 0.6em;
	font-size: 70%;
}
#content p {
	margin: 0 0 12px;
	font-size: 70%;
	line-height: 1.8em;
}
#content img.right {
	float: right;
	width: 256px;
	height: 200px;
	margin: 0 0 0 138px;
	border: 1px solid #7b8180;
}

#projects {
	float: left;
	width: 100%;
}
#projects div.nav {
	float: left;
	width: 16px;
}
#projects div.nav img {
	width: 16px;
	height: 16px;
	margin: 90px 0 0;
	border: 0;
}
#projects div.item {
	float: left;
	width: 202px;
	margin: 0 0 0 20px;
}
#projects div.item.first {
	margin: 0;
}
#projects div.item img {
	display: block;
	width: 200px;
	height: 200px;
	border: 1px solid #6d7572;
}
#projectthumbs{
	float:left;
	padding:0 10px 0 0;
	width:430px;
}
#projectthumbs .row{
	float:left;
	margin: 0 0 10px 0;
}
#projecttext{
	float:right;
	padding:0 10px 0 0;
	width:450px;
}
#projectimages {
	float: right;
	width: 288px;
	margin: 0 0 0 106px;
}
#projectimages .nav {
	float: left;
	width: 20px;
	font-size: 65%;
}
#projectimages .number {
	margin: 0 0 1px;
}
#projectimages .number a {
	display: block;
	width: 12px;
	padding: 2px 4px;
	background-color: #868e8b;
	color: #3f4141;
	text-decoration: none;
}
#projectimages .number a:hover {
	background-color: #818886;
	color: #000000;
}
#projectimages .number a:focus {
	background-color: #818886;
	color: #000000;
}
#projectimages .number.selected a {
	background-color: #7b8180;
	color: #000000;
}
#projectimages img#projectimg {
	float: left;
	width: 266px;
	height: 200px;
	border: 1px solid #7b8180;
}
#projects a.bullet,#projects div.bullet {
	float: left;
	margin: 6px 0 0;
	padding: 0 0 0 20px;
	background: #929B97 url(/images/bulletList.gif) no-repeat 10px 5px;
	color: #5a564d;
	font-size: 70%;
	line-height: 1.2em;
}
#projects a.bullet {
	text-decoration: none;
	color:#ffffff;
}
#projects a.bullet:hover,#projects a.bullet:focus,#projects a.bullet:active {
	background-color: #929B97;
	color: #330099;
}
#contact {
	font-size: 70%;
	border-collapse: collapse;
}
#contact tr {
	vertical-align: top;
}
#contact th {
	text-align: left;
}
#contact th,#contact td {
	padding: 2px 32px 2px 2px;
}

#footer {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
	min-height: 92px;
	background: url(/images/bgFooter.gif) repeat-x;
}
#footer div#instruction {
	position: absolute;
	top: 12px;
	left: 36px;
	background-color: #7f8885;
	color: #3f4141;
	font-size: 75%;
}
#footer div#instruction a {
	background-color: #7f8885;
	color: #3f4141;
}
#footer div#instruction a:hover {
	background-color: #7f8885;
	color: #606463;
}
#footer div#instruction a:focus {
	background-color: #7f8885;
	color: #606463;
}
#footer div#copyright {
	position: absolute;
	top: 59px;
	right: 12px;
	background-color: #919b97;
	color: #ffffff;
	font-size: 65%;
}
#footer div#copyright a {
	background-color: #919b97;
	color: #2e3633;
}
#footer div#copyright a:hover {
	background-color: #919b97;
	color: #bcc1bf;
}
#footer div#copyright a:focus {
	background-color: #919b97;
	color: #bcc1bf;
}
