/*
Design by Katherine Spencer Joyce
Woods Hole Oceanographic Institution
*/


html {
	min-height: 100%;
	margin-bottom: 1px;
}


/* A very special message for IE6 folks */
#ie-message {
background:#C00;
text-align:center;
border-bottom:1px solid #900;
color: #fff;
position:absolute;
top:0;
padding:5px;
width:100%;
}
#ie-message a {
color: #fff;
}


body {
	margin: 0px;
	padding: 0;
	background: #003e63 url(images/bg.jpg) repeat-x;
	font-family:  Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.6em;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.9em;
	color: #010D33;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;

}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	margin-top: 4px;
}

/*h4 {
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 4px;
}*/

/* makes it the same styles as subhead*/
h4 {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
	font-size: 1.1em;
}

ul {
}

a {
	text-decoration: none;
	color: #006792;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0px;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}



/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bgPage.png) repeat-y center top;

}

* HTML #wrapper {/* PNG Alpha IE Win ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bgPage.png', sizingMethod='scale');
}

#wrapper { behavior: url(http://www.whoi.edu/cms/css/sb/development/iepngfix.htc) }

#wrapperNoside {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bgPagenoside.png) repeat-y center top;
}

* HTML #wrapperNoside {/* PNG Alpha IE Win ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bgPagenoside.png', sizingMethod='scale');
}


/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	height: 115px;
	background-image: url(images/bgHeader.jpg);
	background-repeat: no-repeat;
}

#backWHOI {
	width: 450px;
	line-height: 40px;
	font-size: 13px;
	text-transform:uppercase;
	letter-spacing: .15em;	
}

#backWHOI a {
	color: #bcc2ca;
	
}

#backWHOI a:hover {
	color: #FFF;
	text-decoration:none;
	
}

#logo {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 13px;
}

/* Search */

.searchArea {
	float: right;
	font-size: 0.95em;
	}
	
/* Top Menu */

#topMenu {
	width: 350px;
	padding: 0px;
	float: right;
	font-size: 13px;
	line-height: 38px;
	text-align: left;
}

#topMenu ul {
	margin: 0;
	padding: 0;
}

#topMenu li {
	display: inline;
	background-image: url(images/bulletEast.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 12px;
}


#topMenu a {
	text-decoration: none;
	color: #999;
	padding-right: 3px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
	}

#topMenu a:hover {
	color: #FFF;
}

#topMenu .current_page_item a {
	color: #FFF;
}	
	
/* top slideshow on homepage*/

#top {
	width: 670px;
	height: 565px;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	background-color: #003357;
}



#top p {
	font-size: 1em;
	line-height: 1.6em;

}

#top .items {
	width: 350px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top: 20px;
}
#top .items img {
	float:left;
	margin-bottom:45px;
	margin-right: 15px;
}

#top .items p {
	color: #FFF;
	margin: 5px 0px;


}
#top .items h2 {
	font-weight: normal;
	color: #FFF;
}



/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	padding-top:0px;
	
}



/* ------------------SIDEBARS-------------------- */

/* nav sidebar */

#sidebar1 {
	float: left;
	width: 260px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
}



#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar1 li {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	list-style-type: none;
}


#sidebar1 li {
	margin: 0px 10px 10px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bgSideBullet.gif) no-repeat left 6px;
}


#sidebar1 h2 {
	height: 41px;
	background: url(images/bgSideH1.jpg) repeat-x;
	color: #FFF;
	font-size: 1.4em;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 2px;
	line-height: 31px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 5px;
}

#sidebar1 h2 a {
	color: #FFF;
}

#sidebar1 p {
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #333;
}

#sidebar1 .box {
	display: block;
	margin-top: 12px;
	border-bottom: 1px solid #0A689C;
	padding-bottom: 15px;
	margin-bottom: 25px;
	background-color: #d0e5f0;
}

/* MIDDLE SIDEBAR FOR INDEX PAGE */

