/*Default HTML tag styles*/
*{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
a, a:hover, a:active{
	text-decoration:none;
}
body{
	font-size:12px;
	font-family:"Arial";
	line-height:18px;
	background-image:url(../images/page_wraper_bg.jpg);
	background-color:#ffffff;
	background-position:left top;
	background-repeat:repeat-x;	
	color:#666666;
}

h1{
	font-size:24px;
	line-height:24px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	color:#055789;
}

h2{
	font-size:18px;
	line-height:18px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	color:#23a2e5;
}

h3{
	font-size:14px;
	line-height:14px;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	color:#666666;
}
ul li{padding:0px; margin:0px; list-style:none}

.underline{
	border-bottom:1px solid #e0e0e0;	
}
.blue_font {
	color:#15bce7;
}
.blue_font:hover {
	color:#0c8fb1;
	text-decoration:underline;
}


.gray_font {
	color:#666666;
}
.gray_font:hover {
	color:#333333;
	text-decoration:underline;
}

.hidden{
	display:none;
}

.submenu{
	display:block;
	padding-bottom:30px;
	padding-top:10px;
}

.submenu li{
	display:block;
	margin-bottom:1px;
}

.submenu li a{
	display:block;
	padding:5px 10px 5px 20px;
	height:20px;
	background-color: #efefef;
	color:#333333;
	line-height:20px;
	border-left:3px solid #999999;
}
.submenu li a:hover{
	background-color: #dddddd;
	border-left:3px solid #055789;
}
.submenu li a.current{
	background-color: #ffffff;	
	padding:4px 10px 4px 23px;
	color: #055789;
	border-left:none;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.submenu li a.current_has_submenu{
	padding:4px 10px 4px 23px;
	border-top:1px solid #cccccc;
	border-bottom:none;
	color:#000000;
	border-left:3px solid #055789;
	background-color: #dedede;	
}


.submenu li ul {
	display:block;
	margin-bottom:1px;
	border-bottom:1px solid #cccccc;
}

.submenu li ul li {
	display:block;
}

.submenu li ul li a{
	display:block;
	padding:2px 10px 2px 30px;
	height:20px;
	background-color: #f8f8f8;
	
	line-height:20px;
	border-left:3px solid #cccccc;
	color:#666666;
}

.submenu li ul li a:hover{
	background-color: #ffffff;
	border-left:none;
	border-left:3px solid #cccccc;
}
.submenu li ul li a.current{
	padding:2px 10px 2px 33px;
	background-color: #ffffff;
	border-left:none;
	color:#15bce7;
	border:none;
}
/*Page block styles*/
#page_wrapper{

}
#page_header_widget_wrapper{
	height:0px;
	width:982px;

	

}

#page_header_widget{	
	text-align:left;
	height:25px;
	width:482px;
	top:3px;
	position:relative;
	z-index:50;
	padding-left:510px;	
	background-image:url(../images/page_header_widget_bg.gif);
	background-position:500px bottom;
	background-repeat:no-repeat;	
	color:#ffffff;
	
}
#page_header_widget_content{
	overflow:hidden;
	width:450px;
	height:22px;
}
#page_header_widget a.link{	
	padding-left:5px;
	padding-right:5px;
	color:#cccccc;
	border-left:1px solid #333333;	
}
#page_header_widget a.link:hover{	
	color:#ffffff;
}

#page_header_widget_links{
	height:20px;
	width:180px;
	padding-top:8px;
	z-index:50;
	padding-left:810px;	
	color:#02354b;
}
#page_header_widget_links a{
	color:#02354b;
	padding-left:10px;
	padding-right:10px;
	display:block;
	float:left;
	padding-top:3px;
}
/*Page Header styles*/
#page_header{
	height:87px;
	width:982px;
	text-align:left;
	background-image:url(../images/page_header_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;	
}
#page_header .block_logo{
	padding-top:10px;
	height:77px;
	width:222px;
	float:left;
}
#page_header .block_menu{
	height:87px;
	width:760px;
	float:left;
}
#page_header .block_menu ul.header_menu{
	padding-top:30px;
	height:55px;
	padding-left:160px;
}

