body {
	background: url('../images/background_content0.gif') repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}
a {
	color: #000066;
}
hr {
	border: 0;
	height: 1px;
	background-color: #a1a1b9;
}
#pageWrapper {
	position:relative;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	z-index:100;
	position:relative;
}
#landmarkContainer {
	background: url('../images/home_display_glow.png') repeat-y;
	height: 39px;
	z-index:30;
}
#landmark {
	float:left;
	width:351px;
	height: 39px;
}
#logo {
	position: absolute;
	z-index:10;
	width: 98px;
	height: 96px;
	background: url('../images/logo_content.png') no-repeat;
	margin-left: -6px;
	cursor: pointer;
	cursor: hand;  // IE
}

#mainNavigation {
	height: 27px;
	padding-left: 314px;
	margin-left: -314px;
}
.accomplishments #landmark {
	background: url('../images/landmark_accomplishments.png') no-repeat;
}
.accomplishments #mainNavigation {
	background: url('../images/glow_accomplishments.png') no-repeat;
}
.research #landmark {
	background: url('../images/landmark_research.png') no-repeat;
}
.research #mainNavigation {
	background: url('../images/glow_research.png') no-repeat;
}
.accept-the-challenge #landmark {
	background: url('../images/landmark_accept.png') no-repeat;
}
.accept-the-challenge #mainNavigation {
	background: url('../images/glow_accept.png') no-repeat;
}
.about-nrl #landmark {
	background: url('../images/landmark_about.png') no-repeat;
}
.about-nrl #mainNavigation {
	background: url('../images/glow_about.png') no-repeat;
}
.doing-business #landmark {
	background: url('../images/landmark_business.png') no-repeat;
}
.doing-business #mainNavigation {
	background: url('../images/glow_business.png') no-repeat;
}
.field-sites #landmark {
	background: url('../images/landmark_fieldsites.png') no-repeat;
}
.field-sites #mainNavigation {
	background: url('../images/glow_fieldsites.png') no-repeat;
}
.visitor-info #landmark {
	background: url('../images/landmark_visitors.png') no-repeat;
}
.visitor-info #mainNavigation {
	background: url('../images/glow_visitors.png') no-repeat;
}
.contact-nrl #landmark {
	background: url('../images/landmark_contact.png') no-repeat;
}
.contact-nrl #mainNavigation {
	background: url('../images/glow_contact.png') no-repeat;
}
.i_pipeline #landmark {
	background: url('../images/landmark_pipeline.png') no-repeat;
}
.i_pipeline #mainNavigation {
	background: url('../images/glow_pipeline.png') no-repeat;
}
.search #landmark {
	background: url('../images/landmark_search.png') no-repeat;
}
.search #mainNavigation {
	background: url('../images/glow_search.png') no-repeat;
}
.media #landmark {
	background: url('../images/landmark_news.png') no-repeat;
}
.media #mainNavigation {
	background: url('../images/glow_news.png') no-repeat -6px 0;
}
#mainNavigation ul {
	margin: 0px 0px;
	padding: 0px;
}

#mainNavigation ul li {
	float: right;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #fff;
}
#mainNavigation ul li a {
	color: #fff;
	text-decoration: none;
}

/* Headerlinks Menu */

#mainNavigation ul,
#mainNavigation li {
	list-style-type:none;
	margin:0;
	padding:0;
	z-index:20;
}

/* Flatten top level links */
#mainNavigation ul.level1 li {
	width:auto;
	position:relative;
}

#mainNavigation ul.level1 li a {
	display: block;
	color: white;
	border-right: solid #88889b 1px;
	border-left: solid #b6b6c9 1px;
	padding: 2px 12px 2px 12px;
	margin-bottom:5px;
}
#mainNavigation ul li.first a {
	border-left: none;
}
#mainNavigation ul li.iehover-last a,
#mainNavigation ul li.last a {
	border-right: none;
}

/* Hover over a top-level list item, make the anchors do stuff */
#mainNavigation ul.level1 li.iehover a,
#mainNavigation ul.level1 li.iehover-last a,
#mainNavigation ul.level1 li:hover a  {
	color: white;
	position: relative;
	border-bottom: none;
}

/* Move off screen*/
#mainNavigation ul.level1 li ul {
	width: 150px;
	position: absolute;
	left: -9001px;
	border: 1px solid #cfcfda;
	border-top: none;
	background: url('../images/nav_dropdown_bg1.png') repeat-x;
}

