@charset "UTF-8";
/* CSS Document */
body{
font-family:Helvetica, Arial, sans-serif;	
}

.general_wrapper{
width:990px;
margin:auto;	
}

#top_navbar{
height:auto;
overflow:auto;	
}

#top_navbar a{
float:left;	
}

#login{
float:right;
margin-top:25px;
width:500px;	
}

#login form{
margin-bottom:0em;	
}

#login input{
width:150px;
height:25px;
margin-right:7px;
float:left;	
}

#login button{
padding:8px 10px;
background-color:#4275b9;
border-radius:5px;	
border:none;
color:white;
float:left;
}

#menu_navbar{
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
height:54px;	
}

#menu_navbar ul{
list-style-type:none;
margin-left:200px;	
}

#menu_navbar ul li{
float:left;
padding:0px 15px 0 15px;	
margin-top:15px;
}

#menu_navbar ul li a{
color:white;
text-decoration:none;
font-size:14px;
text-align:center;		
}

#banner{
margin-top:-10px;	
}

#menuee{
width:230px;
height:auto;
float:left;
text-align:right;		
}

#menuee ul{
list-style-type:none;
text-align:right;	
}

#menuee ul li{
border-bottom:1px dashed #00a1e5;
margin-left:-40px;
padding:8px 0;	 	
}

#menuee ul li a{
text-decoration:none;
color:#00a1e5;	
}

#menuee ul li a:after{
content: url(../images/bullet.png);
margin-left:5px;	
}

#content_wrapper{
float:right;
width:730px;
overflow:auto;	
}

#content_wrapper h2, #content_wrapper h4{
color:#00a1e5;		
}


#content_wrapper p, #content_wrapper ul li{
font-size:14px;
text-align:justify;	
}

#footer{
width:inherit;
float:left;
margin:15px auto 0 auto;
background-color:#dfdfdf;
overflow:auto;	
padding:15px 40px;
box-sizing:border-box;
}

.contact{
width:250px;
font-size:13px;
float:left;
color:#6D6D6D;	
}

.first_logo{
width:150px;
height:81px;
float:left;
margin-left:30px;
background-image:url(../images/logo_1.png);	
}

.first_logo:hover{
background-image:url(../images/logo_1_hover.png);		
}

.sec_logo{
width:206px;
height:100px;
float:left;
margin-left:30px;
background-image:url(../images/logo_2.png);		
}

.sec_logo:hover{
background-image:url(../images/logo_2_hover.png);		
}

.thr_logo{
width:200px;
height:67px;
float:left;
margin-left:30px;
background-image:url(../images/logo_3.png);		
}

.thr_logo:hover{
background-image:url(../images/logo_3_hover.png);		
}

