@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.mainstyle #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffCB05; /* the auto margins (in conjunction with a width) center the page */
	border: 0 none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*********** SIDEBAR ***********/

.mainstyle #sidebar1 {
	width: 168px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background-color: #ffcb05;
	background-image: url(../images/photo_jumper_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
}

.mainstyle #sidebar1.gowellington {
	background-image: url(../images/gowellington.jpg);
}

.mainstyle #sidebar1.goferns {
	background-image: url(../images/goferns.jpg);
}
.mainstyle #sidebar1.gonzbus {
	background-image: url(../images/gonzbus.jpg);
}
.mainstyle #sidebar1.goliveonair {
	background-image: url(../images/goliveonair.jpg);
}
.mainstyle #sidebar1.gosmarter {
	background-image: url(../images/gosmarter.jpg);
}
.mainstyle #sidebar1.gocuba {
	background-image: url(../images/gocuba.jpg);
}
.mainstyle #sidebar1.gowild {
	background-image: url(../images/gowild.jpg);
}
.mainstyle #sidebar1.gotoday {
	background-image: url(../images/gotoday.jpg);
}
.mainstyle #sidebar1.goteam {
	background-image: url(../images/goteam.jpg);
}
.mainstyle #sidebar1.goontime{
	background-image: url(../images/goontime.jpg);
}
.mainstyle #sidebar1.gobackintime {
	background-image: url(../images/gobackintime.jpg);
}
.mainstyle #sidebar1.gobaby {
	background-image: url(../images/gobaby.jpg);
}

.mainstyle #sidebar1 #overimage {
	background-image: url(../images/sidebar_oversquares.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 630px;
}

/*********** Navigation at top right of page ***********/
.mainstyle #mainContent ul.topnav {
	float: right;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	list-style-position: inside;
}
.mainstyle #mainContent ul.topnav li {
	font-size: 0.8em;
	display: inline;
	padding-right: 0px;
	padding-left: 3px;
	margin: 0px;
}
.mainstyle .topnav a, .mainstyle .topnav a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.mainstyle .topnav a:hover, .mainstyle .topnav a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/*********** Text box at top of page (above GO WELLINGTON line) ***********/
.mainstyle #mainContent #header {
	font-size: 0.9em;
	height: 110px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.mainstyle #mainContent #header p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#vertical-logo {
	position:absolute;
	top:43px;
	left:632px;
}
/*********** HOME PAGE FORMATTING - table ***********/
 
.mainstyle #container table.homepage {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 760px;
}
.mainstyle #container table.homepage tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainstyle #container table.homepage tr td {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-right-color: #FDCA0B;
}
.mainstyle #container table.homepage td.storybox {
	background-color: #000000;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 250px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainstyle #container table.homepage td.storybox#one{
	background-image: url(../media/images/one-shot-for-glory.jpg);
}
.mainstyle #container table.homepage td.storybox#two{
	background-image: url(../images/gokiwi.jpg);
}
.mainstyle #container table.homepage td.storybox#three{
	background-image: url(../images/storybox_snapper.jpg);
}

/*********** TEST STYLES ******************/
/*
.storybox{
	background-color: #000000;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 250px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.storybox h2 {
	text-transform: uppercase;
	color: #FFCB05;
	font-size: 1.1em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.storybox p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.storybox a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.storybox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}

.storybox p a, .storybox p a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.storybox p a:hover, .storybox p a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
*/
/*********** Other home page formating  ***********/

.mainstyle #container table.homepage .storybox h2 {
	text-transform: uppercase;
	color: #FFCB05;
	font-size: 1.1em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	//padding-bottom: 3px;
	//padding-left: 6px;
}
.mainstyle #container table.homepage .storybox p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	//padding-right: 8px;
	padding-bottom: 0px;
	//padding-left: 6px;
}
.mainstyle #container table.homepage .storybox a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.mainstyle #container table.homepage .storybox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}

.mainstyle #container table.homepage .storybox p a, .mainstyle #container table.homepage .storybox p a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.mainstyle #container table.homepage .storybox p a:hover, .mainstyle #container table.homepage .storybox p a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.mainstyle #container table.homepage p{
	font-size: 1em;	
}