/* Hover over any list item and the ul jumps into place */
#mainNavigation ul.level1 li.iehover ul,
#mainNavigation ul.level1 li.iehover-last ul,
#mainNavigation ul.level1 li:hover ul {
	left: auto;
	margin-left: -1px;
	width: 200px;
	margin-top: -2px;
}
#mainNavigation ul.level1 li.iehover-last ul,
#mainNavigation ul.level1 li.last:hover ul {
	right: 0;
	text-align: right;
}
#mainNavigation ul.level1 li.iehover-last ul a,
#mainNavigation ul.level1 li.last:hover ul a {
	padding-right:11px;
}

/* Override everything but the top level borders */
#mainNavigation ul.level1 li.iehover ul a,
#mainNavigation ul.level1 li.iehover-last ul a,
#mainNavigation ul.level1 li:hover ul a {
	border: none;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
}

/* Override whatever border came from higher up */
#mainNavigation ul.level1 li ul a {
	border: none;
	color: black;
}

/* Unflatten links that aren't top-level */
#mainNavigation ul.level1 li ul li {
	margin-top:0;
	float:none;
}

#mainNavigation ul.level1 li ul li.iehover,
#mainNavigation ul.level1 li ul li.iehover-last,
#mainNavigation ul.level1 li ul li:hover {
}

/* Hover over a drop-down list item, make the anchor do stuff */
#mainNavigation ul.level1 li ul li.iehover a,
#mainNavigation ul.level1 li ul li.iehover-last a,
#mainNavigation ul.level1 li ul li:hover a {
	background: url(../images/menu_select_darker.png);
	color: white;
	z-index:25;
}
/* End of Headerlinks menu */

/* Begin Secondary Navigation menus */
#secondaryNavigation {
	float: right;
	margin-top: 0px;
}
#secondaryNavigation ul,
#secondaryNavigation li {
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:30;
}
#secondaryNavigation ul li {
	float:right;
}

/* Background image on the top li elements - this is what makes the border */
#secondaryNavigation ul.level1 li { background:url('../images/secondary_toprow_bg.gif') no-repeat center right; }
#secondaryNavigation ul.level1 li li { background-image:none; }

#secondaryNavigation ul.level1 li a {
	text-decoration:none;
	display:block;
	margin-bottom:4px;
	margin-top:5px;
	padding: 2px 13px 2px 12px;
	font-size: 11px;
	color: #a1a1b9;
	line-height:14px;
}

#secondaryNavigation ul.level1 li.iehover a,
#secondaryNavigation ul.level1 li.iehover-first a,
#secondaryNavigation ul.level1 li:hover a {
	z-index:35;
	position:relative;
	margin-bottom:0;
	margin-top:0;
	padding:6px 12px 6px 13px;
	margin-left:-2px;
	border:1px solid #3e4a94;
	border-bottom:none;
	background:url('../images/secondary_bg.png') no-repeat bottom left;
}
#secondaryNavigation ul li ul li {
	float:none;
}

#secondaryNavigation ul.level1 li ul {
	width:150px;
	position:absolute;
	left: -9001px;
	border:1px solid #3e4a94;
	background:url('../images/secondary_bg.png') no-repeat 0px -1px;
}
#secondaryNavigation ul.level1 li.iehover ul,
#secondaryNavigation ul.level1 li.iehover-first ul,
#secondaryNavigation ul.level1 li:hover ul {
	left:auto;
	margin-left:-2px;
	margin-top:-1px;
}

#secondaryNavigation ul.level1 li.iehover ul a,
#secondaryNavigation ul.level1 li.iehover-first ul a,
#secondaryNavigation ul.level1 li:hover ul a {
	border:none;
	background:none;
	padding-left:15px;
}

#secondaryNavigation ul.level1 li.iehover-first a,
#secondaryNavigation ul.level1 li:hover.first a {
	border-left:1px solid #3e4a94;
}
#secondaryNavigation ul.level1 li.iehover-first li a,
#secondaryNavigation ul.level1 li:hover.first li a {
	border:none;
}

#secondaryNavigation ul.level1 li ul li.iehover a,
#secondaryNavigation ul.level1 li ul li.iehover-first a,
#secondaryNavigation ul.level1 li ul li:hover a {
	z-index: 35;
	background: url(../images/menu_select_lighter.png);
	margin-left:0;
	padding-left:13px;
}

form#searchForm {
	float:right;
}