#sidebar {
	float: left;
	width: 300px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 6px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li {
	list-style-type: none;
	margin: 5px 10px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bgSideBullet.gif) no-repeat left center;
}


#sidebar h2 {
	background-image: url(images/bgMidH1.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 23px;
	font-size: 1.3em;
	margin: 0px 0px 9px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	display: block;
	}

#sidebar p {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #666;
	display: block;
	padding-bottom: 0px;
}




#sidebar .links {
	text-align: right;
	display: block;
}

#sidebar img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#sidebar .entry h2 {
	color: #066;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	border-top-style: none;
	background-image: none;
	height: auto;
	margin: 0px 0px 2px;

}

#sidebar .entry h2 a {
	color: #066;
	line-height: 1.4em;

}


/* RIGHT SIDEBAR FOR INSIDE PAGES*/

#sidebar2 {
	float: right;
	margin-top: 20px;
	padding-right: 15px;
	width: 250px;
	font-size: .9em;
	line-height:1.5em;
	color: #666;}

#sidebar2 .wrap {
    clear: both;
}


#sidebar2 ul {
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	list-style: none;
}


#sidebar2 li {
	list-style-type: none;
	/*margin: 5px 10px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bgSideBullet.gif) no-repeat left 5px;*/

}


#sidebar2 h2 {
	background-image: url(images/bgMidH1.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 23px;
	font-size: 1.2em;
	margin: 20px 0px 9px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	font-weight:normal;
	display: block;
	}

#sidebar2 p {
	padding: 0px;
	font-size: 1em;
	color: #666;
	margin: 0px;
	margin-top: 5px;
}

#sidebar2 .resources p {
	margin: 0px;
	margin-top: 0px;
}



#sidebar2 img {
	max-width: 250px;
	height: auto;
}

#sidebar2 .links {
	text-align: right;
	display: block;
}

#sidebar2 .nofloat {
	float: none;
	clear: none;
	margin: 0px;
	padding: 0px;
}

#sidebar2 .entry h2 {
	color: #066;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	border-top-style: none;
	background-image: none;
	height: auto;
	margin: 0px 0px 2px;

}

#sidebar2 .entry h2 a {
	color: #066;
	line-height: 1.4em;

}



/* Content wrappers for homepage */

#leftHome { /* left side for homepage */
	width: 245px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

#leftHome p {
	color:#333;
	font-size:.95em;
	line-height:1.6em;
	margin:0px;
}

#leftHome .donate {
	background-image:url(images/btnGift.png);
	background-repeat:no-repeat;
	height: 70px;
}

#leftHome .donate p  {
	text-align: center;
	font-size: 1.4em;
	line-height: 44px;
	width: 205px;
	
}

#leftHome .donate p a {
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#leftHome .item  {
	margin-bottom: 10px;
	
}
	
#leftHome .item .imgLeft {
	margin-right: 12px;
}

#leftHome img.left {
	float: left;
	margin: 0 15px 0 5px;
}


#leftHome .item H2 {
	background-image: url(images/itemTop.png);
	background-repeat: no-repeat;
	color: #fff;
	padding-right: 0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1em;
	line-height: 36px;
	text-indent: 10px;
	margin: 0px;
	height: 30px;
	padding: 0px;

}

#leftHome .item .middle {
	background-image: url(images/itemBG.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#leftHome .item .middle img {
	max-width: 218px;
	height: auto;
	
	
}

#leftHome .item .middle .caption {
	color: #666;
	font-size:.9em;
	text-transform:uppercase;
	letter-spacing: .1em;
	margin-top: 8px;
	
	
}

#leftHome .item .middle .mail {
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-top: 5px;	

}

#leftHome .item .middle p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #333;
	max-width: 218px;

}

#leftHome .item .bottom {
	background-image: url(images/itemBtm.png);
	background-repeat: no-repeat;
	height: 15px;
	margin: 0px;
}

#leftHome a {
	color:#069;
	font-size: 1em;
}

#leftHome ul {
	margin: 0px;
	padding: 0px;
	
}

