/* Body
----------------------------------------------- */
body {
	background: #1b3d75 url("../imgs/bg-body.gif") center top repeat-y;
	font-family: Arial, Verdana, sans-serif;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 786px;
	background-color: #c4ccd9;
}

#header {
	background-color: #fff;
	width: 785px;
	float: left;
}

#nav{
	text-align: center;
	margin-bottom: .5em;
}

#subnav{
	text-align: center;
	margin-top: .5em;
	margin-bottom: .7em;
}

#content{
	float: left;
	position: relative;
	width: 783px;
	height: 446px;
	background-color: #c4ccd9;
	border-right: solid 1px #d7d7d7;
	border-left: solid 1px #838383;
}

#filler{
	float: left;
}

#filler .bio{
	float: left;
	clear: both;
	padding-bottom: 1em;
}

#filler .bio p{
	margin-top: 0;
	margin-bottom: 0;
}

#footer {
	background-color: #fff;
	width: 785px;
	float: left;
	position: relative;
	/* height: 300px; */
}

#left {
	position: absolute;
	left: 11px;
	top: 84px;
	width: 327px;
}

#center {
	position: absolute;
	top: 84px;
	text-align: center;
	margin-left: 326px;
	margin-right: 326px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 327px;
	margin-right: 327px;
}

html>body #center {
	margin-left: 327px;
	margin-right: 327px;
}

#right {
	position: absolute;
	right: 6px;
	top: 84px;
	width: 327px;
	text-align: right;
}

#projectlist{
	width: 314px;
	height: 436px;
	float: left;
	display: inline;
	position: relative;
}

.projects { background: url("../imgs/bg-filler-projects.jpg") top left no-repeat; }

#details{
	width: 385px;
	margin-left: 13px;
	padding-top: 13px;
	padding-bottom: 1em;
	float: left;
	display: inline;
}

#thumbs{
	padding-top: 13px;
	float: left;
	width: 71px;
}

#overflow{
	overflow: auto;
	width: 470px;
	height: 446px;
}

#linksnav{
	width: 314px;
	/* height: 446px; */
	padding: 5px 0px 5px 0px;
	float: left;
	position: relative;
}

.multi-column{
	float: left;
	padding: 1em 0;
}



/* Paragraphs and Headings
----------------------------------------------- */
#header h1 {
	padding-top: 9px;
	margin-bottom: 22px;
	margin-left: 18px;
}

#details h1,
#details h2,
#details h3,
#details p,
#details span{
	color: #1b3d75;
	font-size: 12px;
}

#details span{
	display: block;
	margin-bottom: .7em;
}

#details p,
#filler p{
	line-height: 1.4em;
}

#details h1{
	margin-top: 20px;
	margin-bottom: 3px;
	font-family: Verdana, sans-serif;
}

#details h2{
	padding-top: 1em;
}

#details h3{
	margin-bottom: 1em;
}

#thumbs h2{
	text-transform: uppercase;
	color: #3d5784;
	font-size: 10px;
	margin-bottom: 8px;
}

#filler p{
	color: #051839;
	font-size: 12px;
	margin: 10px 30px 1em 13px;
}

#filler h1{ 
	color: #051839;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 30px 1em 13px;
}

#footer p {
	font-size: 12px;
	color: #1D3358;
	line-height: 1.5em;
	text-align: center;
	margin-top: 16px;
}

#footer #center p {
	font-size: 10px;
	color: #aeaeae;
	margin-top: 0;
}


/* Lists
----------------------------------------------- */
#nav li{
	display: inline;
	list-style-type: none;
	background: url("../imgs/bg-nav-li.gif") 0 5px no-repeat;
	padding-left: 11px;
	margin-right: 7px;
}

#subnav li,
#footer li{
	display: inline;
	list-style-type: none;
	background: url("../imgs/bg-nav-li.gif") 0 5px no-repeat;
	padding-left: 12px;
	margin-right: 8px;
}

#nav li.first,
#subnav li.first,
#footer li.first{
	background: none;
}

#footer ul{
	padding: 40px 0;
}

