@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	color:#FFF;
}
h1 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size:16px;
	margin-top:0px;
	margin-bottom:30px;
	color:#FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align:center;
	background-color:#2b4c5a;
}
p {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
}
a { color:#FC3; }
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
#footer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	border-top:1px solid #FFF;
	text-align:left;
	color:#FFF;
	font-size:11px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
	color:#FFF;
}

#nav a {
	display:block;
	float:left;
	padding-top:7px;
	padding-left:20px;
	background-image:url(i/nav-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:20px;
	margin-right:15px;
	font-weight:bold;
	color:#036;
}
#nav {
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
}
#nav a:hover {
	background-image:url(i/nav-bg-hover.png);
}
#nav a:visited {
	color:#036;
}
#content {
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#projectnav a {
	display:block;
	width:378px;
	height:88px;
	border:1px solid #FFF;
	padding-top:70px;
	background-image:url(i/bg-black-80.png);
	text-align:center;
}
	
#projectnav a:link {
	color:#FFF;
	text-shadow:#333;
}
#projectnav a:hover {
	text-shadow:#333;
	background-image:none;
}
#projectnav a:visited {
	color:#FFF;
}
.projectnavimgL {
	width:380px;
	height:160px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.projectnavimgR {
	width:380px;
	height:160px;
	margin-bottom:20px;
	float:right;
}
#featured {
	width:780px;
	height:360px;
}
#projectimages {
	width:538px;
	height:358px;
	border:1px solid #FFF;
	float:left;
	margin-right:20px;
}
#projecttext {
	width:220px;
	float:right;
}
.featuredImageCaption {
	position:absolute;
	display:block;
	padding:20px;
	margin-left:20px;
	border-left:1px solid #FFF;
	background:url(i/bg-black-30.png);
	bottom: 0px;
	width: auto;
	color:#FFF;
}
