@charset "utf-8";
/**
* CSS reset file By R.Telford - Carrotmedia Ltd.
* Date: 22-Apr-2008
*/ 

/* This allows 'em' to be used for font-size: 1.2em = 12px and 12pt */

html,
body
{
	height: 100%;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
}

body
{
	font-size: 62.5%;
}

/**
* Following lines borrowed and modified from Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 
{ 
	border-collapse: separate; 
	border-spacing: 0px; 
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

strong
{
	font-weight: bold;
}

.clear
{
	display: block;
	clear: both;
	height: 1px;
}

.form-row
{
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: auto;
}

.form-label
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.form-field
{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.form-field-label
{
	font-size: 0.9em;
}

.form-field-column
{
	display: block;
	float: left;
	width: 49%;
}

.form-errors
{
	color: red;
	list-style: none;
}

.show
{
	display: inline;
}

div.show
{
	display: block;
}

.hide
{
	display: none;
}

.centered
{
	text-align: center;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

img 
{
border: none;
}

/* END OF MINOR STYLING */


#wrapper 
{
	width: 960px;
	height: auto;
	margin: auto;
}

#header 
{
	width: 960px;
	height: 484px;
	background-image: url(images/top_img.gif);
	background-repeat: no-repeat;
	margin: auto;
}

#header-text 
{
	width: 500px;
	height: auto;
	padding: 260px 0px 0px 80px;
	}

#header-text p 
{
	font-family: Helvetica, "Helvetica Condensed", Arial, sans-serif;
	font-size: 1.9em;
	color: #fff;
	line-height: 1.25em;
	font-weight: 700;
}

#mid
{
	width: 960px;
	height: 250px;
	background-image: url(images/mid_bg.gif);
	background-repeat: no-repeat;
	clear: both;
}

#mid-items {
	width: 645px;
	height: 200px;
	float: left;
	margin: 8px 17px;
	}
	
#links {
	clear: both;
	width: 640px;
	height: 22px;
	margin-top: 10px;
	float: left;
	}
	
#links img {
	margin-right: 6px;
	}
	
#video {
	height: 230px;;
	float: left;
	width: 270px;
	margin-right: 10px;
	margin-top: 8px;
	background-image: url(images/MICKTV-HEADER.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#video-app {
	width: 260px;
	height: 195px;
	margin: auto;
	border: 5px solid #fff;
	background-image: url(images/coming_soon.png);
	margin-top: 25px;
	}
	
#boat 
{
	width: 960px;
	height: 96px;
	margin-top: 10px;
}

#boat p 
{
	font-family: "Arial Condensed", sans-serif;
	font-size: 3.2em;
	color: #fff;
	line-height: 1.25em;
	font-weight: 700;
	padding-left:300px;
	padding-top: 20px;
}

#footer 
{
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	width: 960px;
	height: 256px;
}

#footer p 
{
	font-family: Helvetica, "Arial Bold", sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 110px 60px;
}

.red-box {
	height: 18px;
	border: 2px solid #fff;
	width: 200px;
	background-color: red;
	float: left;
	margin: 0px 9px 0px 0px;
	}
	
.red-box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	}

.blue-box {
	height: 18px;
	border: 2px solid #fff;
	width: 200px;
	background-color: #0060b6;
	float: left;
	margin: 0px 9px 0px 0px;
	}
	
.blue-box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	}
	
.ammo-blue-box {
	height: 18px;
	border: 2px solid #fff;
	width: 200px;
	background-color: #0060b6;
	float: left;
	margin: 0px 9px 0px 0px;
	}

.ammo-blue-box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #fff;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	}
	
	
/** BOATING PAGE **/

#boat-header 
{
	height: 151px;
	width: 960px;
	display: block;
	clear: both;
	margin-bottom: 10px;
	}

#mid-boat 
{
	margin: auto;
	background-image: url(images/mid_bg.png);
	background-repeat: no-repeat;
	height: 574px;
	width: 960px;
	display: block;
	clear: both;
}

#mid-boat-content 
{
	background-image: url(images/boat_mid.png);
	background-repeat: no-repeat;
	width: 926px;
	height: 549px;
	margin: auto;
	margin-top: 10px;
	display: block;
	
}

#mid-boat-content-left
{
	width: 300px;
	height: auto;
	margin: auto;
	margin-top: 75px;
	margin-left: 20px;
	display: block;
	float: left;
}

#mid-boat-content-left p
{
font-family: Helvetica, "Arial Condensed", Arial, sans-serif;
font-stretch: extra-condensed;
font-size: 1.8em;
color: #fff;
font-weight: bold;
}

#mid-boat-content-centre
{
	width: 250px;
	height: auto;
	margin: auto;
	margin-top: 75px;
	margin-left: 20px;
	display: block;
	float: left;
}

#mid-boat-content-centre p
{
font-family: Helvetica, "Arial Condensed", Arial, sans-serif;
font-stretch: extra-condensed;
font-size: 1.8em;
color: #000;
}

#mid-boat-content-right
{
	width: 300px;
	height: auto;
	margin: auto;
	margin-top: 10px;
	margin-left: 20px;
	display: block;
	float: left;
}

#mid-boat-content-right p
{
font-family: Helvetica, "Arial Condensed", Arial, sans-serif;
font-stretch: extra-condensed;
font-size: 1.8em;
color: #000;
}



#boat-footer 
{
	background-image: url(images/boat_footer.png);
	background-repeat: no-repeat;
	height: 262px;
	width: 960px;
	margin-top: 10px;
}

.back-home {
	height: 22px;
	width: 97px;
	float: right;
	margin: 20px;
	}

.homelink a
{
width: 100px;
height: 20px;
float: right;
margin-right: 20px;
margin-top: 120px;
display:block;
}

#mapLarge {
	width: 400px;
	height: 400px;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	z-index: 1500;
	float: left;
	position:absolute;
	left: 223px;
	top: 104px;
	visibility: hidden;
	}
