/****************************************************************************************	
	[RESET]
*****************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, input, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	color: #002156;
	font-weight: bold;
}
th, td {
	padding: 0.5em;
	border: 1px solid #c1d5e8;
}
caption {
	text-align: left;
	color: #99c81e;
	line-height: 1.3;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 4px;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* don't split images over pages */
img	{page-break-inside: avoid;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
	line-height: 1.3;
	color: #082c53;
	font-weight: normal;
}
h1 {font-size: 20pt;} 
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4, h5 {
	font-size: 12pt;
	font-weight: bold;
}
h5 {font-size: 10pt;}
h6 {
	font-size: 10pt;
	font-style: italic;
}
.home h1 {font-size: 16pt;}
.home h2 {
	font-size: 10pt;
	font-weight: bold;
}
/* Avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6 {page-break-after: avoid;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 20px;}
table table, table p, fieldset table {margin: 0;}
/* Lists */
ul, ol {margin-left: 44px;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: 8px 0 8px 22px;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .feedback-sml, #bcrumbs-toolbar, 
ul.pagination, ul#img-lib li.separator, .search,
#nav-main, #sidebar, #aside .panel, #header img, 
#header p, #header dl, #footer ul, #footer p, 
#btn-feedback, #az-nav, a.back-to-top, .return, 
.read-more, #tab-nav, .home #sitemap, #weather a, 
#social-media, #promo, #services, #az-index, 
#estuary-project input {display: none;}

#map-menu {display: none !important;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
	#header #logo {display: block;}
#content-wrapper {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
}
	#footer .vcard,
	#footer #copyright {display: block;}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [HOMEPAGE PANELS]
-------------------------------------------------------*/
/* News & Tweets */
#tweet-list, #news-list {
	border-bottom: 1px dotted #bbad9e;
	list-style: none;
	margin-left: 0;
}
	#tweet-list li, #news-list li {
		border-top: 1px dotted #bbad9e;
		padding: 10px 0;
	}
	
/* Blogs */
#blogs img {
	float: left;
	margin-bottom: 15px;
}
#blogs h2, #blogs p {margin: 0 0 3px 92px;}
	
/* Events & Exhibits */
.panel-col ul.structured-list h2,
.panel-col ul.structured-list p {margin: 0 0 0 80px;}

/* [TABS]
-------------------------------------------------------*/
.tab-content, .tabs h1 {display: block !important;}
.tabs h1 {clear: left;}

/* [AZ-INDEX PAGE]
-------------------------------------------------------*/
#az-list h2 {border-bottom: 1px dotted #bbad9e;}

/* [LABEL-VALUE LIST]
-------------------------------------------------------*/
ul.lbl-value {
	list-style: none;
	margin-left: 0;
}
	ul.lbl-value li strong {margin-right: 10px;}
	
/* [ESTUARY]
-------------------------------------------------------*/
#estuary-tabs h2 {display: block !important;}
#aside #estuary-details {display: block;}
#estuary-legend ul {
	list-style: none;
	margin: 10px;
}
	#estuary-legend ul li {
		display: inline;
		margin-right: 15px;
	}
#estuary-project {margin-top: 10px;}
	#estuary-project * {vertical-align: middle;}

/* [STANDARD STRUCTURED LIST]
-------------------------------------------------------*/
ul.structured-list, ul.tools {
	list-style: none;
	margin: 0;
}
	ul.structured-list li, ul.tools li {
		padding: 10px 0;
		border-top: 1px dotted #bbad9e;
		clear: left;
	}
		/* Thumbnail */
		ul.structured-list img {
			float: left;
			margin-bottom: 10px;
		}
		/* Listing Text */
		ul.structured-list h2,
		ul.structured-list p {margin: 0 0 0 110px;}
		ul.structured-list p {margin-bottom: 3px;}
		ul.structured-list h2,
		ul.structured-list h3 {
			font-weight: bold;
			font-size: 10pt;
			margin-bottom: 6px;
		}
		/* No Thumbnail Img */
		ul.structured-list li.no-img h2,
		ul.structured-list li.no-img p {margin: 0;}
		ul.structured-list li.no-img h2 {margin-bottom: 6px;}

/* [CMS MODULES]
-------------------------------------------------------*/

/* --Search Results-- */
ul#search-results p,
ul#search-results h3 {
	font-size: 10pt;
	margin: 0;
}
ul#search-results p.rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
ul#img-lib {list-style: none;}
	ul#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}

.addthis_button, .dir-info .all, .back {display: none;}

ul.tools img {margin-right: 5px;}

.dir-info {margin: 0 0 10px;}