@charset "utf-8";
/* CSS Document */

#logo {
    float:left;
	margin-top: 0.5ex;
}

#logo a, #logo a:hover, #logo a:focus
{
	text-decoration:none;
	background-color:none!important;
}

#logo img
{
	float:left;
}

#menu {
	width: 380px;
	height: 73px;
	margin-top:50px;
	margin-right:30px;
    float:right;
	top: 52px;
	z-index: 100;
}

.mission{
 	//background-image: url("/images/mission.png");
    //background-repeat: no-repeat;
    height: 20px;
	float:right;
    margin-top: 20px;
	margin-right: 25px;
    width: 390px;
	color:#FFF;
	font-style:italic;
	font-size:15px;
	text-align:right;
	font-weight:bold;
	padding-right:15px;
}