/* 
    Document   : reset
    Created on : 06/03/2009, 5:37:36 PM
    Author     : Luke Hoggett
    Description:
        resest file based upon the yui reset
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}




body {
	color: #333;
	background:#ffffff;
	font-family:Arial, Verdana, Helvetica;;
	font-size: .625em;
}
#content {
	font-size: 1.2em;
	overflow: auto;
}

strong, b {
	/*color: #333;*/
	font-weight: bold;
}
em, i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	/*text-decoration: underline;*/
	
}
a img {
	padding: 0px;
	margin: 3px;
}
#content a, #footer a, .content {
	text-decoration: none;
	color: #003366;
}
#content a:hover, #footer a:hover .content:hover {
	text-decoration: underline;
	
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}

blockquote {
	-moz-border-radius-bottomRight: 8px;
	-webkit-border-radius-bottomRight: 8px;
	background: #EFEFEF;
	border-left: 2px solid #666;
	border-radius-bottomRight: 8px;
	margin: 1em 0 1em 3em;
	padding: 8px 5px 8px 1em;
}
blockquote p:nth-last-child(1) {
	
	margin-bottom: 0;
}

pre {
	font-size: 1.3em;
}

/* start headings */
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
}
h1 {
	color: #000;
	font-size: 1.8em;
	margin: 0 0 0.5em;
	display: inline;
	vertical-align: top;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
/* end headings */

/* start paragraphs */
p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
/* end paragraphs */

/* start lists */
ul, ol {
}
li {
	line-height: 1.6em;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ul li {
	list-style-type: square;
	list-style-position:outside;
	margin-left: 18px;
	padding-left: 3px;
}
ul ul li {
	list-style-type: circle;
}
/*
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
	left: 0;
	padding: 3px;
	position: relative;
	top: 1.1em;
	width: 5em;
}
dd {
	border-left: 2px solid #666;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}*/
/* end lists */

/* start table */
table {
	
	margin: 5px 0;
	width: 100%;
}
th, td {
	padding: 3px;
}
thead th {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
tbody td {
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
}
tbody tr:nth-child(odd) td {
	background: #FFF;
}
tbody tr:hover td {
	background: #333;
	color: #FFF;
}
tfoot td {
	border-top: 1px solid #666;
	font-style: italic;
}
/* end table */

/* start form */
form {
/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #333;
	border-radius: 12px;
	color: #FFF;*/
	padding: 3px;
	background: #EFEFEF;
	border-left: 1px solid #666;
	margin:1em 0 1em 3em;
	/*display: inline-block;*/
}
.info, .success, .warning, .error, .custom {
	margin-left: 3em;
}
fieldset {
/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF;
	border-radius: 8px;
	color: #666;*/
	padding: 5px;
}


legend {
	display: none;
}
form ul {
	margin: 0;
	padding: 0 18px;
}
form li {
	list-style: none;
	margin: 8px 0;
	padding: 0;
	overflow: visible;
	height: 100%;
}

form li > label {
	font-weight: bold;
	color: #333;
}
form fieldset ul li label{
	width: 150px;
	float: left;	
}
form fieldset ul li div.input-area label{
	width: auto;
	float: none;
	margin-left: 5px;
}
form fieldset ul li{
	overflow: auto;
}
form fieldset ul li div.input-area{
	float: left;
}
form fieldset ul li.submit {	
	padding-left: 149px;
}
textarea {
	line-height: 1.5em;
	width: 243px;
	height: 113px;
}
input {
	height: auto;
}
input.text,
textarea{
	width: 243px;
}
input.text,
textarea, select {
	border: 1px solid #1C5180;
	background: #fff;	
}
input.active, textarea.active {
	background: #fff;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
}

.formErrorMessage {
	color: #ff0000;
}
/* end form */

sup {
	vertical-align: text-top;
}



button {
background:transparent none repeat scroll 0 0;
border:medium none;
cursor:pointer;
height:30px;
line-height:26px;
margin:0;
overflow:visible;
padding:0;
text-align:center;
white-space:nowrap;
width:auto;
}
div#spam-tip {
	background:#EFEFEF;
	border:1px solid #666;	
	padding:2px;
	font-size:0.8em;
	width: 243px;
	display: none;
}
span.helper{
	display: block;	
	font-size: 0.9em;
	font-style: italic;
}
span.hint {
	border-bottom:1px dotted;
	cursor:pointer;
	margin-left:5px;
}
span.hint:hover{
	border-bottom-style: solid;
}

/* Starts busy signal style */
div.busySignalContainer{
	background: none;
	padding: 0;
	margin: 0;
}
.busySignal {
	margin: 0;
	padding: 0;
	position:absolute;
	background: url('/css/images/spinner_blue.gif') no-repeat 50% 50%;
	/*opacity:.5;*/
}
/* Ends busy signal style */

/* Starts message style */
div.messageList{
	list-style:none;
	color: #47512D;
	padding:7px 20px 7px 12px;
	background: #E6EFC2;
}
div.errorList{
    padding:7px 20px 7px 12px;
    background: #f6ecde;
    color:#CC0000;
}
div.messageList,
div.errorList{
	border: none;
	margin: 0 0 0 3em;
	padding:7px 20px 7px 12px;
}
/* Ends message style*/
a.zoom img,
ul.preview-images a img {
    cursor:url(/css/cursors/zoom.cur), pointer;
}
#content a.zoom, #content .content-image {
	border: none;
}

/** js related selectors **/
.hidden {
	display: none;
}

input.busyStatus,
textarea.busyStatus{
    background: #F4F5F5;
    border: #F4F5F5 1px solid;
}

.map-ineractive-text {
    text-decoration: underline;
}

#ZoomCaption {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#human {
	display: none;
	visibility: hidden;
}
#skip-to-content, #skip-to-nav {
	display:none;
}

