@charset "utf-8";
/* CSS Document */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  margin:0;
  padding:0;
  font-size: 1px;
  line-height: 0px;
}
html{
	background:url(../pictures/bk_pat.jpg);	
	font-family:"Myriad Pro",Tahoma,Verdana;
	font-size:16px;
	color:#04526d;
	margin-bottom:30px;
}
html p{
font-size:14px;	
}
body{
	margin:0;
	padding:0;
}
#main_container{
	width:980px;
	background:url(../pictures/bk_shadow.png) repeat-y center;
	margin:0 auto;
	height:auto;
}
#main_content{
	width:950px;
	margin:0 auto;
	border-top:solid 4px #3ECFF1;
	min-height:700px;
	height:auto;
}
#left_h{
	float:left;
	width:300px;
	height:425px;
	background:url(../pictures/menu_bk.jpg) #3190A6 no-repeat center;
	position:relative;
}
#right_h{
	float:left;
	width:644px;
	height:421px;
	padding:3px 3px 0 3px;
	border-bottom:solid 1px #688893;
}
#logo{
	background:url(../pictures/logo.png) no-repeat center;
	width:140px;
	height:80px;
	margin-top:10px;
}
#menu{
	color:#FFF;
	list-style-image:url(../pictures/bullet.png);
}
.menu_l{
	list-style-type:none;
	list-style-image:none;
	font-size:15px;
	line-height:110%;
	padding-left:20px;
	margin:5px 0;
}
.menu_l li{
	width:170px;
	border-bottom:solid 1px #37859B;
	margin:0;
	padding:0;
}
.menu_l a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:1px 0;
	margin:0;
}
.menu_l a:hover{
	background:#277389;
	text-indent:5px;
}
#flt_r{
	width:142px;
	height:371px;
	float:right;
	border-top:solid 1px #CED0D1;
	border-right:solid 1px #CED0D1;
}
#flt_r h4{
 font-size:14px;
 padding:0;
 margin:0;
 text-align:center;
 color:#146B84;

}
#flt_l{
	width:500px;
	float:left;
}
.tab{
	height:92px;
	background:url(../pictures/bk_tab.gif) repeat-x bottom;
	border-bottom:solid 1px #CED0D1;
}
#menu_link{
	position:absolute;
	bottom:0px;
	height:43px;
	background:url(../pictures/main_menu_bk.jpg) repeat-x;
}
#menu_link a{
	float:left;
	border-right:1px solid #244A55;
	border-left:1px solid #0F3541;
	display:block;
	height:32px;
	margin-top:1px;
	width:98px;
	text-align:center;
	padding-top:10px;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
}
#menu_link a:hover{
	color:#c9f2ff;
	background:#044056;
}
#footer_cont{
background:url(../pictures/footer_bk.png) repeat-x #3190A6;	
border-bottom:solid 1px #89A9BF;
border-top:solid 2px #084357;
}
#footer{
	background:url(../pictures/footer_floral.jpg) no-repeat left top;
	height:260px;
	color:#fff;
	border-bottom:solid 1px #7892A4;
	padding-top:20px;
}
#footer div{
	width:49.99%;
	float:left;
}
.footer_list{
	list-style-type:none;
	padding:0;
	margin:10px 0px;
	padding-left:30px;
	font-size:15px;
}
#footer p{
	border-bottom:solid 1px #6097A8;
	font-size:18px;
	padding-left:30px;
	margin-top:0;
	padding-top:0;
}
#footer a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	color:#99ff66;	
}
#up{
	float:right;
	display:block;
	width:60px;
	height:30px;
	background:url(../pictures/sageata.png) no-repeat right top;
	background-position:right -3px;
}
#contact_f{
	padding-left:30px;
	background:url(../pictures/contact_plic.gif) no-repeat left top;
	
}