form#searchForm input {
	height:14px;
	width:140px;
	padding:1px 5px;
	text-align:center;
	color:#bebed7;
	border:1px solid #787890;
	background-color:#343483;
}

form#searchForm div {
	line-height:14px;
	padding:5px 12px 3px 12px;
}
form#searchForm.active {
	margin-top:0;
}
form#searchForm.active div {
	padding:4px 11px 4px 13px;
	border:1px solid #3e4a94;
	border-bottom:none;
	background:url('../images/secondary_bg.png') no-repeat bottom left;
	z-index:45;
	position:relative;
	margin-left:-2px;
}
form#searchForm.searching input {
	background: #343483 url('../images/spinner.gif') no-repeat center right;
}
form#searchForm ul,
form#searchForm li {
	font-size:11px;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:40;
}

form#searchForm ul {
	width:200px;
	color: #a1a1b9;
	text-align: right;
	position: absolute;
	right:0;
	margin-top:-1px;
	border:1px solid #3e4a94;
	background:url('../images/secondary_bg.png') no-repeat 0px -1px;
	left: -9001px;
}
form#searchForm.active ul {
	left:auto;
}
form#searchForm ul a {
	text-decoration:none;
	color: #a1a1b9;
	display:block;
	padding:5px 12px 5px 13px;
	line-height:16px;
}
form#searchForm ul li.hover a {
	z-index: 45;
	background: url(../images/menu_select_lighter.png);
}

#content {
	clear:both;
}

#breadCrumb {
	z-index:15;
	position:relative;
	color: #a1a1b9;
	font-size: 11px;
	margin-left: 76px;
	padding-top: 5px;
}
#breadCrumb a {
	color:#a1a1b9;
	text-decoration:none;
}
#breadCrumb a:hover {
	text-decoration:underline;
}

#title {
		margin: 16px 13px 8px 188px;
}
#title.fullWidth {
	margin-left: 13px;
}
#title h1 {
	font-size: 24px;
	color: #000066;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
}
#title .pr-sub-title {
	font-size: 16px;
	color: #000066;
	font-weight: normal;
	font-style: italic;
}

#leftColumn {
	float: left;
	width: 160px;
	margin: 1px 20px 0px 10px;
}
#leftColumn p {
	margin: 0px;
}

ul.localNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.localNav li {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	list-style: none;
	font-size: 12px;
	color: #9292a9;
}
ul.localNav li a {
	text-decoration: none;
	color: #9292a9;
}
ul.localNav li a:hover {
	text-decoration: underline;
}

ul.localNav li, ul.localNav li.current a {
	color: #000066;
}
ul.localNav li ul {
	margin-top: 4px;
	margin-left:0;
	padding-left: 10px;
}
ul.localNav li li {
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
ul.localNav li li a, ul.localNav li.current li a, ul.localNav li li.current li a {
	color: #9292a9;
}

#rightColumn {
	float: left;
	width: 145px;
	margin: 3px 0px 0px 27px;
}
#mainColumn {
	float: left;
	width: 605px;
}
#mainColumn.noSidebar {
	width: 777px;
}
#mainColumn.noSidebar.noLeftColumn {
	width: 937px;
	margin-left: 20px;
}
#mainColumn p.firstPara {
	margin-top: 0px;
}
#mainColumn p {
	margin: 0px 0px 12px 0px;
	line-height: 20px;
}
#mainColumn .notice {
    font-size: 7pt;
    text-decoration: none;
    font-weight: bold;
    line-height: 11px;
}
img.floatLeft {
	margin: 6px 18px 12px 0px;
	float: left;
}
img.floatRight {
	margin: 6px 0px 12px 18px;
	float: right;
}

/* Sidebars */
.relatedInformation {
	width: 145px;
	border: solid #000066 1px;
}
.relatedInformation .sidebarTitle {
	background-image: url('/content_images/related_info_title.gif');
	height: 17px;
}
.relatedInformation .sidebarContent {
	padding: 16px 8px;
	text-align: center;
}

