html, body {
	margin: 0;
	padding: 0;
}
body #wrap {
	position: relative;
	border-top: 5px solid #005cab;
}
#container{
	position: relative;
}
#bottom-gradient {
	width: 100%;
	height: 565px;
	position: absolute;
	bottom: -5px;
	background-image: url(images/backgrounds/bottom_gradient.png);
	background-repeat: repeat;
	background-position: 100% 0px;
	z-index: -1;
}
#clouds {
	display: block;
	width: 100%;
	height: 305px;
	margin: 0 auto;
	z-index: 1;
	position: absolute;
	top: 0px;
	background-image: url(images/backgrounds/clouds.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#header {
	width: 975px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	top: -5px;
	z-index: 2;
	background-image: url(images/backgrounds/header_inside.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
body.home #header {
	background-image: url(images/backgrounds/header_home.png);
}
#header #logo {
	display: block;
	background-image: url(images/logos/top.png);
	background-position: 0 0;
	width: 285px;
	height: 210px;
	position: absolute;
	left: 7px;
	top: 0;
	text-indent: -9999em;
	z-index: 1;
}
#header .phone {
	display: block;
	background-image: url(images/backgrounds/phone.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 242px;
	height: 29px;
	position: absolute;
	right: 25px;
	top: 66px;
	text-indent: -9999px;
}

																					/* NAVIGATION/HEADER */
										
										
#header #top-nav {
	display: block;
	background-image: url(images/backgrounds/top_nav/stretch.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 0px;
}
#header .top-nav-wrapper{
	display: block;
	height: 35px;
	width: 400px;
	position: absolute;
	right: 10px;
	top: 0px;
}
#header .top-nav-wrapper .ccm-block{
	height: 35px;
	padding: 0;
	border-width: 1px;
}
#header #top-nav ul {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#header #top-nav ul li{
	list-style-type: none;
	display: inline-block;
	float: left;
	padding: 0 17px 0 17px;
	margin: 0;
	line-height: 35px;
	background-image: url(images/backgrounds/top_nav/divider.png);
	background-repeat: no-repeat;
	background-position: 100% 6px;
}
#header #top-nav ul li.first {
	padding-left: 10px;
}
#header #top-nav ul li.last {
	padding-right: 10px;
	background-image: none;
}
#header #top-nav ul li a,
#header #top-nav ul li a:visited{
	text-decoration: none;
	font-size: 13px;
	line-height: 35px;
	color: #005cab;
	text-transform: uppercase;
}
#header #top-nav ul li a:hover,
#header #top-nav ul li a:active {
	color: #6ECEF4;
}

#header #top-nav .left {
	display: block;
	background-image: url(images/backgrounds/top_nav/left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 35px;
	position: absolute;
	left: -10px;
	top: 0;
}
#header #top-nav .right {
	display: block;
	background-image: url(images/backgrounds/top_nav/right.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 35px;
	position: absolute;
	right: -10px;
	top: 0;
}


#header-nav,
#header .header-nav-wrapper{
	position: absolute;
	right: 15px;
	top: 125px;
	z-index: 5;
	float: right;
}
#header .header-nav-wrapper{
	width: 680px;
	height: 40px;
	line-height: 40px;

}
#header .header-nav-wrapper .ccm-block{
	margin: 0;
	padding: 0;
	border: none;
	height: 40px;
}
#header .header-nav-wrapper #header-nav {
	position: absolute;
	right: 2px;
	top: 0;
}
#header-nav ul {
	text-indent: 0px;
	margin: 0;
	padding: 0 1px 0 0;
	background-image: url(images/nav/header_nav_divider.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	overflow: hidden;
}
#header-nav ul li {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	list-style: none;
	background-image: url(images/nav/header_nav_divider.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header-nav ul li a {
	background:none;
	width: auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding: 0 15px 0 15px;
	overflow: visible;
	margin-left: 1px;
}
#header-nav a:link, #header-nav a:visited {
	background-image: none;
}
#header-nav a:hover {
	background-image: url(images/nav/header_nav_over_bgd.png);
	color: #6ECEF4;
}






																						/*CONTAINER/BODY*/






