@charset "UTF-8";

/*********** 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;
	display: none;
}
/* CSS Document */

/*********** Print only design ***********/

.mainstyle #container #mainContent #MenuBar1 {
	display: none;
}



/*********** Standard design ***********/

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.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.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;
}

/*********** 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;
}
/*********** 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: 756px;
}
.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: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainstyle #container table.homepage td.storybox {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 252px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mainstyle #container table.homepage td.storybox#one{
	background-image: url(../images/storybox_carnival.jpg);
}
.mainstyle #container table.homepage td.storybox#two{
	background-image: url(../images/storybox_snapper.jpg);
}
.mainstyle #container table.homepage td.storybox#three{
	background-image: url(../images/storybox_kiwi.jpg);
}
/*********** 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;
}
.mainstyle #container table.homepage .storybox p a:hover, .mainstyle #container table.homepage .storybox p a:active {
	color: #FFF;
	text-decoration: underline;
}

.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;
	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: 7px;
}
.mainstyle #mainContent .block {
}

.mainstyle #mainContent h5 {
	font-size: 0.9em;
	margin-top: 11px;
	margin-bottom: 5px;
}
.mainstyle #mainContent table {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	width: 95%;
}
.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: top;
}
.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;
}
.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;
	padding: 0px;
}

.mainstyle #mainContent ul.standardlist {
	font-size: 0.9em;
}


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

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

/*********** NAVIGATION LINK FORMATTING ***********/

.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: 0px;
	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-left: 130px;
	margin-right: 30px;
}
.mainstyle #mainContent #sponsers h5 {
	color: #000;
	margin-left: 130px;
	margin-right: 30px;
}
.mainstyle #mainContent #sponsers img {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	display: block;
}
.mainstyle #mainContent #sponsers .sponserblock {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
/*********** 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 {
	margin-top: 1px;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 7px;
}
.mainstyle #mainContent #pressreleases h5 {
	font-size: 1em;
	margin-top: 25px;
	margin-bottom: 5px;
}
