body {
	font-family: "Trebuchet MS", tahoma, arial;
	font-size: 16px;
	text-align: center;
/*
	background: url(../images/bigocbc_watermark.png);
	background-position: bottom right;
	background-repeat:no-repeat;
*/

}

.constraint {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}
	
a, a:visited {
	color: blue;
	text-decoration: none;
}

#header 
{
	background-image:url(../images/harborheader.jpg);
	width: 960px;
	height: 251px;
	overflow: hidden;
}
	
#header span#user {
	margin: 5px;
	color: #fff;
	float: right;
	font-size: 14px;
	font-weight: bold;
}

#header img#logo {
	width: 500px;
	height: 100px;
} 
    
span#user a, span#user a:visited {
	color: #fff;
	text-decoration: underline;
}
			
#content {
	width: 100%;
	margin: 0;
	padding: 10px 0;	
	padding-top: 0px;
}

#homepage_scroller{	
	height: 32px; 
	line-height: 32px; 
	font-weight: bold; 
	font-size: 18px; 
	overflow: hidden; 
	border: 1px solid silver;
	background: #f0f0f0;	
}

#homepage_scroller div {
	line-height: 32px; 
	
}

.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}

#homepage_scroller .slide {
	 background: #f0f0f0;	
/* background: green;	  */
	padding: 0 5px;
	 width: 717px !IMPORTANT;

}


#footer 
{
	width:960px;
}			

#legal {
	font-size: 12px;		
	text-align: right;
	font-variant: normal;	
	border-top: 1px solid silver;
}

#legal a {
	color: blue;
	text-decoration: none;
}
	
#legal a:hover {
	color: blue;
	text-decoration: underline;
}

li {
	line-height: 24px;
}

p {
	margin: 10px 0;
	line-height: 20px; 
}

p.loadingNotice {
	font-weight: bold;
}

.small {
	font-size: .70em;    
}
	
.bold {
	font-weight: bold;    
}
	
.clear {
	clear: both; 
	display: block; 
	line-height: 0px; 
	height: 0px; 
	font-size: 0px;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 5px 0;
	font-family: Arial;
	font-weight: bold;
}
	
h1 
{
	font-size: 24px;    
}

h2
{
	font-size: 20px; 
}
	
h3{
	font-size: 18px; 
}

h4{
	font-size: 16px;
} 
    
h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

.nodisplay {
	display: none;
}   

fieldset { 
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px;
}

#sailsDiv fieldset {
	margin: 0;
	padding: 0;
}

#awardDescription fieldset {
    margin: 0 10px;
    padding: 0;
}

fieldset p {
	padding: 0px 10px;
	margin: 0px;
}

#awardDescription fieldset p 
{
    line-height: 24px; 
    margin:5px 5px 10px 5px; 
    text-align:justify;
}

	
legend {
	font-weight: bold;
	color: #006895;
	padding: 5px;
}

.feet, .inches {
	margin: 0 2px;
	font-weight:bold;	
	line-height: 30px;
	font-size: 11px;	    
}

.left {
	float:left;
}

.right{
	float:right;
}

.center {
	text-align: center;
}

label
{    
    	font-weight:bold;
	float:left;
	text-align:right;
	padding:3px 2px 3px 5px;
	line-height: 30px;
	font-size: 12px;
}

.required{
	background-color:#FFFFE1 !IMPORTANT;
}

.shadow {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(offx=6, offy=6, Color='#888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.DropShadow(offx=6, offy=6, Color='#888')";
}


.notice 
{
    padding: 0 5px;
    font-style:italic;
    line-height: 18px;
    font-size: 11px;
} 
       
.overTxtLabel{
    color: #999; 
    padding: 5px;
    font-style: italic;
}

table {
width: 100%;
border-collapse:collapse;
border: solid 0px #e3e3e3;
}

.borderedTable 
{
    width: 960px;
    border-collapse:separate;
    border: solid 1px #e3e3e3;
}

th, td 
{
    padding: 3px;
}

th, tr 
{
line-height: 24px;        
}

tr.odd, odd
{
background-color: #eee;    
} 

tr.even, .even 
{
background-color: #fff;    
} 
.tableheader 
{
background-color: #e3e3e3;
font-weight: bold;
}

.formrow
{
	width: 100%;
	line-height: 30px;
	margin:0;
	clear: both;
}

.half {
	width:50%;
	background-color: inherit;
}
.qtrqtr 
{
    width: 114px;	
	display: inline;
	float: left
}
    
.quarter{
	width: 228px;
	background-color: inherit;
	display: inline;
	float: left
}

input[type=text], input[type="password"]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	float: right;
	padding: 3px 6px;	
	float: right;	
	margin: 5px 5px 5px 0;
	width: 120px;
}