#container {
	background-image: url(images/backgrounds/page_body_stretch_inside.png);
	width: 975px;
	margin: 0 auto;
	position: relative;
	top: -5px;
	z-index: 3;
	padding-bottom: 365px;
}
body.home #container {
	background-image: url(images/backgrounds/page_body_stretch_home.png);
	min-height: 700px;
}
#container #page-top {
	display: block;
	width: 975px;
	height: 71px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/backgrounds/body_top_inside.png);
}
body.home #container #page-top {
	height: 335px;
	background-image: url(images/backgrounds/body_top_home.png);
}

#container #page-body{
	float: left;
	margin: 50px 0 0 35px;
	width: 616px;
	z-index: 4;
}
body.home #container #page-body {
	margin: 0;
	width: 975px;
	position: relative;
}
body.home #container #page-body #intro-content {
	display: block;
	width: 365px;
	height: 212px;
	position: relative;
	margin-top: 38px;
	left: 0;
	background-image: url(images/backgrounds/intro_content_bgd.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
body.home #container #page-body #intro-content h1{
	margin: 0 0 0 24px;
	color: #FFF;
	padding-top: 10px;
	word-spacing: .0625em;
}
body.home #container #page-body #intro-content p.blue{
	font-weight: bold;
	margin: -5px 0 20px 24px;
	color: #7fe0ff;
	line-height: 18px;
}
body.home #container #page-body #intro-content p {
	margin: 0 0 0 24px;
	color: #FFF;
	width: 305px;
	word-spacing: .0125em;
}
body.home #container #page-body #intro-content .topic-link {
	display: block;
	position: absolute;
	right: 35px;
	bottom: 20px;
	word-spacing: .0125em;
	padding: 0;
	margin: 0;
}
body.home #container #page-body #intro-content .topic-link a,
body.home #container #page-body #intro-content .topic-link a:visited {
	position: relative;
	color: #7fe0ff;
	text-decoration: underline;
}
body.home #container #page-body #intro-content .topic-link a:active,
body.home #container #page-body #intro-content .topic-link a:hover {
	color: #fff;
	text-decoration: underline;
}
body.home #container #page-body #intro-content .topic-link a .left {
	display: block;
	position: absolute;
	left: -13px;
	top: 3px;
	width: 6px;
	height: 13px;
	background-image: url(images/icons/orange_carat.png);
	background-repeat: no-repeat;
}
body.home #container #page-body #video-teaser {
	display: block;
	width: 385px;
	overflow: hidden;
	position: relative;
	margin: 80px 0 20px 0;
}
body.home #container #page-body #video-teaser .icon {
	display: block;
	width: 70px;
	height: 51px;
	position: relative;
	left: 10px;
	top: 3px;
	background-image: url(images/icons/camera.png);
	background-repeat: no-repeat;
	float: left;
}
body.home #container #page-body #video-teaser h3,
body.home #container #page-body #video-teaser p {
	margin: 0 0 0 92px;
	line-height: 16px;
}
body.home #container #page-body #video-teaser h3{
	margin: 3px 0 0 92px;
}
body.home #container #page-body #video-teaser h3 a,
body.home #container #page-body #video-teaser h3 a:visited{
	margin: 0;
	text-decoration: none;
	font-size: 18px;
	color: #005cab;
	line-height: 22px;
}
body.home #container #page-body #video-teaser h3 a:active,
body.home #container #page-body #video-teaser h3 a:hover{
	color: #11B5EA;
}

