﻿/*
Site Colors
Blue:  #007799 /#0095c7 / 0C95C9
Links: #006699
Green: #669933 / #85c446
Orange:#CD481F
Black: #232228?
Tan: #ECDDBD
*/
/* -------------------------------------------------------
   Core Styles
   ------------------------------------------------------- */

body {
	background-color:#305E65; /* original */
	font-size:0.8em; /* changed by JM 6/11/2015 - was 0.9em; */
	/* line-height: 1.25; commented out by JM 6/25/2015 */
	color: #000;
}

div.container-fluid {
	background-color:#FFFFFF;
	border-right: 5px #618FA6 solid;
	border-left: 5px #618FA6 solid;
}

/* begin modified by JM 7/17/2015 */
div.soi-article-content {
	text-align: justify;
}
div.boxin {
	padding: 0;
}

div#wpzTopLeft23.Text23rds.bulletList.span8 {
	width: 62.5%;
}

/* end modified by JM 7/17/2015 */

a, a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
}
soi.content a, .content a:link {
	color: #006699;
}
soi.content a:visited {
	color: #006699;
}
.soi-footer-links a, .soi-footer-links a:link {
	color:#0C95C9;
}
.soi-footer-links a:visited {
	color:#0C95C9;
}
.soi-motto {
	font-style:italic;
	font-size:12px;	
	color:#000;
}
.search {
	padding-top:20px;
	padding-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #2B5500;
}

h1 {
	/* font-family: "Britannic Bold"; changed by JM 6/26/2015 (Britannic Bold not supported in all browsers) */
	font-family: Verdana, Arial, Velvetica, Sans-serif;
	font-size: 220%;
	color: #274B51; /* DNR Logo green */;
	margin: 0 0 .25em 0;
}
h2 {
	color: #17365D;
	font-size: 140%;
	margin: 1em 0 .35em 0;
}
h2.WebpartHeadline {
	color: #17365D;
	font-size: 125%;
	margin: 1em 0.6em 0.2em 0;
}
h3.ms-WPTitle {
	color: #000000;
	font-size: 125%;
	margin: 1em 0.6em 0.4em 0;
}
h3 {
	color: #000000;
	font-size: 125%;
	margin: 1em 0.6em 0.4em 0;
}
h4 {
	color: #000000;
	font-size: 110%;
	margin: 1em 0 .45em 0;
}
h5 {
	color: #000000;
	font-size: 100%;
	margin: 1em 0 .5em 0;
	font-style: italic;
}
h6 {
	color: #000000;
	font-size: 100%;
	margin: 1em 0 .5em 0;
	font-style: italic;
	font-weight: normal;
}

p { margin: .5em 0; }
blockquote { margin: .5em 1.25em; }

/* begin added by JM 6/26/2015 to address Procurement and other CQ webpart listing font size/link color/bullet image issues */
.ms-WPBody {
	/* font-size: 1.2em; */
}

.ms-WPBody a:link, .ms-WPBody a:visited
 {
	color: #003366;
	
	/* was #036; */
}

div.SOIList ul {
	list-style-image:url('/Style%20Library/SOIMetro/Images/summaryLinkBullet.6.png');
}

div.SOIList ul a:link {
	text-decoration: none;
}

/* end added by JM 6/26/2015 */

.link-item a:hover
 {
	color: #003366;
	
	/* was #036; */
}

.link-item a:link
 {
	color: #003366;
	
	/* was #036; */
}

.link-item a
 {
	color: #003366;
	
	/* was #036; */
}

.link-item
 {
	color: #003366;
	
	/* was #036; */
}

a:hover
 {
	color: #003366;
	
	/* was #036; */
}

a:link
 {
	color: #003366;
	
	/* was #036; */
}

a
 {
	color: #003366;
	
	/* was #036; */
}
.link-item a:visited {
	color: #003366;
	
	/* was #036; */
}
a:visited {
	color: #003366;
	
	/* was #036; */
}
img { border: none; text-decoration: none; }

a:visited img { border: none; text-decoration: none; }

a:link img { border: none; text-decoration: none; }

a img { border: none; text-decoration: none; }

