/**
 * ocean_styles.css
 * 
 * Style sheet used on the Ocean.US site.
**/


/**
 * Creates the top portion of the box
**/
.subNavHeader
{
	border-top: 1px solid #31B2D6;
	border-left: 1px solid #31B2D6;
	border-right: 1px solid #31B2D6;
	background-color: #B2E2ED;
	height: 22px;
}

/**
 * Formats the title of the subNavHeader
**/
.subNavHeaderText
{
	margin: 0.1cm;
	font-weight: bold;
	text-align: left;
}

/**
 * Creates the bottom portion of the box
**/
.subNavContent
{
    border-left: 1px solid #31B2D6;
	border-right: 1px solid #31B2D6;
	border-bottom: 1px solid #31B2D6;
}

/**
 * Formats the text in the subNavContent
**/
.subNavContentText
{
	margin-left: 0.25cm;
	margin-right: 0.25cm;
	margin-bottom: 0.25cm;
}

/**
 * Formats the text of a link inside the subNavContent
**/ 
.subNavHeaderLink
{
	float: right;
	width: 150px;
	font-size: .6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #31CFCE;
	vertical-align: bottom;
	padding-top: 5px;
}

/**
 * Formats the text for an image caption
**/
.imgCaption
{
	font-size: 9pt;
	color: #999999;
	margin-bottom: 0.25cm;
	margin-left: 0.1cm;
}

/**
 * Formats the text for contact information
**/
.contactInfo
{
	margin-top: 0.5cm;
}

/**
 * Sets the background color of a block of text
**/
.blueHighlight
{
	background-color: #B2E2ED;
}					