body.home #container #page-body #flash {
	position: absolute;
	left: 392px;
	top: -18px;
	width: 551px;
	height: 399px;
	padding: 18px;
	background-image: url(images/backgrounds/flash_box_no_image.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
body.home #container #page-body #center-highlights {
	display: block;
	position: relative;
	width: 975px;
	overflow: hidden;
}
body.home #container #page-body #center-highlights .column {
	width: 325px;
	float: left;
	z-index: 5;
}
body.home #container #page-body #center-highlights .column .highlight{
	overflow: hidden;
	position: relative;
}
body.home #container #page-body #center-highlights .column .highlight .mask{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 325px;
	height: 1500px;
	z-index: 2;
}
body.home #container #page-body #center-highlights .column .highlight .image-wrap{
	background-image: url(images/backgrounds/transparent/50_lt_blue.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	display: block;
	width: 280px;
	height: 186px;
	z-index: -1;
	position: absolute;
	left: 20px;
	top: 10px;
}
body.home #container #page-body #center-highlights .column .topic-link {
	display: block;
	white-space:nowrap;
	position: absolute;
	bottom: 0px;
	right: 45px;
	z-index: 2;
	background-image: url(images/highlights/home_center/button/stretch.png);
	background-repeat: repeat-x;
}
body.home #container #page-body #center-highlights .column .topic-link a {
	position: relative;
	display: inline-block;
	min-width: 122px;
	text-align: center;
	padding: 0 24px 0 14px;
	height: 45px;
	line-height: 24px;
	text-decoration: none;
	color: white;
}
body.home #container #page-body #center-highlights .column .topic-link a .right{
	position: absolute;
	right: -1px;
	top: 0px;
	height: 45px;
	width: 80px;
	background-image: url(images/highlights/home_center/button/right_shadow.png);
	background-repeat: no-repeat;
	z-index: -1;
}
body.home #container #page-body #center-highlights .column .topic-link a .left{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 45px;
	width: 79px;
	background-image: url(images/highlights/home_center/button/left_shadow.png);
	background-repeat: no-repeat;
	z-index: -1;
}
body.home #container #page-body #center-highlights .left .highlight .mask{
	background-image: url(images/highlights/home_center/left_clear_tall.png);
}
body.home #container #page-body #center-highlights .left .highlight .image-wrap{
	left: 25px;
}
body.home #container #page-body #center-highlights .left .topic-link {
	right: 690px;
}
body.home #container #page-body #center-highlights .center .highlight .mask {
	background-image: url(images/highlights/home_center/center_clear_tall.png);
}
body.home #container #page-body #center-highlights .center .topic-link {
	right: 365px;
}
body.home #container #page-body #center-highlights .center .highlight .image-wrap{
	left: 23px;
}
body.home #container #page-body #center-highlights .right .highlight .mask {
	background-image: url(images/highlights/home_center/right_clear_tall.png);
}
body.home #container #page-body #center-highlights .content {
	position: relative;
	left: 44px;
	margin: 218px 0 52px 0;
	width: 242px;
	z-index: 3;
}
body.home #container #page-body #center-highlights .right .content {
	left: 40px;
}
body.home #container #page-body #center-highlights .center .content {
	left: 42px;
	width: 245px;
}
body.home #container #page-body #center-highlights .content h2 {
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #005cab;
	letter-spacing: -0.015em;
}
body.home #container #page-body #center-highlights .content p {
	line-height: 16px;
	word-spacing: -0.015em;
}


body.home #container #page-body #bottom-highlights {
	display: block;
	width: 925px;
	position: relative;
	left: 25px;
	margin-top: 55px;
	background-image: url(images/highlights/home_bottom/bottom_highlight_stretch.png);
	background-repeat: repeat-y;
	color: #FFF;

}
body.home #container #page-body #bottom-highlights .top{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 925px;
	height: 41px;
	background-image: url(images/highlights/home_bottom/bottom_highlight_top.png);
	background-repeat: no-repeat;
	z-index: 4;
}
body.home #container #page-body #bottom-highlights .bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 925px;
	height: 134px;
	background-image: url(images/highlights/home_bottom/bottom_highlight_bottom.png);
	background-repeat: no-repeat;
	z-index: 4;
}
body.home #container #page-body #bottom-highlights .content{
	display: block;
	width: 925px;
	z-index: 5;
	position: relative;
	left: 0;
	top: -7px;
	overflow: hidden;
}
body.home #container #page-body #bottom-highlights .column{
	width: 462px;
	padding-bottom: 15px;
}
body.home #container #page-body #bottom-highlights .left{
	float: left;
}
body.home #container #page-body #bottom-highlights .right{
	float: right;
}
body.home #container #page-body #bottom-highlights .column .image-wrap{
	display: block;
	position: absolute;
	left: 15px;
	top: 0px;
	width: 53px;
	height: 47px;
}
body.home #container #page-body #bottom-highlights .right .image-wrap{
	display: block;
	position: absolute;
	left: 477px;
	top: 0px;
	width: 53px;
	height: 47px;
}
body.home #container #page-body #bottom-highlights .column h3 {
	margin: 18px 0 17px 75px;
	font-size: 17px;
	color: #FFF;
	text-transform: uppercase;
}
body.home #container #page-body #bottom-highlights .column h3 a,
body.home #container #page-body #bottom-highlights .column h3 a:visited{
	font-size: 17px;
	text-decoration: none;
	color: #FFF;
}
body.home #container #page-body #bottom-highlights .column h3 a:active,
body.home #container #page-body #bottom-highlights .column h3 a:hover{
	color: #7FE0FF;
}
body.home #container #page-body #bottom-highlights .column p{
	margin: 3px 15px 15px 30px;
}
body.home #container #page-body #bottom-highlights .column ul{
	margin: 3px 15px 15px 45px;
}
body.home #container #page-body #bottom-highlights .column ul li {
	list-style-type: disc;
	background-image: none;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}
