.page_content { 
	background-color: #fff;
}

/*************Projects*************************/
ul, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.projects_container {
	position: relative;
	min-height: 514px;
	height: auto !important;
	height: 514px;
}

.projects_content_container {
	position: relative; 
	top: -50px; 
	background:url(/layout/images/projects-content_bg.png) no-repeat; 
	_background:url(/layout/images/projects-content_bg.gif) no-repeat;
	width: 496px; 
	min-height: 175px;
	height: auto !important;
	height: 175px;
	padding-bottom: 50px;
}

.projects_content {
	position: relative; 
	top: 45px;
	left: 25px; 
	width: 435px;
	text-align: justify;
}

.projects_projectlist {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #40413c;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 202px;
	text-align: center;
}

.projects_projectlist-content {
	color: #fff;
	padding-top: 25px;
}

.projects_projectlist-content h2 { 
	color: #FFFFFF; 
	font-weight: lighter; 
	margin-left: 45px; 
	text-align: left; 
} 

.projects_projectlist-content ul li {
	padding: 5px 0px 5px 0px;
	list-style-type: none;
}

.projects_category_instance {
	position: absolute;
	top: 300px;
	left: 0px;
}
/* FIRST LEVEL */
.projects_category_list li {
	border-bottom: 2px solid #420000;
	width: 177px;
	margin-left: 10px;
}

.projects_category_list li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 0px 7px 31px;
	background: url(/layout/images/nav-projects_bg.png) no-repeat;  
	_background: url(/layout/images/nav-projects_bg.gif) no-repeat;
	margin-left: -10px;
} 

.projects_category_list li a:hover, .projects_category_list li a:active {
	color: #fff;
    background: url(/layout/images/nav-projects_hover.png) no-repeat;  
	_background: url(/layout/images/nav-projects_hover.gif) no-repeat;
    width: 170px; 
}

/* SECOND LEVEL */
ul li.projects-nav-first, ul li.projects-nav-first-active, ul li.projects-nav-last-active, ul li.projects-nav-last {
	display: none;
}

li.page { 
	margin-right: 5px; 
} 

.projects-nav-back, .projects-nav-next {
	display: none !important;
}



li.projects-nav-current {
	text-decoration: underline !important;
        margin: 0em .2em 0em .2em;
}

.projects-nav {
	padding-bottom: 10px;
}

.projects-nav ul { 
	list-style-type: none; 
	text-align: left; 
	margin-left: 45px; 
} 

.projects-nav li  {
	display: inline;
	color: #fff;
	border-bottom: 0px solid #420000;
} 

.projects-nav li a {
	color: #fff;
	display: inline;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0em .2em 0em .2em;
	background: url(/layout/images/blank.gif) no-repeat;
	margin-left: 0px; /* FIX FOR IE*/
} 

.projects-nav li a:hover, .projects-nav li a:active {
	color: #fff;
   background: url(/layout/images/blank.gif) no-repeat;  
}

/***FOOTER*****/
.footer {
	margin-top: 1px;
}