/* Press Releases */
.release_column {
	/* what is this? */
	font-weight: normal;
	color: #fff;
	padding: 2px 0px;
}
.prMetaLeft {
	width: 280px;
	float: left;
	color: #a1a1b9;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.prMetaLeft a {
	color: #a1a1b9;
	text-decoration: none;
}
.prMetaLeft a:hover {
	text-decoration: underline;
}
.prMetaLeftBottom {
	width: 280px;
	float: left;
	color: #a1a1b9;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.prMetaLeftBottom a {
	color: #a1a1b9;
	text-decoration: none;
}
.prMetaLeftBottom a:hover {
	text-decoration: underline;
}
.prMetaRight {
	width: 493px;
	float: right;
	color: #a1a1b9;
	font-size: 12px;
	line-height: 16px;
	margin-top: -1px;
}
.prMetaRight a {
	color: #a1a1b9;
	text-decoration: none;
}
.prMetaRight a:hover {
	text-decoration: underline;
}
a.twitter {
	margin-left: 5px;
	vertical-align: text-top;
	font-size: 10pt;
	cursor: pointer;
	padding-left: 18px;
	background: no-repeat center left url('/images/pressRelease/twitter_icon.gif');
}
a.twitter:hover {
	text-decoration:underline;
}
a.comments {

	margin-left: 20px;
	vertical-align: text-top;
	font-size: 10pt;
	cursor: pointer;
	padding-left: 35px;
	padding-right:5px;
	background: no-repeat center left url('/images/pressRelease/comment.png');

}
a.comments:hover {
	text-decoration:underline;
}
a.rss {
	margin-left: 5px;
	vertical-align: text-top;
	font-size: 10pt;
	cursor: pointer;
	padding-left: 18px;
	background: no-repeat center left url('/images/pressRelease/feed-icon.gif');
}
a.rss:hover {
	text-decoration:underline;
}
div.floatLeft, span.floatLeft  {
	float: left;
	margin: 6px 18px 12px 0px;
}
div.floatRight, span.floatRight {
	float: right;
	margin: 6px 0px 12px 18px;
}
.centered{
	margin: 0 auto;
}
.prImageBlock {
	width: 372px;
	border: solid 1px #a1a1b9;
	font-size: 10px;
	padding: 3px;
	display: block;
}
.prImageBlock p, .prImageBlock span {
	margin: 3px 3px;
}

/* Footer */
#footer {
	clear: both;
	background: url(../images/background_footer.jpg) no-repeat;
	padding-top: 42px;
	margin: 12px 0px 20px 0px;
}
#footerNavigation {
	padding-left: 36px;
}
#footerNavigation ul {
	float: left;
	color: #a1a1b9;
	font-size: 12px;
	line-height: 18px;
	width: 130px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#footerNavigation ul.narrower {
	width: 90px;
}
#footerNavigation ul li {
	margin: 0px;
	padding-bottom: 8px;
	list-style: none;
	line-height: 14px;
}
#footerNavigation ul li a {
	color: #a1a1b9;
	text-decoration: none;
	line-height: 0px;
}
#footerNavigation ul li a:hover {
	text-decoration: underline;
}
#footerNavigation ul li.major a {
	font-weight: bold;
}
#footerRequired {
	text-align: center;
	padding-top: 24px;
	clear: both;
	color: #a1a1b9;
	font-size: 11px;
	line-height: 17px;
}
#footerRequired p {
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
}
#footerRequired ul {
	margin: 0px;
	padding: 0px;
}
#footerRequired ul li {
	margin: 0px;
	list-style: none;
	display: inline;
	padding: 0px 4px;
}
#footerRequired ul li a {
	color: #a1a1b9;
	text-decoration: none;
}
#footerRequired ul li a:hover {
	text-decoration: underline;
}

