/* DEFAULT STYLESHEET FOR MBARI HOME PAGE */
body
{
	background-color: #2362A5;
/*	background-color: #6d91d0;
*/	margin: 5px;
/*	background-image: url(../../art/global/backgrounds/sea_bg.jpg);
*/	background-repeat: repeat;
	background-attachment: fixed;
}

/* FONTS (set base font) */
body
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 10px;
}

/* class="small" available for occasional use in span tags, etc */
.small { font-size: .84em; }

/* PAGE WIDTH (use "page" to control the width of the home page) */
#page
{
	width: 80%;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding: 0px;
	min-width: 800px;
	/*max-width: 1200px;*/
}

/* HEADER ELEMENTS */
#printheader
{
	visibility: hidden;
	display: none;
}

#header
{
	height: 100px;
	background-image: url(../../art/global/header/rotator.php);
	/*background-image: url(../../art/global/header/auv.jpg);*/
	background-repeat: no-repeat;
	background-color: #01014f;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*Skip navigation links for accessibility*/
#skipLinks
{
	display: block;
	margin: 0;
	padding: 0;
}

#skipLinks ul
{
	padding: 0;
	margin: 0;
	list-style-image: none;
}

#skipLinks li
{
	list-style: none;
	position: absolute;
}

#skipLinks a
{
	position: absolute;
	margin-left: -9000px;
}

#skipLinks a:focus, #skipLinks a:active
{
	margin-top: 4px;
	margin-left: 110px;
	width: 11em;
	display: block;
	color: #CCC;
	font-size: 1em;
}

/* HEADER SEARCH BOX */
#header_search
{
	position: absolute;
	top: 50px;
	right: 0px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	text-align: right;
}

#header_search_box
{
	font-family: sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
	border-width: 0px;
	background-color: #ffffff;
	color: #000000;
	font-size: 1em;
}

#header_search_button
{
	font-family: Arial, sans-serif;
	padding: 1px 4px 1px 4px;
	margin: 0px 0px 2px 0px;
	background-color: #04549a;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	border-width: 0px;
}

#header_search_button:hover
{
	background-color: #0091cc;
	color: #ffffff;
	cursor: pointer;
}

/* HEADER MENU BAR  */
#header_menu
{
	height: auto;
	width: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background-color: #04549a;
	float: left;
}

#header_menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: normal;
	list-style-type: none;
	font-size: 1.2em;
}

#header_menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	float: left;
}

#header_menu a
{
	margin: 0px 0px 0px 0px;
	padding: 6px 15px 6px 10px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

#header_menu a:link
{
	color: #ffffff;
	text-decoration: none;
}

#header_menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#header_menu a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #0091cc;
}

