#logo 
{ 
	float: left; 
	padding: 15px 10px 5px 30px; 
}
	
#menu
{ 
	width: 900px;
	height: 42px;
}	

#menu_left 
{ 
	float: left;  
	margin: 0 0 6px 0; 
	padding: 0 0 1px 0;
	list-style: none;
	border-bottom: 2px solid #e2e2e2; 
}

#menu_left li a 
{ 
	display: block; 
	color: #3F5B7F; 
	background: #C2CEDE url(/images/arrow.gif) no-repeat center left; 
	width: 204px; 
	padding: 7px 23px 7px 23px; 
	margin: 0 0 1px 0; 
	font-weight: bold; 
	text-decoration: none; 
}	

#menu_left li a:hover 
{ 
	background: #9EB1C9 url(/images/arrow.gif) no-repeat center left; 
	color: #fff;  
}


#intro_left 
{
	clear: left;
	float: left;
	width: 250px;
	height:99px;
	text-align: center;
	background: #8D9CAF url(/images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 1px 0;
}

#intro_left a 
{ 
	color: #fff; 
	background: inherit; 
}

#intro_left p 
{ 
	padding: 7px 15px; 
	margin: 0; 
}

#intro_right 
{
	float: right;
	width: 340px;
	padding: 15px 280px 10px 20px;
	background: #BCCEDA url(/images/intro.jpg) no-repeat;
	color: #547592;
	margin: -10px 0 6px 0;
	height: 173px;
	border: 2px solid #e2e2e2;
}

* html #intro_right 
{
	height: 174px;
	padding: 25px 280px 0px 20px;
	margin-top: 0px;	
}

*+html #intro_right {
	padding: 25px 280px 0px 20px;
	margin-top: 0px;	
	height: 174px;		
}

#intro_right h1 
{ 
	margin: 0 0 20px 0; 
}

#intro_right .white 
{ 
	color: #FFF; 
	background-color:transparent; 
}

#slogan 
{
	top: 5px;
	position: relative;
}

#bread 
{
	top: 10px;
	position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#intro_right 
	{
		height: 170px;
		margin-top: -10px;
	}
	
}
