body
{
	margin: 0px;
	padding: 0px;
	background: #3c3b27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#mainDiv
{
	background: url(images/mainBg.jpg) top left repeat-y;
	margin: auto;
	margin-top: 20px;
	width: 994px;
}

#headerDiv
{
	background: url(images/headerBg.jpg) top left no-repeat;
	height: 130px;
}

#logo
{
	background: url(images/logo.jpg) top left no-repeat;
	width: 308px;
	height: 89px;
	float: left;
	margin: 30px 0px 0px 20px;
}

#logo span
{
	display: none;
}

#menuList
{
	margin: 90px 20px 0px 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

#menuList li
{
	float: left;
	margin: 0px 10px;
	padding: 0px 20px 0px 0px;
	border-right: 1px solid #ce530e;		
}

#menuList li:last-child
{
	border-right: 0px;
}

#menuList a
{
	display: block;
	text-decoration: none;
	background-position: top left;
	background-repeat: no-repeat;
}

#menuList a:hover, #menuList a.active
{
	background-position: bottom left;
}

#menuList #featured
{
	background-image: url(images/featuredBtn.jpg);	
	width: 126px;
	height: 32px;	
}

#menuList #about
{
	background-image: url(images/aboutBtn.jpg);	
	width: 63px;
	height: 32px;	
}

#menuList #contact
{
	background-image: url(images/contactBtn.jpg);	
	width: 71px;
	height: 32px;	
}

#menuList span
{
	display: none;
}

#bannerDiv
{
	background: #b0c05d;
	width: 976px;
	height: 165px;
	margin: auto;
	padding: 1px;
}

.topBar
{
	border-top: 5px solid #b0c05d;
	padding-top: 10px;
}

#twitterDiv
{
	background: url(images/twitterBg.jpg) top left no-repeat;
	float: right;
	margin: 10px;
	width: 348px;
	height: 141px;
}

#twitterDiv ul
{
	margin: 20px 0px 0px 80px;
	padding: 0px;
	list-style: none;
	text-align: left;	
	width: 260px;
}

#twitterDiv li
{
	margin: 0px;
	padding: 0px;
}

#bannerDiv .intro
{
	text-align: left;
	margin: 20px;
	line-height: 20px;
	width: 570px;
}

#contentDiv
{
	margin: 10px 20px;
}

#featuredList
{
	margin: 0px 0px 0px 13px;
	padding: 0px;
	list-style: none;
}

#featuredList li
{
	float: left;
	background: url(images/projectBg.jpg) top left no-repeat;
	width: 299px;
	height: 191px;
	margin: 0px 5px;
	padding: 0px;
	text-align: left;
}

#featuredList .thumb
{
	border: 1px solid #cccccc;
	margin: 6px 6px 3px 6px;	
}

#featuredList p
{
	margin: 0px 0px 0px 6px;
	padding: 0px;
	width: 275px;	
}

#footerDiv
{	
	background: #ce530e url(images/footerBg.jpg) bottom left no-repeat;	
	width: 994px;
	margin-top: 20px;
	padding: 1px;
	height: 80px;
	font-size: 11px;
}

#footerLeft
{
	float: left;
	text-align: left;
	margin: 5px 0px 0px 20px;
}

#footerRight
{
	float: right;
	text-align: right;
	margin: 5px 20px 0px 0px;
}

#footerDiv a
{
	color: #000000;
}

#contactLeft
{
	float: left;
	width: 600px;
	text-align: left;
	margin-left: 20px;
}

#contactRight
{
	float: right;
	width: 200px;
	text-align: left;
	margin-right: 20px;
}

.spacer
{
	clear: both;
}

a
{
	color: #ce530e;
}

.leftAlign
{
	text-align: left;
	line-height: 20px;
}

.leftAlign img
{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 2px solid #ce530e;
}

#bannerDiv a
{
	text-decoration: none;
	font-weight: bold;
}