/*
	Name: National Park Service
	Date: January 2012
	Version: 0.0.6
	Author: Pim Linders + Matt Baily @threespot.com
*/

/* ///////////////////////////////////////////////////////////////////// 
//  Reset
/////////////////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

a, a:hover, a:active, a:focus { outline: none; }
ol { list-style-type: decimal; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
textarea { overflow: auto; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
button {  width: auto; overflow: visible; }
.ie6 input { vertical-align: text-bottom; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 #main input[type="checkbox"] { vertical-align: baseline;  }
button::-moz-focus-inner {
	border:0;
	margin:0;
	padding:0;
} 

/* ///////////////////////////////////////////////////////////////////// 
//  General
/////////////////////////////////////////////////////////////////////*/

body {
	background-color: #000000;
	font: 14px/1.42857 arial,helvetica,sans-serif;
	min-width: 968px;
}
ul {
    list-style: none outside none;
}
a {
	color: #b28000;
	text-decoration: none;
}
a.more:after {
	content: '\A0\BB';
}
a.back:before {
	content: '\00AB\A0';
}
a:hover{
	color: #d39700;
	text-decoration: underline;
}
.chrome-center {
	margin:  0 auto;
	padding:0 4px 0;
	width: 960px;
}
h2 {
	color: #5e7630;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h2 a {
	font-size: 18px;
}
h3 {
	color: #5e7630;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h3 a {
	font-size: 16px;
}
h4 {
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
    color: #918F7E;
    font-size: 10px;
    text-transform: uppercase;
}
.content p {
	margin-bottom: 16px;
}
.content ul {
	margin: 0 0 16px 18px;
}
.content li {
	list-style-type: disc;
	list-style-position: outside;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Base form styles */
.content form ul {
	margin-left: 0 !important;
}
.content form li {
	margin-bottom: 10px;
	list-style-type: none !important;
}
.content label {
     color: #647630;
     display: block;
     float: left;
     font-size: 14px;
     line-height: 28px;
     margin-right: 18px;
     text-align: right;
     width: 230px;
}
.content input,
.content textarea {
     border: 1px solid #c9c9c9;
     font-weight: bold;
     height: 16px;
     line-height: 16px;
     padding: 6px 8px;
     width: 256px;
}
.content input[type="checkbox"],
.content input[type="submit"] { 
	border: none; 
	height: auto;
	padding: 0;  
	vertical-align: text-top;
	width: auto;
}
.content input[type="submit"] { 
	padding: 0;
	width: auto;
}
.content textarea {
     height: 48px;
     float: left;
}
.content .recaptcha_input_area_text {
	float: none !important;
	line-height: 18px !important;
}

/* Show/Hide Controls */
.content .show-hide  {
    clear: both;
    margin: 14px 0;
    padding-left: 3px;
}
.content .show-hide a {
	display: block;
	padding-left: 16px;
}
.content .read-less {
	background: url("../images/bg/show-hide.png") no-repeat scroll 0 -18px transparent;
}
.content .read-more {
	background: url("../images/bg/show-hide.png") no-repeat scroll 0px 5px transparent;
}

/* Buttons */
.sq-btn {
	background: transparent url(../images/bg/sq-btn.png) repeat-x left top;
	background-image: -moz-linear-gradient(#b28000, #9d7100);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b28000), to(#9d7100));
	background-image: -webkit-linear-gradient(#b28000, #9d7100); 
	background-image: -o-linear-gradient(#b28000, #9d7100);
	color: #FFFFFF;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 12px 6px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 0 3px #cbcbcb;
	-webkit-box-shadow:0 0 3px #cbcbcb;
	box-shadow:0 0 3px #cbcbcb;
}
button.sq-btn {
	border: none;
    height: 28px;
    padding-top: 5px;
}
button.disabled {
	background: #D9D9D9;
}
button.disabled:hover {
	text-decoration: none;
}
button.simple-btn {
	background-color: transparent;
	border: none;
	color: #b28000;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px 6px 10px;
}
button:hover {
	text-decoration: underline;
}
.has-top {
	clear: both;
	float: left;
	margin-top: 15px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  Header
/////////////////////////////////////////////////////////////////////*/

#header-container {
	background-color: #000;
	height: 100px;
	width: 100%;
}
#header {
	background-color: #000;
	height: 100px;
	position: relative;
	z-index: 100;
}

/* Logo */
#header #logo {
	padding: 15px 0 0 6px;
}
#header #logo span, #logo a {
	display: block;
	height: 51px;
	width: 329px;
}
#header #logo span {
    background: url("../images/chrome/logos/main-logo.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
#header #logo a {
    color: #000000;
    font-size: 12px;
    position: relative;
}

/* Search */
#header .search {
	background: url("../images/chrome/bg/search-header.png") no-repeat scroll left top transparent;
    height: 25px;
    font-size: 13px;
    position: absolute;
    right: 16px;
    top: 31px;
    width: 177px;
    z-index: 3;
}
#global-search input {
    background-color: #323232;
    border: medium none;
    color: #F2F2F2;
    height: 14px;
    line-height: 14px;
    padding: 6px 0 4px 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 140px;
}

/* Search results */
#search-results-container {
	display: none;
    position: absolute;
    right: -7px;
    top: 22px;
    width: 190px;
    z-index: 10;
}
#search-results-container .top {
	background: url("../images/chrome/bg/results-top.png") no-repeat scroll left top transparent;
	height: 18px;
}
#search-results-container .bottom {
	background: url("../images/chrome/bg/results-bottom.png") no-repeat scroll left top transparent;
	height: 18px;
}
#search-results-container #search-results {
	background: url("../images/chrome/bg/results.png") repeat-y scroll left top transparent;
}
#search-results {
	font-size: 11px;
	word-wrap: break-word;
	padding: 0px 24px;
}
#search-results p {
	color: #9e9e9e;
}
#search-results ul {
	padding-top: 7px;
}
#search-results li {
	padding-bottom: 7px;
}
#search-results a {
	color: #363636;
}
#search-results #suggestions ul {
	border-bottom: 1px solid #D5D5D5;
    margin-bottom: 6px;
    padding-bottom: 4px;
}
.ie7 #search-results #searches #result2 {
	padding-bottom: 0px;
}
.ie7 #search-results #searches {
	padding-bottom: 7px;
}

/* Navigation */
#header #nav {
	background-color: #485a28;
    position: absolute;
    top: 84px;
}
#header #nav li {
    float: left;
    height: 32px;
    position: relative;
}
#header #nav li a {
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
}
#header #nav li a:hover { 
	cursor: pointer; 
}
#header #nav li a span {
    background: url(../images/chrome/bg/nav.png) 0px 0px no-repeat;
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top:0;
    width: 100%;
}
#header #nav li a:hover span { 
	cursor: pointer; 
}
#header #nav #nav_find_park a, 
#header #nav #nav_find_park a span {
    background-position: 0px 0px;
	width: 107px;
}
#header #nav #nav_find_park a:hover span,
#header #nav #nav_find_park:hover a span { 
	background-position: 0px -32px; 
}
#header #nav #nav_find_park.active a span { 
	background-position: 0px -64px; 
}

#header #nav #nav_discover a, 
#header #nav #nav_discover a span {
	background-position: -107px 0;
	width: 140px;
}
#header #nav #nav_discover a:hover span,
#header #nav #nav_discover:hover a span { 
	background-position: -107px -32px;
}
#header #nav #nav_discover.active a span {
	background-position: -107px -64px; 
}
#header #nav #nav_explore a, 
#header #nav #nav_explore a span {
    background-position: -247px 0;
    width: 132px;
}
#header #nav #nav_explore a:hover span,
#header #nav #nav_explore:hover a span { 
	background-position: -247px -32px; 
}
#header #nav #nav_explore.active a span { 
	background-position: -247px -64px; 
}
#header #nav #nav_involved a, 
#header #nav #nav_involved a span {
    background-position: -379px 0;
    width:116px;
}
#header #nav #nav_involved a:hover span,
#header #nav #nav_involved:hover a span { 
	background-position: -379px -32px; 
}
#header #nav #nav_involved.active a span { 
	background-position: -379px -64px; 
}
#header #nav #nav_working a, 
#header #nav #nav_working a span {
    background-position: -495px 0;
    width: 212px;
}
#header #nav #nav_working a:hover span,
#header #nav #nav_working:hover a span { 
	background-position: -495px -32px; 
}
#header #nav #nav_working.active a span  { 
	background-position: -495px -64px; 
}
#header #nav #nav_teachers a, 
#header #nav #nav_teachers a span {
    background-position: -707px 0;
    width: 92px;
}
#header #nav #nav_teachers a:hover span,
#header #nav #nav_teachers:hover a span { 
	background-position: -707px -32px; 
}
#header #nav #nav_teachers.active a span { 
	background-position: -707px -64px; 
}
#header #nav #nav_kids a , 
#header #nav #nav_kids a span {
    background-position: -799px 0;
	width: 66px;
}
#header #nav #nav_kids a:hover span,
#header #nav #nav_kids:hover a span { 
	background-position: -799px -32px; 
}
#header #nav #nav_kids.active a span { 
	background-position: -799px -64px; 
}
#header #nav #nav_about a , 
#header #nav #nav_about a span {
	background-position: -865px 0;
	width: 95px;
}
#header #nav #nav_about a:hover span,
#header #nav #nav_about:hover a span, 
#header #nav #nav_about.active a span { 
	background-position: -865px -32px; 
}
#header #nav #nav_about.active a span { 
	background-position: -865px -64px; 
}
#header #nav li ul {
	background: transparent url(../images/chrome/bg/nav-dd-edges.png) no-repeat left bottom;
	display: none;
	left: -6px;
	padding: 9px 6px 17px 6px;
	position: absolute;
}
#header #nav #nav_about ul {
	left: auto;
	right: -6px;
}
#header #nav li:hover ul,
#header #nav li.hover ul {
	display: block;
}
#header #nav li ul li {
	height: auto;	
}
#header #nav li ul li:first-child a,
#header #nav li ul li:first-child a:hover {
	border-top: none;
}
#header #nav li ul li a {
	color: #5b5b5b;
	border-top: 1px solid #e7e7e7;
	font-size: 13px;
	height: auto;
	line-height: 14px;
	margin: 0 19px 0 17px;
	padding: 7px 0;
	width: 136px !important;
}
#header #nav li ul li a:hover {
	background-color: #b28000;
	border-top: 1px solid #b28000;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 7px 19px 7px 17px;	
	text-decoration: none;
}


