
@import url(base/orange.css);

/*
 set main menu to on*/
#nav li.mm6 a {
  background: url(../images/orangeButtonBack_O.gif)  bottom repeat-x;
}
/* 
fix some sub menu stuff*/
#nav li.mm6 ul li a {
  background: #fff;
}
#nav li.mm6 ul li a:hover {
  background: #cc582a;
}
/* 
turn on sub menu */
#nav li.mm6 ul {
left: 0px;
	width:670px;
}

/* 
set sub menu to on*/
#nav li ul li.mm6g a {
background:#cc582a;
color:#fff;
padding:2px 5px;
}
#text {
margin:0 0 100px 0;
}

/*
 bottom image thng */
#copyright div#graphic {
	/*background: url(../images/aboutGraphic.gif) no-repeat;
	width:349px;
	height:401px;
	position:absolute;
	top:-357px;
	right:50px;*/
}
/* 
headline palcement and image */
#content h1 {
	clear:both;
	display:block;
	margin:170px 0 30px 0;
	width:503px;
	height:69px;
	background:url(../images/t-partnerships.gif) no-repeat;
}
#text img{
border:none;
display:block;
float:left;
margin:0 60px 20px 0;
}
	
	#content
{
/*height:400px;*/
}
.theClear
{
clear:both;
}