body.home #container #page-body #bottom-highlights .column li a,
body.home #container #page-body #bottom-highlights .column li a:visited{
	color: #FFF;
	text-decoration: underline;
}
body.home #container #page-body #bottom-highlights .column li a:active,
body.home #container #page-body #bottom-highlights .column li a:hover{
	color: #7FE0FF;
}
body.home #container #page-body #bottom-highlights .column li .date{
	color: #000;
}
body.home #container #page-body #bottom-highlights .column .topic-link {
	display: block;
	white-space:nowrap;
	position: absolute;
	bottom: 0px;
	right: 35px;

}
body.home #container #page-body #bottom-highlights .left .topic-link {
	display: block;
	white-space:nowrap;
	position: absolute;
	bottom: 0px;
	right: 487px;
}
body.home #container #page-body #bottom-highlights .column .topic-link a,
body.home #container #page-body #bottom-highlights .column .topic-link a:visited{
	color: #7FE0FF;
	text-decoration: underline;
}
body.home #container #page-body #bottom-highlights .column .topic-link a:active,
body.home #container #page-body #bottom-highlights .column .topic-link a:hover{
	color: #FFF;
}



* {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 500;
}
#container {
	font-size: 14px;
}
#container #page-body {
	word-spacing: -.0325em;
}
#container #page-body h1 {
	font-size: 28px;
	font-weight: 500;
	margin: 16px 0 20px 0;
	color: #005cab;
}
#container #page-body h2 {
	font-size: 18px;
	font-weight: 900;
	color: #11b5ea;
	margin: 27px 0 5px 0;
}
#container #page-body p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 18px 0;
}
#container #page-body a,
#container #page-body a:visited {
	color: #2272b6;
	text-decoration: underline;
}

#container #page-body a:active,
#container #page-body a:hover {
	color: #11b5ea;
	text-decoration: underline;
}
body.inside #container #page-body img {
	border: 3px solid #c1c0c1;
	margin: 3px 14px 25px 14px;
}
body.inside #container #page-body img[float~="left"] {
	margin-left: 0px;
}
body.inside #container #page-body img[float="right"] {
	margin-right: 0px;
}
#container #page-body ul {
	margin: 20px 0px 25px 0px;
	padding: 0;
}

#container #page-body ul li {
	list-style-type: none;
	padding-left: 42px;
	margin-left: 30px;
	line-height: 25px;
	text-indent: 0;
	background-image: url(images/icons/boat_dark_blue.png);
	background-repeat: no-repeat;
	background-position: 1px 7px;
}

.clearer {
	line-height: 1px;
	clear: both;
}
#page-body div.ccm-block,
#sidebar div.ccm-block{
	padding: 0px;
}



 #sidebar {
	width: 250px;
	z-index: 5000;
	right: 0px;
	margin-top: 55px;
	*margin-top:70px;
	float: right;
}
#sidebar h2{
	color: #11b5ea;
	font-size: 18px;
	margin-left:10px;
}

