body {
  	background-color: #AAAAAA;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;

}

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	align: center;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

img {
	behavior:url(iepngfix.htc);
}

.error{
	color:#FF0000;
}

#main_content_area ul {
	list-style-image: url(images/layout/bullet.png);
}

#main_content_area li {
	margin-top: 10px;
	margin-botton: 10px;
}

form {
	margin: 0px 0px 0px 0px;
}

.bold {
	font-weight: bold;
}

.small {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
}

.align_left {
	text-align: left;
	vertical-align: middle;
}

.align_centre {
	text-align: left;
	vertical-align: middle;
}

.no_link {
	text-decoration: none;
	cursor: pointer;
}

/* Box */

#flash_box {
	position: relative; 
	width: 192px;
	height: auto;
	display: inline;
	background-color: #A20000;
}

/* Header Code */

div.header_photo {
	position: relative;
	height: 192px;
	width: 768px;
}

.header_logo {
	position: absolute;
	z-index: 2;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.header_img {
	position: absolute;
	height: 192px;
	width: 768px;
	z-index: 1;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Layout */

	.wrapper {
		position: absolute;
		width: 768px;
		height: auto;
		left: 50%;
		margin-left: -384px;
		background-color: #A20000;
		border-color: #777777;
		border-style: solid;
		border-width: 0px 10px 10px 10px;
		top: 2px;
	}

	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:768px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}

	.leftmenu {
	    background: #A20000;
	}
    .leftmenu .colright {
        float: left;
        width: 200%;
		position: relative;
		left: 192px;
        background: #FFFFFF;
    }
    .leftmenu .col1wrap {
	    float: right;
	    width: 50%;
	    position: relative;
	    right: 192px;
	    padding-bottom: 1em;
	}
	.leftmenu .col2 {
        margin:10px 10px 0px 202px;
	    position: relative;
	    right: 100%;
	    overflow: hidden;
	}
    .leftmenu .col1 {
        float: left;
        width: 192px;
        position: relative;
        right: 192px;
		top: 10px;
    }

.main_content {

}

#clear {
	clear: both;
}

table.register_table td {
	padding-top: 4px;
	padding-bottom: 4px;

}

/* Table Style */

.grey_table {
	background-color: #E9E9E9;
	border-color: #808080;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0 0 0 0;
}

/* Box Menu Style */

.box_table {
	vertical-align: top;
	margin: 0px 4px 0px 4px;
	background-color: #E9E9E9;
	border-color: #808080;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
}

.header_row_colour {
	height: 20px;
	background-color: #A20000;
	background-image: url(images/layout/fill.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bolder;
}

p.list_row {
	margin-top: 2px;
	margin-bottom: 2px;	
}

p.forum_row {
	font-size: 9px;
	margin-top: 2px;
	margin-bottom: 2px;	
}

.flash_box_border {
	position: relative;
	width: 100%;
	height: 100%;
}

tr.off{
	background-color: #E9E9E9;
}

tr.highlight{ 
	background-color: #CCCCCC;
	cursor: pointer;
}

td.box_cell {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Left Side Footer */

#left_sub {
	padding: 16px 4px 8px 8px;
	height: auto;
	color:#FFFFFF;
}

#left_footer {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
}

a.no_link:link, a.no_link:visited, a.no_link:hover, a.no_link:active {
	color: #222222;
	text-decoration: none;
}


a.login:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.login:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.login:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.login:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Photo Module */

.photo_wrapper {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 6px 10px;
}

#photo_text {
	background-color: #CC0000;
	padding: 2px 0px 2px 0px;
	text-align: center;
	color: #FFFFFF;
}

#spacer {
	position: relative;
	height: 8px;
	background-color: #FFFFFF;
}

/* Search Module */

div.search_box {
	position: relative;
	width: auto;
	float: right;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 6px 10px;
	background-color: #A20000;
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
}

div.boat_search_box {
	position: relative;
	float: left;
	width: 150px;
	text-align: center;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 6px 10px;
	background-color: #A20000;
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
}

.search_box p {
	margin-top: 0px;
	margin-bottom: 0px;	
}

#search_box_header {
	margin-top: 1px;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: bold;	
}

.search_box label
{
	width: 4em;
	float: left;
	font-size: 10px;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #FFFFFF;
	vertical-align: middle;
}

.search_box input[type="text"]
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 1px 0px 2px 0px;
	font-size: 10px;
	vertical-align: middle;
	height: 12px;
}

.search_box select
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 1px 0px 2px 0px;
	font-size: 10px;
	vertical-align: middle;
}

.search_box input[type="submit"]
{
	font-size: 10px;
	color: #FFFFFF;
	background: #CC0000;
	border: 1px solid #000000;
	margin: 4px 0px 1px 0px;
	vertical-align: middle;
}

/* Login Box */

div.login {
	position: relative;
	padding: 8px 4px 8px 8px;
	height: auto;
	background-color: #A20000;
	color: #FFFFFF;
}

.login p {
	margin-top: 0px;
	margin-bottom: 0px;	
}

.login label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #FFFFFF;
	vertical-align: middle;
}

.login input[type="text"]
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 1px 0px 1px 0px;
	font-size: 9px;
	vertical-align: middle;
	height: 12px;
}

.login input[type="password"]
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 1px 0px 1px 0px;
	font-size: 9px;
	vertical-align: middle;
	height: 12px;
}

.login input[type="checkbox"], input[type="radio"] 
{
   	background: transparent;
   	border: 0px;
	margin: 1px 0px 2px 0px;
	vertical-align: middle;
	height: 12px;
}


.login input[type="submit"]
{
	font-size: 10px;
	color: #FFFFFF;
	background: #CC0000;
	border: 1px solid #000000;
	margin: 4px 0px 2px 0px;
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Vertical Menu Style */

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0px;
padding: 0px;
width: 192px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: url(images/layout/button_0.png);
font: bold 10px Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: 158px;
padding: 4px 0;
padding-left: 34px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
list-style-type: none;
position: absolute;
width: 192px; /*WIDTH OF SUB MENU ITEMS*/
left: 0px;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 158px; /*WIDTH OF SUB MENU ITEMS - 34px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 10px;
background: url(images/layout/arrow.png) no-repeat center right;
behavior:url(../iepngfix.htc);
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #FFFFFF;
}

.glossymenu li a:hover{
background-image: url(images/layout/button_1.png);
color: #000000;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


/* Email Style */

.main_back {
	background-color: #FFFFFF;
	border-color: #777777;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
}

.email_row {
	background-color: #A20000;
	color: #FFFFFF;
}

a.email_header:link, a.email_header:visited {
	font-size: 18px;
	color: #FFFFFF;
	font-style: none;
	text-decoration: none;
}

a.email_header:hover, a.email_header:active {
	font-size: 18px;
	color: #FFFFFF;
	font-style: none;
	text-decoration: underline;
}

.photo_table {
	background-color: #CC0000;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

.email_small {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	background-color: #CC0000;
	padding: 2px 0px 2px 0px;
	text-align: center;
	color: #FFFFFF;
}