#squares{
	float: left;
	display: inline;
	width: 207px;
	border-bottom: solid 1px #8a9bb6;
	margin: 30px 0 18px 25px;
	padding-bottom: 12px;
}

#squares li{
	float: left;
	list-style-type: none;
	margin-right: 13px;
}

#projects{
	margin-left: 46px;
	clear: both;
}

#projects li{
	margin-bottom: 18px;
	list-style-type: none;
}

#thumbs ul{
	float: left;
}

#thumbs li{
	float: left;
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 6px;
}

#projectlist dl{
	margin-top: 20px;
	margin-left: 15px;
}

#projectlist dt,
#projectlist dd{
	float: left;
	display: inline;
}

#projectlist dt{
	clear: both;
	width: 66px;
	height: 64px;
}

#projectlist dd{
	width: 200px;
	height: 64px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-top: 12px;
}

#projectlist dd em{
	display: block;
	font-size: 12px;
	font-style: normal;
}

#details ul{
	margin-left: 1em;
}

#details li{
	color: #1D3358;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#filler .links li{
	list-style-type: none;
	margin: 0 40px 1em 18px;
}

#filler ul{
	margin-left: 3em;
}

#filler li{
	font-size: 12px;
}

#filler .bullets{
	margin-left: 18px;
}

#filler .bullets li{
	list-style-type: none;
	background: url("../imgs/bullet.gif") center left no-repeat;
	padding-left: 20px;
}



/* Links
----------------------------------------------- */
#nav li a,
#subnav li a,
#footer li a{
	color: #1b3d75;
	font-size: 12px;
}

#nav li a,
#subnav li a,
#footer li a{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a:hover,
#nav li.selected a,
#subnav li a:hover,
#subnav li.selected a,
#footer li a:hover,
#footer li.selected a{
	color: #ef4136;
}

#projects li a:hover,
#projects li.selected a{
	color: #fff;
}

#squares li a{
	color: #8a9bb6;
	background-color: #8a9bb6;
	line-height: 21px;
	padding: 0 4px;
}

#squares li a:hover,
#squares li.selected a{
	color: #fff;
	background-color: #fff;
}

#projects li a{
	font-size: 11px;
	font-weight: bold;
	color: #8a9bb6;
	text-decoration: none;
	text-transform: uppercase;
}

#thumbs li a{
	color: #8a9bb6;
	background-color: #8a9bb6;
	font-size: 20px;
	line-height: 26px;
	padding: 0 7px;
}

#thumbs li a:hover,
#thumbs li.selected a{
	color: #153262;
	background-color: #153262;
}

#filler li a{
	font-family: arial, sans-serif;
	color: #051839;
	font-size: 12px;
	text-decoration: underline;
	margin: 10px 16px 1em 15px;
	line-height: 26px;
}

#filler li a:hover,
#filler li.selected a{
	color: #fff;
}

#filler .links li a{
	font-size: 12px;
	text-decoration: underline;
	margin: 0;
	line-height: 1.4em;
}

#filler li.default-link a{
	margin: 0;
	line-height: 1.5em;
}

#projectlist dd a{
	color: #1b3d75;
	text-decoration: none;
}

#projectlist dd a:hover,
#projectlist dd a.selected{
	color: #ef4136;
}

#details a{
	font-family: Arial, sans-serif;
	color: #051839;
	font-size: 12px;
	text-decoration: underline;
}

#details a:hover,
#details selected a{
	color: #fff;
}

#details li a{
	margin: 0;
	line-height: 1em;
}

#filler a{
	color: #1b3d75;
	text-decoration: underline;
}

#filler a:hover{
	color: #ef4136;
	text-decoration: none;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

#details img,
#linksnav img{
	border: solid 1px #868787;
}

#nonproject{
	margin-top: 10px;
}

img.right{
	margin-right: 10px;
}

img.left{
	float: left;
	margin-left: 10px;
}

#footer #center img{
	margin-bottom: 1em;
}



/* Tables
----------------------------------------------- */
.login{
	color: #1b3d75;
	font-size: 12px;
	margin-left: 13px;
}

.error{
	color: #f00;
}

.login .textfield{
	background-color: #ccc;
	color: #000;
	padding: 2px;
}