#messaging.our-company{
	background-image:url('../images/section-header-1.jpg') no-repeat;
	background-position:0 17px;
	height:251px;
	}
	
#special-container{
	background:#FFF;
	border-right:0;
	right:0;
	}	
	
#special-container div{
	background:#FFF;
	}	
	
#special-container ul{
	background:#FFF;
	margin:0;
	padding:0;
	}	
	
#special-container ul li{
	background:#E9ECF0 url('../images/small_arrow.gif') no-repeat 9px 8px;
	color:#000;
	font-size:9px;
	margin-bottom:5px;
	padding:5px 10px 5px 20px;

	}	
	
#content-container{
	position: relative;
	padding:30px 10px 10px 10px;
	width: auto;
	top:10px;
	}	
	
#subnav{
	width:400px;
	list-style:none;
	height: 50px;
	background:#D39C3B;
	padding:10px 0;
	top:100px;
	}	

.subnav{
	background:#D39C3B;
	height: auto;
	top:-18px;
	left:1px;
	position:absolute;
	}

#subnav li{
	float:left;
	width:170px;
	top:-18px;
	}
	
#subnav li a{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:3px 0 3px 37px;
	display:block;
	text-decoration:none;
	}	
	
#subnav li a:hover,#subnav li.selected a{
	background:#BB7C2C url('../images/subnav_arrow.gif')  no-repeat 18px 6px;
	}	