/* ///////////////////////////////////////////////////////////////////// 
//  Main
/////////////////////////////////////////////////////////////////////*/

/* Tooltip */
#tooltip {
	-moz-box-shadow: 3px 3px 3px rgba(71, 71, 71, 0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(71, 71, 71, 0.5);
	box-shadow: 3px 3px 3px rgba(71, 71, 71, 0.5);
	color: #000;
	display: none;
	background:#f4efdd;
	font-size: 11px;
	padding: 4px 7px;
	position: absolute;
	z-index: 3;
}
.divider-spacing {
	margin-top: 33px;
}

/* Wallpapers */
.wallpaper-parks {
	background: #f5f0dd url("../images/chrome/wallpapers/parks.jpg") no-repeat scroll center bottom;
	padding-bottom: 29px;
	width: 100%;
}

/* Main */
#main {
	background: url("../images/chrome/bg/main.png") repeat-y scroll 0 0 transparent;
	padding-top: 16px;
}
#main-bottom {
	background: url("../images/chrome/bg/main-bottom.png") no-repeat scroll 0 0 transparent;
	height: 4px;
}

/* Big picture */
#design {
	display:none;
    left: 407px;
    position: absolute;
    top: -199px;
    z-index: 10010;
}
#main .bap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#bap-mini {
	clear: both;
	margin-bottom: 24px;
}
ul.cycle{
	margin: 0;
} 
.bap .cycle li{
	list-style-type: none;
	position: relative;
	width: 960px;
}
.bap .large, .bap .large .cycle li {
	height: 241px;
}
.bap .small, .bap .small .cycle li {
	height: 148px;
	overflow: hidden;
}
.bap .mini, .bap .mini .cycle li {
    height: 173px;
    width: 688px;
}
.bap .title {
	background: url(../images/bg/transparent.png) repeat;
	bottom: 0;
    color: #FFFFFF;
	left: 0px;
	height: 79px;
	position: absolute;
	width: 100%;
}
.no-js .bap .title, .no-js .bap .main {
	height: auto;
}
.bap .bottom img {
	position: absolute;
	bottom: 0px;
}
.bap .top img {
	position: absolute;
	top: 0px;
}
.bap .super-header {
	color: #fff;
	font-size: 12px;
	left: 9px;
	position: absolute;
	top: 10px;
	z-index: 1000;
}
.bap .main {
	display: table;
	float: left;
	height: 79px;
}
.bap .sub {
    background: url("../images/bg/bap-border.png") no-repeat 26px 19px transparent;
    height: 79px;
   	display: table;
    max-width: 240px;
    padding-left: 52px;
}
.no-js .bap .sub {
	background: none;
	float: none;
	margin-left: 0px;
	margin-bottom: 15px;
}
.ie7 .bap .sub h2, .ie7 .bap .sub h3 { 
	position: relative; 
	margin-top: inherit;
	*clear: expression(
		style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
		style.clear = "none", 0
	);
}
.bap .sub h2 {
	color: #fff;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 0;
	vertical-align: middle;
}
.bap .sub h2 .details {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.bap .sub h3  {
	color: #fff;
 	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
    vertical-align: middle;
    width: 240px;
}
.bap .sub .location  {
	display: block;
	font-weight: normal;
	margin-bottom: 0px;
}
.bap .sub .embedded {
	color: #cbcbcb;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
.bap .controls {
    bottom: 53px;
    position: absolute;
    right: 16px;
    z-index: 100;
}
.bap .controls li {
	background: url("../images/bg/bap-tile.png") repeat left top;
    border: 1px solid #B0B0AE;
    cursor: pointer;
    display: block;	
    float: left;
    height: 8px;
    list-style: none;
    margin-left: 2px;
    width: 8px;
}
.bap .controls li:hover {
	background-color: #fff;
	border-color: #B0B0AE;
	cursor: pointer;	
}
.bap .controls .active {
	background-color: #fff;
	border: 1px solid #fff;
}
.bap .main h1 {
    font-size: 42px;
    font-weight: normal;
    letter-spacing: -0.7px;
    line-height: 79px;
    padding: 0 0 0 23px;
}
.no-js .bap .main h1 {
	line-height: 1.1;
	width: 700px;
}

/* Big Picture for content */
#bap-mini .title {
	height: 56px;
}
#bap-mini .sub {
	background: none;
    margin-left: 15px;
    margin-top: 7px;
    max-width: none;
    padding-left: 0;
}
#bap-mini .sub h2 {
	display: block;
	vertical-align: baseline;
}
#bap-mini .controls {
	bottom: 31px;
	margin: 0;
}
.ie7 #bap-mini .sub h2, 
.ie7 #bap-mini .sub h3 { 
	position: inherit; 
	margin-top: inherit;
	*clear: none;
}

/* Main content */
#main-content {
    padding-bottom: 8px;
    padding-top: 17px;
}

/* Utilities */
#main-content #utils {
    float: right;
    margin-right: 17px;
    visibility: hidden;
}
#main-content #utils li {
	float: left;
}
#main-content #utils a {
    display: block;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
}
.text-sizes li {
	margin-left: 10px;
}
.text-sizes .small a {
    background: url("../images/chrome/utils/text-sizes.png") no-repeat scroll 0 -13px transparent;
    width: 7px;
}
.text-sizes .small a:hover, 
.text-sizes .small .active {
	background-position: 0 0;
}
.text-sizes .medium a {
 	background: url("../images/chrome/utils/text-sizes.png") no-repeat scroll -18px -13px transparent;
    width: 9px;
}
.text-sizes .medium a:hover, 
.text-sizes .medium .active {
	background-position: -18px 0;
}
.text-sizes .large a {
    background: url("../images/chrome/utils/text-sizes.png") no-repeat scroll -36px -13px transparent;
    width: 11px;
}
.text-sizes .large a:hover, 
.text-sizes .large .active {
	background-position: -36px 0;
}
#utils .print {
    margin-left: 15px;
    margin-top: 1px;
    width: 14px;
}
#utils .print a {
    background: url("../images/chrome/utils/print.png") no-repeat scroll 0 0 transparent;
    width: 14px;
}
#utils .print a:hover {
   	background-position: 0 -14px;
}

/* Add this */
#main-content #utils .addthis_toolbox {
    margin-left: 14px;
    margin-top: 1px;
}
#main-content #utils .addthis_toolbox .at300bs {
	background: url("../images/chrome/utils/add-this.png") no-repeat scroll 0 0 transparent;
}

/* Sub navigation */
#main-content #sub-nav {
    float: left;
    margin-top: 13px;
   	position: relative;
    width: 209px;
    z-index: 2;
}
#sub-nav h2 {
    border-bottom: 1px solid #e4e2dd;
    color: #804711;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 27px;
}
#sub-nav ul {
	padding: 5px 25px;
}
#sub-nav li {
    border-top: 1px solid #e4e2dd;
    line-height: 14px;
   
}
#sub-nav li:first-child {
	border: none;
}
#sub-nav a {
    color: #918f7e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2857;
    padding: 7px 0;
}
#sub-nav a:hover {
    color: #706d5f;
}
#sub-nav a.active,
#sub-nav .sub a.active {
	color: #647630;
	font-weight: bold;
}
#sub-nav .sub>a,
#sub-nav .sub .sub>a{
	background: url(../images/icons/nav-pointer.png) no-repeat right .9em;
	font-weight: bold;
	padding-right: 20px;
	color: #647630;
}
#sub-nav li ul {
	padding: 0px 0 4px 15px;
}
#sub-nav li li {
	border: none;
	
}
#sub-nav .sub li a{
	background: none;
	color: #918f7e;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 4px 0;
}
#sub-nav .park-tools {	
	background-color: #fff;
	border: 1px solid #e4e3df;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	margin: 24px 0 0 25px;
	width: 158px;
}
#sub-nav .park-tools h2 {
    background-color: #E4E3DF;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 0 6px;
}
#sub-nav .park-tools ul {	
	padding: 16px 10px 10px;
}
#sub-nav .park-tools li {	
	background: url("../images/bg/park-tools.png") no-repeat;
	border: none;
	padding: 2px 0 4px 30px;
}
#sub-nav .subject li {	
	background: url("../images/bg/subject-tools.png") no-repeat;
}
#sub-nav .share li {	
	background: url("../images/bg/share-tools.png") no-repeat;
}
#sub-nav .park-tools li:first-child {
    border-bottom: 1px solid #E4E3DF;
    margin-bottom: 8px;
    padding-bottom: 17px;
    padding-top: 4px;
}
#sub-nav .share li:first-child {
	border: none;
	padding: 2px 0 3px 30px;
	margin: 0px;
}
#sub-nav .park-tools li a {
	font-size: 12px;
	line-height: 14px;
	padding: 0;
}
#sub-nav .share .facebook {
	background-position: 5px 3px;
}
#sub-nav .share .twitter {
	background-position: 5px -16px;
}
#sub-nav .share .youtube {
	background-position: 5px -37px;
}
#sub-nav .share .flickr {
	background-position: 5px -56px;
}
#sub-nav .park-tools .timeline {
	background-position: 0px 0px;
}
#sub-nav .park-tools .faqs {
	background-position: 2px -31px;
}
#sub-nav .park-tools .context {
	background-position: 2px -51px;
}
#sub-nav .park-tools .index {
	background-position: 2px -71px;
}
#sub-nav .park-tools .spanish {
	background-position: 2px -92px;
}
#sub-nav .park-tools li:first-child a {	
	font-size: 14px;
}
#sub-nav .share li:first-child a {	
	font-size: 12px;
}
#sub-nav .tags {
	margin: 35px 0 0 26px;
	width: 158px;	
}
#sub-nav .tags h2 {
	border: none;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 7px;
    padding: 0;
}
#sub-nav .tags ul {	
	padding: 0px;
}
#sub-nav .tags li {	
    border-top: medium none;
    float: left;
    margin: 0;
    padding: 0;
}
#sub-nav .tags a {	
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
    border-radius: 3px;
    color: #918F7E;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 8px;
    line-height: 8px;
    margin-bottom: 5px;
    margin-right: 6px;
    padding: 6px 7px;
    width: auto;
}
#sub-nav .tags a:hover {
	background-color: #B28000;
	color: #FFFFFF;
	text-decoration: none;
}
.find-a-park a {	
	background: transparent url('../images/chrome/icons/find-a-park.png') no-repeat 0 0;
	display: block;
	height: 171px;
	width: 208px;
}

