/* ------------------ Head  -----------------------------------------*/

#head{
	background : #3367CD;
	position : absolute;
	width : 100%;
	z-index : 30;
	top : 0px;
	left : 0px;
	height : 100px
}



#head_line{
	border-width : 1px 0px 0px 0px;
	border-style : solid;
	border-color : #8E8E8E;
	background : #DAE4F8;
	position : absolute;
	width : 100%;
	height : 40px;
	z-index : 31;
	left : 0px;
	top : 67px;
}
/* small line in between */
#head_line2{
	border-width : 1px 0px 0px 0px;
	border-style : solid;
	border-color : #FFFFFF;
	background : #FFFFFF;
	position : absolute;
	width : 100%;
	height : 1px;
	z-index : 31;
	left : 0px;
	top : 66px;
}
#head_logo1{
	position : absolute;
	z-index : 33;
	left : 0px;
	top : 0px
}

#head_logo2{
	display : block;
	position : absolute;
	z-index : 33;
	right : 130px;
	top : 0px
}
/*
#head_logo2 .span1{
	color : #415571;
	font : bold 200% Verdana,Arial,Helvetica,sans-serif
}

#head_logo2 .span2{
	color : #4B6181;
	font : 200% Verdana,Arial,Helvetica,sans-serif
}
*/

#head_nav{
	position : absolute;
	width : 70%;
	z-index : 32;
	left : 10px;
	top : 10px;
}
#head_nav a {
	color : #393939;
	/*width : 100%;*/
	text-decoration : none;
}

#head_nav a:hover {
	border-top : 1px solid #FFFFFF;
	color : #A52A2A;
	text-decoration : none
}
#head_nav .active a, .active a:hover{
	color : #A52A2A;
	font-weight: bold;
	
}

#head_date{
	position : absolute;
	width :35%;
	margin-left:30px;
	z-index : 33;
	right : 80px;
	top : 12px;
	text-align:right;
	font-size:90%;
}

#head_date a{
	padding-left:10px;
}

#head_logout{
	position : absolute;
	width : 8%;
	margin-left:1px;
	z-index : 33;
	right : 10px;
	top : 10px;
	text-align:right;
	font-size:90%;
}


/*#head_date{
	position : absolute;
	width : 30%;
	margin-left:10px;
	z-index : 33;
	right : 10px;
	top : 10px;
	text-align:right;
	font-size:90%;
}*/