#sitename {
	font-size: 2.5em;
}
#line {
	padding-top: 35px;
	font-size: 5.5em;
	color: #fff;
	font-weight: normal;
}

#container, 
#header, 
#navigation, 
#content, 
#footer {
	
}
#body {
	width: 100%;
}
#container {
	width: 100%;
}
#header {
	background-color: #F7971C;
	text-align: center;
	margin-bottom: 25px;
	width: 100% !important;
}

#logo img {

}
a#logo {
	border: none 0;
}

#navigation {
	font-size: 1.2em;
	overflow: visible;
	width: 15%;
	float: left;
}
#navigation li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin: 1px 0;
	background: #003366 url(/css/images/nav-top-bg.png) top left no-repeat;
	font-weight: bold;
	line-height: 1.5em;
}
#navigation li ul li {
	margin-top: 0;
	background: none transparent;
	padding-left: 8px;
	font-weight: normal;

}
#navigation li ul {
	background: transparent url(/css/images/nav-bottom-bg.png) bottom left no-repeat;
}
#navigation li.no-children a {
	background: transparent url(/css/images/nav-bottom-bg.png) bottom left no-repeat;
}
#navigation li.no-children.active {
	background: #003366 url(/css/images/nav-top-bg.png) top left no-repeat;
}
#navigation a {
	color: #FFF;
	display: block;
	font-weight: inherit;
	padding: 1px 8px;
	text-decoration: none;
	text-transform: capitalize;
}

#right-content {
	float: right;
	width: 19%;
}
#line-navigation {
	overflow: visible;
	font-size: 1.2em;
	margin-left: 20px;
}

#line-navigation li {
	list-style-type: none;
	background: transparent url(/css/images/line-nav-top-bg.png) top left no-repeat;
	padding: 0 5px 0 20px;
	margin-left: 0px;
	padding-left: 0px;
	color: #fff;
}
#line-navigation li a {
	color: inherit;
	margin: 1px 0;
	padding-left: 20px;
	padding-bottom: 3px;
	background: transparent url(/css/images/line-nav-bottom-bg.png) bottom left no-repeat;
	white-space: nowrap;
}
#line-navigation li a.type {
	color: #000;
	font-weight: bold;
}
#spokesperson {
	margin-left: 35px;
}
#content {
	float: left;
	width: 65%;
	margin: 0 0 0 10px;
	overflow: visible;
	position: relative;
}
#content-col {
	width: auto;
}
#content-col div {
	width: auto;
}
#content-col div#div2 {
	
}
#stations {
	color: #fff;
	width: 200px;
	float: left;
	margin: 0 20px 15px 0;
}
#stations li {
	list-style-type: none;
}
#stations strong {
	color: #000;
}

#content p a img {
	float: right;
	margin: 0 0 10px 20px;
}

