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

body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4c4a4a;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003399;
}

#shell {
	width:900px;
	margin: 0 auto;
	background-image:url(/images/cube-offshore10-bg.jpg);
	background-repeat:repeat-y;
}
#container { 
	width: 770px;
	margin:0 0 0 65px;
	background: #74798d;
	border-left: 1px solid #d47535;
	border-right: 1px solid #d47535;
	border-bottom: 1px solid #331a01;
	text-align: left;
} 
#header { 
	background-image:url(/images/cube-offshore10-header.jpg);
	background-repeat:no-repeat;
	height:140px;
	border-bottom: 1px solid #d47535;
} 
#menu {
	padding:115px 0 0 15px;
}
#frontpageFlash {
	background-color:#000;
	padding:0;
	margin:0;
	height:160px;
}
#sidebar1 {
	float: left;
	width: 140px;
	background-color: #343333;
	margin:10px 0 0 10px;
	padding:0;
}
#sidebar2 {
	float: right; 
	width: 140px; 
	background-color: #343333;
	margin:10px 10px 0 0;
}
#sidebar1 h3, #sidebar2 h3 {
	background-image:url(/images/cube-offshore-h3bg.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0 0 0 15px;
	color:#322206;
	font-size:12px;
}
#sidebar2 p {
	color:#FFF;
	font-size:12px;
	padding-left:10px;
}
#sidebar1 p {
	color:#FFF;
	font-size:13px;
	padding:0 0 0 10px;
	margin:0;
}
#sidebar1 p.l2 {
	font-size:12px;
	padding:0 0 0 22px;
	line-height:18px;
}
#sidebar1 p.small{font-size:10px;}
#sidebar1 a:active, #sidebar1 a:visited, #sidebar1 a:link, #sidebar2 a:active, #sidebar2 a:visited, #sidebar2 a:link {
	display:block;
	color:#FFF;
	text-decoration:none;
}
#sidebar1 a:hover, #sidebar2 a:hover {
	color:#c74609;
}
#mainContent { 
	margin: 10px 10px 10px 160px; 
	padding: 0 10px 2px;
	background-color:#FFF;
}
#frontpageContent {
	margin: 10px 160px 10px 160px; 
	padding: 0 10px 2px;
	background-color:#FFF;
}
#mainContent h1, #mainContent h2 {
	font-size:16px;
	color:#c74609;
}
#mainContent h3, div.AccordionPanelTab h3 {
	font-size:12px;
	color:#c74609;
}
#mainContent p,#frontpageContent p, #mainContent li, div.AccordionPanelContent1 p, div.AccordionPanelContent p {
	font-size:12px;
}
small {
	font-size:10px;
	color:#999;
}
img {
	border:0;
}
table.clientList{
	border-left:1px solid #666;
	border-right:1px solid #666;
}
tr.tr2 {
	background-color:#CFF;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}
tr.tr2 td {
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}
	
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c74609;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
#copyright {
	background-image:url(/images/cube-offshore-copybg.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding:0 65px 0 0;
	font-size:9px;
	color:#999;
}
#copyright a:active, #copyright a:visited, #copyright a:link {
	color:#999;
	text-decoration:none;
}
#copyright a:hover{
	color:#F90;
}
.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: 1px;
    line-height: 0px;
}