#leftHome li {
	background-image: url(images/leftArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-top: 6px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 3px;
	padding-left: 12px;
}


#middleHome { /* middle content for homepage */
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;

	
}

#middleHome H2 {
	background-image: url(images/bgSideH1.jpg);
	background-repeat: repeat-x;
	font-size: 1.em;
	color: #010D34;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 5px;
	font-size: 1.6em;
	padding-bottom: 5px;
}

#middleHome H3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height:normal;
}

#middleHome p {
	margin-top:5px;
}

#rightHome { /* right content for homepage */
	float: right;
	margin-right: 10px;
	margin-top: 25px;

	
}

#rightHome H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #003357;
	
}

#rightHome p {
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 8px;	
	
}

#rightHome ul {
		
	
}

#rightHome li {
	font-size: 1.1em;
	list-style-type: square;
	margin: 0px;
	
}


/* Content for internal*/

#content {
	float: left;
	padding: 10px 0px 0px 15px;
	width: 387px;
	margin-left: 5px;
}

#content img {
	max-width: 650px;
	height: auto;
}

#content h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
}


#contentNoside {
	float: left;
	padding: 10px 10px 0px;
	width: 650px;
	margin-left: 10px;
}

#contentNoside img {
	max-width: 650px;
	height: auto;
}

#contentNoside h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #003357;
}

#contentOpen {
	float: left;
	padding: 20px 20px 0px 40px;
	width: 920px;
}

.breadcrumbs {
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 8px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 1.8em;
	
}


.post {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.post .wrap {
	clear: both;
}

.post p {
	font-size:1em;
}

.post h1 {
	color: #010D34;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 0px 6px;
	padding-bottom: 0px;
}

.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #003357;
	margin: 0px;
	padding: 0em;
	margin-bottom: 8px;
}

.post h3 {
	color: #01679a;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;	
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;

}

.post h3.contentList {
	color: #173656;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;	
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: .05em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #27668f;
}



.post p {
	margin-top: 0px;
	
	
}

.post td {
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

.post .top {
	background-color: #E0E0E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 1.1em;
}

/* .post img {
	float: left;
	margin-right: 12px;
	clear: left;
}

RELIC of WHOI.edu - these may go away */

.post .caption {
	color:#666;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	
}

/*.post .subhead {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
	font-size: 1.1em;
}*/

.post .subhead {
	font-size: 1.2em;
	margin:0px;
	padding: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ------------------------------------- */


.entry {
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	/* border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC; */
	padding-bottom: 0px;
	padding-top: 10px;
}

.entry iframe {
	overflow: visible;
	
}


.entry H4 {
	font-size: 1.2em;
	margin:0px;
	padding: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.entry H5 {
	text-transform:uppercase;
	color:#999;
	font-size: .9em;
	margin:0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .5em;
}

.entry p {
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 1.5em;
}


.entry a {
	color: #069;
	margin: 0px;
	padding: 0px;
}

.entry img {
	float: left;
	margin-right: 12px;
	clear: left;
}

.entry ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1.6em;
	
}

.entry li {
	padding-left: 0.8em;
	list-style-image: url(images/contentBullet.gif);
	list-style-position: inside;
	margin-bottom: .5em;
}

.entry li a {
	color: #069;

}

.entry .multi {
	width: 435px;
	float:right;
	overflow:hidden;
}

.entry .universal {
	overflow:hidden;
	margin-top: 20px;
}

.entry .contentlist {
	font-size: 36px;
}

.entry.contentlist p {
	margin: 0px;
}

/* ----------------ARTICLES--------------------- */


.entryArticle {
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #55BEE7;
	padding-bottom: 10px;
}


.entryArticle p {
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 1.5em;
}


.entryArticle a {
	color: #069;
	margin: 0px;
	padding: 0px;
}

.entryArticle img {
	float: left;
	margin-right: 12px;
	clear: left;
}

.entryArticle ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1.6em;
	
}

.entryArticle li {
	padding-left: 0.8em;
	list-style-image: url(images/contentBullet.gif);
	list-style-position: inside;
	margin-bottom: .5em;
}

.entryArticle .multi {
	width: 435px;
	float:right;
	overflow:hidden;
}

.entryArticle .universal {
	overflow:hidden;
	margin-top: 20px;
}


/* photo container in sidebar */

.articlePhoto {
	margin-bottom: 25px;
}

/* toolbox in sidebar */


#toolbox  {
	float:right;
	font-size: 9px;
	margin-top: 10px;
	background-color: #FFF;
	display: block;
}

