@charset "utf-8";
/* CSS Document */

* 
{
	margin:0;
	padding:0;
}

body
{
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#333333;
	color:#101010;
}

h1
{
	margin:0 0 20px 0;
	font: 24px Georgia, "Times New Roman", Times, serif;	
	color:#9a1e20;
}

h2
{
	margin:0 0 10px 0;
	font: 18px Georgia, "Times New Roman", Times, serif;	
	color:#9a1e20;
}

h3
{
	margin:10px 0 10px 0;
	font: 14px Georgia, "Times New Roman", Times, serif;	
	color:#9a1e20;
}

a
{
	color:#9a1e20;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#wrapper
{
	margin:0 auto;
	padding:0;
	width:988px;
	height:100%;
	background:#ffffff;
}

#content
{
	margin:0 auto;
	width:911px;
	height:100%;
}

#content .header
{
	margin:20px 0 0 0;
	padding:20px 0 20px 0;
	width:911px;
	height:25px;
	clear:both;
}

#content .header .logo
{
	float:left;	
}

#projects 
{
	margin:0;
	padding:25px 0 20px 0;
	width:911px;
	height:350px;
	border-top:1px solid #f3f3f4;
	clear:both;
}

#projects ul#cycle
{
	margin:0 0 20px 0;	
}

#projects .project_feature
{
	width:911px;
	height:350px;
}

#projects .project_feature img
{
	padding:0 20px 0 0;
	float:left;	
}

#projects #pager_nav
{
	padding:10px 0 10px 0;
	width:911px;	
	height:25px;
	text-align:right;
	font-size:11px;
	display:block;
	clear:both;
}

#projects #pager_nav a
{
	padding:0 10px 0 0;	
	color:#101010;
	text-decoration:none;
}

#projects #pager_nav a:hover
{
	text-decoration:underline;
}

#projects #pager_nav a.activeSlide
{
	padding:0 10px 0 0;	
	color:#9a1e20;
	text-decoration:underline;
}

#information
{
	margin:50px 0 50px 0;
	padding:20px 0 0 0;
	width:911px;
	height:150px;
	border-top:1px solid #f3f3f4;
	display:block;
	clear:both;
}

#information .first_left_info, 
#information .left_info
{
	padding:20px 0 0 0;
	width:300px;
	height:200px;
	float:left;
}

#information .first_left_info , 
#information .left_info p
{
	line-height:18px;	
}

#project-list
{
	margin:0;
	padding:25px 0 20px 0;
	width:911px;
	height:600px;
	border-top:1px solid #f3f3f4;
	clear:both;
}

#project-list .column
{
	padding:20px 0 0 0;
	width:425px;
	height:1000px;
	line-height:24px;
	float:left;
}

#footer
{
	margin:100px 0 20px 0;
	padding:20px 0 24px 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top:1px solid #f3f3f4;	
	clear:both;
}