#banner-footer {
	border-top: 1px solid #cfcfcf;
	padding: 15px 0;
	clear: both;
	height:110px;
	
}
#banner {
	background:#F29A1F url(/css/images/banner-footer-bridge.gif) no-repeat scroll right center;
	height:110px;
	margin: 0 auto;
	width:930px;
	position: relative;

}
#banner-footer a.north-shore {
	position: absolute; display: block; width: 240px; height: 90px; top: 10px; left: 675px;
}
#banner-footer #logo {
	height:80px;
	left:40px;
	top:15px;
	width:500px;
	position: absolute;
}
#banner-footer #bridge {
	bottom:15px;
	font-size:8px;
	font-style:inherit;
	height:20px;
	line-height:10px;
	right:17px;
	text-align:center;
	width:230px;
	position: absolute;
	z-index: 2;
}

#banner-footer #bridge a {
	color:#000000;
	display:block;
	text-decoration:none;
}
#banner-footer #bridge a:hover {
	color: #fff;
}
#footer {
	font-size: 1.1em;
	clear: both;
	padding: 5px 0;
	text-align: center;
	color:#606060;
	width: 100%;
	border-top: 1px solid #cfcfcf;
}



/** Starts with jsWindow style **/
#JsWindow {
	width:400px;
	position:absolute;
	margin:auto;
	z-index:1000;
	border:1px solid black;
	background:#fff;
}

body > #JsWindow {
	position:fixed;
	top:7%;
}

#JsWindowBar {
	overflow: auto;
}
#JsWindowBar a.close {
	background: url('/css/images/popup-X.gif') no-repeat 0 0;
	width:26px;
	height:26px;
	display:block;
	float:right;
	border: none;
	outline: none;
}
#screenOverlay {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:.2;
}

body > #screenOverlay {
}
/* Ends jsWindown style*/

/*Starts FancyZoom style reset*/
#ShadowBox table,
#ShadowBox table td,
#ShadowBox table tbody td{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
/*Ends Fancy Zoom style reset*/

a.fp-credit {    
   background:transparent url(/css/images/web-design-by-fatpublisher.png) no-repeat 85px 0;
    border:medium none;
    cursor:pointer;
    padding:2px 28px 12px 0;
    height: 19px;
}
a.fp-credit:hover {
    text-decoration: underline;
	
}

/* Youtube thumbnail image overlay*/
.video-link {
	position: relative;
	display: block;	
}
#content .video-link,
#content .video-link:hover{
	border-bottom: none;
}
.video-link img {
	display: block;
}
.overlay-button {
	cursor: url('/css/cursors/zoom.cur'), pointer;
	position: absolute;
	display: block;
	background: transparent url('/css/admin/images/player.png') no-repeat;
	width: 58px;
	height: 58px;
}
a.video-link:hover .overlay-button {
	background: transparent url('/css/admin/images/player-hover.png') no-repeat;
}

#contentControl {
	right: 0px;
	position:absolute;
	top: -15px;
	float: right;
}

#sitename {
	display: block;
	padding: 8px 0 8px;
	font-weight: bold;
}

#line {
	width: 100%;
	display: block;
	margin-bottom: 0px;
}

#gallery {
	clear: both;
}

body {
	background: #FFF;
	overflow: hidden;

}

.email-this-link {
	font-size: 1.1em;
	padding: 10px;
	width: 620px;
}

.email-this-link form {
	margin: 0;
	width: auto;
	height: 290px;
}
.email-this-link .error {
	margin-left: 0;
}
.email-this-link form .formErrorMessage {
    margin-left: 0;
}

.email-this-link h1 {
	font-size: 1.25em;
	padding-top: 0;
}

.email-this-link form ul {
	width: 569px;
}

.email-this-link form ul li {
	margin-left: 20px;
}

.email-this-link li.help-note {
	padding: 15px;
	margin: 0;
}

.email-this-link form ul.std-form li label {
	text-align: left;
}

.email-this-link .helper {
	display: block;
	/*margin-left: 170px;*/
	font-style: italic;
	font-size: .9em;
}

/*.email-this-link form ul.std-form li.submit {
	margin-left: 177px;
	padding: 18px 0 18px 0;
}
*/
form .formErrorMessage {
	margin-left: 170px;
}

.email-this-link form ul.std-form li div label  {
	float: none;
}

.radioInput {
	margin-left: 5px;
	margin-right: 4px;
	vertical-align: -3px;
}

.radiooption {
	margin-right: 10px;
}

.email-this-link-thanks {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #F1F1F1;
	padding: 40px;
	margin: 10px;
	height: 200px;
}