#content #toolbox  {
	float:right;
	margin-right:0px;
	font-size: 9px;
	margin-top: 0px;
}

#contentNoside #toolbox  {
	float:right;
	margin-right:0px;
	font-size: 9px;
	margin-top: 0px;
}

#toolbox p {
	text-transform: uppercase;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #efefef;
	display: inline;
	letter-spacing: 0.1em;
	color: #000;
	margin-right: 3px;
	font-size: 9px;

}

#toolbox .tlprint {
	background-image:url(images/printer.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 23px;
	height:14px;

}

#toolbox .tlshare {
	height:14px;
	
}

#toolbox .tlshare img {
	height:13px;
	
}

#toolbox #switcher {
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #efefef;
	float:left;
	height:15px;
	margin:0px 8px 0px 0px;
	display: block;
	width: 54px;

}

#toolbox #switcher a img {
	background: #999;
	margin:0px 2px 0px 0px;
	padding: 0px;
	float: left;
	}

#toolbox #switcher a:hover img {
	background: #036;
	}



/* WRAPPED RIGHT SIDEBAR FOR INSIDE PAGES*/

#sidebarWRAP {
	float: right;
	padding-right: 0px;
	width: 280px;
	font-size: 0.9em;
	line-height:1.5em;
	color: #666;
	margin-left: 20px;
	margin-bottom: 20px;
}


#sidebarWRAP ul {
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	list-style: none;
}


#sidebarWRAP li {
	list-style-type: none;
	/*margin: 5px 10px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bgSideBullet.gif) no-repeat left 5px;*/

}


#sidebarWRAP h2 {
	background-image: url(images/bgMidH1.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 23px;
	font-size: 1.2em;
	margin: 20px 0px 9px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	font-weight:normal;
	display: block;
	}

#sidebarWRAP p {
	padding: 0px;
	font-size: 1em;
	color: #666;
	display: block;
	margin: 0px;
	margin-top: 5px;
}

#sidebarWRAP .resources p {
	margin: 0px;
	margin-top: 0px;
}

#sidebarWRAP img {
	float: left;
	margin-right: 10px;
	
}

#sidebarWRAP p img {
	max-width: 280px;
	height: auto;
	border: 0;
	border: none;
	float: left;
	margin-bottom: 8px;
	
}

#sidebarWRAP p img a {
	border: 0;
	border: none;
}



#sidebarWRAP .links {
	text-align: right;
	display: block;
}

#sidebarWRAP .nofloat {
	float: none;
	clear: none;
	margin: 0px;
	padding: 0px;
	max-width: 280px;
	height: auto;
	margin-top:25px;
}

#sidebarWRAP .entry h2 {
	color: #066;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	border-top-style: none;
	background-image: none;
	height: auto;
	margin: 0px 0px 2px;

}

#sidebarWRAP .entry h2 a {
	color: #066;
	line-height: 1.4em;

}

	
	
/* LINK IN SIDEBAR */

.resources {
	clear:both;
	margin-bottom:12px;
	display: block;
	overflow: hidden;
}


.resources p {
	margin: 0px;
	margin-top: 0px;
}

.resources p a {
	font-size: 1.1em;
	font-weight: bold;
}	

.resources img {
	float: left;
	margin-right: 15px;
}	


/* Sidebar for Multimedia */

#sidebarMulti {
	float: right;
	width: 250px;
	margin-top: 20px;
	padding-right: 15px;
}

