/* CSS Document */





/* PARAGRAPH */
p { 
	font-size: 12px; 
	color: #353F49; 
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	background-color: inherit;
}

.p_header{
font:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#043764;
}


 #bio {
	float: left;
	width: 815px;
	margin:10px 0px 0px 5px;
	padding: 0px;
	background-color:#ffffff;
 }



/* LINKS */
a { 
	color: #0f444b; 
	background-color: inherit;
}

a:hover { 
	color: #000;
	background-color: inherit;
}



.wrapper{
   position: relative;
   float: left;
   left: 186px;
   width: 900px;
   background-color: #ffffff;
}


.login{
   position: relative;
   float: left;
   margin:0px 10px 0px 10px;
   width: 880px;
   height: 30px;
   background-color: #ffffff;
}



.header{
   position: relative;
   float: left;
   margin:0px 0px 10px 0px;
   width: 900px;
   height: 122px;
   background-image:url(../images/header_new.png);
   background-repeat:no-repeat;
}




/* HORIZONTAL MENU */

.nav{
   position: relative;
   float: left;
 
   width: 900px;
   height: 42px;
    background-image:url(../images/navbg2.png);
   background-repeat:no-repeat;
}


#hmenu {
	padding:12px 0 5px 40px;
	width:890px;
}

#hmenu a {
	color: #ffffff;
	margin:0px 0px 0px 0px;
	padding: 0 0px 0 9px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	
}

#hmenu a:hover {
	color: #cbcaca;	
	background-color: transparent;
	text-decoration:none;
}


.welcome{
   position: relative;
   float: left;
   margin:20px 10px 5px 26px;
   width: 865px;
   height: 20px;
   background-color: #ffffff;
   color:#70737f;
   font-family:Arial, Helvetica, sans-serif;
   font-size:18px;
   
}
.top_content_full{
   position: relative;
   float: left;
   margin:0px 10px 0px 10px;
   width: 880px;
 
   background-color:#F5F5F5;
   background-repeat:no-repeat;
}



.top_content{
   position: relative;
   float: left;
   margin:0px 10px 0px 10px;
   width: 880px;
   height: 273px;
   background-color:#F5F5F5;
   background-repeat:no-repeat;
}

.top_content_left{
   position: relative;
   float:left;
   margin:20px 10px 10px 10px;
   width: 580px;
   height: 250px;
   background-image:url(../images/welcome_bg.png);
   background-repeat:no-repeat;
}


.top_content_right{
   position: relative;
   float: right;
   margin:20px 10px 0px 0px;
   width: 260px;
   height: 250px;
   background-image:url(../images/news.png);
   background-repeat:no-repeat;
}













.mid_content{
   position: relative;
   float: left;
   margin:0px 10px 0px 10px;
   width: 880px;
   height: 285px;
   background-color:#F5F5F5;
   background-repeat:no-repeat;
}

.mid_content_left{
   position: relative;
   float:left;
   margin:4px 10px 0px 10px;
   width: 580px;
   height: 270px;
   background-repeat:no-repeat;
}


.mid_content_right{
   position: relative;
   float: right;
   margin:0px 10px 0px 0px;
   width: 260px;
   height: 267px;
  
  
   background-repeat:no-repeat;
}

.btm_content{
   position: relative;
   float: left;
   margin:0px 10px 10px 10px;
   width: 880px;
   height: 273px;
   background-color:#F5F5F5;
   background-repeat:no-repeat;
}

.btm_content_left{
   position: relative;
   float:left;
   margin:0px 10px 10px 10px;
   width: 380px;
   height: 250px;
   background-image:url(../images/newsletter_bg.png);
   background-repeat:no-repeat;
}


.btm_content_right{
   position: relative;
   float: right;
   margin:0px 10px 10px 0px;
   width: 466px;
   height: 250px;
   background-image:url(../images/tips.png);
  
   background-repeat:no-repeat;
}

.footer{
   position: relative;
   float: left;
   margin:10px 10px 10px 10px;
   width: 880px;
   height: 60px;
   background-color: #ebebec;
}






body {
   border-width: 0px;
   padding: 0px;
   margin:5px 0px 5px 0px;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color:#353F49;
   background-color: #e7e7de;
}