/* Columns */
.guttered {
	margin-left: 32px;
}
.half-col,
.carousel-list-2 li {
	width: 336px;
}
.one-third-col,
.carousel-list-3 li {
	float: left;
	width: 208px;
}
.two-third-col {
	float: left;
	width: 448px;
}
.one-fourth-col,
.carousel-list-4 li {
	width: 160px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  Content
/////////////////////////////////////////////////////////////////////*/

/* Content container */
#main-content #content-container {
	background: transparent;
    float: left;
    margin-left: -5px;
    margin-top: 12px;
    position: relative;
    width: 746px;
    z-index: 1;
}
#content-container #content-top {
	background: transparent url("../images/chrome/bg/content-top.png") no-repeat left top;
	height: 5px;
	padding: 0 5px;
	width: 736px;
}
#content-container #content {
    background: transparent url("../images/chrome/bg/content.png") repeat-y left top;
    color: #464646;
    padding: 20px 29px 25px 29px;
    position: relative;
    width: 688px;
}
#content-container #content-bottom {
	background: transparent url("../images/chrome/bg/content-bottom.png") no-repeat left top;
	height: 5px;
	padding: 0 5px;
    width: 736px;
}
#content-container #content-more {
	margin-bottom: 11px;
}
#content-more #more-top {
	background: transparent url("../images/chrome/bg/content-more-top.png") no-repeat left top;
	height: 8px;
    width: 100%;
}
#content-more #more-title {
	background: transparent url("../images/chrome/bg/content-more-title.png") repeat-y left top;
	padding: 0 5px;
    width: 736px;	
}
#content-more #more-title h2 {
	color: #FFFFFF;
	margin-bottom: 0px;	
	padding: 0 23px 5px;
}
#content-more #more-content {
	background: transparent url("../images/chrome/bg/content-more.png") repeat-y left top;
	padding: 12px 5px;
    width: 736px;	
}
.ie7 #content-more #more-content {
	padding-bottom: 17px;
}
#content-more #more-content h5 {
	color: #ffe195;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
#content-more #more-list {
	background: transparent url("../images/chrome/bg/content-more-list.png") repeat-y left top;	
	padding: 0 22px;
}
#content-more #more-list ul a {
	color: #FFFFFF;
	font-weight: bold;
}
#content-more #more-list ul .all {
	font-size: 12px;
	font-weight: normal;
}
#content-more #more-list ul ul{
	background: none;
	margin-left: 0px;
}
#content-more #more-list li {
    float: left;
    line-height: 19px;
    margin-right: 31px;
    width: 210px;
}
#content-more #more-list li li {
	float: inherit;
	margin-bottom: 4px;
	margin-right: 0px;
}

/* Large container */
#main-container #content-container.large-container {
	margin-left: 12px;
    margin-top: 12px;
}
#content-container.large-container #content-top {
	background: transparent url("../images/chrome/bg/large-content-top.png") no-repeat left top;
	height: 5px;
	padding: 0 5px;
	width: 926px;
}
#content-container.large-container  #content {
    background: transparent url("../images/chrome/bg/large-content.png") repeat-y left top;
    color: #464646;
    padding: 20px 29px 25px 29px;
    position: relative;
    width: 878px;
}
#content-container.large-container  #content-bottom {
	background: transparent url("../images/chrome/bg/large-content-bottom.png") no-repeat left top;
	height: 5px;
	padding: 0 5px;
    width: 926px;
}

/* Content areas */
#left {
	float: left;
	width: 640px;
}
#right {
	float: right;
	width: 200px;
}
#right .more-links {
	
}
.more-links h3 {
	background-color: #506429;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 2px 8px;
}
.more-links h4 {
	color: #5e7630;
	font-size: 11px;
	margin-top: 13px;
	padding-left: 9px;
	text-transform: uppercase;
}
.more-links ul {
	border-bottom: 1px dotted #bdbbb1;
	margin: 0 9px;
	padding-bottom: 8px;
}
.more-links ul.last {
	border: none;
}
.more-links li {
	font-size: 13px;
    line-height: 18px;
    list-style: none outside none;
    padding-bottom: 5px;
}
.more-links a {
	color: #918f7e;
	font-weight: bold;
}
.more-links a.all {
	font-weight: normal;
}


/* Nav controls */
#nav-controls {
	color: #b7b7b7;
	float: left;
	margin-left: 21px;
}

#nav-controls li {
 	border-left: 1px solid #929084;
    float: left;
    padding: 0 9px;
}
#nav-controls li:first-child {
 	border-left: none;
    padding-left: 0px;
}
#nav-controls li a {
    color: #706D5F;
    
}
#nav-controls li a:hover {
    color: #b28000;
}

/* Alert */
#main-container #alert {
	left: 0;
	height: 26px;
	position: absolute;
	top: -26px;
}
.alert #content-container #content-top {
	background: transparent url("../images/chrome/bg/content-top-alert.png") no-repeat left top;
	height: 4px;
}
.alert #alert a {
    color: #9F240C;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 9px 0 0 10px;
    text-transform: uppercase;
}
.alert #alert #alert-box {
	background: transparent url("../images/chrome/bg/alert-box.png") no-repeat left top;
	float: left;
	height: 26px;
	margin-left: 17px;
	width: 220px;
}
.alert #content-alert{
	background: transparent url("../images/chrome/bg/alert-content.png") repeat-y left top;
    color: #464646;
    padding: 0px 5px;
    width: 736px;
}
.alert #alert-message {
	background: transparent url("../images/chrome/bg/alert-gradient.png") no-repeat left top;
    border-bottom: 1px solid #e7e6e0;
    padding: 8px 22px 4px;
}
.alert #alert-message h5 {
    margin-bottom: 9px;
    margin-top: 10px;
}
.alert #alert-message .emergency {
	color: #b72a0e;
}
.alert #alert-message ul {
    border-bottom: 1px dotted #BDBBB1;
}
.alert #alert-message .last {
	border-bottom: none;
}
.alert #alert-message li {
    line-height: 17px;
    margin-bottom: 12px;
}
.alert #alert-message li h4 {
	font-size: 12px;
    margin-bottom: 0px;
}
.alert #alert-message li p {
    font-size: 12px;
    margin-top: 4px;
}
/* back button */
#content-container #back {
	background-color: #f9f7f1;
	padding: 7px;
	margin: 0 0 17px -6px;
}
.back-button {
    background: url("../images/controls/back.png") no-repeat scroll 0 0 transparent;
    color: #706D5F;
    padding-bottom: 2px;
    padding-left: 31px;
    padding-top: 2px;
}
.back-button:hover {
    color: #b28000;
}
#super-title {
	background: url("../images/bg/super-title.png") no-repeat scroll 0 0 transparent;
	height: 28px;
    margin-bottom: 17px;
    margin-left: -8px;
    margin-top: -5px;
}
#super-title h3 {
    background-color: #804711;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 20px;
	line-height: 20px;
    margin-left: 6px;
    margin-top: 8px;
    padding: 0 8px 0 3px;
    width: auto;
}
.page-title {
	border-bottom: 1px solid #d8d8d8;
	color: #464646;
	font: normal 32px/1.1 Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	padding-bottom: 18px;
}
.story-content .next {
	padding-top: 11px;
	padding-bottom: 17px;
}
.story-content .next h4 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.story-content .next ul {
	margin: 0 13px;
}
.story-content .next li {
	 padding-bottom: 9px;
}
.quick-list {
    background-color: #F9F7F1;
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
    padding: 23px;
    width: 188px;
}
.quick-list h4 {
	color: #706d5f;
	font-size: 14px;
	text-transform: uppercase;
}
.quick-list .result-details .dl-wrapper {
    margin-bottom: 3px;
}
.landing-intro {
	padding-top: 12px;
}
.landing-intro .page-title {
	border-bottom: none;
	font-size: 26px;
	margin-bottom: 12px;
	padding-bottom: 0;
}
.reduced {
	padding-right: 190px;	
}
.super-header {
	color: #918f7e;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.park-header {
	margin: 8px 0 4px 0;
}
.park-header a {
	color: #647630;
	font-size: 12px;	
}
.intro {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.intro p {
	margin: 0 40px 20px 0;
}
.landing-intro p {	
	color: #706d5f;
	line-height: 24px;
}
.landing-intro .two-third-col p {	
	margin-right: 0;
}
.intro-with-image {
	width: 100%;
}
.intro-with-image img {
	float: right;
	margin-top: -33px;
	position: relative;
}
.intro-with-image .inside {
	margin-top: 0px;
	position: inherit;
}
.headered-box {
	clear: left;
}
.headered-box h2 {
	background-color: #5e7630;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 7px 17px;
}
.results h2 {
	color: #464646;
	float: left;
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin-bottom:0;
	padding: 16px 0 12px 0;
    width: 450px;
}
.results .result-download {
	float: right;
	margin-top: 30px;
}
.info-micro-filter {
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	padding: 8px 0;
	overflow: hidden;
}
.info-micro-filter h4,
.info-micro-filter h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	padding-right: 20px;
}
.info-micro-filter .micro-filter, 
.sort-by {
	display:none;
}
.info-micro-filter .micro-filter, 
.sort-by,
.view-all {
	color: #737373;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.view-all {
	color: #b28000;
	line-height: 20px;
}
.info-micro-filter .micro-filter label {
	color: #737373;
	display: inline;
	float: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin: 0;
	width: auto;
}
.info-micro-filter h2 {
	color: #647630;
}
.info-micro-filter p {
	height: 18px;
	margin-bottom: 0;
}
.sort-by label {
	color: #5e7630;
	font-size: 12px;
	line-height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.info-micro-filter .micro-filter p{
	line-height: 20px;
	padding-top: 2px;
}
.info-micro-filter .micro-filter input {
	vertical-align: baseline;
}
.display-list-view {
	clear: both;
}
.display-list-view ul {
	margin-left: 0;
}
.display-list-view li {
	border-top: 1px solid #d8d8d8;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 24px;
	overflow: hidden;
}
.display-list-view .simple-list li {
	margin-bottom: 7px;
	padding-top: 7px;
}
.display-list-view li:first-child {
	border-top: none;
}
.section-summary-list li:first-child {
	padding-top: 0;
}
.display-list-view .simple-list li:first-child {
	padding-top: 20px;
}
.display-list-view li h4,
.display-list-view li h4 a {
	color: #647630;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.display-list-view li h4 a:hover {
	color: #b28000;
	margin-bottom: 11px;
}
.display-list-view li .date {
	color: #918F7E;
	display: inline-block;
    margin-bottom: 12px;
    margin-top: -5px;
}
.display-list-view li .partner-event {
	background-color: #f1f1ef;
	color: #804711;
	display: inline-block;
    margin: -5px 2px 12px 0;
    padding: 2px 4px 1px 4px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}
.display-list-view li h3 {
	color: #5e7630;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.display-list-view li h3 a:hover {
	color: #D39800;
}
.display-list-view li .wrapper {
	background: transparent url(../images/bg/display-list-view-dotted.png) repeat-y left top;
	overflow: hidden;
}
.display-list-view li img {
	float: left;
	margin: 4px 15px 10px 0;
}
.display-list-view li p {
	line-height: 20px;
	margin-bottom: 12px;
}
.display-list-view li .star-ratings p {
	clear: both;
	font-size: 12px;
	margin: -8px 0 5px 0;
}
.display-list-view .featured {
	border-top: 1px solid #D8D8D8;
    margin-left: -8px;
    margin-top: -1px;
    position: relative;
    width: 707px;
}
.display-list-view .featured h3:first-child {
	background-color: #f4f1e7;
	color: #bab5a2;
	font-size: 10px;
	padding: 6px 8px;
	margin: 0px;
    text-transform: uppercase;
}
.display-list-view .featured ul {
	margin: 0px;
}
.display-list-view .featured ul li:first-child {
	border-top: none;
}
.display-list-view .featured ul li {
	background-color: #f9f7f1;
	border-top: 2px solid #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}
/* Event Details */
#fancybox-content .event-details, .no-js .event-details {
	background-color: #FFFFFF;
	padding: 15px;
	width: 445px !important;
}
#fancybox-content .event-details h3, .no-js .event-details h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}
#fancybox-content .event-details dt, .no-js .event-details dt {
	text-transform: uppercase;
	color: #918f7e;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
#fancybox-content .event-details dd, .no-js .event-details dd {
	color: #464646;
	line-height: 20px;
	font-size: 14px;
}

