@charset "utf-8";
/* CSS Document */

a, img a, img, a img {border:0;	outline:0; text-decoration:none;}

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}
.fl-mid{ float:none; }
.fl-hlt{float:left;}
/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
}
/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* Primary Styles
---------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:0px;
	background-color: #F5F5F5;
}

/*=======main-page=======*/

.outer
{
	background:url(../img/outer_bg.png) repeat-x left top;
}

.wrapper
{
	width:980px;
	margin:0 auto;
}

/*=======header=======*/

.header
{
	
}

.header_top
{
	width: 1280;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-top: #09F solid thin;
	border-bottom: 3px solid   #09F;
	font-weight: normal;
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	text-align: left;
}

.logo
{
	font-size:36px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: normal;
	
}

.logo a
{
	color:#333333;
}

.contact
{
	font-size: 13px;
	color: #666666;
	margin-top: 17px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

/*=======menu=======*/

.menu
{
	text-align: center;
	background-color: #0099FF;
}

.menu ul
{
	margin: 0px;
	padding: 5px 0 0 0;
	list-style: none;
	background-color: #09F;
	font-weight: bolder;
	
}

.menu ul li
{
	display:inline;
	padding:0 42px;
	line-height:40px;
}

.menu ul li a
{
	font-size: 15px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu ul li a:hover
{
	text-decoration: blink;
	color: #FFFF00;
	background-color: #09F;
	font-weight: bolder;
}
/*=======menu2=======*/

.menu2
{
	text-align: center;
	background-color: #06F;

}

.menu2 ul
{
	margin: 0px;
	padding: 5px 0 0 0;
	list-style: none;
	background-color: #09F;
	font-weight: bolder;
		background-image:url(../img/menuback.jpg);
}

.menu2 ul li
{
	display:inline;
	padding:0 42px;
	line-height:15px;
}

.menu2 ul li a
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu2 ul li a:hover
{
	text-decoration: none;
	color: #FFFF00;
	background-color: #09F;
	font-weight: bolder;
}

/*=======content=======*/

.content
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	font-size: 12px;
	color: #666666;
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: 5px;
	border-bottom: 3px solid #e5e5e5;
	text-align: center;
}

.banner
{
}

.content_bottom
{
	padding:31px 8px 20px 8px;
}

.content_left
{
	width: 475px;
	margin-left: 20px;
}

.content h2
{
	color:#333333;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 20px 0;
}

.content p
{
	margin: 0px;
	padding: 0 0 20px 0;
	line-height: 18px;
	font-weight: normal;
}

.pic_area
{
}

.pic_area_right
{
	width: 255px;
	padding-top: 3px;
}

.content_right
{
	width: 404px;
	margin-right: 20px;
	font-weight: normal;
}
.content_right a 
{
	text-decoration: underline;
	color: #333333;
}
.content_right a:hover 
{
	color: #FF9933;
	text-decoration: none;
}

.content h3
{
	color: #333333;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	background: url(../img/icon.png) no-repeat left center;
	padding: 10px 0 10px 23px;
	margin-top: 0;
}
.table ul li a
{
	font-size: 15px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/*=======footer=======*/

.footer_wrap
{
	position: relative;
	z-index: 1;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
}

.footer_left
{
	width:600px;
	padding:0 20px;
	font-size:11px;
	color:#333333;
}

.footer_menu
{
}

.footer_menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.footer_menu ul li
{
	display:inline;
	padding:0 10px;
}

.footer_menu ul li.noback
{
	background:none;
}

.footer_menu ul li.nopad
{
	padding:0 10px 0 0;
}

.footer_menu ul li a
{
	font-size:12px;
	color:#333333;
}
.footer_menu ul li a:hover
{
	text-decoration: underline;
}

.footer_left p
{
	margin-top:21px;
}

.footer_left p a
{
	color:#333333;
	text-decoration:underline;
}

.footer_right
{
	padding:0 20px;
	width:240px;
	font-size:12px;
	color:#333333;
}

.footer_right span
{
	display:block;
	padding-right: 10px;
}

.footer_right a
{
	color:#333333;
	margin:0 0 0 15px;
}

.footer_right a img
{
	margin-right:5px;
	float:left;	
}
.content_left ul {
	line-height: 22px;
}
.content_left ul li {
	font-weight: bold;
	margin-left: 0px;
	list-style-image: url(../img/bullet.png);
	margin-top: 0px;
}
