﻿.projectsBanner
{
    overflow:hidden;
}

.childMainArea
{
    margin-top:10px;
}

.fixedLeft
{
    float:left;    
    
    width:250px;    
    margin-right:15px;    
}

.fillRight
{        
    padding-left:265px;
}

.fillRight .cyclingBanner
{
    height:170px;
    width:600px;
    /*overflow:hidden;*/
}

.leftside_menu {
	background: url(/images/projects/leftside_bg.png) repeat-y;
	width: 220px;
	padding: 5px 15px 15px 15px;
}

.leftside_menu p {
	font-size: 11px;
	color: #999999;
	line-height: 1.8em;
}

.leftside_menu a {
	color: #999999;
	text-decoration: none;
}

.leftside_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.leftside_menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.leftside_menu a:visited {
	text-decoration: none;
}
.leftside_menu .current 
{
    color: #FFFFFF;
    
}
.navigation_title {
	background: url(/images/projects/leftside_navtitle.png) no-repeat;
	width: 250px;
	height: 50px;
}