#fancybox-content .event-details .see-map {
	display: inline-block;
	font-size: 12px;
	margin-top: 14px;
}
#fancybox-content .print-event {
	background: url("../images/chrome/utils/print.png") no-repeat scroll 0 0 transparent;
	height: 14px;
	position: absolute;
	right: 13px;
	top: 13px;
    width: 14px;
}
.no-js .results .visuallyhidden {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: auto;
    padding: 0;
    position: relative;
    width: auto;
}
.no-js .results .event-details {
	padding: 0px;
} 
.no-js .results .show-event {
	display: none;
}

/* view controls */
.no-js .content .view-controls {
    display: none;
}
.content .view-controls {
    margin: 0;
    overflow: hidden;
}
.view-controls li {
	float: left;
    list-style-type: none;
}
.view-controls a {
    color: #918F7E;
    display: block;
    font-size: 11px;
    line-height: 17px;
    margin-right: 20px;
    padding-left: 30px;
}
.view-controls a:hover {
    color: #B28000;
}
.view-controls .active a {
    color: #5E7630;
}
.view-controls .active a:hover {
    color: #5E7630;
    text-decoration: none;
}
.view-controls .grid-view {
	background: url("../images/icons/view-icons-sprite.png") no-repeat scroll 0px -519px transparent;
	margin-right: 0;
}
.view-controls .active .grid-view {
	background-position: 0px -389px;
}
.view-controls .list-view {
	background: url("../images/icons/view-icons-sprite.png") no-repeat scroll 0px -324px transparent;
}
.view-controls .active .list-view {
	background-position: 0px -194px;
}

/* Gallery */
#gallery-content .description h4 {
    border-bottom: 1px dotted #D8D8D8;
    color: #706D5F;
    font-size: 10px;
    font-weight: normal;
    margin-top: 6px;
    padding-bottom: 9px;
    text-transform: uppercase;
    width: 100%;
}
#gallery-content .description p {
	font-size: 12px;	
	line-height: 18px;
}
#gallery-content .description {
    float: left;
    width: 507px;
}
#gallery-content .description h3 {
	font-size: 18px;
    line-height: 24px;
   	margin: -5px 0 3px 0px;
}
#gallery-content img {
    display: block;
    margin: auto;
}
#gallery-content img:hover {
	text-decoration: none;
}
#gallery-content .left {
	float: left;
	margin-bottom: 12px;
	width: 288px;
}
#gallery-content .left p {
    margin-bottom: 7px;
    padding-right: 10px;
}
#gallery-content .right {
	border-left: 1px dotted #d3d9d9;
    float: left;
    margin: 1px 0 12px 0;
    padding-left: 17px;
    width: 201px;
}
#gallery-content .right .download {
    margin-top: 13px;
}
#gallery-content .right .download dt {
	color: #464646;
    font-size: 12px;
    line-height: 23px;
    text-transform: none;
}
#gallery-content .right .download dd {
	clear: both;
	display: block;
}
#gallery-content .right .download dd a {
	font-size: 11px;
	font-width: bold;
	line-height: 18px;
}
#gallery-content .right .download dd .file-size {
    display: block;
    font-weight: normal;
    margin-top: 3px;
}
#gallery-content .result-details .dl-wrapper {
	margin-bottom: 3px;
}
#gallery-content .result-details dt {
    margin: 0;
}
#gallery-content .description .cc {
    background: url("../images/icons/video-icons.png") no-repeat scroll right 4px transparent;
    padding-right: 22px;
}
#gallery-content .description .play{
    background: url("../images/icons/video-icons.png") no-repeat scroll left -23px transparent;
}
#gallery-content .description .play a{
	display: block;
	height: 20px;
    padding-left: 29px;
}
#gallery-content .description .left ul {
    margin-top: 29px;
}
#gallery-content .description .left li {
    margin: 10px 0 0 0;
    width: auto;
}
#gallery-content .description .left li:first-child {
	margin-top: 0;
}
#gallery-content .transcript-control {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    clear: both;
    display: block;
    padding: 7px 0px;
}
#gallery-content .transcript-control a {
	display: block;
    height: 20px;
    padding-left: 29px;
}
#gallery-content .open a {
    background: url("../images/icons/video-icons.png") no-repeat scroll left -49px transparent;
}
#gallery-content .close {
	border-bottom: none;
}
#gallery-content .close a {
	background: url("../images/icons/video-icons.png") no-repeat scroll left -75px transparent;
}
#gallery-content .transcript {
    border-bottom: 1px solid #D8D8D8;
	display: none;
}
#gallery-content .transcript p {
	margin-bottom: 12px;
}
#gallery-listing ul {
	margin: 0px;
}
#gallery-listing #gallery-content img {
	display: block;
}
#gallery-listing .slideshow {
	display: none;
}
#gallery-listing li {
	clear: both;
    list-style: none outside none;
    padding-left: 0px;
    margin-bottom: 23px;
	width: auto;
}
#gallery-listing .last {
	margin-bottom: 0px;
}

/* Photo gallery */
#photo-gallery {
	margin-bottom: 32px;
}
#photo-gallery #gallery-description {
    float: left;
    width: 485px;
}
#photo-gallery #gallery-description h3 {
    margin-bottom: 1px;
}
#photo-gallery #gallery-controls {
    float: right;
    margin-top: 20px;
}
#photo-gallery #gallery-top {
	margin-bottom: 3px;
    padding: 0 6px;
}
#photo-gallery .list {
	margin: 0;
}
#photo-gallery .list li {
    clear: both;
    float: left;
    list-style: none outside none;
    margin-bottom: 42px;
    padding-left: 2px;
    width: 686px;
}
#photo-gallery .list .last{
    margin-bottom: 0px;
}
#photo-gallery .list .image, #gallery-listing .image {
	float: left;
	margin-right: 10px;
	width: 169px;
}
#photo-gallery .grid {
	margin: 0;
}
#photo-gallery .grid .description {
	display: none;
}
#photo-gallery .grid li {
    float: left;
    height: 139px;
    list-style: none;
    width: 172px;
}
.gallery-tooltip {
    position: absolute;
    width: 194px;
    z-index: 3;
}
.gallery-tooltip p {
	background-color: #464646;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 12px 14px;
}
.gallery-tooltip-arrow {
	background: url("../images/bg/gallery-tooltip.png") no-repeat 75px 0px transparent;
	height: 10px;
}
.photo-gallery .description .links {
	color: #ceccc5;
}
.np-js #view-slideshow {
	display: none;
}

/* Video gallery */
.content .video-gallery, 
.content .webcam-gallery {
	padding-top: 12px;
}
.video-gallery #gallery-content li {
	margin-bottom: 35px;
}
.video-gallery #gallery-content h3 {
	margin-bottom: 3px;
	padding-right: 218px;
}
/* Webcam gallery */
.webcam-gallery #gallery-content h3 {
    border-bottom: 1px dotted #D8D8D8;
    margin-bottom: 13px;
    padding-bottom: 8px;
}
.webcam-gallery .description p {
	margin-bottom: 7px;	
}
.webcam-gallery #gallery-content li {
	margin-bottom: 17px;
}

/* Link list */
.content .link-list {
    border-top: 1px solid #D8D8D8;
    margin-bottom: 26px;
    margin-top: 7px;
    padding-left: 3px;
    padding-top: 19px;
}
.content .link-list ul {
	margin: 0;	
}
.content .link-list li {
	list-style: none outside none;
}