.reviewinstitution { font-size: 8pt; }
.reviewreference { font-size: 8pt; }
.reviewcaption { font-size: 10pt; color: #A1A1B9; text-decoration: none; display:block; margin-bottom:12px;}

/* for NRL Review (2004) */
.reviewAuthor { font-size: 11pt; color: rgb(0,0,0); }
.reviewAffiliation { font-size: 8pt; color: rgb(0,0,0); font-style: italic; }
.reviewReferences { font-size: 8pt; color: rgb(0,0,0); }
.reviewSuper { vertical-align: super; font-size: 11pt; color: rgb(0,0,0); vertical-align: super; }
.reviewSub { vertical-align: sub; font-size: 11pt; color: rgb(0,0,0); }
.reviewSuperI { vertical-align: super; font-size: 8pt;  color: rgb(0,0,0); font-style: italic; vertical-align: super; }
.reviewSubI { vertical-align: sub; font-size: 8pt;  color: rgb(0,0,0); font-style: italic; }
.reviewSuperRef { vertical-align: super; font-size: 8pt;  color: rgb(0,0,0); vertical-align: super; }
.notice { font-size: 7pt; text-decoration: none; font-weight: bold; }

/* Video List and Pages */
.videoList .video {
	position: relative;
	border-bottom: solid 1px #E3E3EA;
	padding: 10px;
	padding-left: 160px;
	padding-right: 135px;
	overflow: hidden;
}

.videoList .video.featured {
  padding-left: 220px;
}
.videoList h3 {
  font-weight: normal;
  color: #000066;
}

.videoList .video.featured {
  background: #F6F6F8;
  background-image: linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -o-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -moz-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -webkit-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -ms-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -webkit-gradient(linear,right bottom,left top,color-stop(0.15, #FFFFFF),color-stop(1, #EDEDF1));
  border: 1px solid #E3E3EA;
  margin-top: -1px;
	-webkit-box-shadow: 0px 5px 10px #ddd;
	-moz-box-shadow: 0px 5px 10px #ddd;
	box-shadow: 0px 5px 10px #ddd;
}
.videoList .video .watermark {
  height: 0;
}
.videoList .video.featured .watermark {
  width: 90px;
  height: 85px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('/images/logo_watermark.png') no-repeat;
}
.videoList .videoThumbnail,
.videoBanner .videoThumbnail {
	background: #333333;
	color: white;
	border: 1px solid black;
	float: left;
	padding: 0;
	font-size: 0;
	position: relative;
  text-decoration: none;
}
.videoList .videoThumbnail {
	margin-left: -150px;
}
.videoList .videoThumbnail img.thumbnail {
  width: 140px;
  border: none;
}
.videoList .featured .videoThumbnail {
  margin-left: -210px;
}
.videoList .featured .videoThumbnail img.thumbnail {
  width:200px;
}
.videoBanner .videoThumbnail img {
  border: none;
}

.videoList .videoOptions {
	float: right;
	width: 175px;
	margin-right: -125px;
	font-size: 12px;
	text-align: right;
}
.videoList .videoDate {
	font-size: 11px;
	color: #a1a1b9;
	margin: 2px 0px 3px 0px;
}
/*
.videoProducer {
    float:left;
	width:400px;
	font-size: 11px;
	color: #a1a1b9;
	font-style: italic;
	margin:0px;
}
*/
.videoProducer {
	width: 320px;
	float: left;
	color: #a1a1b9;
	font-size: 12px;
	line-height: 18px;
}
.videoProducer a {
	color: #a1a1b9;
	text-decoration: none;
}
.videoProducer a:hover {
	text-decoration: underline;
}

.videoList .video.featured .videoDate,
.videoList .video.featured .videoProducer {
  color: #8C8CA1;
}
.videoAddthis {
	width: 450px;
	float: right;
	color: #a1a1b9;
	font-size: 12px;
	line-height: 16px;
}
.videoAddthis a {
	color: #a1a1b9;
	text-decoration: none;
}
.videoAddthis a:hover {
	text-decoration: underline;
}

.videoList .videoTitle {
	font-size: 12px;
	margin: 2px 0px;
	color: #000;
	font-weight: normal;
}
.videoList .featured .videoTitle {
  font-size: 14px;
}
.videoWrapper .videoTitle {
 font-weight: bold;
}
.videoList .videoTitle a {
	text-decoration: none;
}
.videoList .videoTitle a.titleLink {
	font-weight: bold;
}
.videoList .videoTitle a:hover {
	text-decoration: underline;
}
.videoList .videoDescription {
	font-size: 12px;
	margin: 2px 0px;
	color: #000;
}
.videoList .videoPlayPos,
.videoBanner .videoPlayPos {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: visible;
}
.videoList .videoPlay,
.videoBanner .videoPlay {
  width: 54px;
  height: 54px;
  background: url('../images/play_button.png') no-repeat;
  position: relative;
  margin-top: -27px;
  left: -50%;
  border: none;
  opacity: .50;
  filter: alpha(opacity=50);
  cursor: pointer;
}

.videoList a.videoThumbnail:hover .videoPlay,
.videoBanner a.videoThumbnail:hover .videoPlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.videoBanner .videoPlay {
}
.videoList .videoTime {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #FFFFFF;
  font-size: 11px;
  background-color: #000000;
  filter: alpha(opacity = 75);
  opacity: .75;
  padding: .25em .5em;
  text-decoration: none;
  font-weight: bold;
  border-top-left-radius: 4px;
}
.videoBanner .video {
	float: left;
	margin-right: 20px;
}
.videoWrap {
	margin: 20px auto 45px;
	border: 1px solid black;
	background-color: #000000;
	-webkit-box-shadow:0 0 25px #A1A1B9;
	-moz-box-shadow: 0 0 25px #A1A1B9;
	box-shadow:0 0 25px #A1A1B9;
}
.videoWrapper .videoDownload {
  text-align: right;
  float: right;

}

.videoBanner .video {
	position: relative;
	width:200px;
	font-size: 12px;
	text-align: center;
}
.videoBanner .videoAll {
	width: 200px;
	font-family: Georgia;
	float: left;
	border-top: 1px solid #E3E3EA;
	border-bottom: 1px solid #E3E3EA;
	height: 115px;
	background: repeat-y center url('/images/icon_videos_index.png');
}
.video404 {
  height: 300px;
  text-align: center;
  padding-top: 50px;
}
.addthis_button.individual {
	float: right;
}
#dsq-content #dsq-comments .dsq-comment-message { font-size: 12px; }
#dsq-content h3 {
  font-size: 12px;
}


/* For Events */
.eventList .event {
	position: relative;
	border-bottom: solid 1px #E3E3EA;
	padding: 10px;
	padding-left: 160px;
	margin-bottom: 10px;
	overflow: hidden;
}

.eventList .event.featured {
  padding-left: 220px;
}
.eventList h2 {
    margin-top: 30px;
    margin-bottom: 4px;
  font-weight: normal;
  color: #000066;
}

.eventList .event.featured {
  background: #F6F6F8;
  background-image: linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -o-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -moz-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -webkit-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -ms-linear-gradient(right bottom, #FFFFFF 15%, #EDEDF1 100%);
  background-image: -webkit-gradient(linear,right bottom,left top,color-stop(0.15, #FFFFFF),color-stop(1, #EDEDF1));
  border: 1px solid #E3E3EA;
  margin-top: 10px;
	-webkit-box-shadow: 0px 5px 10px #ddd;
	-moz-box-shadow: 0px 5px 10px #ddd;
	box-shadow: 0px 5px 10px #ddd;
}
.eventList .event .watermark {
  height: 0;
}
.eventList .event.featured .watermark {
  width: 90px;
  height: 85px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('/images/logo_watermark.png') no-repeat;
}
.eventList .eventThumbnail,
.eventBanner .eventThumbnail {
	background: #333333;
	color: white;
	border: 1px solid black;
	float: left;
	padding: 0;
	font-size: 0;
	position: relative;
  text-decoration: none;
}
.eventList .eventThumbnail {
	margin-left: -150px;
}
.eventList .eventThumbnail img.thumbnail {
  width: 140px;
  border: none;
}
.eventList .featured .eventThumbnail {
  margin-left: -210px;
}
.eventList .featured .eventThumbnail img.thumbnail {
  width:200px;
}
.eventBanner .eventThumbnail img {
  border: none;
}

.eventList .eventOptions {
	float: right;
	width: 175px;
	margin-right: -125px;
	font-size: 12px;
	text-align: right;
}
.eventDescription{
    margin-top: 3px;
    margin-bottom: 7px;
}
.eventParticipation{
    font-weight: bold;
    margin-bottom: 7px;
}
.eventList .eventDate {
	font-size: 11px;
	color: #a1a1b9;
	margin: 0px 0px 3px 0px;
}
.eventWrapper .eventTitle {
    font-weight: bold;

}
.eventList .eventTitle a {
	text-decoration: none;
}
.eventList .eventTitle .featured a {
  font-size: 16px;
}
.eventList .eventTitle a.titleLink {
	font-weight: bold;

}
.eventList .eventTitle a:hover {
	text-decoration: underline;
}


a.subEventPage {
	text-decoration: none;
	font-style: italic;
}
a.subEventPage:hover {
	text-decoration: underline;
}


.st_twitter_hcount_custom{
    background:url("http://www.nrl.navy.mil/images/twittest.jpg") no-repeat scroll left top transparent;
    font-size: 19px;
    padding:0px 20px 0px 59px;
    margin-top:3px;
    color: white;
}
.connect_widget_like_button{
    height: 30px;
}
.st_sharethis_hcount{
    height: 20px;
}
.socialMedia td{
    padding: 0 5px 0 5px;
}
.inline-block{
	display: inline-block;
}
.move-left{
	width: 185px;
	float: left;
}
