/* CSS Document */

/* begin main navigation */
#mainNav {
	top: 0px;
	left: 0px;
	list-style: none;
	height: 30px;
	overflow: hidden;
	width: 961px;
	background:none;
}
	
#mainNav li {
	display: inline;
	list-style-type: none;
}

#mainNav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:42px; /* for IE5/Win */
	width: 240px;
}


	
#mainNav a:hover {
	background-position: 0 -30px;
}

#mainNav a:active, #mainNav a.selected {
	background-position: 0 -60px;
}
#privateclients a  {
	background: url(../buttons/btn-privateClients.gif) top left no-repeat;
}
#corporateservices a  {
	background: url(../buttons/btn-corporateServices.gif) top left no-repeat;
}
#capitalmarkets a  {
	background: url(../buttons/btn-capitalMarkets.gif) top left no-repeat;
}
#fundservices a  {
	background: url(../buttons/btn-fundService.gif) top left no-repeat;
	width:240px;
}
#mainNav .highlight a{
	background-position: 0 -60px;
}

/* end main navigation */

/* begin logo link */
#header #logo a {
	display: block;
	text-decoration: none;
}
#header #logo a span {
	visibility:hidden;
}
/* end logo link */





/* begin top navigation */

#header .navLevel1{
	float:right;
	list-style: none;
	display:block;
	font-size:12px;
	margin:6px 8px 0 0;
	text-transform: uppercase;
}


#header .navLevel1 li {	
	display:inline;

	
}
#header .navLevel1 li a{

	color:#FFFFFF;
	margin: 0 0 0 0px;
	padding:0 8px 0 8px;

text-decoration:none;

}
#header .navLevel1 li a:hover{
	text-decoration:underline;
}



/* end top navigation */

.offices { 
	list-style-type: none; 


}
.offices a {
	height:18px;
}
.offices ul { 
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block; 
	width: 208px; 
}
.offices li { 
	background: #c5c7cc;
	cursor: pointer; 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	display: block; 
	width: 208px;

}
.offices li.active>a { 
	background: url("/atc/main/images/navigation/leftOpen.gif") no-repeat center right;
	background-color:#626569;
color:white; 
}
.offices div p{
padding-bottom:6px;

}
.offices li div { 
padding:0px 12px 12px 0px;
	
	background: white; 
	display: block; 

	width: 196px;
overflow:hidden;
}

.offices li div a{
color:#217B74;
text-decoration:underline;
display:inline;
background: none;

}
.offices li div{
border-bottom:1px solid #c5c7cc;

}


.offices li div a:hover{
color:black;
text-decoration:none;
background: none;
}
.offices li a:hover{
	background-color:#626569;
	color:#FFFFFF;
}
.offices li.active>a:hover{
	background-color:#626569;
	color:#FFFFFF;
}
.offices a { 
	text-decoration: none; 
	border-bottom: 1px solid white; 
	padding: 0;
	display: block; 
	cursor: pointer; 
	 background: url('/atc/main/images/navigation/leftSub.gif') no-repeat center right;
	color:#626569;
	font-weight:normal;
	padding:3px 0 3px 6px;
}
.offices div a{
	padding-left:0;

}
.offices p{
	margin:0;
}

.offices strong{
	float:left;
	width: 10%;
}
.offices #sectionTitle{
	color:white;
	padding:6px 6px;
	height:16px;
	background:#217b74;
	text-align:left;
	margin:16px 0 1px 0;
	font-weight:bold;
	font-size:12px;
}

#accountMenu {
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom: 1px solid #c5c7cc;
}
.content #accountMenu ul{
	list-style-image: none;
	margin: 0;
	list-style:none;
	vertical-align: bottom;
}
.content #accountMenu ul li{
	list-style: none;
	margin-right: 2px;
	float: left;
}
.content #accountMenu ul li a{
	display: block;
	padding: 3px 3px 0 3px;
	background: #f2f4f4;
	text-decoration: none;
}
.content #accountMenu ul li a.active{
	font-weight: bold;
	background: #c5c7cc;
}


.navLevel1 .highlight{
	font-weight: bold;


}



