/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 0px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/css/admin/images/squeezeBox/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(/css/admin/images/squeezeBox/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(/css/admin/images/squeezeBox/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	/*height: 100%;
	width: 100%;*/
}
#sbox-controller {
	width: 100%;
	padding-top: 5px;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	/*width: 100%;
	height: 100%;*/
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_nw.png) no-repeat;
}

#sbox-window .sbox-content-swf
{
	overflow:				hidden;
}

#sbox-caption-wrapper {
	position: absolute;
	text-align: center;		
	bottom: -65px;
	left: 0;		
	width: 100%;
	margin: -30px auto;
	opacity: 0;
}

.sbox-caption-table {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	width: auto;
	background: #666;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
}

table {
}
th, td {
	/*padding: 3px;*/
}
table.sbox-caption-table tbody td {
	background: transparent;
	border-bottom: none;
}
table.sbox-caption-table tbody tr:nth-child(odd) td {
	background: none;
}
table.sbox-caption-table tbody tr:hover td {
	background: none;
	color: inherit;
}

/**
 * default CSS for the textControl cmslib component
 * Used in conjunction with /cmslib/HTMLElements/HTMLTextControl.php and /cmslib/js/textControl.js
 */
.textModifier10 #content {font-size: 1.0em;}
.textModifier11 #content {font-size: 1.1em;}
.textModifier12 #content {font-size: 1.2em;}
.textModifier13 #content {font-size: 1.3em;}
.textModifier14 #content {font-size: 1.4em;}
.textModifier15 #content {font-size: 1.5em;}
.textModifier16 #content {font-size: 1.6em;}
.textModifier17 #content {font-size: 1.7em;}
.textModifier18 #content {font-size: 1.8em;}
.textModifier19 #content {font-size: 1.9em;}
#contentControl .decrease {background-position: 5px 0;}
#contentControl .increase {background-position: -15px 0;}
#contentControl .print {background-position: -34px 0;}
#contentControl .email-this-link {background-position: -54px 0;border-bottom: none;}
#contentControl a,
#contentControl button {
	background-image:url(/css/images/text-control.gif);
	background-repeat:no-repeat;
	font-size:0;
	height:18px;
	line-height:0;
	width:20px;
	display: block;
	
}
#contentControl a.email-this-link:hover{
	border-bottom: none;
}
#contentControl a:hover,
#contentControl button:hover {background-color: #EFEFEF;}
body ul#contentControl li {
display:block;
float:left;
line-height:0;
margin:0 0 0 1px;
padding:0;
background: none transparent;
}
#contentControl {
    /*overflow: auto;*/
}
#contentControl a span,
#contentControl button span {display:none;}

#contentControl a.email-this-link {
	padding-bottom: 0;
}

/* 
    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;
}

/* 
    Document   : screen-original
    Created on : 17/02/2010, 3:20:32 PM
    Author     : Luke Hoggett
    Description: copied from the isput.com.au css style sheet /css/style2.css
        
*/

body {
  font-family: sans-serif;
	color: #000000;
	background: #ffffff;
}

.body a{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

.body a:hover{
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

#div1 {
width: 65%;
float: left;
padding: 10px;
}
#div2 {
width: 30%;
float: right;
padding: 10px;
}
#div3 {
width: 850px;
float: left;
padding: 10px;
margin-left: 44px;
}
#div4 {
width: 420px;
float: left;
margin-left: 10px;
}
#div5 {
width: 270px;
float: right;
text-align: right;
margin-right: 450px;
}
#div6 {
width: 870px;
float: left;
padding: 5px;
}
#div7 {
width: 400px;
float: left;
margin-left: 10px;
}
#div8 {
width: 400px;
float: left;
text-align: left;
margin-left: 460px;
}

#div9 {
width: 420px;
float: right;
padding: 10px;
}

#div10 {
width: 70%;
padding: 5px;
background-image: url('/img/track.png');
}

.clear {
clear: both;
}


.navlinks {
	color :#FFFFFF;
	text-decoration :none;
	padding:5px;
	font-size: 12px;

}