#sidebarMulti .left {
	float: left;
	padding-right: 0px;
	display: block;
	margin-top: 15px;
	width: 260px;
	font-size: .9em;
}
#sidebarMulti img {
	float: left;
	margin-right: 10px;
}


/* Footer */

#footer {
	width: 960px;
	height: 105px;
	margin: 0 auto;
	background: #001730;
	color: #C2E1EF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #05456F;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#footer p {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 12px;
	text-align: left;
	font-size: 0.95em;
	color: #cecece;
	line-height: 1.5em;
}

#footer a {
	color: #FFF;
}

#footer .mission {
	float:right;
	width: 350px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBE2F4;
	padding-left: 20px;
	margin-top: 0px;
	padding-right: 15px;
}

#footer .mission p {
	color: #FFF;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin-right: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D8E5ED;
	padding-right: 12px;
}

#footer li.last {
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #D8E5ED;
	
}




/* Styles for Slideshow using numbers 
-------------------------------------------------------------------- */

.slideshow {

	border: 0px dotted #cccccc;
	padding-left : 0px;
	padding-bottom : 6px;
	padding-top : 0px;
	padding-right : 0px;
	float : left; 
	width : 700px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.slideshow img {
	margin: 5px 0px 5px 0px;
}

/* Styles for Slideshow numbers 
-------------------------------------------------------------------- */

#numbers {
	height: 18px;
	padding: 3px 3px 3px 0px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#numbers ul, #numbers li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#numbers a:link, #numbers a:visited {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 0px;
	border: 1px solid #C0E7E7;
	text-decoration: none;
	color: #036;
	background-color: #DBF4F4;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	}

#numbers a:link.active, #numbers a:visited.active {
	border: 1px solid #bbbbbb;
	color: #DBF4F4;
	background-color: #036;
	}

#numbers a:hover {
	color: #DBF4F4;
	background-color: #036;
	}
	
/* relic of whoi.edu tables - will change */

.winches_table {
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	background-color: white;
}
.winches_table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
.winches_table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;

}

.winches_table p {
	padding: 0px;
	margin: 0px;

}

.winches_table td.heading  {
	background-color: #e3e7ed;
	font-size: 1.2em;
	font-weight:bold;
	padding: 5px;

}

/* homepage slideshow */

#slider4{
	width: 670px; /*width of featured content slider*/

}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	height: 400px;
	margin:0px;
}

* html .sliderwrapper{
	display: inline-block;
}

* +html .sliderwrapper{
	display: inline-block;
}


    
.sliderwrapper a {
	color: #69c8f2;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0px;
	
	height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper .contentdiv h1 {
	font-size: 22px;
	color: #69c8f2;
	margin-left:12px;
	margin-right: 15px;
	margin-bottom:5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sliderwrapper .contentdiv h1 a {
	color: #69c8f2;
}

.sliderwrapper .contentdiv p {
	font-family: Arial, sans serif;
	font-weight:normal;
	font-size: 12px;
	line-height:18px;
	color: #FFF;
	margin:0px;
	margin-left:12px;
	margin-right: 15px;
}

.sliderwrapper .contentdiv p .source {
	font-size: 11px;
	line-height:18px;
	color: #CCC;
	
}


#paginate-slider4{
	padding: 6px;
	height: 145px;
}

#paginate-slider4 .toc a {
	float:left;
	margin: 0px 1px 0px 5px;
	display:block;
	text-decoration: none;
	color: #003357;
	text-align: center;
	line-height: 1.8em;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 148px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#paginate-slider4 .toc a:hover {
	background-position:0% -150px;
	
}

#paginate-slider4 .toc a.selected {
	background-position:0% -150px;
	
}


#paginate-slider4 .toc img a {
	border:none;
	border: 0px solid #D4E6F2;
    text-decoration:none;
	
	}
	
	
#paginate-slider4 .rss {
	text-align: right;
	clear: both;
	padding-top: 7px;
	padding-right: 5px;
	
	
	}
	
	
#paginate-slider4 .rss a {
	    text-decoration:none;

	
	}
	
	
* html .toc { /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