form { margin: 0; padding: 0; }
fieldset { margin: .5em 0; padding: .25em 9px; }
legend { margin: 0 -2px; padding: 0 2px; *margin-left: -9px; color: #000; }
.field { margin: .25em 0; }
input { margin: 0; }
select.listbox { display: block; }
textarea { display: block; }

iframe {
	/*min-height:350px;*/
}

.ms-vh2, .ms-viewheadertr, .ms-alternating, .WelcomeSplashLeft, .WelcomeSplashRight, .soi-pagebreadcrumb, .main, .mainBgColor
{
	background-color: #FFFFFF;
}

.ms-vb2, .ms-vh2 {
	font-size:inherit;
	color:inherit;
	font-family:inherit;
}
.ms-vh2 {
	font-weight:bold;
}
.ms-vh2 a:visited, .ms-vh2 a:link, .ms-vb2 a:visited, .ms-vb2 a:link {
	color:#036;
}

/* -------------------------------------------------------
   /End Core Styles
   ------------------------------------------------------- */


/* ===================================================================================
   Header - banner, logo, search 
   =================================================================================== */
/*Banner */

.soi-body-wrapper .container-fluid {
	background-color:#FFFFFF;	
}

.soi-topnav-inner{
	padding: 0;
	width: 100%;
    max-width: 1000px;
}

/*Banner */
div.soi-banner-inner  {
	background: transparent url("/Style%20Library/SOIMetro/Images/Banner.png") bottom right no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border-top: 5px #618FA6 solid;	
	
	
}

.lt-ie9 .soi-banner-inner {
	background: #305E65; 
	background-image: url("/Style%20Library/SOIMetro/Images/Bannerxx.notCurrentlyUsed.ie8.png");
	background-position:right bottom;
	background-repeat:repeat-x;
}

.lt-ie9 .soi-topnav-inner{
	padding: 0;
    width: 1000px;
}
	
.soi-site-logo {
	float:left;
	margin-left: -20px;
	position:relative;
	z-index: 1;		
}

/*search*/

.search {
	padding-top:3px;

}

.s4-search INPUT.ms-sbplain {
    max-width: 250px !important; 
    height: 20px; 
    BACKGROUND: url('/Style%20Library/SOIMetro/Images/soi_searchbox.gif') no-repeat left top; 
    border: none; 
    padding: 2px 0px 0px 8px; 
    margin: 0px; 
    vertical-align: top;    
    border:none !important;   
    font-family:inherit;
    font-size:small;                                     
}    
.s4-search .ms-sbgo a {
    background: url('/Style%20Library/SOIMetro/Images/soi_gobutton.gif') transparent no-repeat scroll left top;
    border-width:0;
    height:20px;
    width:29px;    
    display:block; 
    border-top-width:1px;
    border-bottom-width:1px;
    padding-top:2px;   
}
 .s4-search .srch-gosearchimg {
	display:none;
}

 .ms-sbplain {
	margin-bottom:0px;
	box-shadow: none !important;
}



/* ===================================================================================
   Global navigation
   =================================================================================== */

/* top navigation */
div#utilityNav {
	float: left;
	position:absolute;
	padding-left:55px;
}

div#utilityNav ul {
	margin: 0px;
	float: left;
	display: inline;
	font-size:.9em;
}
div#utilityNav ul li {
	margin: 0em;
	padding: 0em;
	border-left: thin white solid;
	float: left;
	display: inline; /* This helps IE with floated elements */
}
div#utilityNav ul li.first-child {
	border-left-width: 0px;
}
div#utilityNav ul li a {
	color: white;
	text-decoration: none;
	/*font-weight: bold;*/
	float: left;
	display: inline; /* This helps IE with floated elements */
	padding-left: 1.0em;
	padding-right: 1.1em;
}
/* This way, users who may be navigating via keyboard
	can more easily see when a given link is focused */
div#utilityNav ul li a:focus,
div#utilityNav ul li a:hover {
	text-decoration: underline;
}

/* global nav bar */

.navbar-inner {
  background-color: #305E65; /*#0C95C9;*/
  background-image:url('/Style%20Library/SOIMetro/Images/menuButtonBackgroundImageF.png');
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);*/
  filter: none;
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
   
.nav li.static > .menu-item
{
	color: #fff;/*#232228;*//*#e4e4e4;*/
	font-size:small;	
}

.soi-topnav-inner UL.root > li.static > .menu-item {
	/* Hide root site link */
	vertical-align: middle;
	display: none;
	background-color: transparent; /* limits the scope of the previous rule */
}

