/* GLOBAL */
* {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	outline:none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
body {
	background: #142954;
}

/* ID */

#abs_top_outter {
	border-bottom: solid 2px #66bcf2;
	background: #1a3873;
}
#abs_top_inner {
	padding: 10px 0;
	background: #1a3873;
}
#abs_top_inner P {
	color: #66bcf2;
	font-size: 12px;
	float: right;
}
#banner_and_nav_outter {
	background: #1a3873;
}
#banner_and_nav_inner {
	background: url(/imgs/banner/light_rays_banner_bg.jpg) no-repeat top left;
}
#banner_and_nav_inner IMG {
	float:left;
	margin-top: 20px;
}
#banner_and_nav_inner UL {
	float: right;
	margin:50px 0;
}
#banner_and_nav_inner LI {
	float:left;
	margin-left:20px;
	background: url(/imgs/nav/nav_bg_left.png) no-repeat top left;
	padding-left: 10px;
	height: 40px;
}
#banner_and_nav_inner A {
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	background: url(/imgs/nav/nav_bg_right.png) no-repeat top right;
	display: block;
	padding:11px 10px 11px 0;
}
#banner_and_nav_inner A:HOVER, #banner_and_nav_inner .active {
	color:#2bddf7;
}
#childpage_content_left {
	float: left;
	width: 776px;
}
#childpage_images_right {
	float: right;
	width: 174px;
	padding-top: 40px;
	padding-right: 40px;
}
#childpage_images_right IMG {
	margin-bottom:40px;
	border:none; 
}
#contact_form LABEL {
	width: 150px;
	float: left;
	padding-top:2px;
}
#contact_form INPUT {
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
	border: solid 1px #66bcf2;
	padding: 2px 0 0 2px;
	color: #142954;
}
#contact_form INPUT:FOCUS, #contact_form TEXTAREA:FOCUS {
	border:1px solid #1a3873;
}
#contact_form TEXTAREA {
	width: 300px;
	height: 100px;
	border: solid 1px #66bcf2;
	font-size:12px;
	color:#142954;
	margin-bottom: 10px;
	padding: 2px 0 0 2px;
}
#content_bottom_blue_area {
	background: #b2ddf8;
	padding: 20px 20px 0 20px;
}
#content_outter {
	background: #1a3873;
}
#content_inner {
	background: url(/imgs/content/content_rounded_bg_top.png) no-repeat top left;
	font-size: 14px;
}
#content_bottom_blue_outter {
	background: #142954;
}
#content_bottom_blue_inner {
	background: url(/imgs/content/content_rounded_bg_bottom.png) no-repeat top left;
	height: 20px;
}
#content_bottom_white_inner {
	background: url(/imgs/content/content_rounded_bg_bottom_white.png) no-repeat top left;
	height: 20px;
}
#footer_outter {
	background: #142954;
}
#footer_inner {
	margin: 20px auto;
	font-size: 12px;
	color: #66bcf2;
}
#footer_inner UL {
	float: left;
}
#footer_inner LI {
	float: left;
	border-right: solid 2px #1a3873;
	margin-right:10px;
	padding-right:10px;
}
#footer_inner A {
	font-size: 12px;
	color: #66bcf2;
	text-decoration: none;
}
#footer_inner A:hover {
	color:#FFF;
}
#footer_inner P {
	float: right;
}
#homepage_content_left {
	float: left;
	width: 610px;
}
#homepage_images_right {
	float: right;
	width: 300px;
	padding-top: 40px;
	padding-right: 60px;
}
#homepage_images_right IMG {
	margin-bottom:40px; 
	border:solid 10px #b2ddf8;
}
#homepage_UL {
	margin-left: 40px;
}
#homepage_UL LI {
	list-style-position: outside;
	list-style-image: url(/imgs/content/green_bullet_point_tick.png);
	margin: 0 0 20px 25px;
}
#other_page_UL {
	margin-left: 55px;
}
#other_page_UL LI {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom:20px;
}
#pageheadings {
	color: #1a3873;
	padding: 40px;
}

/* CLASS */

.homepage_boats {
	
}
.padding_0_40px_20px_40px {
	padding: 0 40px 20px 40px;
}
.width_and_center {
	width: 990px;
	margin: 0 auto;
}

