body
{
	font-family: helvetica;
		color:#26609E;
	
}
#layoutA
			{
				width:962px;
				margin:auto;
			}
			#layoutA #header
			{
				position:relative;
				height:129px;
			}
			
			#layoutA #header .left
			{ 
				width: 676px;
				height: 129px;
				background:url('/media/images/header.png');
				display:block;
				position:absolute;
				top: 0;
				left: 0;
				margin-left:5px;
			}
			
			#layoutA #header .right
			{
				display:block;
				position:absolute;
				top:0;
				right:0;
				height:129px;
				width:240px;
				background:url('/media/images/meet_our_team.png') no-repeat;
				margin-right:5px;
				margin-left:730px;
			}
			
			#layoutA .clear
			{
				clear:auto;
				display:block;
			}
			
			#layoutA #content
			{
				width:962px;
				margin-left:0px;
				display:block;
			}
			
			#layoutA #footer
			{
				background:url('/media/images/gradient_bar_bottom.png') no-repeat;
				height:51px;
				text-align:right;
				color:white;
				font-family:helvetica;
				padding:15px;
			}
			
			#layoutA #footer a
			{
				color:white;
			}
			
			#content *
			{
				z-index:1;
			}
			#layoutA #nav
			{
				background:url('/media/images/gradient_bar_top.png') no-repeat;
				width:962px;
				height:50px;
				padding:0px;
				font-family:helvetica;
				margin:0px;
				z-index:1000;
			}
			#nav *{
				z-index:1000;
			}
			#nav>ul>li{
				margin-top:10px;
			}
			#nav, #nav ul {
	list-style: none;
	line-height: 1;
	padding: 0;
	margin:0;
	border-width: 1px 0;
}

#navWrapper
	{
		margin-left:5px;
	}
	
#nav
	{
		width:955px;
	}
	#nav ul ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}
#nav ul ul {
	background:#35395f;
	width:100%;
}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav li {
	float: left;
	padding: 0;
	height:25px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.5em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #888;
	color:#000;
}
#nav li:hover li:hover, 
	#nav li.sfhover li.sfhover 
	{
	background: #888;
	color:#000;
}