﻿body {

	background: #006633;
	margin: auto;
	text-align: center;
}

.container {
	text-align: center;
	margin: auto;
	width: 1000px;
	
	background: #006633 url('ThemeImages/background.jpg') repeat-y;

	
	padding-bottom: 0px;
	
	margin-bottom: 0px;

	
}

.authcontrol 
{
	height: 30px;
	padding-left: 30px;
	padding-right: 30px;	
}

.authcontrolnav
{
	margin: auto;
	width: 500px;
	float: left;
	text-align: left;
}
.authcontrolauthstate
{
	margin: auto;
	width: 300px;
	float: right;
	text-align: right;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	color: #888888;
	vertical-align: bottom;
	padding-top:10px;
	
}

.top {

	float: left;
	width: 320px;
	height: 85px;
	
	padding-left: 10px;
	padding-right: 10px;

	padding-top: 5px;
	padding-bottom:5px;

	
}

.header_right 
{
	float: right;
	width: 390px;	
		
		
}

.address {

	float: left;
	width: 180px;
	height: 32px;
	text-align: right;
	
	padding-right: 0px;
	padding-top: 44px;
	

	font-family: helvetica, verdana, arial, sans-serif;
	font-size:0.9em;
	
	
}

.header_orca 
{
	float: right;
	width: 201px;
	height: 91px;	
	vertical-align:middle;
	background: #006633 url('ThemeImages/ORCALOGO.jpg') no-repeat;	
	
}

.header {
	display:block;
	position: relative;
	text-align: center;
	margin: auto;
	width: 950px;
	height: 263px;

	padding: 0px;
	spacing: 0px;

	padding-top: 3px;
}

.banner {
	clear:both;
	text-align: center;
	margin: auto;
	width: 950px;
	height: 164px;

	border: none;
	z-index: 10;
	
}



.content {

	clear:both;
	padding-top:10px;
	text-align:left;
	width: 930px;
	margin: auto;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:0.9em;
	
	
}


.footer {
	clear:both;
	text-align: center;
	width: 930px;
	margin: auto;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	color: #888888;
	padding: 15px;

}






.menu {
	clear: both;
	position: relative;
	
	width: 950px;
	height: 26px;
	
	font-family: verdana, helvetica, arial, sans-serif;

	text-align: center;
	margin: auto;

	margin-top:-4px;

	z-index: 20;

	
	
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}

.menu li {
	float:left;	
	width: 190px;
	position:relative;
	
}

.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color: #ffffff; 

	width:190px; 
	height:26px; 

	
	
	background: #006633 url('ThemeImages/menu.jpg') repeat-x; 

	line-height:26px; 
	font-weight: bold;

}

 
 
/* Sub-menu starts hidden, but positioned */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:190px;}
/* IE 5.5 hack */
* html .menu ul ul {top:26px;t\op:26px;}
 
/* IE table styling */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
 
/* sub-menu items */
.menu ul ul a, .menu ul ul a:visited {color:#000; height:auto; line-height:1em; padding:5px 0px; width:190px;border-width:0 1px 1px 1px;}
/* IE 5.5 hack */
* html .menu ul ul a, * html .menu ul ul a:visited {width:190px;w\idth:190px;}
 
/* main menu mouse-over */
.menu a:hover, .menu ul ul a:hover{color:#006633; }
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#006633 url('ThemeImages/menuhov.jpg') repeat-x;}
 
/* show sub-menus */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

.login 
{
	float:right;
	
}
