/*--------------------------------------------------------------------------------------------
	Projects page styles
  --------------------------------------------------------------------------------------------*/
div#teaserContentTop {
	background-image:none;
	height:20px;
}

div#contentContainer {
	background:none;
}

div#content {
	width:100%;
}
div#sidebarContainer {
	display:none;
}


div.categoryGroupWrapper {
	clear:both;
	background:transparent url(../images/bg_hline.gif) left  42px no-repeat;
	width:100%;
	overflow:hidden;
}

div.categoryGroup {
	padding-top:20px;
	float:left;
	width:245px;
	background:url(../images/bg_vline.gif) no-repeat 20px 30px;
}
div#content div.categoryGroup h3 {
	background:none;
	margin:0;
	padding:0 0 0 30px;
	width:auto;
}




div.categoryGroup ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	background:url(../images/bg_vline_bot.gif) no-repeat 20px bottom;	
}
div.categoryGroup li {
}

div.categoryGroup a {
	display:block;
	zoom:1;
	line-height:20px;
	font-size:1.1em;
	color:#78706D;
	text-decoration:none;
	padding:0 0 0 30px;
}
div.categoryGroup a:hover {
	color:#FFFFFF;
}










div#categorySidebar div.sidebarFooter {
	margin-left:-1px;
	background:url(../images/bg_vline_bot.gif) no-repeat 20px bottom;	
}
div#content div.sidebarFooter {
	margin-left:0;
	background:url(../images/bg_vline_bot.gif) no-repeat left bottom;	
}

div#content h3 {
	background:url(../images/bg_hline.gif) bottom right no-repeat;
}
div#sidebarContainer h3 {
	padding-left:40px;
	background:url(../images/bg_hline.gif) bottom left no-repeat;
}


div#teaserContent {
	background:url(../images/bg_projects_mid.gif) repeat-y;
}

