/* Start of CMSMS style sheet 'Default Stylesheet' */
body {
	background-color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	margin: 0px;
}

table {
	border-collapse: collapse;
	border-bottom-style: none;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a.currentpage {
	font-weight: bold;
	color: #990000;
}

a.activeparent {
	font-weight: bold;
	color: #990000;
}

a.currentpage:hover  {
	text-decoration: none;
        cursor: default;
}

img {
	border: none;
}

#headerBanner a {
	cursor: default;
}


table#container {
	width: 100%;
}

tr#header {
	background-color: #2F2F2F;
	height: 281px;
	vertical-align: top;
}

td#headerContent {
	background-image: url('uploads/images/header-background.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

tr#body {
	background-color: white;
	background-image: url('uploads/images/body-background-bottom.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
	vertical-align: top;
}

td.stage {
	width: 1237px;
}

div.bodyPadding {
	background-image: url('uploads/images/body-background-top.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	min-height: 533px;
}

td#bodyContent {
	background-image: url('uploads/images/content-background-bottom.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
        height: auto;
        height: 100%;
	min-height: 533px;
}

div#bodyContentContainer {
	position: relative;
	background-image: url('uploads/images/content-background-top.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 533px;
}

table#content {
	margin-left: 161px;
	margin-top: 23px;
	margin-bottom: 60px;
	width: 879px;
}

td#navigation  {
	width: 200px;
	vertical-align: top;
}

#navigation ul  {
	margin:0; padding:0; list-style-type:none;
}

#navigation li {
	background-repeat: no-repeat;
}

#navigation a {
	display: block;
	width: 189px;
	height: 0;
	padding-top: 26px;
	color: #000;
	overflow: hidden;
}

#navigation li#HomeMenuItem {
	background-image:url('uploads/images/menu-items/home.gif');
}

#navigation li#ProductsMenuItem {
	background-image:url('uploads/images/menu-items/products.gif');
}

#navigation li#TrainingMenuItem {
	background-image:url('uploads/images/menu-items/training.gif');
}

#navigation li#ResearchMenuItem {
	background-image:url('uploads/images/menu-items/research.gif');
}

#navigation li#LinksMenuItem {
	background-image:url('uploads/images/menu-items/links.gif');
}

#navigation li#ContactMenuItem {
	background-image:url('uploads/images/menu-items/contact.gif');
}

#navigation li#Seaport-eMenuItem {
	background-image:url('uploads/images/menu-items/seaport.gif');
}


#leftContentColumnContent .NewsSummary {
	padding-bottom: 26px;
         text-transform:none;
}

#leftContentColumnContent .NewsSummaryPostdate {
	font-weight: bolder;
}

#leftContentColumnContent .NewsSummaryCategory {
	display: none;
}

#leftContentColumnContent .NewsSummaryAuthor {
	display: none;
}

#leftContentColumnContent .NewsSummaryLink {
	display: none;
}

td.leftContentColumn {
	width: 172px;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: top;
        text-transform: lowercase;
}

td.rightContentColumn {
	width: 455px;
	padding-left: 13px;
	padding-right: 13px;
	vertical-align: top;
}

td#leftContentColumnHeader {
	text-align: right;
        padding-right: 0px;
        padding-left: 0px;
	padding-bottom: 20px;
	height: 10px;
}

td#rightContentColumnHeader {
	padding-bottom: 20px;
	height: 10px;
}

td#leftContentColumnContent ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 25px;
}

td#rightContentColumnContent ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 25px;
}

div#headerBanner {
	position: relative;
	width: 622px;
	height: 224px;
	top: 55px;
	left: 393px;
}


div#productDetails {
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 50px;
}

div#productDetails h1 {
        cursor: pointer;
        text-transform: lowercase;
        font-size: 10px;
}

div#productDetails p {
        display: none;
}

div#productDetails ul {
        display:none;
}

.thumbnail {
	cursor: pointer;
}

li .sectionheader {
       padding-bottom: 10px;
       text-transform: uppercase;
}

#title {
        font-size: 14pt;
	font-weight: bold;
        color: #596d86;
        padding-top: 11px;
        text-transform: uppercase;
}
/* End of 'Default Stylesheet' */

/* Start of CMSMS style sheet 'Lightbox Stylesheet' */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(uploads/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(uploads/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(uploads/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* End of 'Lightbox Stylesheet' */