.soi-topnav-inner .nav li.static > .menu-item {
	padding-left:4px;
	padding-right:5px;
	border-right: 1px solid #d4d4d4;
}

.soi-topnav-inner .nav li.static:first-child > .menu-item {
	border-left:0;
}
.soi-topnav-inner .nav li.static:last-child > .menu-item {
	border-right:0;

}
.nav li.static > .selected.menu-item {
	background-color:#DCD7D4;
	color:#003366;
	text-decoration: none;
}
.nav li.static > .menu-item.selected {
	background-color:#DCD7D4;
	color:#003366;
	text-decoration: none;
}
.nav li.static li.static:hover > .menu-item,
.nav li.static li.static:focus > .menu-item,
.nav li.static li.static:active > .menu-item {
	background-color:#DCD7D4;
	color:#003366;
	text-decoration: none;
}
.nav li.static > .selected, 
	.nav li.static > a:hover, 
	.nav li.static > a:focus, 
	.nav li.static > a:active
{
	background-color:#DCD7D4;
	color:#003366;
	text-decoration: none;
}

/* Sub-menus*/

.nav ul.dynamic {
	background-color: #274B51;
	padding: 0;
}

.nav li.dynamic > .selected.menu-item {
	background-color:#DCD7D4;
	color:#003366;	
}

.nav li.dynamic > .menu-item.selected {
	background-color:#DCD7D4;
	color:#003366;
}

.nav ul.dynamic a {
	padding: 2px 5px;
	color:#fff;
	text-decoration: none;
	border-top: 1px solid #698253;
	border-bottom: 1px solid #4E623E;
}

.nav ul.dynamic a:hover {
	background-color: #DCD7D4;
	color:#003366;
	text-decoration: none;
	
}

/* ===================================================================================
   Local navigation
   =================================================================================== */
.s4-ql UL.root {
	xborder-bottom: 2px #A8A8B7 solid !important;

}
.s4-ql UL.root > LI > .menu-item {
	border-bottom: 2px #A8A8B7 solid !important;
	/*font-size:small;*/
	font-weight:bold;
	color:#17365D;
	text-decoration: none;

}
.s4-ql ul.root ul > li > a {
	color:#7e7e7e;
	padding-left:20px;
	text-decoration: none;
	border-bottom:thin #A8A8B7 solid;

}
.s4-ql ul.root ul > li > a:hover {
	color:#369;	
	background-color:#DCD7D4;
	text-decoration: none;
}
.s4-ql a.selected {
	padding-left:20px;
	color:#17365D !important;
	font-weight:bold;
	background-color:#A8A8B7;	
	background-image:none;
	border-top-style: none !important;
	border-left-style: none !important;
	border-right-style: none !important;
	border-top-style: none !important;
	border-bottom:thin #A8A8B7 solid !important;
}




/* ===================================================================================
   /END Local navigation
   =================================================================================== */



/*	===================================================================================
	Footer
	=================================================================================== */
.soi-footer-wrapper a, 
.soi-footer-wrapper a:link, 
.soi-footer-wrapper a:visited {
	color: #fff;
}

div.soi-footer-inner {
	background-color: #274B51;	
	color:white;
	border-bottom: 5px #618FA6 solid;	
}

.soi-footer-upper {
	display: table-cell;
	text-align: left;
	border-top-width:0px;
	padding:0px;
	font-size:x-small;
}
.soi-footer-upper h3{
		visibility: hidden;
}
.soi-footer-upper ul li {
	border-left: thin white solid;
	padding-left: 10px;
}
.soi-footer-upper ul li:first-child {
	border-left-width:0px;
}

.soi-footer-lower {
	display: table-cell;
	text-align:right;
	border-top-width:0px;
	padding:0px;
	font-size:x-small;
	color: #fff;

}

/* Custom Styles used in Page Layouts */

.eventLabel
{
	float: left;
	text-align: right;
	font-weight: bold;
}
.eventDate
{
	float: left;
	text-align: left;
}
.eventText
{
	float: left;
	text-align: left;
}
.clearEvent
{
	clear:both; height: 10px;
}
td.ms-dttimeinput select, select
{
	height: 30px;
}