/*********** mainContent ***********/

.mainstyle #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
    width:760px;
	position: relative;
	float: none;
}

.mainstyle #mainContent img {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*********** Main text formatting ***********/
.mainstyle #mainContent p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0.7em;
}
.mainstyle #mainContent p.morespacebelow {
	margin-bottom: 1em;
}
.mainstyle #mainContent .block {
}

.mainstyle #mainContent h5 {
	font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 0.6em;
}
.mainstyle #mainContent table {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	width: 95%;
}

.mainstyle #mainContent table.contactustable {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 95%;
}
.mainstyle #mainContent table.contactustable tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.mainstyle #mainContent table tr td {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: left;
	vertical-align: middle;
}
.mainstyle #mainContent table#ticketagents tr td  {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainstyle #mainContent table#ticketagents {
	width: 95%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainstyle #mainContent table.tablemanager th {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 3px;
}
.mainstyle #mainContent table.tablemanager {
	padding: 0px;
	width: 100%;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mainstyle #mainContent table#ticketagents table.tablemanager tbody td {
	margin: 0px;
	padding: 3px;
}
.mainstyle #mainContent table td.boris {
	font-size: 1.3em;
	font-weight: bold;
	color: #FDCA0B;
	background-color: #000;
	line-height: 1.8em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.mainstyle #mainContent table tr.odd {
	background-color: #FFE483;
}
.mainstyle #mainContent table tr.even {
	background-color: #FDCA0B;
}
.mainstyle #mainContent table td.tableheader {
	font-weight: bold;
	vertical-align: middle;
}
.mainstyle #mainContent table tr.tableheader {
	font-size: 0.9em;
	font-weight: bold;
	color: #FDCA0B;
	background-color: #000;
}
.mainstyle #mainContent .tablefooter {
	font-size: 0.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*********** THIS H1 tag if used for main 'go wellington' text ***********/

.mainstyle #mainContent h1 {
	font-size: 60px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	position: absolute;
	left: -12px;
	top: 140px;
	display: block;
	width: 787px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}

.mainstyle #mainContent ul.standardlist {
	padding:0;
	margin:0;
	font-size: 0.9em;
	padding-left: 1.3em;
	padding-bottom:0.5em;
	list-style-type: disc;
	list-style-position: outside;
}

.mainstyle #mainContent ul.standardlist li {
	margin-bottom: 5px;
}
.mainstyle #mainContent ul.standardlist ul {
	font-size: 100%;
	padding-left: 1.3em;
	list-style-type: disc;
	padding-bottom:0.5em;
	list-style-position: outside;
}


/*********** GENERAL LINK FORMATTING ***********/

.mainstyle #mainContent p a, .mainstyle #mainContent p a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.mainstyle #mainContent p a:hover, .mainstyle #mainContent p a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.mainstyle #mainContent ul.standardlist a, .mainstyle #mainContent ul.standardlist  a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.mainstyle #mainContent ul.standardlist  a:hover, .mainstyle #mainContent ul.standardlist  a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.mainstyle #mainContent table a, .mainstyle #mainContent p a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.mainstyle #mainContent table a:hover, .mainstyle #mainContent p a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/**************Extra bar over title **************/
.headerBar
{
    width: 790px;
    height: 1px;;
    position: relative;
    left: -12px;
    background-color: #000; 
}
/*********** NAVIGATION LINK FORMATTING ***********/

.mainstyle #navigation {
	width: 787px;
	position: absolute;
	left: -12px;
	background-color: #000;
	height: 22px;
	top: 211px;
	z-index:99;
}

.mainstyle #navigation a, .mainstyle #navigation a:visited {
	color: #FDCA0B;
	text-decoration: none;
}
.mainstyle #navigation a:hover, .mainstyle #navigation a:active {
	color: #FDCA0B;
	text-decoration: none;
}

/*********** FOOTER formatting ***********/

.mainstyle #copyright {
	font-size: 0.5em;
	text-align: left;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.mainstyle #footer {
	font-size: 0.6em;
	color: #333;
	float: right;
	display: block;
	width: 700px;
}
.mainstyle #footer ul {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
.mainstyle #footer li {
	padding: 0px;
	margin-right: 5px;
	display: inline;
	list-style-type: none;
}
.mainstyle #footer a, .mainstyle #footer a:visited {
	color: #333;
	text-decoration: none;
}
.mainstyle #footer a:hover, .mainstyle #footer a:active {
	color: #333;
	text-decoration: underline;
}