#sidebar div.ccm-block{
	left: -2px;
	position: relative;
}
#sidebar .banner div.ccm-block{
	width: 308px;
	position: relative;
}

#searchform{margin-left:10px;}

#sidebar ul{list-style-type: none;margin-left:0px;padding-left:5px;}

#sidebar ul li p{width:230px;margin-left:10px;}
#sidebar ul li p a{color:#11b5ea;}
#sidebar ul li p a:hover{color:#fff;}

#sidebar .navigation  li a,
#sidebar .navigation  li a:visited{
	margin: 0;
	padding: 0 0 0 45px;
	text-decoration: none;
	color: #FFF;
	background-image: url(images/nav/side_nav_normal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 37px;
	display: block;
}
#sidebar .navigation  li a:active,
#sidebar .navigation  li a:hover{
	background-image: url(images/nav/side_nav_over.png);
}


#container #page-body ul li {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 25px;
	text-indent: 0;
	background-image: none;
}	









																			/*FOOTER*/





#footer {
	display: block;
	position: absolute;
	bottom: -5px;
	height: 365px;
	width: 100%;
	z-index: 5;
}
#footer .container {
	display: block;
	margin: 0 auto;
	width: 975px;
	height: 365px;
	background-image: url(images/backgrounds/footer/overall_bgd_inside.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
}
body.home #footer .container {
	background-image: url(images/backgrounds/footer/overall_bgd_home.png);
}
#footer .container .contact {
	position: absolute;
	left: 25px;
	top: 100px;
	width: 280px;
	z-index: 4;
}
#footer .container .contact .top{
	display: block;
	height: 15px;
	width: 280px;
	background-image: url(images/backgrounds/footer/contact_top.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	position: relative;
	top: -5px;
}
#footer .container .contact .bottom{
	display: block;
	height: 15px;
	width: 280px;
	background-image: url(images/backgrounds/footer/contact_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	top: -5px;
}
#footer .container .contact .stretch {
	background-image: url(images/backgrounds/footer/contact_stretch.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: relative;
	top: -5px;
	padding-bottom: 5px;
}
#footer .container .contact .stretch h4 {
	margin: 0 13px 12px 13px;
	padding: 0;
	font-size: 18px;
	color: #FFF;
	position: relative;
	top: -5px;
}
#footer .container .contact .stretch p {
	margin: 0px 13px 18px 13px;
	color: white;
	line-height: 18px;
	position: relative;
	top: -5px;
}
#footer .container .contact .stretch p .company-name {
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #1da5d9;
	font-weight: 500;
}
#footer .container .contact .stretch p.electronic-contact{
	margin-bottom: 0;
}
#footer .container .contact .stretch p .blue {
	color: #1da5d9;
}
#footer .container .contact a,
#footer .container .contact a:visited{
	color: #FFF;
	text-decoration: underline;
	font-size: 14px;
}
#footer .container .contact a:active,
#footer .container .contact a:hover{
	color: #1da5d9;
	text-decoration: underline;
}
#footer .container .navigation {
	display: block;
	position: absolute;
	left: 357px;
	top: 114px;
	height: 115px;
	width: 600px;
}
#footer .container .navigation ul {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	width: 185px;
}
#footer .container .navigation ul.center {
	width: 175px;
}
#footer .container .navigation ul li {
	width: 165px;
	list-style-type: none;
	line-height: 30px;
}
#footer .container .navigation ul li a,
#footer .container .navigation ul li a:visited{
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
#footer .container .navigation ul li a:active,
#footer .container .navigation ul li a:hover {
	color: #7fe0ff;
}
#footer .container .tagline {
	display: block;
	position: absolute;
	left: 357px;
	top: 243px;
	height: 55px;
	width: 600px;
	overflow: hidden;
}
#footer .container .tagline p {
	margin: 0 0 10px 0;
	line-height:16px;
	word-spacing: -.015em;
}
#footer .container .logos {
	display: block;
	width: 975px;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
#footer .container .logos img{
	display: inline-block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: 0;
}
#footer .container .logos .ccm-block {
	padding: 0;
	float: left;
}
#footer .container .logos .ccm-image-block img{
	margin-left: 15px;
}
