@charset "UTF-8";
/* CSS Document */
/* Sub Nav */		  
#sub_nav{
	position: absolute;
	top:325px;
	left:-50px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-align:right;
	line-height:23px;
	
		  }

#sub_nav ul{
margin-top:0px;
	margin-bottom:0px;
	position: relative;
		left:16px;
		top:-8px;
list-style-type: none;

		  }

#sub_nav li{

	display: block;
	padding-right: 15px;	

		  }
#sub_nav li a{
	color: #666666;
	text-decoration: none;

		  }
		  
#sub_nav li a:hover{
	color: #333333;
	/* text-decoration: underline; */
	

		  }
.sub_nav_active{
	color:#333333;

}


/* Sub Sub Nav */		  
#subsub_nav{
	/*position:relative;
	left:0px;*/
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-align:left;
	line-height:23px;
	height:auto !important;

		float:left;


		z-index:2;

		  }

#subsub_nav ul{
margin-top:0px;
	margin-bottom:0px;
	position: relative;
		left:-40px;
		top:-6px;
list-style-type: none;

		  }

#subsub_nav li{

	display: block;
	padding-right: 15px;	

		  }
#subsub_nav li a{
	color: #666666;
	text-decoration: none;

		  }
		  
#subsub_nav li a:hover{
	color: #333333;
	/* text-decoration: underline; */
	

		  }
.subsub_nav_active{
	color:#333333;

}

#group_title{
	position:absolute;
	left:0px;
	top:90px;
	width:270px;
	height:100px;
	background-color:#FFFFFF;
	z-index:200;
	opacity: .7;
	filter: alpha(opacity=70);
}

#group_title h1{
	position: absolute;
	left:45px;
	top:70px;
	font-family:  "DLType", Arial, sans-serif;
	font-stretch: wider;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
}

#group_title h1.fix{
	top:60px;
}

h1.csc-firstHeader
{
	visibility: hidden;
}