/* Simple List */
.simple-list {	
	margin-left: 0;
}
.intro .simple-list {
	margin-bottom: 0;
}
.simple-list li {
	border-top: 1px solid #d8d8d8;
	list-style-type: none;
	margin-bottom: 7px;
	padding-top: 7px;
}
.intro .simple-list li {
	border-top-color: #ededec;	
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 12px;
}
.intro .simple-list li a {	
	font-size: 12px;
	font-weight: bold;
}
.simple-list li:first-child {
	border-top: none;
	padding-top: 20px;
}
.intro .simple-list li:first-child {	
	padding-top: 0;
}
.result-details {
	font-size: 11px;
	font-weight: bold;	
}
.result-details .dl-wrapper {
	margin-bottom: 6px;
	overflow: hidden;
}
.one-third-col .result-details .dl-wrapper {
	margin-bottom: 12px;
}
.display-list-view .result-details .dl-wrapper {
	margin-bottom: 4px;
}
.result-details dt {
	color: #918f7e;
	clear: left;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 15px;
	margin: 1px 0 0 0;
	padding-right: 5px;
	text-transform: uppercase;
}
.result-details dd {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 4px 0;
	line-height: 16px;
}
.js .result-details dd {	
	display: inline;
}
.see-map {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
.alert-box {
	border: 1px solid #d8d8d8;
	background-color: #f9f7f1;
	color: #b21c00;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	padding: 8px 7px 9px 14px;
}
.alert-box p.alert-box-alert {
	margin-bottom: 2px;
}
.alert-box a {
	color: #b28000;
	font: bold 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.tabbed {
	position: relative;
}
.toggle-tabbed {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 16px;
}
.toggle-tabbed ul{
	overflow: hidden;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	float: left;
	margin: 0;
}
.toggle-tabbed li {
	float: left;
	list-style-type: none;
}
.toggle-tabbed a {
	display: block;
	font-size: 10px;
	padding: 6px 10px 4px 10px;
	text-transform: uppercase;
}

.toggle-tabbed .ui-state-default a{
	background-color: #f0f0f0;
	border: 1px solid #9e9e9e;
	border-right: 1px solid #7b7b7b;
	color: #918f7e;
}
.toggle-tabbed .right a {
	-moz-box-shadow:inset 1px 1px 5px #929292;
   -webkit-box-shadow:inset 1px 1px 5px #929292;
   box-shadow:inset 1px 1px 5px #929292;
   border-left-color:#7b7b7b;
   border-right-color:#9e9e9e;
}
.toggle-tabbed .left a {
	-moz-box-shadow:inset -1px 1px 5px #929292;
   -webkit-box-shadow:inset -1px 1px 5px #929292;
   box-shadow:inset -1px 1px 5px #929292;
}
.toggle-tabbed .ui-state-active a {
	background: url(../images/bg/toggle-active.png) repeat-x left center;
	background-image: -moz-linear-gradient(#5f7630, #586b35);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5f7630), to(#586b35));
	background-image: -webkit-linear-gradient(#5f7630, #586b35); 
	background-image: -o-linear-gradient(#5f7630, #586b35);
	color: #fff;
	border: 1px solid #4c5a23;
	-moz-box-shadow:none;
   -webkit-box-shadow:none;
	box-shadow: none;
}

.ui-widget-content {
	zoom:1;
}

/* 3 column content */
.columns-3 {
	background: url(../images/bg/3-column.png) repeat-y left top;
	margin-bottom: 24px;
}
.columns-3 .column {
    border-top: 1px solid #DADADA;
    float: left;
	margin-left: 1px;
    margin-right: 26px;
    width: 211px;
}
.columns-3 .last{
	margin-right: 1px !important;
    width: 210px;
}
.columns-3 .equalizer{
	clear: both;
	background: url(../images/bg/3-column-equalizer.png) repeat left top;
	height: 1px;
	width: 100%;
}
.columns-3 .column .title-wrapper {
	background: url(../images/bg/3-column-gradient.png) repeat-x left top #fbf9f5;
	border-bottom: 1px solid #DADADA;
}
.columns-3 .column .title {
    padding: 9px 12px 9px 15px;
}
.columns-3 .column .title h3 {
    line-height: 19px;
    margin-bottom: 1px;
}
.columns-3 .column .title p {
	font-size: 11px;
	margin-bottom: 4px;
}
.columns-3 .column .content {
    padding: 21px 15px;
}
.columns-3 .column .content p {
	line-height: 18px;
}
.columns-3 .column .content img {
    float: left;
    margin-left: -4px;
    margin-right: 11px;
}
.columns-3 .column input[type="text"] {
    color: #464646;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    margin: 0 8px 0 0;
    padding: 0 4px;
    width: 120px;
}
.ie8 .columns-3 .column input[type="text"], .ie7 .columns-3 .column input[type="text"] {
	padding-top: 3px;
	height: 18px;
}
.columns-3 .column select {
    border: 1px solid #C9C9C9;
    color: #464646;
    font-size: 13px;
    float: left;
    height: 22px;
	margin: 0 8px 0 0;
    padding: 1px;
    width: 131px;
}
.columns-3 .column .sq-btn {
    float: left;
    font-weight: bold;
    height: 22px;
    padding: 0 9px;
}
.column #tweet {
	font-size: 12px;
	font-style: italic;
	min-height: 45px;
}
#tweet p {
	line-height: 16px;
	margin-bottom: 12px;
}
.column .twitter {
	margin-top: 3px;
    padding-left: 2px;
}
.column .tweeter-icon {
    background: url("../images/bg/cw-reporter.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 39px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 39px;
}
.column .twitter-info {
    float: left;
    padding-left: 9px;
}
.column .twitter-info p {
	color: #706d5f;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
.column .twitter-bird {
	background: url("../images/icons/twitter-bird-small.png") no-repeat 0px 2px transparent;
	font-size: 10px;
	font-weight: normal;
	color: #42c8f4;
	padding-left: 18px;
}
.column .twitter-bird:hover {
	text-decoration: underline;
}
.no-js .columns-3  .message-border, 
.no-js .columns-3 #tweet {
	display: none;
}
.message-border {
	background: url(../images/bg/message-border.png) no-repeat left top;
	height: 12px;
	width: 183px;
}
.loading {
	background: url("../images/graphics/loader.gif") no-repeat scroll 0 0 transparent;
	height: 11px;
	display: block;
	margin: auto;
	width: 16px;
}

/* Carousel */
.carousel-list {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}
.carousel-list ul{
	margin: 24px 0 0 0;
}
.carousel-list li {
	float: left;
	margin-bottom: 25px;
	list-style-type: none;
}
.carousel-list-2 li {
	margin-left: 16px;
}
.carousel-list-3 li {
	margin-left: 32px;
}
.carousel-list-4 li {
	margin-left: 16px;
}
.carousel-list li:first-child {
	margin-left: 0;
}
.carousel-list li .image-wrapper {
	height: 105px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 140px;
}
.carousel-list li .image-wrapper img,
.carousel-list li img {
	height: auto;
	width: 140px;
}
.carousel-list li h4 {
	color: #918f7e;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.carousel-list li h3,
.carousel-list li h3 a {
	color: #5e7630;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 7px;
}
.carousel-list li p {
	color: #706d5f;
	line-height: 18px;
	margin-bottom: 5px;
}
.carousel-list li .more {
	font-size: 12px;
}
.carousel-list #carousel-controls {
	display: none;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 12px;
}
.carousel-list #carousel-controls li {
	height: 15px;
	margin: 0;
	width: 16px;
}
.carousel-list #carousel-controls a {
	background: url(../images/controls/carousel.png) no-repeat left top;
	display: block;
	height: 15px;
	width: 16px;
}
.carousel-list #carousel-controls-prev a {
	background-position: left -15px;
}
.carousel-list #carousel-controls-next a {
	background-position: right top;
}
.carousel-list #carousel-controls .prev-disabled a {
	background-position: left top;
}
.carousel-list #carousel-controls .next-disabled a {
	background-position: right -15px;
}
.carousel-list .large li .image-wrapper {
	height: 140px;
}
.carousel-list .large li p {
	font-size: 12px;
	margin-bottom: 5px;
}

/* action Box */
.action-box {
	background-color: #f9f7f1;
	border: 1px solid #cbcbcb;
	color: #464646;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 26px 30px;
}
.action-box .action-title {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 25px;
	padding-bottom: 11px;
	position: relative;
}
.action-box-positive .action-title,
.action-box-negative .action-title  {
	background: url(../images/icons/confirmation-tick.png) no-repeat left top;
	min-height: 83px;
	padding-left: 112px;
}
.action-box-negative .action-title {
	background: url(../images/icons/error-tick.png) no-repeat left top;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.action-box .action-title .super-header {
	color: #706d5f !important;
	font-size: 14px;
	margin-bottom: 18px;
	text-transform: none;
}
.action-box .action-title h2 {
	color: #5e7630;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}
.action-box-negative .action-title h2 {
	color: #94220b;
	margin-bottom: 9px;
    padding-top: 16px;
}
.action-box .action-title p {
	border-bottom: 1px solid #d8d8d8;
	line-height: 20px;
	margin-bottom: 13px;
	padding-bottom: 19px;
}
.action-box .action-title .action-dates {
	color: #706d5f;
	font-weight: bold;
}
.action-box .action-title .action-dates strong {
	color: #464646;
}
.action-box .action-title .return-link {
	background: url(../images/icons/return-link.png) no-repeat right 0.1em;
	font-size: 12px;
	font-weight: bold;
	padding-right: 16px;
	position: absolute;
	right: 0;
	top: 0;
}
.action-box .action-details {
	line-height: 20px;
}
.action-box .action-details .action-details-description {
	float: left;
	width: 418px;
}
.action-box .action-details .action-details-links {
	float: left;
	margin-left: 14px;
	width: 194px;
}
.action-box .action-details .action-details-links ul {
	margin-left: 0px;
}
.action-box .action-details .action-details-links ul li {
	list-style-type: none;
}
.action-box .action-details .action-details-links a {
	border-top: 1px solid #e9e7e1;
	color: #b28000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0;
}
.action-box .action-details .action-details-links li:first-child a {
	border-top: none;
	padding-top: 0;
}
.action-box .action-form {
	padding: 5px;
}
.action-box .action-form .notice {
	color: #b21c00;
	display: block;
	font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 248px;
}
.action-box .action-form #reg-student-number {
	width: 16px;
}
.action-box .action-form button {
	margin-left: 248px;
}

/* Registatrion form */
#registration .error {
	border: 1px solid #B21C00;
}
#registration #reg-errors {
	display: none;
}
#registration #reg-errors p {
	color: #B21C00;
	font-weight: bold;
    margin-bottom: 25px;
}

/* Landing Promo List */
ul.landing-promo-list {
	margin-left: 0;
}
.landing-promo-list li {
	border-top: 1px solid #d8d8d8;
	overflow: hidden;
	padding: 20px 0 18px 0;
	list-style-type: none;
} 

