/* top styling, inc logo */

#topbar_background 
{
	background-image:url(../site_imgs/topbar_backg.gif);
	background-repeat:repeat-x;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	height:138px;
}

#topbar_background h1
{
	padding:20px 0 0 0;
	margin:0 0 0 0;
	font-size:18pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#015CAB;
	text-decoration:none;
	border:none;	
}

#topbar_background img
{
	margin-left: 17px;
	padding: 0 0 0 0;
	margin-bottom:0;
	border:none;
}

/* top basic links */

#havensnumbers p
{
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
	padding-right:0;
	margin-right:0.35em;
	float:right;
	color:#565656;
	text-align:right;
	font-weight:bold;
}
#corelinks{
	width:396px;
}
#corelinks p{
	margin:0;
}
#corelinks a:link, #corelinks a:active, #corelinks a:visited
{
	color: #4E92CD;
	font-size:7pt;
	font-weight:bold;		
	text-decoration:none;
}

#corelinks a:hover
{
	color: #4E92CD;
	text-decoration:underline;
}

/* Tob bar navigation */

#tabs ul 
{
	width:auto;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	margin:0 0 0 0;
	list-style: none;
}

.li_tabs_bl
{
	float: left;
	background: transparent url("../site_imgs/blue_tab.gif") 0% -5px no-repeat;
	padding: 0 0 0 3px;
	margin: 0 0 0 3px;
}
.a_tabs_bl 
{
	float: left;
	display: block;
	padding: 9px 8px 6px 6px;
	background: transparent url("../site_imgs/blue_tab.gif") 100% -5px no-repeat;
	text-decoration: none;
	margin: 0 0 0 0;
	width:auto;	
}

.li_tabs_gr
{
	float: left;
	background: transparent url("../site_imgs/grey_tab.gif") 0% -5px no-repeat;
	padding: 0 0 0 3px;
	margin: 0 0 0 3px;
}
.a_tabs_gr 
{
	float: left;
	display: block;
	padding: 9px 8px 6px 6px;
	background: transparent url("../site_imgs/grey_tab.gif") 100% -5px no-repeat;
	text-decoration: none;
	margin: 0 0 0 0;
	width:1%;	
}

#tabs a:link, a:active, a:visited
{
	color:#FFFFFF;
	font-weight:normal;
}

#tabs a:hover
{
	text-decoration:underline;
	color:#015CAB;
}

/*
#tabs 
{
	font-weight:normal;
}
*/