/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#013162;
	
}
html, body {
	height:100%;
}
img {
	border:none;
}
.clear{ clear:both;}
body {
	background:url(../../images/body_bg_new.jpg) repeat-y center top;
}
#web_page {
	height:850px;
	margin-left:auto;
	margin-right:auto;
}
#head {
	height:183px;
	position:relative;
	background:url(../../images/head_bg.png) no-repeat bottom center;
	behavior:url(../includes/js/iepngfix2.htc);
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	position:absolute;
	top:21px;
	left:33px;
}
#bar{ margin-top:0px; margin-left:520px; width:480px; height:35px;}
.border_red{ border-left:5px solid #FF4620;}
.border_green{ border-left:5px solid #BCD105;}
.border_purple{ border-left:5px solid #8992DE;}
#b_inc{ padding-left:880px; padding-top:3px;}
#head img {
	behavior:url(../includes/js/iepngfix2.htc);
}
/*------------------------------------------------------*/
#nav {
	position:absolute;
	top:87px;
	left:352px;
	height:40px;
	font-weight:bold;
	
}
#nav a{ color:#013162;
text-decoration:none;
font-size:14px;

}
.bg_left {
	background: url(../../images/li_left_greeb.png) no-repeat top left;
	height:40px;
	float:left;
	width:10px;
	behavior:url(../includes/js/iepngfix2.htc);
}
.bg_middle {
	height:40px;
	background:url(../../images/li_middle_greeb.png) repeat-x;
	float:left;
}
.bg_right {
	width:10px;
	height:40px;
	background:url(../../images/li_right_greeb.png) no-repeat left top;
	float:left;
	behavior:url(../includes/js/iepngfix2.htc);
}
.button_wrap {
	float:left;
	padding-right:0px;
	
}
.button_wrap_yellow {
	float:left;
	margin-left:-4px;
	
}
.bg_left_yellow {
	background: url(../../images/li_left_yellow.png) no-repeat top left;
	height:40px;
	float:left;
	width:10px;
	behavior:url(../includes/js/iepngfix2.htc);
}
.bg_middle_yellow {
	height:40px;
	background:url(../../images/li_middle_yellow.png) repeat-x;
	float:left;
}
.bg_right_yellow {
	width:8px;
	height:40px;
	background:url(../../images/li_right_yellow.png) no-repeat right top;
	float:left;
	behavior:url(../includes/js/iepngfix2.htc);
}
/*-----------------end navigation-------------------------------------------------*/
/*-----------------Vertical center---------------------------------------*/
.outer {
    clear:both;
	width: inherit;
	height: 36px;
	overflow: hidden;
	float:left;
	position: relative;
}
.outer[class] {
	display: table;
	position: static;
	>margin-top:18px!important;
	float:none;
}
.middle {
	position: relative;
	top: 50%;
	float:left;
} /* for explorer only*/
.middle[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	float:none;
	>float:left!important!;
}
.inner {
	position: relative;
	top: -50%;
	font-size:12px;
	text-align:center;
} /* for explorer only */

/*-----------------end Vertical center------------------------------------------*/
.arrow { display:none; }