/* MAIN CONTENT SECTION */
#content
{
	background-image: url(../../art/home/footer/coral_corner_white.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	clear: left;
}

/* LEFT COLUMN */
#left_cell
{
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

#motto
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left_column
{
	width: auto;
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	position: relative;
}

.left_box
{
	width: 168px;
	height: auto;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	border-color: #b3cbe1;
	border-width: 1px;
	border-style: solid;
	clear: both;
}

.left_box_title
{
	width: auto;
	height: auto;
	margin: -10px -10px 10px -10px;
	padding: 2px 10px 2px 10px;
	background-color: #b3cbe1;
	color: #04549a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	background-image: url(../../art/home/misc/gradient_background.jpg);
}

.left_box_title a:visited, a:link { color: #04549A; }

.left_box ul
{
	list-style-position: outside;
	margin: 0px 0px 0px -15px;
	padding: 0px 0px 0px 30px;
}

/* CENTER COLUMN */
#center_cell
{
	width: 100%;
	border-color: #01014f;
	border-width: 0px;
	border-style: solid;
	margin: 0px 0 0px 0;
	padding: 20px 20px 20px 20px;
	text-align: left;
	vertical-align: top;
}

/* NEWS FEATURE (main news feature at top of center column) */
.news_feature
{
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-color: #b3cbe1;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

.mbari_news_header
{
	font-size: 1.8em;
	font-weight: bold;
	color: #04549a;
	padding: 0px 0px 10px 0px;
	margin: -3px 0px 0px 0px;
}

.news_feature_date
{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

.news_feature_title
{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #04549a;
}

.news_feature img
{
	padding: 1px;
	margin: 0px 0px 4px 0px;
	border-color: #04549a;
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
}

.news_feature_caption
{
	font-size: 1em;
	font-style: italic;
}

.news_feature_story
{
	padding: 10px 0px 10px 0px;
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	margin: 0px;
	text-align: justify;
	font-size: 1.2em;
}

.news_feature_link a
{
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	padding: 0px 20px 0px 0px;
}

/* added by MBARI staff */
.caption_image_right
{
	margin: 2px;
	padding: 6px 2px 6px 12px;
	float: right;
	text-align: left;
}

/* NEWS BRIEFS (smaller news stories in the center column) */
.news_brief
{
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-color: #b3cbe1;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	font-size: 1em;
	clear: both;
}

.news_brief img
{
	padding: 1px;
	border-color: #04549a;
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
}

/* FLOAT LEFT IMAGES (provide this class attribute inside the img tag) */
.news_brief_left
{
	float: left;
	margin: 0px 10px 5px 0px;
}

/* FLOAT RIGHT IMAGES (provide this class attribute inside the img tag)  */
.news_brief_right
{
	float: right;
	margin: 0px 0px 5px 10px;
}

.news_brief_title
{
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

.news_brief_caption
{
	font-size: 1em;
	font-style: italic;
}

.news_brief_story
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

/* added by MBARI staff */
.news_brief_item
{
	display: block;
	margin-bottom: 5px;
	min-height: 140px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D3E1EE;
}

/* RIGHT COLUMN */
#right_cell
{
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
#socialmedia
{
		padding: 3px 0;
}

#right_column
{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	height: 100%;
	position: relative;
}

.right_box
{
	width: 190px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border-color: #b3cbe1;
	border-width: 1px;
	border-style: solid;
	clear: both;
}

.right_box ul, div, p { font-size: 1em; }

.right_box img
{
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-color: #b3cbe1;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: block;
}

.right_box_title
{
	width: auto;
	height: auto;
	margin: -10px -10px 10px -10px;
	padding: 2px 10px 2px 10px;
	background-color: #b3cbe1;
	color: #04549a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	background-image: url(../../art/home/misc/gradient_background.jpg);
}

.right_box_title a:visited, a:link { color: #04549a; }

.right_box ul
{
	list-style-image: url(../../art/global/bullets/disc_medium.gif);
	list-style-position: outside;
	margin: 0px 0px 0px -15px;
	padding: 0px 0px 0px 30px;
}

/* LINKS */
a:link
{
	color: #04549a;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #0074d9;
	text-decoration: none;
	font-weight: bold;
}

a:hover { text-decoration: underline; }

/* BULLETED LISTS */
ul li
{
	margin: 0px 0 0px 0px;
	padding: 2px 0px 2px 0px;
}

ul ul li
{
	margin: 0px 0 0px 0px;
	padding: 1px 0px 1px 0px;
}

ul
{
	list-style-image: url(../../art/global/bullets/arrow.gif);
	list-style-position: outside;
	margin: 10px 0px 0px -15px;
	line-height: normal;
	padding: 0px 0px 0px 40px;
	font-size: 1.2em;
}

ul ul
{
	list-style-image: url(../../art/global/bullets/disc_medium.gif);
	list-style-position: outside;
	margin: 5px 0px 5px -20px;
	font-size: .84em;
}

ul ul ul
{
	list-style-image: url(../../art/global/bullets/disc_small.gif);
	list-style-position: outside;
	margin: 5px 0px 5px -20px;
	font-size: 1em;
}

/* HORIZONTAL RULE (comparable to legacy class="blue_line") */
hr
{
	padding: 0px;
	margin: 10px 0 10px 0;
	height: 1px;
	background-color: #04549a;
	border-style: none;
	color: #04549a;
}

/* FOOTER ELEMENTS*/
#footer
{
	height: 100px;
	background-image: url(../../art/global/footer/coral_sea_floor_home.jpg);
	background-repeat: no-repeat;
	background-color: #01014f;
	position: relative;
}

#aquarium_link
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	bottom: 55px;
	right: 5px;
}

/* FOOTER MENU BAR  */
#footer_menu
{
	height: auto;
	width: 100%;
	font-weight: bold;
	position: relative;
	top: 65px;
	padding: 0px;
	margin: 0px;
	background-color: #04549a;
	float: left;
}

#footer_menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: normal;
	list-style-type: none;
	font-size: 1.2em;
}

#footer_menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	float: left;
}

#footer_menu li.address
{
	margin: 0px;
	padding: 4px 0px 4px 10px;
	white-space: nowrap;
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

#footer_menu a
{
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

#footer_menu a:link
{
	color: #ffffff;
	text-decoration: none;
}

#footer_menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#footer_menu a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #0091cc;
}

.news_brief_item .update_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}

