/**************************************************************
   content: Sets the width of the site
 **************************************************************/

#content {
	height: 100%;
	min-height: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 800 ? "800px" : "94%");  
  max-width: 800px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 125px;
}

/* Holds the site title and subtitle */
 #title {
	position: absolute;
	z-index: 3;
	top: 25px;
	left: 224px;
	padding: 5px;
	text-align: right;
	width: 306px;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: bold 24px "trebuchet ms", serif;
  
  color: #FFF;
}

/*#Logo {
	background-image: url(../index2_files/logo4.GIF);
	background-repeat: no-repeat;
}

#HdPhoto {
	background-image: url(../index2_files/headersea2.jpg);
	background-repeat: no-repeat;

}

/*#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}	*/


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}



/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 normal 12px/170% Verdana, Arial, Helvetica, sans-serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 1px 1px;    
  
  text-decoration: none;
  color: #000066;
} 

.sideMenu li a:hover {
  color: #000066;
  background: #46abcd;
}

/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 2px;
  color: #000066;
}		

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 1px;
  font: 400 12px verdana, arial, sans-serif; 
  color: #000066;  
}

.sideMenu li.here ul li a:hover {
  color: #000066;
}			


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
	background-color: #FFFFFF;
}

.width75 {
  width: 78%;
}

.width50 {
	width: 48%;
	background-color: #FFFFFF;
}

.width33 {
  width: 32%;
}

.width25 {
  width: 20%;
}

.width66 {
  width: 64%;
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatRightMemb {
	float: right;
	color: #FFFFFF;
	background-color: #46abcd;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.floatRightBar {
	float: right;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

/**************************************************************
	Compertition Box
 **************************************************************/
 
.rbroundbox {
	background: #0300ff;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	}

.rbtop div { 
	background: url(../index2_files/roundedtopleft.gif) no-repeat top left; 
	}
	
.rbtop { 
	background: url(../index2_files/roundedtopright.gif) no-repeat top right; 
	}

.floatRightComp {
	float: right;
	background-repeat: no-repeat;
	text-align: center;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0300ff;
	border-bottom-color: #0300ff;
	border-left-color: #0300ff;
	}

/**************************************************************
   Gen display classes
 **************************************************************/

.top5 {

  	background-color: #e0cfb5;
	text-align: center;
}

.blue {
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	font-size: 14px;
}
.centre {
	text-align: center;
}

.justify {
	text-align: justify;
}

.boarders {
/*	border: thin solid #000000; */
	padding: 3px;
}
