@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
html{
	width:100%;
	height:100%;
}
body {
	background:#000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-size-adjust: none;
	font-stretch: normal;
	color: #333;
	padding:0px;
	margin:0px;
}
div#mainContent{
	position:absolute;
	width:350px;
	left:35px;
	top:105px;
	background-color:#fff;
	padding:15px 25px 15px 15px;
	margin-bottom:75px;
}
div#mainContent p{
	line-height:1.44em;
	padding-bottom:15px;
}
div#recentContent{
	position:absolute;
	left:460px;
	top:105px;
	background-color:#fff;
	padding:15px 25px 15px 15px;
}
.recentProjectWrapper{
	width:300px;
	border:1px solid #eee;
	margin-bottom:15px;
	cursor:pointer;
}
.recentprojectTitle{
	font-size:12px;
	font-weight:bold;
	color:#000;
	height:16px;
}
.recentprojectCTA{
	font-size:11px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:oblique;
	font-weight:normal;
	color:#000;
	padding-bottom:10px;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:oblique;
	font-weight:normal;
	color:#000;
	margin:0;
	padding-bottom:5px;
}
img#bgImg {
	height:100%;
	width:100%;
	z-index:-1;
	position:absolute;
	color:white;
}
a:link, a:active, a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#000;
	background-color:#eee;
}

h1 {
	display:none;
}
div#topBox {
	width:100%;
	height:50px;
	position:fixed;
	top:5px;
	left:0px;
	background:#fff;
}
#logoBox {
	width:337px;
	height:47px;
	background-image:url(../img/logo.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	border:none;
	margin-left:50px;
	margin-top:3px;
	float:left;
}
div#bottomBox {
	height:20px;
	width:100%;
	position:fixed;
	bottom:5px;
	left:0px;
	background-color:#fff;
	border-top:1px solid #eee;
}
div#bottomBox .boxElement {
	margin-left:50px;
	float:left;
	font-size:12px;
	color:#000;
	padding-top:1px;
}
div#bottomBox .boxElement a:link, div#bottomBox .boxElement a:link, div#bottomBox .boxElement a:active {
	color:#000;
	text-decoration:none;
}
div#bottomBox .boxElement a:hover {
	color:#000;
}
.standard {
	width: 40%;
	padding:5px;
	margin-left: 50px;
	clear:both;
	background:#fff;
}
address {
	margin-left: 50px;
	margin-top:25px;
	padding:5px;
	width: 20%;
	background:#000;
	color:#fff;
}
/*NAV*/
ul#menu {
	position:relative;
	height:50px;
	float:left;
	color:#000;
	padding:0;
	margin:0px 0px 0px 50px;
}
ul#menu li {
	list-style-type:none;
	display:block;
	float:left;
	font-size:12px;
	padding:16px 2em;
}
ul#menu li a:link, ul#menu li a:visited {
	color:#000;
	text-decoration:none;
	padding:16px 2em;
	background-color:#fff;
}
ul#menu li a:hover{
	background-color:#eee;
}
ul#menu li a.current {
	text-decoration:underline;
}
ul#twitter_update_list {
	padding:0;
	padding-left:25px;
	margin:0;
	display:inline;
	background-image:url(../img/twitter.png);
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type:none;
	float:left;
}
