body{
	background: #EAF6FF;
	font: 12px/1.5em Tahoma, Arial, Helvetica, 'sans serif';
	color: #034278;
}

a{
	text-decoration: none;
	color: #005BA8;
}

a:hover, #footer .active{
	color: #d00;
}

li{
	list-style: none;
}

p{
	padding: 0 0 5px 0;
}

#page-wrapper{
	position: relative;
	background: #fff url('i/site-bg.jpg') repeat-x;
}



#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#top{
	height: 350px;
	background: url('i/top.jpg') no-repeat;
}

#languages{
    position: absolute;
    right: 55px; 
    top: 2px;
    width: 100px;
}

#mission{
	position: absolute;
	top: 120px;
	width: 400px;
	text-align: right;
	right: 62px;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 11px;
}

#catchline{
	position: absolute;
	top: 285px;
	text-align: right;
	right: 62px;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 24px;
}


#content{
	padding: 0 60px 20px;
}

#footer-separator{
	height: 5px;
	background: #d00;
	line-height: 0.5em;
}

#footer{
	background: #eaf6ff;
	padding: 0 0 20px;
  font-size: 10px;
  line-height: 1.2em;
}

#footer-content{
	width: 880px;
	margin: 0 auto;
}

#footer li{
	font-size: 10px;
}

#cleft{
	float: left;
	width: 200px;
}

#cright{
	float: right;
	width: 640px;
	text-align: justify;
}

#menu{
	position: absolute;
	top: 60px;
	right: 60px;
	height: 42px;
}

#menu div{
	float: left;
	height: 42px;
}

#mleft{
	width: 10px;
	background: url('i/menu-left.png');
}

#mcenter{
	background: url('i/menu-bg.png');
}


#mright{
	width: 10px;
	background: url('i/menu-right.png');
}

#menu li{
	float: left;
	padding: 15px 15px 0 15px;
	line-height: 12px;
}

#footer .menu li{
	float: left;
	padding: 5px 15px 0 15px;
	background: none;
	line-height: 1em;
	
}

#footer td{
    padding: 5px;
}


#footer li{
  background: url('i/arrow1.gif') no-repeat left center;
  padding: 0 0 0 10px;
  line-height: 1.5em;
}

#menu a{
	color: #fff;
	
}

#cright li{
  background: url('i/arrow1.gif') no-repeat left center;
  padding: 0 0 0 15px;
  line-height: 1.5em;	
}

#menu a:hover, #menu .active{
	color: #a5d6ff;
}

#smenu a{
	display: block;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px dotted #005BA8;
	width: 150px; 
	color: #005BA8;
	font-size: 11px;
	background: url('i/arrow1.gif') no-repeat 5px center;
}

#smenu a:hover, #smenu .sactive{
	color: #d00;
	background: #F6FBFF url('i/arrow2.gif') no-repeat 5px center;
	
}

.clear{
	clear: both;
}

.right{
    text-align: right;
}

.center{
    text-align: center;
}

.tiny{
  font-size: 9px;
}

h1{
    font-size: 18px;
    padding: 0 0 10px;
}

.ff1, .ft1{
	border: 1px solid #005BA8;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.fb1{
	border: 1px solid #005BA8;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	background: #EAF6FF;
}

textarea{
	font: 12px/1.5em Tahoma, Arial, Helvetica, 'sans serif';
	height: 200px;
}

.w400{
	width: 400px;
}

.w600{
	width: 600px;
}

.error{
    background: url('i/error-bg.png');
    border: 1px solid #900;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    color: #FFF0A5;
    font-size: 12px;
    margin: 5px 0;
}

.ok{
    background: url('i/ok-bg.png');
    border: 1px solid #360;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    margin: 5px 0;
}