input[type=radio] {
	margin-top: 10px;
	margin-left: 3px;
	float: none;
}

input[type=button], input[type=submit], button {
	margin-top: 10px;
	padding: 5px;
	float:right;
}

textarea 
{
    margin:10px;
}

#mailForm label {
    float: left;
    padding-top: 10px;
    vertical-align: middle;
    width: 300px;
}

#mailForm input, #mailForm textarea, #mailForm select {
    float: right;
    padding-top: 5px;
    vertical-align: middle;
    width: 300px;
    margin: 10px 0;
    font-size: 14px;
}


.icon {
	margin-right: 15px;
}

#news-feed { 

	height: 32px; 
	overflow:hidden; 
	position: relative; 
	border: 1px solid #ccc; 
	background: #eee; 
}


#news-feed ul	{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}


#news-feed ul li { 
	height: 22px; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0; 
	padding: 5px; 
	overflow: hidden; 
}
/* ----[ LINKS ]----*/

/* all menu links */

#nav a, #subMenusContainer a {
text-decoration: none;
display: block;
padding: 5px 15px;	
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
color: #fff;
}

#footernav a, #footernav #subMenusContainer a 
{
text-decoration: none;
display: block;
padding: 5px 15px;	
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
color: #000;
}
/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
	margin: 0;
	float: left;	
	font-weight: bold;
	color: #fff;
}
#footernav a {
	margin: 0;
	float: left;	
	font-weight: bold;
	color: #000;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a, #footernav li li a{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
		background-color: #1c405d;		
		color: #fff;
}

#footernav a:hover, #footernav a:focus, #footernav a.mainMenuParentBtnFocused{
		background-color: #1c405d;		
		color: #fff;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus,
#footernav a.mainMenuParentBtnFocused, 
#footernav li a:hover,
#footernav li a:focus  {
background-color: #1c405d;
color: yellow;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
background: url(../images/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
background: url(../images/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
background: url(../images/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
background: url(../images/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
display: none; 
position: absolute; 
overflow: hidden; 
/*the 2px left & right padding lets you have a 1px border on the ul or ol inside since overflow is set to hidden*/
padding: 0 2px;
margin: 5px 5px 0 5px;
}

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol, #footernav, #footernav ul, #footernav ol { 
padding: 0;
margin: 0;
list-style: none;
line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol, #footernav ol, #footernav ul {	
	/*border around submenu goes here*/	 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #1c405d;	
	/* border:1px solid #C3D46A; */
	left: 0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li, #footernav li { 
	/*great place to use a background image as a divider*/
	display: block;
	list-style: none;
	position: relative;
	float: left;
	padding-left: 7px;
	
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */

#nav{
	display: block;
	list-style: none;
	margin: 0;
	z-index: 5;
	text-align: center;
	display: block;	
	position: absolute;
    	top: 211px;
    	font-size: 12px;
}

#footernav
{
    position: relative;
    top: 0;   
}

#subMenusContainer	
{
    display:block; 	
    position:absolute;	
    top:0;
    left:0;
    width:100%;
    height:0;
    overflow:visible;
    z-index:1000000000;
 }

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li, #footernav li li{	float: none; }

#nav li li a, #footernav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul, #footernav li ul { /* second-level lists */
	position: absolute;
	font-size: 11px;
	width: 12em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 2.2em;
}

/* third-and-above-level lists */
#nav li ul ul, #footernav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul, #footernav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul, #footernav li:hover ul{	margin-left: 0; }
#nav li li:hover ul, #footernav li li:hover ul  {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul, #footernav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul, #footernav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus, #footernav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus, #footernav li li li a:focus {left:0; margin-left: 2010em; width: 13em;  margin-top:-1em;}
#nav li:hover a:focus, #footernav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul, #footernav li li:hover a:focus + ul { margin-left: 14em; }



.hideLoginMessage{
	display: none; 	
}

.showLoginMessage{
	display: inline-block; 
	width: 100%; 
	margin: 5px 0; 
	font-size: 13px; 
	font-weight: bold; 
	text-align: center; 
	color: darkRed;
}