/* @override http://denaraumarina.com/themes/denarau/css/layout.css?m=1256539356 */

/* @override http://denaraumarina.com/dev/themes/denarau/css/layout.css?m=1256250321 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 62.5%:
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @group layout */

html{
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}
body{
	background-color: #E3EFF7;
	padding: 0;
	margin: 0;
	color: #585e5c;
	font-size: 1.2em;	
}
a{
	text-decoration: none;
	color: #009ae1;
}
p{
	font-size: 1.2em;
}

h1 {
	
	margin-bottom: 10px;
	font-size: 2em;
}
h2 {
	margin-bottom: 10px;
	font-size: 1.6em;
}
h3 {
	margin-bottom: 10px;
	font-size: 1.5em;
}
h4 {
	margin-bottom: 10px;
	font-size: 1.2em;
}
#container{
	width: 960px;
	margin: 0 auto;
}
#header-homepage-image{
	position: absolute;
	width: 675px;
	height: 250px;
	margin-left: 272px;
	margin-top: 70px;
}
#header-homepage-image1{
	position: absolute;
	width: 675px;
	height: 250px;
	margin-left: 272px;
	margin-top: 70px;
}
#header-homepage{
	width: 960px;
	margin: 0 auto;
	height: 429px;
	background: url(../images/header.png) no-repeat;
	z-index: 10;
	position: relative;
	left: 7px;
}
#fourboxes-homepage{
	width: 972px;
	height: 210px;
	background: url(../images/4boxes.png) no-repeat;
	margin: 10px auto 0;
}
.fourboxes-box{
	float: left;
	height: 200px;
	padding: 0px 5px 5px 5px;
	margin-right: 12px;
	width: 221px;
	margin-top: 0;
}
.fourboxes-box a#morereleases{
	color: #585e5c;
	position: relative;
	left: 43px;
	top: 57px;
}
.fourboxes-box h2{
	text-align: center;
	margin-top: 8px;
	color: #00509a;
	display: block;
	height: 20px;
	padding-top: 5px;
}
.fourboxes-box p{
	text-align: center;
	position: absolute;
	margin-top: 130px;
	width: 221px;
}
.fourboxes-box p#phone{
	text-align: center;
	position: absolute;
	margin-top: 80px;
	margin-left: 25px;
	width: 80px;
}
.fourboxes-box p#email{
	text-align: center;
	position: absolute;
	margin-top: 80px;
	margin-left: 120px;
	width: 80px;
}
.fourboxes-box p#noevent{
	text-align: center;
	position: absolute;
	margin-top: 30px;
	width: 221px;
}

.fourboxes-box ul {
	padding-left: 10px;
	padding-right: 5px;
}

.fourboxes-box li{
	line-height: 2em;
	list-style-type: none;
}
.before-main-content{
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 0px;
	background: url(../images/body-top.png) no-repeat;
}
.main-content{
	width: 905px;
	height: auto;
	margin: 0 auto;
	background: url(../images/body-mid.png) repeat-y;
	padding: 0px 30px;
}
.main-content p{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.after-main-content{
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding-top: 0px;
	background: url(../images/body-bottom.png) no-repeat 7px 0;
}

/* @group loginbox */

#loginbox label.right {
	font-size: 0.6em;
}

#loginbox div.middleColumn {
	width: 150px;
	clear: none;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#loginbox #Email label.left {
	float: left;
	padding-top: 7px;
	padding-right: 5px;
}

#loginbox #MemberLoginForm_LoginForm_Email {
	width: 150px;
	font-size: 1em;
}

#loginbox #MemberLoginForm_LoginForm div.Actions {
	float: right;
	width: 100px;
	clear: none;
	position: relative;
	display: block;
	padding-top: 5px;
}

#loginbox #ForgotPassword {
	display: none;
}

#loginbox p#Remember.field.checkbox {
	display: none;
}

#loginbox #MemberLoginForm_LoginForm {
	line-height: 1em;
	margin-left: 5px;
	font-size: 1em;
	display: block;
	float: right;
	position: relative;
}

#MemberLoginForm_LoginForm_error {
	width: 231px;
	float: left;
}

#MemberLoginForm_LoginForm_action_logout {
	display: none;
}

#loginbox #MemberLoginForm_LoginForm fieldset {
	width: 440px;
	float: left;
}

#loginbox div#Password {
	float: left;
	display: inline-block;
	width: 230px;
}
#loginbox{
	width: 570px;
	position: absolute;
	z-index: 100;
	margin-left: 400px;
	margin-top: 10px;
}

#loginbox #Email {
	width: 210px;
	float: left;
}

#loginbox h2 {
	margin-left: 5px;
}

#loginbox #MemberLoginForm_LoginForm_Password {
	width: 150px;
	font-size: 1em;
	float: left;
}

#loginbox #Password label.left {
	float: left;
	padding-top: 7px;
	padding-right: 5px;
}



/* @end */



/* @end */

/* @group dropdown.css */

@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 padding-left: 15px;

}

ul.dropdown li {
 float: left;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 2px;
 left: 149px;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}



/* @end */


/* @group menu */

/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
	width: 95%;
	list-style-type: none;
	top: 385px;
}

ul.dropdown li {
	width: 130px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.3em;
}
ul.dropdown li:hover {
	background-color: #e6e6e6;
}
ul.dropdown ul {
	width: 127px;
	list-style-type: none;
	background-color: #fff;
	padding-left: 0;
	display: block;
	border: 2px solid #8c9499;
}
ul.dropdown ul li{
	width: 127px;
	font-size: 0.9em;
}

/* Profiles
----------------------------------------------- */
#profiles {
	width: 90%;
	margin: 0 auto;
	display: block;
	height: auto;
	}