.navbglink {
	border :1px #FFFFFF solid;
	border-top :0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;

	display: inline;
}


div.footerLink {
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #ffffff;
	text-align: center;
	text-decoration:none;

}

div.footerLink a {
	font-family: sans-serif;
	font-size: 11px;
	color: #999999;
	background: #ffffff;
	text-align: center;
	text-decoration:none;

}

div.footerLink a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	text-align: center;
	text-decoration:underline;

}

.info {

  font-family: sans-serif;
	color: #898989;
	background: #ffffff;
	padding-left: 5px;
	padding-top: 25px;
	text-align: top;
	font-size: 10px;
	float:right;
	margin-top: -75px;
}

.info2 {
  width: 510px;
  font-family: sans-serif;
	color: #898989;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	border-top: thin solid rgb(137,137,137);
}

div.section { clear: left; }
h5 { font-size: 12px; padding: 0 }
div.lnav {
	float: left;
	width: 137px;
	padding-left: 8px;
  background: #003366;
  padding-top: 2px;
  text-align: left;
  font-family:sans-serif;
  font-size: 10px;
  color:#ffffff;
  text-decoration:none;
  margin-bottom: 3px;

}

div.lnav a{
	float: left;
	width: 129px;
	padding-left: 8px;
  background: #003366;
  padding-top: 2px;
  text-align: left;
  font-family:sans-serif;
  font-size: 10px;
  color:#ffffff;
  text-decoration:none;
  margin-bottom: 3px;

 }

div.lnav a:hover {
	float: left;
	width: 129px;
	padding-left: 8px;
  background: #003366;
  padding-top: 2px;
  text-align: left;
  font-family:sans-serif;
  font-size: 10px;
  color:#ffffff;
  text-decoration:underline;
  margin-bottom: 3px;

}

div.hnav a{
  background: #003366;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  width:auto;
  font-family:sans-serif;
  font-size: 11px;
  color:#ffffff;
  text-decoration:none;

 }

div.hnav a:hover {

  background: #003366;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
 	width:auto;
  font-family:sans-serif;
  font-size: 11px;
  color:#ffffff;
  text-decoration:underline;

}

div.mainNav {
	background:#003366;
	width: 100%;

	height: 24px;
	text-align: center;
	border-right: thin solid rgb(255,255,255);
	border-left: thin solid rgb(255,255,255);

}

div.fun  { margin: 2px; }


.noDisplay {
	display:none;
}
.fix {
	visibility:hidden;
	clear:both;
	display:block;

}


div.frame {

}

div.page {
	width:100%;
	margin:auto;
	overflow:hidden;

}
div.vmenuBG {
	width:160px;
	position:absolute;
	top:0;
	left:0;
	background:#CFECAB;

}
div.contentBG {
	width:546px;
	position:absolute;
	top:0;
	left:160px;
	background:#ECCFAB;

}
div.containerBG {
	width:225px;
	position:absolute;
	top:0;
	right:0;
	background:#FFFFFF;

}
div.header_box {
	clear:both;
	position:relative;
	z-index:1;
}
div.header {
	background:#ff9900;
	width:100%;
	text-align:center;
	font-family:sans-serif;
  font-size: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #FFFFFF;
	position:relative;
	border-top: thin solid rgb(255,255,255);
	border-left: thin solid rgb(255,255,255);
	border-right: thin solid rgb(255,255,255);

}

div.header2 {
	background:#003366;
	width:100%;
	height: 70px;
	text-align:center;
	font-family:sans-serif;
  font-size: 55px;
  padding-top: 35px;
  color: #FFFFFF;
	position:relative;
	border-left: thin solid rgb(255,255,255);
	border-right: thin solid rgb(255,255,255);
}

div.footer_box {
	clear:both;
	z-index:1;
}
div.footer {
	background:#FFFFFF;
	text-align: center;
	position:relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: thin solid rgb(207,207,207);
	font-family:sans-serif;
  font-size: 11px;
  color: #606060;
}
div.main {
	clear:both;

	width:100%;
	position:relative;
	background:#FFFFFF;

}
div.wrap {
	width:70%;
	float:left;


}

