@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	width:100%;
}
body{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0;
	padding:0;
	 
	background-position:0 0;
	background-repeat:repeat-x;
	bgColor="transparent"
}
h1{
	font-weight:bold;
	font-size:18px;
	color:#00588c;
}
h2{
    padding-top:10px;   
	font-weight:bold;
	font-size:14px;
	color:#00588c;
}
 
a{
	color:#5098e0;
	text-decoration:underline;
}
a:hover{
	color:#00588c;
}
.container{
	width:960px;
	margin:auto;
}
.cont_header{
	background-image:url(../images/header.jpg);
	width:100%;
}
#sample{
	float:right;
	width:234px;
}
#search{
	clear:right;
	float:right;
	width:264px;
	height:37px;
	background-image:url(../images/searchbox.gif);
	background-repeat:no-repeat;
}
.search_field{
    width:210px;
	margin:8px 0 0 10px;
}
.btn_srch {
	overflow:hidden;
	width:30px;
}


#navigation{
	clear:both;
	width:100%;
}
#navigation ul{
	padding:0;
	margin:0;
}
#navigation a span{
	display:none;
}


.content{
	width:660px;
}
.right_cont{
 	width:282px;
	background-image:url(../images/rbg_side.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.spacer{
	margin-top:20px;
}
.news_top{
	width:100%;
	height:43px;
	background-image:url(../images/rbg_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.chat_top{
	width:100%;
	height:43px;
	background-image:url(../images/contact_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.chat_top a,.news_top a{
	display:block;
	width:100%;
	height:100%;
}
.hide{
	display:none;
}
.right_top{
	width:100%;
	min-height:43px;
	padding:5px 10px;
	background-image:url(../images/right_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.right_bottom{
	width:100%;
	height:100%;
	background-image:url(../images/rbg_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.right_pad{
	padding: 0 10px 0px 10px;
	/*background-image:url(../images/rbg_bottom.gif);*/
	/*<!--background-color: #ECE9D8;-->*/
}
.right_iframe{

    
	width:261px;
	height:687px;
	z-index:1;
	/*<!--background-color: #ECE9D8;-->*/
	}
 
