@charset "utf-8";
/* CSS Document */

body  {
	background: #fef5e1;
	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: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 825px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 3px solid #930;*/ 
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fef5e1;
	font-weight: normal;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
} 
#container #header {
	height: 150px;
}
#header {
	 padding: 0 10px 0 20px;/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.
	)*/

} 



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#paragraph {color:#000}

#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	/*background-color: #fff;*/
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	
}

#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	/*background-color: #fff;*/
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}
#middle {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 40px;
	
} 

#middleNoRSB {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 40px;
	
} 

#middleNoLRSB {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 40px;
	
}

#middleNoSB {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 20px;
	
}

.middleNoSB {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 20px;
	
	h1 	{
	font-size: 24px;
	color: #993300;
}

h2	{
	font-size: 18px;
	color: #993300;
	margin-bottom: opx;
	text-align: center;
}

h3	{
	font-size: 14px;
	margin-bottom: 5px;
	color: #060;
}
h4 {
	font-size: 14px;
	color: #F00;
}
	
}
#flashNoSB {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 5px;
	
}

#middleNoLRSBNoMenu {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 10px;
	
}

#middleMenuTest {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	
}
#middleCentred {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding-top: 10px;
	}

#welcome {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 100px;
	margin-left: 150px;
	padding-top: 10px;
	
} 

.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: 10px;
	line-height: normal;
}




h1 	{
	font-size: 24px;
	color: #993300;
}

h2	{
	font-size: 18px;
	color: #993300;
	margin-bottom: opx;
	text-align: center;
}

h3	{
	font-size: 14px;
	margin-bottom: 5px;
	color: #060;
}
h4 {
	font-size: 14px;
	color: #F00;
}


p	{
	font-size:12px;
	margin-top: 0px;
	
}

Ul	{
	font-size:12px;
	margin-top: 0px;

}

/* #footer {
	padding: 0 10px 0 10px; this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#0B3253;
	color: #FFD192;
} */ 

#footer 
{
	padding: 1px;  /*remember that padding is the space inside the div box and margin is the space outside the div box 
	margin-top: 0;
	/*margin-right: 100px;*/
	margin-bottom: 0;
	/*margin-left: 100px;*/
	text-align:center;
	/*padding: 0 10px 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#084b8a;
	color: #FFFFFF;
	clear: both;
}


#container #footer a 
{
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#container #footer a:hover 
{	
	 color: #FCDD03;
}
/*#container  li {
	font-size: 12px;
	text-decoration: none;
	list-style-image: none;
	display: list-item;
	text-align: left;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}*/
#info_sailing {
	height:200px;
	width:170px;
	background: #084b8a;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0px 3px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#info_nav{
	height:215px;
}
#info_sail{
	height:265px;
}
#info_safety{
	height:165px;
}
#info_nav, #info_sail, #info_safety {
	
	width:190px;
	background: #084b8a;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0px 3px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#side_menu_sail {
	margin-top:5px;
}
/*#side_menu_sail dl {width: 170px; margin: 0 auto; padding: 0 0 10px 0; background: #084b8a url(../bottom.gif) no-repeat bottom left;}
#side_menu_sail dt {margin:0; padding: 10px; font-size: 14px; font-weight:bold; color: #fff; border-bottom:1px solid #fff; background:#084b8a; /* colour of top and border*/  no-repeat top left;}
*/

#side_menu_sail dd {margin:0; padding:0; color: #fff; font-size: 12px; border-bottom:1px solid #fff; background: #47a;}
/*#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: #47a url(../arrow.gif) no-repeat 10px 10px; width:125px;
}
/*#gallery a:hover {background: #258 url(../arrowr.gif) no-repeat 11px 10px; color:#9cf;}*/

ol li {font-size:11px;}

#bigLeft {
	width:350px;
	margin-right: 20px;
	margin-left: 20px;
	float:left;

}

#bigRight {
	width:350px;
	margin-right: 20px;
	margin-left: 20px;
	float:right;

}

#middle_text {
	width:285px;
	margin-left: 18px;

}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
#column_01
{
	width:500px;
	margin-left: 250px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#container #column_01 li 
{
	list-style:none;
	font-size:12px;
	line-height:25px;

	
}
#container #flow_column {
	margin-left: 270px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 10px;
	/*background-image: url(../Images/Ynot%20Suggested%20Flow.gif);*/
	background-repeat:no-repeat;
	min-height: 600px;
	margin-top: 40px;
}

#container #wide_right {
	padding: 5px;
	clear: none;
	float: none;
	height: auto;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 270px;
	margin-right: 10px;
}
#headline {margin-left:700px;}

#std {
	font-weight:bold;
	text-align: center;
}
.Ctr_text {
	text-align: center;
}
#container #middleNoRSB #PriceTableSafety table tr .style5 {
	text-align: center;
}
ctr_txt {
	text-align: center;
}