/*********** Clearfloats ***********/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*********** Formatting for Sponsers details ***********/
.mainstyle #mainContent #sponsers p {
	color: #000;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: 7px;
}
.mainstyle #mainContent #sponsers h5 {
	color: #000;
	padding: 0px;
	margin: 0px;
}
.mainstyle #mainContent #sponsers img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainstyle #mainContent #sponsers table.sponserblock {
	padding: 0px;
	width: 735px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainstyle #mainContent #sponsers table.sponserblock tr {
	margin: 0px;
	padding: 0px;
}
.mainstyle #mainContent #sponsers table.sponserblock tr td {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*********** Formatting for Press Releases ***********/
.mainstyle #mainContent span.more {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
.mainstyle #mainContent #pressreleases p {
	margin-bottom: 8px;
	margin-top: 0px;
}
.mainstyle #mainContent #pressreleases p.date {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.mainstyle #mainContent #pressreleases table p.date {
	font-size: 0.9em;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1.4em;
	padding: 0px;
}
.mainstyle #mainContent #pressreleases h5 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mainstyle #mainContent #pressreleases table h4 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
}
.mainstyle #mainContent #pressreleases table tr {	
}
.mainstyle #mainContent #pressreleases table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.mainstyle #mainContent #pressreleases table {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 95%;
	line-height: 1.3em;
}
.mainstyle #mainContent #pressreleases table p {
	font-size: 0.9em;
}
.mainstyle #mainContent #pressreleases table p {
	font-size: 0.9em;
}
/* form styles */
.formDiv
{
    
}
.formMessage
{
    text-align:center;
    color:#FF0000;
}                                                       
.textBox
{
    width:250px;
    font-family: Verdana;
    font-size:12px;
}
.validationMsg
{
    color:red;
}
#formContent
{
    padding: 0px;
    width: 670px;
    position: relative;
    float: right;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.formPass
{
    border:0;
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    /*background-color: #23215a;    */
}
.formFail
{
    border:0;
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    background-color: #FFE483;
}
.formnotes
{   
    font-size:9px;
}

/********** Calendar CSS ***********/
.bambo_calendar_date {
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 2px;
    z-index: 20;
}
.bambo_calendar_date h1{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.bambo_calendar_date table tr td table tr th {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    width: 26px;
    padding-left: 1px;
    text-align: center;
}
.bambo_calendar_date table tr td table {
    border-collapse: collapse;
}
.bambo_calendar_date table tr td table tr td {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    width: 26px;
    height: 26px;
}
.bambo_calendar_date table tr td table tr td a {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date table tr td table tr td a:hover {
    color: #000000;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
}
.bambo_calendar_date table tr td table tr td strong a {
    font-family: "Courier New", Courier, mono;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date .dayNumber {
    font-weight: bold;
    background-color: #0099FF;
    color: #FFFFFF;
}
.bambo_calendar_date .dayNumberSelected {
    font-weight: bold;
    background-color: #FFFFBB;
    color: #000000;
}
.bambo_calendar_date .left {
    text-align: left;
}
.bambo_calendar_date .left a, .bambo_calendar_date .right a{
    font-family:"Trebuchet MS";
    color:#000000;
    font-size:12px;
}
.bambo_calendar_date .right {
    text-align: right;
}

/* contact form */
.formBar
{
    position:relative;
    width:692px;
    height:25px;
    background-color: #000;
    color:#FFCB05;                   
    border-top:solid 2px #FFCB05;
    line-height: 25px;
    padding-left: 10px;
}
.formBox
{
    position: relative;
    width: 700px;
    background-color: #FFCB05;
    color:#000;
    border:solid 1px #000;
}

/* divs for bus ad pics on Bus Advertising */

#bus_ad_1
{
	height:164px;
	width:248px;
	float:left;
	margin-left:90px;
}

#bus_ad_2
{
	height:164px;
	width:248px;
	float:left;
	margin-left:90px;
}