.boldText
{
	font-weight: bold;
}
.emphasis
{
	text-decoration: underline;
}
.introText
{
	float: left;
	text-align: left;
	padding: 10px 0 0 0;
}
.footnoteText
{
	float: left;
	text-align: left;
	padding: 0 0 0 0;
}
.bidLabel
{
	float: left;
	text-align: right;
	font-weight: bold;
}
.bidText
{
	float: left;
	text-align: left;
	padding: 0 0 0 20px;
}
.bidType
{
	float: left;
	text-align: left;
	padding: 0 0 0 30px;
}
.clearBid
{
	clear:both; height: 10px;
}

td.ms-dttimeinput select, select
{
	height: 30px;
}

.table TD {
border-top: thin solid #FFFF99; 
}

.pictureHeadingLeft {
	font-weight:bold
}

#socialNetworkbuttons {
	text-align:right;
}

div.disclaimer {
  font-size: 80%;
  padding-bottom:10px;
  }
 /* End of Custom styles for page layouts */


/* -------------------------------------------------------
    Summary Link Groups
	------------------------------------------------------- */
.soi-featuredsites li img {
	height:70px !important;
}
.groupmarker > .soi-band,
.cssbox > .cssbox_head {
	color: #369;
	background: url("/Style%20Library/SOIMetro/Images/wpheader.gif") repeat-x left bottom transparent;	
}
.soi-slwpmarker h2 {
	padding-left: 40px;
	line-height:30px;
	background-repeat:no-repeat;
}
/* We are not using this zone, so I am hiding it*/
.soi-wpz-mid3 {
	display:none;
}
.socialicons img {
	padding-right:5px;
}

.soi-sidebar h2 {
	/*  - commented out by JM - 7/16/2015
	font-weight:normal;
	line-height:20px;
	font-size:1.2em;
	padding:3px 4px 3px 10px;
	background-color:#232228;
	text-transform:uppercase;
	color:#fff; */
	
}

/* -------------------------------------------------------
    DNR Specific Styles
   ------------------------------------------------------- */
.cssbox, .boxin {
	background-color:#FFFFFF !important;
}

.soi-article-additionalLinks {
	font-weight: bold;
}

#byLine
{
	font-weight: bold;
	padding: 0 0 10px 0;
}

div.cssbox_head {
	padding: 3px 2px 4px 14px;
	background-image: url('/Style%20Library/SOIMetro/Images/webPartHeader.942.29.new.2.png') !important;
	background-repeat: no-repeat !important;
	border: 0;
}

.ms-standardheader {
	padding: 3px 2px 4px 14px;
	background-image: url('/Style%20Library/SOIMetro/Images/webPartHeader.942.29.new.2.png');
	/* background-image: url('Images/webPartHeader.304.29.png'); */
	background-repeat: no-repeat !important;
}

.ms-WPHeader h3 {
	color: #17365D;
	font-size: 125%;
	font-weight:bold;
	margin: 1em 0.6em 0.2em 0;
}

.ms-WPHeader{
	background-color:#FFFFFF !important;
}

.ms-WPHeader td {
	border-bottom: 0px !important;
}

/* Added by JM 7/1/2015 to address CQ webpart font size issue (on some pages) */

.ms-rte-wpbox {
	font-size: 1.0em !important;
}

ul.media-list  {
	/*list-style: disc;*/
	list-style-image: url('/Style%20Library/SOIMetro/Images/summaryLinkBullet.6.png');	
	max-width: 100%;
	background-repeat: no-repeat;
    background-position: 0px center;
    /* changed by JM 6/22/2015
    padding-left: 15px; */
    padding-left: 2px;
}

div.soi-rotator ul.media-list {
	
	list-style: none;
	list-style-image: none;
	padding-top: 20px;
}


li.soi-dfwp-item {
	margin-top: 2px !important;
}

 div.bulletList ul{
/* changed by JM 6/26/2015
	list-style: disc; */
	list-style-image:url('/Style%20Library/SOIMetro/Images/summaryLinkBullet.6.png');
}

.soi-dfwp-column {
	list-style-image: url('/Style%20Library/SOIMetro/Images/summaryLinkBullet.6.png') !important;
}

ul.blueBullet
{
	list-style-image:url('/Style%20Library/SOIMetro/Images/summaryLinkBullet.6.png');
	text-decoration: none;
	margin: 0 0 0 17px;
}

ul.blackBullet
{
	list-style-image: url('/Style%20Library/SOIMetro/Images/summaryLinkBulletBlack.6.png');
	margin: 0 0 0 17px;
}

