/* CSS Document */
body,p{
margin:0;
padding:0;
background:#fff;
font:12px/15px tahoma; 
}

.flt{float:left;}
.flr{float:right;}
.clr{clear:left;}
.ds{display:inline;}

#main_block{width:1004px; text-align:left;}
#sub_block1{width:1004px;text-align:left; }
#top_block{ width:1004px; float:left; padding-top:9px; background:#00599b;}
#content_block{ width:1004px; float:left;background:#fff; }
#left_block{ float:left; width:250px; margin:10px;}
#right_block{ width:656px; float:right; margin:10px; display:inline; }
#sub_block2{width:1004px;text-align:left;}
#footer_block{ width:60%px; float:inherit; }

/*top*/

#wrap	{
	width: 100%; /* Spans the width of the page */
	height: 30px; 
	margin: 0; /* Ensures there is no space between sides of the screen and the menu */
	z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: relative; 
	background-color: #fff;
	}
	
.navbar	{
	height: 30px;
        padding: 0;
	margin: 0;
	position: absolute; /* Ensures that the menu doesn’t affect other elements */
	border-right: 2px solid #fff; 
	
	}
	
.navbar li 	{
	height: auto;
	width: 165px;  /* Each menu item is 150px wide */
	float: left;  /* This lines up the menu items horizontally */
	text-align: center;  /* All text is placed in the center of the box */
	list-style: none;  /* Removes the default styling (bullets) for the list */
	font:  bold 15px Trebuchet MS;  
	padding: 0;
	margin: 0;
	background:url(../images/navNormal.png) repeat-x;
	border-left:2px solid #00599b;
	
   }
   
.navbar a	{							
	padding: 6px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */
	
	text-decoration: none;  /* Removes the default hyperlink styling. */
	color: #fff; /* Text color is white */
	display: block;
		}   

.navbar li:hover, a:hover {background-color: #00599b;
color:#FFF;} 

.navbar li ul 	{
	display: none;  /* Hides the drop-down menu */
	height: auto;									
	margin: 0; /* Aligns drop-down box underneath the menu item */
	padding: 0; /* Aligns drop-down box underneath the menu item */			
	}				

.navbar li:hover ul {
    display: block; /* Displays the drop-down box when the menu item is hovered over */
    }
	
.navbar li ul li {background-color: #fff;} 

.navbar li ul li a 	{
	/*border-left: 2px solid #00599b; */
	border-right: 2px solid #00599b;
	border-top: 0px solid #00599b; 
	border-bottom: 2px solid #00599b;
	
		}
				
.navbar li ul li a:hover	
{background-color: #00599b;
color:#FFF;}




.logo{ margin:49px 400px 0 55px; float:left;}
.tp_tx{ margin:55px 0 0 225px; float:left; }

/*left*/
.nws{ color:#fff; font:17px/15px trebuchet MS; float:left; }

.dat{ width:235px; float:left; margin:16px 0 0 0; color:#fff; font:12px/16px Georgia; }
.dat span{ color:#FBDE14;font: bold 12px/16px Georgia; float:left; text-decoration:underline; }
.dat input{ background:url(../images/rd_lf.gif) no-repeat; width:86px; height:20px; float:left; margin:9px 0 0 0; border:0; }

/*right*/
.modul{ padding:0 0 0 16px; float:left;width:640px;} 
.wel{ color:#077BD4; font:22px Trebuchet MS; float:left; }
.welExp{ color:#077BD4; font:24px Trebuchet MS; float:left; }
.inr_bllk{ margin:14px 0 0 0; width:640px; float:left;}
.txtExp{ color:#66573A; width:430px; font-size:36px; font-family:Verdana, Geneva, sans-serif}
.txt{ color:#66573A; float:left; width:430px;}
.txt a{color:#EC892B; text-decoration:underline; float:left; }
.txt a:hover{ text-decoration:none; }
.our{ color:#363636; float:left; font:18px Trebuchet MS;}
.rdmr{ margin:12px 0 0 0; float:left;}
.rdmr2{ margin:12px 0 0 15px; float:left;}
.rp_ln{ margin:18px 0 0 0; float:left;}
.blks{ width:656px; background:url(../images/spn_ln.gif) repeat-y; float:left; margin:18px 0 0 0; padding-bottom:5px;}
.special{ width:328px; float:left; padding:0 0 0 14px;}
.clnt{ width:280px; float:left;padding:0 0 0 32px; }
.spcl_blk{ background:#FCFEFE; width:656px; float:left; }
.widt{ margin-top:18px; float:left; width:656px; }
.tx_widt{ width:386px; float:left;color:#66573A; margin:0 0 0 14px;}


/*footer*/
.cpy{ color:#000; font:11px Trebuchet MS; float:left; margin-left:225px; width:500px;}
.cpy a{ color:#000; font:11px Trebuchet MS; }
.ftr_nv{ margin-left:185px; width:600px; float:left;}
.ftr_nv a{ color:#000; font: bold 12px Trebuchet MS; float:left; padding:0 13px; text-decoration:none;}
.ftr_nv span{ color:#000; font: bold 12px Trebuchet MS; float:left; padding:0 13px;}
.ftr_nv a:hover{ text-decoration:underline; }