.landing-promo-list li:first-child {
	border-top: none;
	padding-top: 0;
}
.landing-promo-list li h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 40px 5px 0;
}
.landing-promo-list li h3 {
	color: #918f7e;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}
.landing-promo-list li p {
	font-size: 16px;
	line-height: 22px;
	margin-right: 40px;
}
.landing-promo-list li .two-third-col h2,
.landing-promo-list li .two-third-col p {
	margin-right: 0;
}
.landing-promo-list li .one-third-col h4 {
	color: #918f7e;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.landing-promo-list li .one-third-col img {
	margin-bottom: 8px;
}
.landing-promo-list li .one-third-col h3 {
	color: #918f7e;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.landing-promo-list li .one-third-col h2 {
	color: #5e7630;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}
.landing-promo-list li .one-third-col a {
	font-size: 12px;
	line-height: 18px;
}

/* Ratings */
.ratings-wrapper,
.ratings-wrapper-disabled {
	overflow: hidden;
	margin-bottom: 13px;
	width: 100%;
}
.ui-stars-cancel {
	display: none;
}
.ui-stars-star {
	float: left;
}
.ui-stars-star a {
	background: url(../images/icons/ratings-stars.png) no-repeat left -30px;
	direction: ltr;
	display: block !important; 
	height: 20px;
	margin: 0 !important;
	padding: 0 6px 0 0;
	overflow: hidden; 
	text-align: left;  
	text-indent: -99px;
	width: 20px;
}
.ui-stars-star-hover a,
.ui-stars-star-on a {
	background-position: left top;
}
.ratings-list h2 {
	background-color: #e2bf34;
}
.ratings-list li h3,
.ratings-list li h3 a {
	color: #b28000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.ratings-list li p {
	font-size: 12px;
}
.ratings-list li .star-ratings {
	border-bottom: 1px dotted #bdbbb1;
	margin-bottom: 9px;
	overflow: hidden;
}
.ratings-list li .ratings-wrapper,
.display-list-view li .ratings-wrapper {
	float: left;
	margin: 0;
	padding-bottom: 9px;
	width: auto;
}
.ratings-list .ui-stars-star a,
.display-list-view li .ui-stars-star a {
	background: url(../images/icons/ratings-stars.png) no-repeat left -132px;
	height: 12px;
	padding: 0 6px 0 0;
	width: 12px;
}
.ratings-list .ui-stars-star-hover a,
.ratings-list .ui-stars-star-on a,
.display-list-view li .ui-stars-star-hover a,
.display-list-view li .ui-stars-star-on a {
	background-position: left -110px;
}
.ratings-list li .stars-cap,
.display-list-view li .stars-cap {
	color: #706d5f;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 2px;
	text-transform: uppercase;
}

.ratings-list li p a {
	font-size: 10px;
}

/* Tiles */
.content .tiles {
	margin: 0px;
	width: 100%;
}
.tiles li {
    float: left;
    list-style: none outside none;
    height: 262px;
    margin: 0 0px 19px 0;
    padding: 0;
    position: relative;
    margin-right: 16px;
    width: 336px;
}
.tiles .title {
    background: url("../images/bg/transparent-70.png") repeat scroll 0 0 transparent;
    bottom: 0;
    margin: 13px 11px;
    padding: 8px 13px;
    position: absolute;
    width: 288px;
}
.tiles .title h3 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
}
.tiles .description a {
	font-size: 16px;
}
.tiles li:hover {
	cursor: pointer;
}
.tiles li:nth-child(even) {
	margin-right: 0px;
} 
.tiles li.even {
	margin-right: 0px;
}
.tiles li:last-child {
	margin-bottom: 0px;
}
.tiles li.last-child{
	margin-bottom: 0px;
}
.tiles img {
	display: block;
	height: 262px;
	width: 336px;
}
.tiles .show-info {
    background: url("../images/bg/tile-info.jpg") repeat scroll 0 0 transparent;
    height: 198px;
    padding: 32px 28px;
    width: 280px;
}
.tiles .show-info .title {
    background: none;
    bottom: auto;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: auto;
}
.tiles .show-info h3 {
	color: #464646;
	margin-bottom: 13px;
}
.tiles .show-info .description p {
	color: #706d5f;
	font-size: 16px; 
	line-height: 22px;
}
.tiles .show-info .description a {
	font-weight: bold;
}
.tiles .show-info img {
	display: none;
}

/* Pagination */
.pagination {
	background: url(../images/bg/gradient-line-divider.png) no-repeat center top;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	padding-top: 22px;
	position: relative;
	text-align: center;	
}
.story-pagination {
	text-align: right;
}
.pagination .all {
	font-size: 10px;
	left: 0px;
	position: absolute;
}
.pagination li,
.pagination .numeric,
.pagination .numeric ul {
	border: none !important;
	color: #706d5f;
	display: inline;
	border: none;
	margin: 0;
	padding: 0 !important;
}
.pagination li {
	font-weight: bold;
}
.pagination li a,
.pagination a.first-page,
.pagination a.last-page {
	font-weight: normal;
	margin: 0 2px;
	padding: 2px 4px;
}
.pagination a.prev {
	background: url(../images/controls/pagination.png) no-repeat 0 3px;
	margin-right: 20px;
	padding-left: 10px;
}
.pagination a.next {
	background: url(../images/controls/pagination.png) no-repeat right 3px;
	margin-left: 6px;
	padding-right: 10px;
}
.pagination li a.active,
.pagination li a:hover,
.pagination a.first-page:hover,
.pagination a.last-page:hover {
	background-color: #f5f0dd;
	text-decoration: none;
}

/* download info */
.download-info {
	position: absolute;
	right: 30px;
	top: 28px;
	text-align: right;
}
.download-info span {
	display: block;
	font-size: 10px;
	margin-top: 10px;
}

/* Unit Info */
.unit-info {
	overflow: hidden;
}
.unit-info img {
	overflow: hidden;
	margin-bottom: 20px;
}
.unit-info h2 {
	color: #6b7630;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0;
}
.unit-info dl {
	line-height: 14px;
	margin-top: 6px;
}
.unit-info .dl-wrapper {
	border-top: 1px solid #ebebeb;
	overflow: hidden;
	padding: 10px 0 8px 0;
}
.unit-info dt {
	color: #918f7e;
	clear: left;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding-right: 5px;
	text-transform: uppercase;
}
.unit-info dd {
	float: left;
	font-size: 12px;
	margin: -1px 0 0 0;
}
.one-third-col img {
	display: block;
	margin-bottom: 24px;
	overflow: hidden;
}

/* My Comment */
.ratings-box {
	background-color: #f9f7f1;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px;
	position: relative;
}
.ratings-box h3 {
	color: #918f7e;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.ratings-box .ratings-wrapper {
	float: left;
	margin-bottom: 7px;
	width: 100%;
}
.ratings-box .stars-cap {
	border-bottom: 1px solid #bdbbb1;
	clear: left;
	color: #706d5f;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	padding-bottom: 8px;
}
.ratings-box p {
	clear: left;
	font-size: 12px;
}
.rate-btn {
	background: transparent url(../images/bg/rate-btn.png) repeat-x left top;
	background-image: -moz-linear-gradient(#e9bb1b, #cda51a);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9bb1b), to(#cda51a));
	background-image: -webkit-linear-gradient(#e9bb1b, #cda51a); 
	background-image: -o-linear-gradient(#e9bb1b, #cda51a);
	border: 1px solid #efede8;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
   	font-size: 13px !important;
	color: #fff;
	display: block;
	padding: 4px 12px;
}
.ie7 .rate-btn,
.ie8 .rate-btn{
	border:none;
}
.ratings-box button:hover {
	text-decoration: underline;
}
.ratings-box a {
	display: inline-block;
	font-size: 12px;
	margin: 4px 0 0 0;
}

/* Review List */
.review-list {
	border-top: 4px solid #5e7630;
	clear: both;
	padding-top: 11px;
}
.review-list ul {
	margin: 0 0 10px 0;
}
.review-list ul li {
	border-top: 1px solid #d8d8d8;
	list-style-type: none;
	padding-top: 14px;
	overflow: hidden;
}
.review-list ul li .two-third-col,
.review-list ul li .one-third-col {
	margin-bottom: 14px;
}

.review-list ul li:first-child {
	margin-top: 12px;
}
.review-list .info-micro-filter {
	border: none;
	padding: 0px
}
.review-ratings {
	float: left;
}
.review-ratings .ratings-wrapper {
	float: left;
	width: auto;
}
.review-ratings .ui-stars-star a {
	background: url(../images/icons/ratings-stars.png) no-repeat left -85px;
	height: 15px;
	margin: 0 !important;
	padding: 0 5px 0 0;
	width: 16px;
}
.review-ratings .ui-stars-star-hover a,
.review-ratings .ui-stars-star-on a {
	background-position: left -60px;
}
.review-ratings .stars-cap {
	color: #706d5f;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 0 5px;
	text-transform: uppercase;
}
.review-date {
	color: #918f7e;
	float: right;
	font-size: 10px;
	margin-top: 2px;
	text-transform: uppercase;
}
.review-list li h2 {
	color: #464646;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 16px;
}
.review-list li h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 1px;
}
.review-list li p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
}
.report-box {
	background-color: #f9f7f1;
	border: 1px solid #e9e8e3;
	color: #706d5f;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-top: 14px;
	padding: 5px 5px;
}
.ratings-box .review-breakdown {
	display: none;
	padding-top:  12px;
}
.js .ratings-box .review-breakdown {
	background-color: #fff;
	border: 1px solid #e5e4e0;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px;
	left: -220px;
	padding:  12px;
	position: absolute;
	top: -30px;
	width: 183px;
	z-index: 100;
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#b3b2af');

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#b3b2af')";

	-moz-box-shadow: 0 0 10px #b3b2af;
	-webkit-box-shadow: 0 0 10px #b3b2af;
	box-shadow: 0 0 10px #b3b2af;
}

.review-breakdown ul {
	margin-left: 0;
}
.review-breakdown ul li {
	border-top: 1px dotted #bdbbb1;
	margin-top: 10px;
	list-style-type: none;
	overflow: hidden;
	padding-top: 10px;
}
.review-breakdown ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.review-breakdown li h3 {
	color: #464646;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
}
.review-breakdown li .ratings-wrapper {
	margin-bottom: 0;
}
.review-breakdown li .ui-stars-star a {
	background: url(../images/icons/ratings-stars.png) no-repeat left -85px;
	height: 15px;
	margin: 0 !important;
	padding: 0 5px 0 0;
	width: 13px;
}
.review-breakdown li .stars-cap {
	border: none;
	clear: none;
	margin-top: 1px;
	padding: 0;
}
.review-breakdown li .ui-stars-star-hover a,
.review-breakdown li .ui-stars-star-on a {
	background-position: left -60px;
}
.review-breakdown .hover-close {
	background: url("../images/controls/lightbox.png") no-repeat scroll -2px -27px transparent;
	display: none;
	height: 22px;
	margin: 0 0 5px 5px;		    
	position: absolute;
	right: -11px;
	text-indent: -9999px;
	top: -11px;
	width: 22px;
}
/* Revealing the close button for touch devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.review-breakdown .hover-close {
		display: block;
	}	
}
@media only screen and (max-device-width: 480px) {
	.review-breakdown .hover-close {
		display: block;
	}
}

/* Item */
.item {
	border-top: 1px dotted #c8c7be;
	clear: left;
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	padding-top: 20px;
}
.item h3 {
	font-size: 13px;
}

/* Content Viewer */
.content-viewer {
	border: 1px solid #e4e2dd;
	font-size: 12px;	
	line-height: 18px;
	margin: 20px 0;
}
.content-viewer div {
	padding: 0px 7px;
}
.content-viewer ul {
	margin: 0;
}
.content-viewer li {
	list-style-type: none;
}
.content-viewer h4 {
	margin-bottom: 4px;
}
.content-viewer .content-viewer-controls {
	background-color: #f9f7f1;
	border-bottom: 1px solid #e4e2dd;
	min-height: 52px;
	margin: 0 0 12px 0;
	padding: 0;
	position: relative;
}
div.materials-download {
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	text-align: right;
}
.materials-download span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
.content-viewer .tabbed-nav {
	min-height: 25px;
	padding-bottom: 27px;
}
.content-viewer .tabbed-nav .materials-download {
	padding-bottom: 0;
}
.tabbed-nav ul{
	background-color: #f9f7f1;
	bottom: 0px;
	clear: both;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.tabbed-nav ul li {
	float: left;
	list-style-type: none;
}
.tabbed-nav ul li a {
	border: 1px solid transparent;
	bottom: -1px;
	color: #918f7e;
	display: block;
	font-size: 11px;
	padding: 4px 7px 3px 7px;
	position: relative;
	z-index: 10;
}
.tabbed-nav ul li.ui-state-active a {
	background-color: #fff;
	border: 1px solid #e4e2dd;
	border-bottom: 1px solid #fff;
	color: #464646;
}
.tabbed-nav ul li:first-child a {
	border-left: none !important;
}
.ui-tabs-hide {
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px;
}
.list-nav ul {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	float: left;
	font-size: 12px;
	left: 8px;
	margin: 0;
	padding: 6px 6px 2px 6px;
	position: absolute;
	top: 8px;
}
.list-nav ul li {
	list-style-type: none;
	margin-bottom: 4px;
}
.list-nav ul li a {
	color: #464646;
	display: block;
	padding-right: 88px;
}
.list-nav ul li.active a {
	background: url(../images/icons/dd-pointer.png) no-repeat right center;
}
.content-viewer #photo-gallery,
.content-viewer #document-gallery {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	left: -7px;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	position: relative;
	width: 446px;
}
.content-viewer #photo-gallery #gallery-top {
	margin-bottom: 0;
    padding: 0;
}
.content-viewer #photo-gallery #gallery-top #gallery-controls {
	margin: 0;
	padding: 0 7px 15px 7px;
	width: 432px;
}
.content-viewer .content-type-wrap {
	border-top: 1px solid #d8d8d8;
	padding: 7px 0 0 0;
	width: 446px;
}
.content-viewer #photo-gallery .grid,
.content-viewer #photo-gallery .list,
.content-viewer #document-gallery .list {
	height: 211px;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: auto;
}
.ie7 .content-viewer #photo-gallery .grid {
	padding-right: 5px;
	position: relative;
	width: 440px;
}
.content-viewer #photo-gallery .grid li {
	float: left;
	height: auto;
	margin: 0 1px 1px 0;
	list-style-type: none;
	width: auto;
}
.content-viewer #photo-gallery li .image {
	float: left;
	margin: 0 12px 0 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}
