body{
	background: #000;
	color: #999;
}
#top{
	background: url(/media/images/bg.jpg) center bottom no-repeat;
	padding-bottom: 40px;
}
a{
	color:#8cc63f;
	text-decoration: none;
}
a:hover{
	color: #fff;
}
em{
	font-family: "Georgia","Times", sans-serif;
}
.grey{
	color: #666;
}
h1,h2,h3{
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	color: #fff;
}
#banner{
	background: #8cc63f url(/media/images/pattern_100.gif);
	color: #000;
	padding: 20px;
	border-top: 3px solid #fff;
}
#banner ul{
	margin-top: 20px;
	height: 10px;
	text-align: center;
}
#banner ul li.selected{
	background: #222;
}
#banner ul li{
	display: inline-block;
	background: #111;
}
#banner ul li a{
	padding: 4px 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	display: block;
	color: #fff;
}
#banner ul li a:hover{
	color: #999;
}
#banner ul li a.selected:hover{
	color: #999;
}
#banner p{
	font-size: 1.4em;
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	text-align: center;
	margin: 0px;
}
#banner a{
	color: #333;
}
#banner h1{
	text-align: center;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
}
.white{
	color: #fff;
}
.green{
	color: #8cc63f;
}
#nav_top{
	float: right;
	margin-top: 10px;
}
#nav_top li{
	float: left;
	margin-left: 20px;
}
#nav_top li a{
	color: #666;
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	font-size: 1.2em;
}
#nav_top li a.selected, #nav_top li a:hover{
	color: #fff;
}
#header{
	padding: 20px 0px;
}
.center{
	width: 785px;
	margin: 0px auto;
}
.project{
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
}
.project a{
	display: block;
	padding: 1px;
	border: 4px solid #333;
	height: 50px;
	width: 50px;
	overflow: hidden;
}
.fade{
	opacity:.20;
	filter: alpha(opacity=20); 
	-moz-opacity: 0.2;
}
.border_white a{
	border-color: #fff;
}
.project a:hover{
	border-color: #666;
}
#projects{
	height: 190px;
	overflow: hidden;
}
#filters{
	float: right;
	padding-right: 10px;
}
#filters li{
	display: block;
	float: left;
	margin-left: 10px;
}
#tabs{
	margin-top: -30px;
}
#tabs li{
	display: block;
	float: left;
	background: #000;
	width: 255px;
	margin-right: 5px;
	color: #666;
	line-height: 2em;
}
.inner{
	padding: 5px 25px;
	min-height: 20px;
}

#tabs li h2{
	font-family: "Georgia","Times", sans-serif;
	color: #8cc63f;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 20px;
}
#content_right ul, #content_left ul, .two_column ul{
	padding-left: 20px;
	list-style: disc;
	margin: 10px 0px;
}
#content_left ul.tabs{
	list-style: none;
}
#content_right{
	background: #222;
	float: right;
	width: 300px;
	color: #999;
}
#content_right h2,#content_right h3{
	color: #fff;
}
#content_left{
	width: 450px;
	padding-bottom: 20px;
}
h1,h3{
	color: #8cc63f;
}
#content_left h3{
	font-style: normal;
}
#content_left h2{
	color: #fff;
}
#footer{
	clear: both;
	background: #111 url(/media/images/pattern_136B.gif);
}
ul.footer{
/*	padding-top: 20px;*/
}
ul.footer li{
	float: left;
	margin-right: 20px;
}
#office{
	clear: both;
	background: #111 url(/media/images/pattern_136B.gif); 
	padding: 30px;
	margin-bottom: 20px;
}
#office .project{
	margin-right: 13px;
}
.grad{
	background: url(/media/images/bg2.jpg) no-repeat top center;
	min-height: 300px;
	padding-top: 30px;
}
.two_column{
	width: 45%;
	float: left;
	padding: 2%;
	padding-bottom: 20px;
}

#ui_login{
	margin: 40px auto;
	width: 400px;
}
#ui_login table{
	margin-top: 20px;
	width: 100%;
}
#ui_login td{
	padding: 10px;
}
#ui_login td.label{
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	font-size: 1.3em;
	width: 80px;
}
#ui_login input{
	background: #333;
	border: 1px solid #666;
	color: #fff;
	padding: 5px;
	width: 100%;
}
#ui_login input:focus{
	background: #fff;
	color: #333;
}
#ui_login input.submit{
	background: #8cc63f;
	color: #fff;
	width: 100px;
	font-family: "Georgia","Times", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	border: none;
}
#ui_login input.submit:hover{
	color: #000;
}
#ui_login .alert{
	background: #8cc63f;
	color: #fff;
	border: 1px solid #666;
	padding: 5px;
	margin-top: 20px;
}
#ui_login .alert strong{
	color: #000;
}
.tn{
	float: left;
	text-align: center;
	margin: 0 5px 15px 0;
	background: #222;
	padding: 5px;
	padding-bottom: 10px;
	color: #666;
}
.tn:hover{
	background: #333;
	color: #fff;
}
.tn img{
	margin-bottom: 10px;
}