ul.smallBlackBullet
{
	list-style-image: url('/Style%20Library/SOIMetro/Images/summaryLinkBulletSmallBlack.6.png'); 
	margin: 0 0 0 17px;
}

ul.smallerBlackBullet
{
	list-style-image: url('/Style%20Library/SOIMetro/Images/summaryLinkBulletSmallerBlack.6.png');
	margin: 0 0 0 17px;
}

.soi-bullet
{
	background-image:url('/Style%20Library/SOIMetro/Images/summaryLinkBullet.6.png');	
}

.soi-cbq-layout-main h3 {
	padding:2px 4px 14px;
	background-image: url('/Style%20Library/SOIMetro/Images/webPartHeader.386.29.png');
	background-repeat:no-repeat;
	color: #17365d;
	
}

.soi-medium {
	padding:2px 4px 14px;
	background-image: url('/Style%20Library/SOIMetro/Images/webPartHeader.386.29.png');
	background-repeat:no-repeat;
	color: #17365d;	
}

ul.invisiBullet
{
	list-style-image: url('/Style%20Library/SOIMetro/Images/summaryLinkBulletHidden.6.png');
	margin: 0 0 0 17px;
}

.pictureBarRight {
	border: 5px #618FA6 solid;	
}

.pictureBarRightWider {
	border: 5px #618FA6 solid;
	width:auto;	
}


.soi-paddingbottom {
	padding-bottom: 20px;
}

.clearEvent
{
	clear:both; 
	/*height: 10px;*/
}

.table {
  border: 1px solid #618FA6;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
   border: 1px solid #618FA6;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #FFFFCC;  
}

.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #CCFFFF;  
}

.subTitleNarrow {
	font-weight: bold;
	padding: 0 0 10px 0;
}

/* formatting adjustment for DNR Ad Rules webpart */

td.adRuleDVWPNumber {
	width: 65px;
}

/* Start of layout for press releases */