.content-viewer #photo-gallery .grid li .image {
	margin: 0;
}
.content-viewer #photo-gallery li .image a {
	display: block;
	overflow: hidden;
}
.content-viewer #photo-gallery li a img {
	display: block;
	margin:0;
}
.content-viewer #photo-gallery .list {
	margin: 0;
}
.content-viewer #photo-gallery .list li,
.content-viewer #document-gallery .list li {
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 0 10px 0 7px;
	width: auto;
}
.ie7 .content-viewer #photo-gallery .list li,
.ie7 .content-viewer #document-gallery .list li {
	width: 410px;
}
.content-viewer #photo-gallery .list li .description {
   padding: 0;
   width: 259px;
}
.content-viewer #photo-gallery .list li .description h4,
.content-viewer #document-gallery .list li h4  {
	border: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: none;
}
.content-viewer #photo-gallery .list li .description p {
	font-size: 12px;	
	line-height: 18px;
	margin: 0;
}

/* Add Review (lightbox content) */
#add-review-page{
	min-width: 598px;
}
#add-review-page,
#add-review {
	background-color: #f9f7f1;
	color: #f4efdd;
	width: 598px;
}
#add-review h1 {
	background-color: #5d792c;
	color: #fff;
	font-size: 24px;
	margin-bottom: 6px;
	padding: 18px 26px;
}
#add-review form {
	margin: 0 38px;
}
#add-review form fieldset {
	border-bottom: 1px solid #bbbcb1;
	margin: 18px 0 18px;
	padding: 0 0 28px 0;
}
#add-review form input, #add-review form textarea {
	-webkit-appearance: none;
}
#add-review form .ratings-additionals {
	margin-bottom: 21px;
	padding-bottom: 25px;
}
#add-review form h2 {
	color: #5e7630;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 18px;
}
#add-review form h2 span {
	font-weight: normal;
}
#add-review form h3 {
	color: #464646;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 24px;
	min-height: 68px;
	height: auto !important;
	height: 68px;
}
#add-review form ul,
#add-review form li {
	overflow: hidden;
}
#add-review fieldset ul {
	margin-bottom: 0;
}
#add-review .ratings-selections li{
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
}
#add-review .ratings-selections .ratings-wrapper {
	margin-bottom: 1px;
}
#add-review .ui-stars-star a,
#add-review .ui-stars-star-on a,
#add-review .ui-stars-star-hover a
 {
	background: url(../images/icons/ratings-stars.png) no-repeat 0 -85px;
	height: 15px;
	margin: 0 !important;
	padding: 0 5px 0 0;
	width: 16px;
}
#add-review .ui-stars-star-on a {
	background-position: left -60px;
}
#add-review .ui-stars-star-hover a {
	background-position: left -155px;
}
#add-review form .stars-cap {
	color: #918f7e;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#add-review form label {
	color: #706d5f;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	margin-right: 10px;
	width: 100px;
}
#add-review form input,
#add-review form textarea {
	width: 394px;
}
#add-review form button {
	margin-top: 32px;
}
.review-thankyou {
	color: #706d5f;
	margin-top:72px;
	text-align: center;
}
.review-thankyou h2 {
	color: #464646;
	font: 44px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
}
.review-thankyou p {
	font-size: 18px;
	font-weight: bold;
}

/* info-details */
.content .info-details {
    margin-bottom: 10px;
    padding-top: 8px;
}
.info-details .climate, .info-details .contact {
	font-weight: normal;
	padding-top: 2px;
}
.info-details .contact {
    background: url("../images/icons/park-info.png") no-repeat scroll left bottom transparent;
    height: 18px;
    margin-bottom: 21px;
    padding-left: 34px;
}
.info-details .climate {
    background: url("../images/icons/park-info.png") no-repeat scroll -6px top transparent;
    height: 25px;
    margin-bottom: 9px;
    padding-left: 21px;
}
.info-details title {
	font-size: 18px;
}
.info-details .two-third-col p {
    font-size: 12px;
    line-height: 18px;
}
.info-details .contact-details {
	margin: 0px;
}
.info-details .contact-details li {
	border-bottom: 1px dotted #bdbbb1;
	list-style: none;
    margin-bottom: 9px;
    padding-bottom: 5px;
}
.info-details .contact-details h5 {
    margin-bottom: 6px;
}
.info-details .contact-details p {
    font-size: 12px;
    list-style: none;
    line-height: 16px;
    margin-bottom: 0px;
}
.info-details .two-third-col .info-map {
	margin: 6px 0 24px;
}
.info-details .one-third-col, .info-details .two-third-col {
	padding-top: 5px;
}
.info-details .one-third-col {
	padding-left: 31px;
}
.info-details .sq-btn{
    margin-bottom: 20px;
    margin-top: 13px;
}

/* fact */
.content .fact {
	background: url("../images/bg/divider.png") no-repeat scroll center top transparent;
	clear: both;
    color: #918F7E;
    padding: 16px 0;
}
.fact h2 {
	color: #918f7e;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
}
.fact img {
    border: 1px solid #BDBBB1;
    float: left;
    margin: 4px 20px 5px 0;
}
.fact p {
    color: #706D5F;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	margin-bottom:0;
}

.adjusted-for-fact .fact {
	zoom:1;
	bottom:0;
	left: 29px;
	position: absolute;
	width: 688px;
}

/* Image with Caption */
.image-with-caption {
	color: #706d5f;	
	font-size: 11px;
	line-height: 15px;	
	margin-bottom: 10px;
}
.image-with-caption.module-right {
	clear: right;
	float: right;
	margin: 0 0 16px 40px;
	width: 336px;
}
.image-with-caption.module-small {
	width: 207px;
}
.image-with-caption.resize-to-image {
	width: 295px;
}
.image-with-caption.module-large {
	width: 336px;
}
.image-with-caption.module-insert {
	float: left;
	margin: 0 15px 5px 0;
	width: 140px;
}
div.image-with-caption img {
	float: none;
	margin: 0;
}
.image-with-caption .caption {
	padding-top: 6px;
}
.image-with-caption.module-insert .caption {
	margin-top: 13px;
}
.image-with-caption .source {
	color: #acacac;
	font-style: italic;
	margin-top: 4px;
}

