body {
    background:#0071BB;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#0071BB;
	font-size:13px;
	color: #0071BB;
}
a {
    color: #1982D1;
    text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3{
	color: #0071BB	
}
h1{
	clear: both;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-size:23px;
}
p{
	margin-bottom: 1.625em;
}
strong{
	font-weight:bold;
}

.cms_half {
    width: 48%;
}
.cms_third {
    width: 30%;
}
.cms_twothird {
    width: 64%;
}
.cms_quater {
    width: 22%;
}
.cms_half, .cms_third, .cms_twothird, .cms_quater, .cms_colom_left, .cms_colom_right, .cms_colom_main {
	margin-bottom: 20px;
	float: left;
	margin-right: 4%;
	position: relative;
}
.cms_last {
    margin-right: 0px !important;
    clear: right;
}
.cms_colom_left, .cms_colom_right  {
	width: 250px;
} 
.cms_colom_left  {
	border-right: 1px solid #D7D7D7; 
} 
.cms_colom_main  {
	width: 600px;
}
.clear {
	clear:both;
}
.header{
	
}
.header_center{

}
.logo{
	padding-top:30px;
	padding:20px;	
	width:428px;
}
.item_right{
	float:right;
	padding-top:50px;	
}
.site{
	width:1000px;
	background-color:#FFF;
	vertical-align:bottom;
	margin: 0 auto;
	color:#54656C;
}
.site2{
	
	margin-left:20px;
	margin-right:20px;
}
.content{
	
	padding:10px;
	
}
.menu_background{
	background-color:#0071BB;
	border-left: 1px solid #2686C5;
}
.menu {
	font-size: 11px;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	height:10px;
	
	
	background-color:#0071BB;
	
}
.menu ul{
	list-style:none;
	background: #0071BB none repeat scroll 0% 0%;
	padding: 0;
	margin:0;
}
.menu li {
	float: left;
	height:60px;
	border-right:1px solid #2686C5;
}
.menu li:first-child {
	/*border-left:1px solid #2686C5;*/
}
.menu li a {
	color: #EEE;
	display:block;
	line-height: 2.8em;
	padding: 12px 3em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;

}
.menu li:hover > a, .menu .active > a {

}

.menu li:hover, .menu .active {
	background-color:#0065A8;
}
			
.menu ul ul {
	display:none;
	z-index: 9999;
	position: absolute;
	

	background-color:#0071BB;
	
	
	

	
}
.menu ul ul li {
	display:block;
	clear:both;
	width: auto;
	border:0px;
}
.menu ul li:hover > ul{display:block;}




.footer {
	color:#CCC;
	background-color:#004F83;
	height:160px;
	padding-left: 60px;
	padding-right: 20px;
	
	
	font-size: 11px;
}
.footer h2{
	color:#FFF;	
}

.footer_line{
	border-left:1px solid #455268;
	height:160px;	
}
.footer div div{
	margin-right:40px;
	float:left;
}
.footer a{
	color:#CCC;	
	
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
label{
	width:110px;
	display:inline-block;	
}
textarea{
	width:300px;	
}
input{
	width:300px;	
}
.slogan{
	font-weight:bold;
	font-size:32px;	
	font-style:italic;
	text-align:center;
	padding:7px;
	padding-bottom:0px;
}