#leftHeadGroup {
	float: left;
	padding: 0 0 0 20px;
}
#rightHeadGroup {
	float: right;
	padding: 0 20px 0 0;
}
.PRTopLeftBold {
	text-align: left;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.PRTopRightBold {
	text-align: right;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.PRDate {
	text-align: left;
	font-weight: normal;
}
.PRContact {
	text-align: right;
	font-weight: bold;
}
.PRPhone {
	text-align: right;
	font-weight: normal;
}
.PRHeadline {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding: 20px 20px 20px 20px;
}
.PRSubHeadline {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding: 0 20px 20px 20px;
}
.PRBody {
	text-align: justify;
	font-weight: normal;
	padding: 0 20px 20px 20px;
}

/* End of layout for press releases */

/* ===================================================================================
   Feedback Forms - migrated from 2007 to 2010 (eah)
   =================================================================================== */
div.feedbackform
{
	overflow:hidden;
	background-color:transparent;
	width:100%;
}


div.feedbackform  input[type="radio"] + label, input[type="checkbox"] + label {
	margin-left: 19px;
	margin-top: -19px;
}

div.feedbackform .soifield .soiformradio input {
	margin-top:3px;
	float;left;
	width: 15px;
}

div.feedbackform .soifield
{
	border-top: 1px #666 dashed;	
	padding:5px;
	clear:left;
}
div.feedbackform .soifield .soiformlabel
{
	display:inline !important;	

}
div.feedbackform .soifield .Feedback, div.feedbackform .soifield .soiformradio, div.feedbackform .soifield .soiformchecklist
{
	width: 400px;
	margin-left: 7px;
	margin-bottom:5px;	
}


span.soiforminput .Feedback {
	margin: 0 0 20px 20px;
	display: block;
}
div.feedbackform .soifield .soiformdropdown, div.feedbackform .soifield .DateOnlyCssClass, 
div.feedbackform .soifield .soiformcheckbox
{
	width:auto;
}
div.feedbackform .soifield fieldset
{
	display:inline;
	border:none;
	margin:0;
	padding:0;
	position:relative;
}
div.feedbackform .soifield fieldset ol
{
	list-style:none;
	padding:0;
	float:left;
}
div.feedbackform .soifield fieldset legend
{
	position:absolute;
	left:-10000px;
	height:1px;
	width:1px;
}

div.feedbackform .soifield .soiformdesc
{
	display:block;
	font-style:italic;
	font-weight:normal;
}
div.feedbackform .feedbackButtons
{
	padding:.5em;
	text-align:center;
	border-top: 1px #666 solid;	
	margin-top:5px;
	clear:left;
}
div.feedbackform .feedbackButtons input
{
	padding-bottom: .4em;
	width: 7.5em;
	height:2.1em;
	padding-top:.1em;
	margin: 5px;
}
/* /End of Feedback Forms */




/* -------------------------------------------------------
    Mobile Styles
	------------------------------------------------------- */


@media(max-width:979px){
		
	.menu span.dynamic, .menu a.dynamic {
		background:#DCE1D8;
		color:#006699 !important;
	}
	.eventLabel {
		text-align: left;
	}
	
	.bidLabel
	{
		float: left;
		text-align: left;
		font-weight: bold;
	}
	.bidText
	{
		float: left;
		text-align: left;
		padding: 0 0 0 10px;
	}
	.bidType
	{
		float: left;
		text-align: left;
		padding: 0 0 0 20px;
	}
	div.singleColumnLeftNav.ClosureLink
	{
		float: left;
		font-weight: bold;
	}

}


@media(max-width:768px) {
	
	div.container-fluid {
		border-right: 0;
		border-left: 0;
	}
	.soi-banner-inner {
		width: auto;
		height: auto;
		min-height: 100%;
		min-width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	Div#utilityNav{
		display:none;
	}		
	.soi-site-logo
	{
		height:70px;
		margin-left: 0px;
	}
	.soi-searchResults .ms-sbtable-ex input.ms-sbplain {
		width:250px !important;
	}
	
	.soi-footer-upper {
		display: table-cell;
    	text-align: center;
    	font-size:inherit;

	}
	
	.soi-footer-lower {
		display: table-cell;
	    text-align: center;
	    font-size:inherit;
	}
	
	.soi-footer-upper ul.inline{
		display: block !important;
		}
	
	.soi-footer-upper ul li {
		border-left: none;
		padding-left: 0px;
	}
	
	.eventLabel
	{
		text-align: left;
	}
	
	.bidLabel
	{
		float: left;
		text-align: left;
		font-weight: bold;
	}
	.bidText
	{
		float: left;
		text-align: left;
		padding: 0 0 0 0;
	}
	.bidType
	{
		float: left;
		text-align: left;
		padding: 0 0 0 10px;
	}
	
	div.parkContentPrimaryCenterBlock
	{
		padding: 0;
		border-left: 0px;
		border-right: 0px;
	}
	
	div#socialNetworkbuttons {
		text-align: left;
		padding:10px;
	}
		
}


/* temp styles for migration */
/* Parks Navigation on Parks homepage */

ul.DNRParkNav li {
	float: left;
}
ul.DNRParkNav.inline li
{
	padding: 0 5px 0 0;
}
ul.DNRParkNav li:before {
	content: "|";
	padding: 0 0.4em 0 0;
}
ul.DNRParkNav li:first-child:before {
	content: "";
	padding: 0;
}

/* Parks submenu*/

div.SecondaryPageRightBlock
{
	padding-bottom: 10px;
}

li.inline
{
	list-style: none;
	display: inline-block;
	*display: inline;
	padding: 0 20px 0 0;
	*zoom: 1;
}

div.bulletList ul li.inline{
	list-style:none !important;	
	margin: 0;
    padding: 0;
	
	}
div.bulletList li.inline { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	margin-right: 10px;
	} 

/* The *display and zoom is a IE hack, though can't remember 
   now which one (guess it is IE8) */
div.bulletList li.inline a { 
	display: inline-block; 
	padding: 10px;
}

.soi-park-image {
	max-width: 533px !important;
	height: auto;
}

Div.parkContentSecondaryCenterBlock {
    border-right: 1px gray solid;
   }
   
#ParksSecondaryPageNarrative {
  padding: 0 10px 0 0;
  width: auto;
  text-align: justify;
 }
 
div.singleColumnLeftNav.ClosureLink a
{
	text-decoration: none;
	float: right;
	padding: 0 8px 0 0;
	font-weight: bold;

}

div.parkContentPrimaryCenterBlock
{
	padding: 0 8px 0 8px;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
}

div.parkActivitiesLeftBlock a {
	text-decoration: none;
	font-weight: bold;
	
}
 
/* End Parks Navigation */