/* Opportunities List */
.opportunities-list {
	margin: 21px 0 18px 0;
}
.opportunities-list h2 {
	border-bottom: 1px solid #d8d8d8;
	color: #464646;
	font: 20px/26px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.opportunities-list ul {
	margin: 0;
}
.opportunities-list li {
	list-style-type: none;
	margin-bottom: 12px;
}
.opportunities-list li h3 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}
.opportunities-list dl {
	font-size: 12px;
	line-height: 18px;
}
.opportunities-list dl dt {
	font-weight: bold;
	float: left;
	margin-right: 2px;
}
.opportunities-list p {
	color: #706d5f;
	font-size: 12px;
	line-height: 20px;
}
.opportunities-list .status {
	color: #706d5f;
	font: italic 14px/25px Georgia, "Times New Roman", Times, serif;
}

/* Related Promo List */
ul.related-promo-list {
	margin: 0;
}
.related-promo-list li{
	font-size: 12px;
	line-height: 17px;
	list-style-type: none;
	margin-bottom: 28px;
}
.related-promo-list li img {
	margin-bottom: 12px;
}
.related-promo-list li h3,
.related-promo-list li h3 a {
	color: #5e7630;
	font-size: 13px;
	font-weight: bold;	
	margin-bottom: 0;
}
.related-promo-list li p {
	margin-bottom: 0;
}

/* Webcam Popup */
#webcam {
	min-width: 0;
}
#webcam #main-container {
	background-image: none;
	background-color: #f9f7f1;
}
#webcam #header,
#webcam #main,
#webcam #main-content #content-container,
#webcam #content-container #content {
	max-width: 940px;
	padding: 0;
    width: 100%;
}
#webcam #logo {
	padding: 15px 0 0 35px;
}
#webcam #main {
	background-image: none;
	padding: 0;
}
#webcam #main-content {
	padding: 0;
}
#webcam #main-content #content-container {
	margin: 24px 0 0 0;
}
#webcam #content-container #content {
    background: transparent;
    padding: 0;
}
#webcam #content-container #content h1 {
	border: none;
	font-size: 20px;
	margin-bottom: 28px;
	padding: 0 0 0 35px;
}
#webcam #content-container #content .webcam-description {
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	padding: 0 35px;
}
#webcam #content-container #content .webcam-image {
	-ms-interpolation-mode: bicubic; /* IE image re-size rendering fix */
	max-width: 100%;
}

/* Pull Quote */
.pull-quote {
	font: italic 16px/24px Georgia, "Times New Roman", Times, serif;
	padding: 8px 0 28px 25px;
}

.pull-quote .citation {
	display: block;
	font: normal 11px/15px arial,helvetica,sans-serif;
	margin-left: 4px;
    margin-top: 12px;
}

/* Story Piece */

.page-index {	
	color: #918f7e;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 8px;
}

.story-source {
	border-bottom: 1px solid #d8d8d8;
	font-size: 12px;
	line-height: 18px;
	margin: -18px 0 16px 0;
	padding: 2px 0 5px 0;
}
.story-intro {	
	font-size: 18px;
}

/* slide box */
#slidebox {
	width:268px;
	right: -430px;
	padding:5px;
	background: url(../images/bg/slidebox-transparent.png) repeat;
	position:fixed;
	bottom:10px;
	/* transition */
	-moz-transition: right 100ms linear;
	-o-transition: right 100ms linear;
	-webkit-transition: right 100ms linear;
	transition: right 100ms linear;
	/* border radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	/* drop shadown */
	-moz-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.40);
	-o-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.40);
    box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.40);
}
#slidebox #slidebox-content {
	background: url(../images/bg/slidebox.png) repeat-x top left #7a4310;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 10px;
}
#slidebox.open { 
	-moz-transition: right 300ms linear;
	-o-transition: right 300ms linear;
	-webkit-transition: right 300ms linear;
	transition: right 300ms linear;
	right: 10px; 
}
#slidebox a.close{
	background: url(../images/controls/slidebox-close.png) no-repeat 0 0;
	height: 13px;
	position: absolute;
	right: 11px;
	top: 11px;
	width: 13px;
}
#slidebox a.close:hover {
	cursor: pointer;
}
#slidebox h3 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
 	margin-bottom: 4px;
} 
#slidebox h4{
	color: #d0ae8d;
	font-size: 11px;
	margin-bottom: 2px;
}
#slidebox .more {
	color: #fdb600;
	font-size: 11px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Footer
/////////////////////////////////////////////////////////////////////*/
/* Breadcrumbs */
#breadcrumb-container {
	background-color: #918f7e;
	height: 32px;
}
#breadcrumbs{
	background-color: #918f7e;
}
#breadcrumbs ul {
	float: left;
	height: 32px;
	overflow: hidden;
    width: 860px;
}
#breadcrumbs li {
    background: url("../images/chrome/bg/breadcrumb.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 22px;
}
#breadcrumbs li a {
    color: #F5F0DD;
}
#breadcrumbs ul .home {
    background: none repeat scroll 0 0 transparent;
    margin-left: 15px;
    padding-left: 0;
    padding-top: 8px;
}
#breadcrumbs ul .home a {
    background: url("../images/chrome/bg/breadcrumb-home.png") no-repeat scroll 0 5px transparent;
    display: block;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 55px;
}
#breadcrumbs ul .home a:hover {
   	border-bottom: 1px solid #F5F0DD;
}
#breadcrumbs #sm-control {
    float: right;
    margin-right: 16px;
    margin-top: 13px;
}
#sm-control a {
	background: url("../images/chrome/bg/sm-control.png") no-repeat scroll 0 -13px transparent;
	height: 10px;
	width: 72px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
#sm-control .expanded {
    background: url("../images/chrome/bg/sm-control.png") no-repeat scroll 0px 0px transparent;
}

/* Search */
#site-map-container {
	background: url("../images/chrome/bg/site-map-container.jpg") repeat scroll 0 0 #EAEAE2;
	padding-bottom: 33px;
}
#footer-gradient {
	background: url("../images/chrome/bg/footer-gradient.png") repeat scroll 0 0 transparent;
	height: 11px;
}
#footer-search-container {
	margin-top: 15px;
	position: relative;
}
#footer-search-container .search {
    background: url("../images/chrome/bg/search-footer.png") no-repeat scroll left top transparent;
    bottom: 0px;
    height: 28px;
    left: 23px;
    position: absolute;
    width: 394px;
}
#footer-search label {
	display: block;
	margin-top: 5px;
    overflow: hidden;
    text-indent: -9999px;
}
#footer-search input {
    background-color: transparent;
    border: medium none;
    color: #808080;
    font-size: 12px;
    left: 30px;
    position: absolute;
    top: 6px;
    width: 352px;
    -webkit-appearance: none;
}
#site-map-container .search-control {
	float: right;
    margin-right: 13px;
}
.search-control label {
    color: #556B2C;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.search-control select {
    border: 1px solid #D3D2CA;
    margin-top: 5px;
    padding: 4px;
    width: 146px;
}

/* Site map */
#site-map-container #site-map {
    background-color: #FCFCF7;
    border: 1px solid #CFD1C9;
    margin: 22px auto 0 auto;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-top: 17px;
    position: static;
    width: 893px;
}
#site-map h3 {
	font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 0px;
	text-transform: uppercase;
	width: 126px;
}
#site-map h3 a {
	color: #556b2c;
}
#site-map a {
	color: #808080;
}
#site-map ul {
    float: left;
    margin-right: 7px;
}
.ie7 #site-map ul {
    margin-right: 16px;
}
#site-map ul ul {
    border-left: 1px solid #EAEAEA;
    float: none;
    line-height: 14px;
    padding-left: 15px;
    width: 146px;
}
#site-map li li {
    font-size: 12px;
    padding-bottom: 5px;
}
#site-map .top-space {
    margin-top: 25px;
}

/* Footer */
#footer-container {
	background-color: #000;
}
#footer-container #footer {
    background: url("../images/chrome/logos/footer-logo.png") no-repeat scroll 20px 23px #000;
	padding-bottom: 49px;
}
#footer .top {
    border-bottom: 1px solid #7F7F7F;
    margin-left: 82px;
    padding-bottom: 16px;
    padding-top: 33px;
}
#footer .text-logo {
    background: url("../images/chrome/logos/text-logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 28px;
    width: 176px;
}
#footer .slogan {
    background: url("../images/chrome/logos/slogan.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 12px;
    margin-top: 14px;
    width: 259px;
}
#footer .links {
  	float: left;
    margin-left: 81px;
    margin-top: 13px;
}
#footer .links a {
	color: #fff;
}
#footer .links li {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 13px;
}
#footer .social {
    float: right;
    margin-left: 37px;
    margin-right: 5px;
    margin-top: 14px;
}
#footer .social li {
	margin-bottom: 7px;
}
#footer .social a {
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 26px;
}
#footer .social .facebook {
	background: url("../images/chrome/utils/social.png") no-repeat scroll 0px 4px transparent;
}
#footer .social .twitter {
	background: url("../images/chrome/utils/social.png") no-repeat scroll 0px -20px transparent;
}
#footer .social .youtube {
	background: url("../images/chrome/utils/social.png") no-repeat scroll 4px -42px transparent;
}
#footer .social .itunes {
	background: url("../images/chrome/utils/social.png") no-repeat scroll 4px -66px transparent;
}
#footer .updated {
    clear: right;
    color: #9B9B9B;
    float: right;
    font-size: 10px;
    margin-top: 14px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Helper classes
/////////////////////////////////////////////////////////////////////*/

/* Columns */
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-third { width: 65.33%; }
.one-fifth { width: 16%; }
.one-half, .one-third, .two-third, .one-fifth {
	float: left;
	margin-right: 4%;
	position: relative;
}
.last {
	clear: right;
	margin-right: 0 !important;
}

.ie7 .row,
.ie8 .row,
.ie9 .row {
	background-color: #fff;
}
.ir { 
	display: block; 
	text-indent: -999em; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr; 
}
/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Clearfix */
.clearfix:before, 
.clearfix:after,
#content:before,
#content:after,
#breadcrumbs:before,
#breadcrumbs:after,
.star-ratings:before,
.star-ratings:after,
#gallery-listing li:before,
#gallery-listing li:after{ 
	content: "\0020"; 
	display: block; 
	height: 0; 
	overflow: hidden; 
}
.clearfix:after,
#content:after,
#breadcrumbs:after,
.star-ratings:after,
#gallery-listing li:after { 
	clear: both; 
}
.clearfix, 
#content,
#breadcrumbs,
.star-ratings,
#gallery-listing li { 
	zoom: 1; 
}