#profiles .individual {
	width: 100%;
	border-bottom: 1px solid #4EA3D7;
}
#profiles .last {
	border-bottom: 0px;
}
#profiles .name-profile {
	float: left;
	width: 70%;
}
#profiles div.image {
	width: 30%;
	overflow: hidden;
}
#profiles div.image img{
	margin: 5px;
	float: right;
}
/* @end */

#MemberLoginForm_LoginForm_error p {
	width: 300px;
	color: #00ffd5;
}
.typography table.TableField thead th, 
.typography .TableListField table.data thead th, 
.typography table.CMSList thead th {
	background-image : none;
	background-repeat : repeat-x;
	background-position : left bottom;
	background-color : #e3eff7;
	height : 24px;
	border-left : 1px solid #0076bd;
	padding-left : 0 5px;
	border-bottom: 1px solid #0076bd;
}

.typography tfoot {
	background-color: #e3eff7;
}

.typography .TableListField table.data thead th.VesselName {
	border-left :  none;
}


.typography .TableListField .PageControls {
	display: none;
}

.typography table.TableField tbody td, 
.typography table.TableField tfoot td, 
.typography .TableListField table.data tbody td, 
.typography .TableListField table.data tfoot td, 
.typography table.CMSList tbody td,
.typography table.CMSList tfoot td {
	border: 1px solid #e3eff;
	padding: 2px 4px;
}
.typography table.TableField tbody td, 
.typography table.TableField tfoot td, 
.typography .TableListField table.data tbody td, 
.typography .TableListField table.data tfoot td, 
.typography table.CMSList tbody td,
.typography table.CMSList tfoot td {
	border-collapse: collapse;
	border: 1px solid #0076bd;
}
.typography table.TableField, 
.typography table.TableListField, 
.typography .TableListField table.data, 
.typography table.CMSList {
	border-collapse: collapse;
	border: 1px solid #0076bd;
}

#MembersAreaTable {
	width: 99.5%;
	background-color: #f6f6f6;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #4ea3d7;

}

#MembersAreaTable tbody tr td {
	padding-right: 10px;
	text-align: center;
	
}
.MembersAreaBar #MembersAreaTable tr td{
	border-style: none;
}
.MembersAreaBar a img{
	border-style: none;
}
#Form_Form fieldset div.field.CompositeField.nolabel {
	width: 50%;
	float: left;
}
div.footer {
	opacity: 0.55;
	border-top: 1px solid #d5d5d5;
	clear: both;
}
div.footer p a img {
	float: right;
	height: 50px;
	padding-right: 5px;
	border-style: none;

}
#container div.main-content div.footer {
	padding-bottom: 15px;
}
.left-content {
	width: 70%;
	float: left;
	display: block;
}
.Sidebar {
	float: right;
	width: 250px;
	background-color: #d8eff5;	
	border: 1px solid #4ea3d7;
}

.SidebarBox {
	padding: 20px;
}
div.SidebarBox img {
	border-style: solid;
	border-color: #fffeff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#group-content {
	width: 40%;
	float: left;
}
#group-docs {
	width: 60%;
	float: right;
}
#other-docs ul li {
	list-style-type: none;
}
#latestdoc .doc {
	height: 100px;
	width: 100%;
}
#latestdoc img{
	float: left;
	border: none;
}
#other-docs img{
	width: 30px;
	border: none;
}
#other-docs .doc {
	width: 90%;
	border-bottom: 1px solid #d5d5d5;
	padding: 5px;
	margin: 0 auto;
}
#other-docs .last{
	border-bottom: 0px;
}
/* @group Affiliates */

#affiliates{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#affiliates-logo{
	margin: 25px 5px;
	padding-left: 0;
	padding-right: 20px;
}
#affiliates-logo li{
	display: inline;
	float: left;
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
	padding-left: 3px;
}
#affiliates-logo li img{
	border-style: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
}
#affiliates-logo li a{
	margin-top: 0;
	margin-bottom: 0;
}



/* @end */
/* @group services */

#services-logo a {
	display: inline;
	float: left;
	width: 100px;
}

#services-logo a img {
	float: left;
}

#services table tbody td {
	padding: 30px 70px 30px 33px;
	background-color: #e3eff7;
	border-bottom: 10px solid #fffeff;
}
#services table tbody tr {	
	border-left: 1px solid #4ea3d7;
	border-right: 1px solid #4ea3d7;
	border-bottom: 10px solid #fffeff;
}
/* @end */

#morereleases a {
	position: relative;
	left: 55px;
	top: 20px;
}

div#events {
	height: 50%;
}

#moreevents a {
	position: relative;
	left: 55px;
	top: 20px;
}

div#contact {
	height: 50%;
}

#fulldetails a {
	position: relative;
	left: 45px;
	top: 20px;
}
#VideoBar {
	width: 120px;
	height: 100px;
	border: 2px solid #0076bd;
	background-color: #fffeff;
	z-index: 100;
	position: absolute;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 5px;
}
#BlogContent div.blogSummary {
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #e3eff7;
	padding: 10px;
}
#BlogContent div.blogSummary p.authorDate {
	font-style: italic;
	
}
#BlogContent div.blogEntry p.authorDate {
	font-style: italic;
	border-bottom: 3px solid #e3eff7;
}

#announcement {
	width: 97%;
	margin: 1.5%;
	height: 150px;
	border: 5px solid #f89417;
	background-color: #fffeff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
}

#announcement table.announcement-content {
	margin: 10px;
	height: 130px;
	color: #0076bd;
	font-weight: bold;
	width: 95%;
	font-size: 30px;
	text-align: right;
}

#announcement table.announcement-content tbody tr td img {
	float: left;
	padding-right: 80px;
}