#header
{
	border-top: 1px solid transparent; 
    /*BACKGROUND: url(styles/deepsu/images/header.jpg);
	 background-position: left;
   /* FILTER: none !important;*/
	 MIN-WIDTH: 1000px;
    WIDTH: 100%;
    POSITION: retrive;
    TOP: 0px;
    HEIGHT: 190px;
	 margin-bottom: 0px; 
}
#footer
{
	margin-top: 50px;
   CLEAR: both;
	text-align: center;
	MIN-WIDTH: 1000px;
	background-position: bottom;
background-position: left;
background-image: url(styles/deepsu/images/footer.jpg);	
	height: 70px;
	padding-top: 30px
}
#header P
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 20px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px auto;
    PADDING-TOP: 0px;
    TEXT-ALIGN: left
}
/* Site description and logo */
#site-description {
	float: left;
	width: auto;
	left: 300px;
	position: absolute;
}

#site-description h1 {
	margin-right: 0;
	font-size: 36px;
	color: #64A4C5;
	margin-top: 15px;
}
#site-description p {
	margin: 0;
	padding: 0;
	color: #64A4C5;
	
}
#logo_box{
	color: #000;
	position: absolute;
	margin-left: 30px; 
	display: block;
	text-align: left;
	float: left;
	HEIGHT: 280px;
	white-space: nowrap; /*For Opera */
}
#login{
background: url(styles/deepsu/images/login.png);
border: 0;
width: 18px;
height: 30px;
cursor: pointer;
margin-top: -5px;
}
#logout{
background: url(styles/deepsu/images/logout.png);
border: 0;
width: 26px;
height: 30px;
cursor: pointer;
margin-top: -5px;
}
#name{
border: solid 1px #55AAFF;
color: #5C9FC9;
font-size: 1em;
font-weight: bolder;
font-family: Trebuchet MS, Comic Sans MS, serif;
text-align: center;
width: 100px;
height: 18px;
padding-top: 1px;
}
#name:hover{
	border-color: #00EEF6;
}
#name:focus{
	border-color: #00EEF6;
	/*background-color: #D7FFFF;*/
}
#pass{
border: solid 1px #55AAFF;
font-weight: bolder;
font-size: 1em;
width: 100px;
height: 18px;
padding-bottom: 1px;
}
#pass:hover{
	border-color: #00EEF6;

}
#pass:focus{
	border-color: #00EEF6;
	/*background-color: #D7FFFF;*/
}
#nav_box{
	clear: both;
	color: #000;
	position: absolute;
	top: 160px;
	text-align: right;
	width: 100%;
	display: block;
	white-space: nowrap; /* For Opera */
}
.headnav{
	list-style: none;
	/*float: left;*/
	height: auto;
	margin-right: 50px;
}
.headnav li{
	display: inline;
	padding: 10px;
}
.headnav li A{
	color: #000000;
	/*color: #60A7F4;*/
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.headnav li A.active{
	color: #000000;
	/*color: Teal;*/
	text-decoration: none;
}
.headnav li A:hover{
	text-decoration: none;
}
.headnav li.new{
	background: url(styles/deepsu/images/new2.png) no-repeat right top;
}
A.user{
	color: #335EA8;
	font-family: Trebuchet MS;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: underline;
}
#user_panel{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 50px 0 50px;
}
#user_panel_l{
	display: table;
	float: left;
	width: 50%;
	height: 40px;
	/*border: 1px solid red;*/
}
#user_panel_r{
	display: block;
	float: right;
	height: 40px;
}
#user_menu{
	min-width: 1000px;
}
.name{
		float:left;
		font-size: 22px;
		font-weight: bold;
		margin: 0 10px 0 20px; 
		color: #3C6D8C;
}
.name_r{
		font-size: 18px;
		font-weight: bold;
		color: #0072A1;
}
#user_panel_r, #user_panel_r A.link{
	font-weight: bold;
	padding-left: 10px;
	color: #0072A1;
	font-size: 14px;
	font-family: Trebuchet MS;
}
#user_panel_r A.newmail{
	margin-left: 10px; 
	padding-left: 35px;
	height: 40px;
	BACKGROUND: url(styles/deepsu/images/new_msg.gif) no-repeat; 
	WIDTH: auto
}
#user_panel_r A.logout{
	background: url(styles/deepsu/images/logout.png) no-repeat center;
	height: 40px;
	width: 26px;
}
#user_panel_r A.link{
	display: inline;
	float: left;	
	text-decoration: underline;
}
#user_panel_r A.quest{
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #000;
	text-decoration: underline;
}