/* CSS Document */

/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
/*this container holds the logo and heading graphic*/
   .logo {
	width: 200px;
	background-color: #012145;/*themecolour1;*/
	}
	#spacer {
	width: auto;
	}

/*this container holds the right-hand column divs*/
#holderdiv {
	width: 200px;
}
/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 770px;
	padding-right: 0px;
	padding-left: 0px;
}
/*the individual text boxes in the left-hand column*/
.coldiv {
	margin: 8px 0 10px;
	background-color: #ffffff;
	width: 768px;
	z-index: 1;
}
/*the individual text boxes in the left-hand column - alternative style*/
.leftcoldiv2 {
	margin: 10px 0;
	background-color: #ffffff;/*themecolour3;*/
	width: 558px;
	border: 1px solid #0955ab;/*themecolour1$ 4.1%, 54.6%;*/
	padding: 1px;
	color: #000000;/*themecolour3%0;*/
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 10px 0;
	width: 200px;
	background-color: #dcecff;/*themecolour1$ 86%, 100%;*/
	border: 1px solid #012145;/*themecolour1;*/
	color: #000000;/*themecolour3%0;*/
}
.rightcoldiv2 {
	margin: 10px 0;
	width: 200px;
	background-color: #ffffff;/*themecolour3;*/
	border: 1px solid #012145;/*themecolour1;*/
	color: #000000;/*themecolour3%0;*/
}
/*contains and positions the horizontal navbar*/
.hnav {
	margin: 5px 0 0px;
	width: 770px;
	background-color: #012145;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1B23;
	z-index: 5;
}

/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
    background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #06478e;/*themecolour4;*/
}
/*sets margins to 0*/  
p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
}
/*style the heading1 text */
h1 {
	font-size: 120%;
	margin: 0px 20px 5px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e5f95;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #06478E;
}
h4 {
	font-size: 100%;
	margin: 0px 100px 5px 220px;
	padding-top: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e5f95;/*themecolour1$ 30.1%, 43.1%;*/
	padding-bottom: 2px;
	padding-left: 0px;
}
.coldiv h2 {
	margin: 0 20 5;
	background-color: #00BFFF;/*themecolour1$ 86%, 100%;*/
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e5f95;/*themecolour1$ 30.1%, 43.1%;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 20px;
}
.coldiv h3 {
	margin: 0 20 5;
	background-color: #06478e;/*themecolour1$ 30.1%, 43.1%;*/
	font-size: 100%;
	padding: 1px 20px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED1B23;/*themecolour2;*/
	color: #FFFFFF;
}
.coldiv h6 {
	background-color: #06478e;
	font-size: 120%;
	padding: 1px 20px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED1B23;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.rightcoldiv h2 {
	margin: 0 0 5;
	background-color: #2e5f95;/*themecolour1$ 30.1%,43.1%;*/
	font-size: 90%;
	padding: 3px 0px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0194e2;/*themecolour2;*/
	color: #ffffff;
}
.rightcoldiv h3 {
	margin: 0 0 5;
	background-color: #012145;/*themecolour1;*/
	font-size: 90%;
	padding: 3px 0px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0194e2;/*themecolour2;*/
	color: #ffffff;
}
.rightcoldiv2 h3 {
	margin: 0 0 5;
	background-color: #012145;/*themecolour1;*/
	font-size: 90%;
	padding: 3px 0px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0194e2;/*themecolour2;*/
	color: #FFFFFF;
}
.rightcoldiv2 h2 {
	margin: 0 0 5;
	background-color: #2e5f95;/*themecolour1$ 30.1%,43.1%;*/
	font-size: 90%;
	padding: 3px 0px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0194e2;/*themecolour2;*/
	color: #ffffff;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	list-style-image: url(index_files/index_bullet.gif);
	list-style-position: inside;
}
/*floats element to the left*/
    .left {
	float: left;
	margin-right: 5px;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #012145;/*themecolour1;*/
	
}
a:visited {
	color: #2e5f95;/*themecolour1$ 30.1%,43.1%;*/
	
}
a:link:hover {
	color: #0194e2;/*themecolour2;*/
	
}
/*defines the style for horizontal dividers used in right and left-hand columns */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6273bf;
	padding-top: 4px;
	padding-bottom: 4px;
}
/*style the text and define background image for the footer*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: 24px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-left: 22px;
	vertical-align: middle;
	font-weight: normal;
	color: #06478E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06478E;
}
/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
#clear {
	height: 1px;
}
/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
.item {
	font-weight: bold;
	color: #06478E;
}
.style1 {color: #FF0000}
.style3 {color: #000000}

iframe {
	font-family: Arial, Helvetica, sans-serif;
}
.tablerow {
	background-color: #BBE8FF;
	text-align: left;
}
.dayrow {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #03A8DE;
	text-align: left;
}
.tablerowlight {
	background-color: #D9F1FF;
	text-align: left;
}
#schedule {
	font-size: 12px;
	font-weight: bold;
}
.nitrox {
	font-weight: bold;
	color: #006633;
	background-color: #FFFF66;
}