#page_header .block_menu ul.header_menu li{
	display:block;
	float:left;
	margin:0px;
	height:55px;
	list-style:none;		
}
#page_header .block_menu ul.header_menu li a{
	display:block;
	padding-left:8px;
	padding-top:36px;
	padding-bottom:3px;
	width:80px;
	color:#999999;	
}
#page_header .block_menu ul.header_menu li a:hover{
	background-image:url(../images/header_menu_li_bg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:3px solid #4ebee0;
	padding-bottom:0px;
	color:#666666;
}
#page_header .block_menu ul.header_menu li a.current{
	display:block;
	padding-left:8px;
	padding-top:36px;
	padding-bottom:0px;
	width:80px;
	color:#666666;
	background-image:url(../images/header_menu_li_current_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:3px solid #0ea1c7;	
}
#page_header .block_menu ul.header_menu li a.current:hover{
	background-image:url(../images/header_menu_li_bg.gif);
}

#page_header .block_menu ul.header_menu li ul{
	display:block;
	padding-top:3px;
	position:absolute;
	padding-bottom:2px;
	border-bottom:1px solid #cccccc;
	background-color:#efefef;
	background-image:url(../images/page_header_menu_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;	
	padding-right:2px;
	padding-left:2px;	
	z-index:50;
}
#page_header .block_menu ul.header_menu li ul li{
	list-style:none;
	display:block;
	float:none;
	background-image:none;
	width:163px;
	height:24px;
	padding-top:0px;
	padding-left:0px;
	margin-bottom:1px;
	background-color:#ffffff;
}
#page_header .block_menu ul.header_menu li ul li a{
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
	width:153px;
	display:block;

}
#page_header .block_menu ul.header_menu li ul li a:hover{
	background-image:url(../images/page_header_menu_li_hover_bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:5px;
	padding-top:3px;
	padding-left:15px;
	width:148px;
	color:#ffffff;
}



#page_header_widget_links .btn_max{
	height:12px;
	width:12px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../images/help_icon.gif);
	margin-top:7px;
	margin-left:5px;
	
}
#page_header_widget_links .btn_max:hover{
	background-position:-12px top;
}
#page_header_widget_links .btn_max:active{
	background-position:-24px top;
}
#page_header_widget_links .btn_min{
	height:12px;
	width:12px;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image:url(../images/help_icon.gif);
	margin-top:7px;
	margin-left:5px;
	
}
#page_header_widget_links .btn_min:hover{
	background-position:-12px bottom;
}
#page_header_widget_links .btn_min:active{
	background-position:-24px bottom;
}


/*Page Body styles*/
#page_body{	
	width:982px;	
	text-align:left;
}

/*Page Footer styles*/
#page_footer_wrapper{
	background-image:url(../images/page_footer_wrapper_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;			
	width:100%;	
	background-color:#f5f5f5;
	height:290px;
}

#page_footer_bg{
	background-color:#f5f5f5;
	background-image:url(../images/page_footer_wrapper_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;		
	height:290px;
	width:982px;	
}

#page_footer{
	text-align:left;
	height:180px;
	width:982px;	
	background-image:url(../images/page_footer_logo.gif);
	background-position:850px 6px;
	background-repeat:no-repeat;
	color:#bbbbbb;
}
#page_footer a{
	color:#bbbbbb;
}
#page_footer a:hover{
	color:#999999;
	text-decoration:underline;
}
#page_footer .block_copyright{
	width:252px;
	height:40px;
	padding-top:40px;
	padding-left:10px;
	float:left;
	background-image:url(../images/page_footer_telephone.gif);
	background-position:10px 20px;
	background-repeat:no-repeat;
	
	
}

#page_footer .block_menu{
	width:630px;
	padding-top:6px;
	float:left;
	list-style:none;
}

#page_footer .block_menu ul.footer_menu{	
	display:block;
}
#page_footer .block_menu ul.footer_menu li{
	display:block;
	float:left;
	padding-left:8px;
	padding-top:5px;
	margin:0px;
	height:180px;
	width:110px;
	background-image:url(../images/footer_line_v.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	list-style:none;		
}
#page_footer .block_menu ul.footer_menu li a{
	color:#999999;
}
#page_footer .block_menu ul.footer_menu li ul{
	display:block;
	padding-top:5px;
}
#page_footer .block_menu ul.footer_menu li ul li{
	list-style:none;
	display:block;
	float:none;
	background-image:none;
	height:18px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:1px;
}
#page_footer .block_menu ul.footer_menu li ul li a{
	color:#bbbbbb;
	padding-left:10px;
	background-image:url(../images/footer_list_dot.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
}