div.wrap2 {
	width:100%;
	float:left;
}

div.hmenu_box {
	position:relative;
	text-align:center;
	height:24px;
	width:100%;
	background:#003366;
}
div.hmenu {
	padding:0px 3px;
	height:24px;
		width:100%;

}
div.vmenu_box {
	position:relative;
	top:0;
	z-index:3;
	width:152px;
	float:left;
	margin-top:30px;
border-right: thin solid rgb(137,137,137);
}
div.vmenu {
	padding:0px 4px;
	background:#ffffff;
}
div.container_box {
	position:relative;
	z-index:3;
	width:20%;
	float:right;
	margin-top:30px;
	margin-right:1px;
  font-family:sans-serif;
  font-size: 12px;

}

div.map_container_box {
	background-image: url('/img/map.jpg');
	position:relative;
	z-index:3;
	width:100%;
	float:right;
	margin-top:30px;
	margin-right:1px;
  font-family:sans-serif;
  font-size: 12px;
}

div.cbd_container_box {
	background-image: url('/img/cbd.jpg');
	position:relative;
	z-index:3;
	width:100%;
	float:right;
	margin-top:30px;
	margin-right:1px;
  font-family:sans-serif;
  font-size: 12px;
}

div.container {
	padding:0px 4px;
	background:#ffffff;

}
div.content_box {
	position:relative;
	z-index:3;
	float:left;
	width:530px;
	margin-top:30px;

}
div.content {
	padding:0px 4px;
	background:#CEFADB;

}

div.rnav {
	float: left;
	width: 225px;
	padding-left: 8px;
  background: #003366;
  padding-top: 1px;
  text-align: left;
  font-family:sans-serif;
  font-size: 12px;
  color:#ffffff;
  text-decoration:none;
  margin-bottom: 3px;

}

div.rnav a{
	float: left;
	width: 197px;
	padding-left: 8px;
  background: #003366;
  padding-top: 1px;
  text-align: left;
  font-family:sans-serif;
  font-size: 12px;
  color:#ffffff;
  text-decoration:none;
  margin-bottom: 3px;
}

div.rnav a:hover {
	float: left;
	width: 197px;
	padding-left: 8px;
  background: #003366;
  padding-top: 1px;
  text-align: left;
  font-family:sans-serif;
  font-size: 12px;
  color:#ffffff;
  text-decoration:underline;
  margin-bottom: 3px;
}

.navbglink{
	border-right: thin solid rgb(255,255,255);
}

.error{
  color:#ff0000;
  font-weight: bold;
}

.MsoNormal{
	font-style: normal;
}

.rowOff {
  background: #ff9900;
}

#error {
  font-weight: bold;
  color: #ff0000;
}

#error ul {
  font-weight: bold;
  color: #ff0000;
}

#error th {
  font-weight: bold;
  color: #ff0000;
}

#error li {
  font-weight: bold;
  color: #ff0000;
}

#error td {
  font-weight: bold;
  color: #ff0000;
}

#error tr {
  font-weight: bold;
  color: #ff0000;
}

h1 {
    clear: both;
}

/** hero home page slideshow **/
#hero-slideshow {
	height: 300px;
}
#hero-slideshow img {
	position: absolute;
	left: 0;
}
#slideshow-images {
	position: relative;
	width: 734px;
	height: 300px;
	overflow: hidden;
	padding-bottom: 4px;
}
#slideshow-controls {
	position: relative;
	top: -20px;
	left: 12px;
}
#slideshow-controls a {
	text-indent: -9999em;
	background: transparent url(/css/images/slideshow-control-sprite.png) no-repeat 0 0;
	display: block;
	width: 21px;
	height: 14px;
	float: left;
	margin-right: 4px;
}
#slideshow-controls a:active, #slideshow-controls a:focus {
	outline: none;
	-moz-outline-style: none;
}
#slideshow-controls a.active {
	background-position: 0 -14px;
}
#slideshow-controls a span {
	border: none;
}

