@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #68ace5 url(../images/bg_main_menu.gif) repeat-x;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background:#0072cf;*/
	padding: 0 10px 0 0;  /* 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. */
	height:211px
}
.oneColFixCtrHdr #header.home {
	background:url(../images/bg_cuban_flags.jpg) no-repeat;
}
.oneColFixCtrHdr #header.aboutcompany {
	background:url(../images/bg_havana_skyline2.jpg) no-repeat;
}
.oneColFixCtrHdr #header.pinvestments {
	background:url(../images/bg_p_investments.jpg) no-repeat;
}
.oneColFixCtrHdr #header.managers {
	background:url(../images/bg_managers.jpg) no-repeat;
}
.oneColFixCtrHdr #header.keyadvisors {
	background:url(../images/bg_key_advisors.jpg) no-repeat;
}
.oneColFixCtrHdr #header.pastperformance {
	background:url(../images/bg_past_performance.jpg) no-repeat;
}
.oneColFixCtrHdr #header.latestsdisclosures {
	background:url(../images/bg_malecon.jpg) no-repeat;
}
.oneColFixCtrHdr #header.financials {
	background:url(../images/bg_elephants.jpg) no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 70px 0 0 20px; /* 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 */
	text-indent:-99999px;
	background:url(../images/ceiba-logo-shadow.png) no-repeat;
	/*background:url(../images/ceiba-logo.png) no-repeat;*/
	position:absolute;
	width:404px;
	height:73px
}
.oneColFixCtrHdr #header h2{
	margin: 90px 0 0 20px; /* 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 */
	font-size:10pt;
	font-weight:normal;
	color:#FFFFFF;
	position:absolute
}
.oneColFixCtrHdr #header ul{
	list-style:none;
	width:990px;
	font-size:12px;
	line-height:14px;
	text-transform: uppercase;
	margin:182px 0 0 0;
	position:absolute;
	padding:8px 0 0 12px;
	/*
	width:250px;
	height:130px;*/
}
.oneColFixCtrHdr #header li{
	/*padding:4px 11px;*/
	display: inline-block;
}
#home{width:65px;}
#about{width:155px;}
#pi{width:172px;}
#man{width:110px;}
#key{width:110px;}
#pp{width:150px;}
#fin{width:95px;}
#dis{width:90px;}
.oneColFixCtrHdr #header li a{
	text-decoration:none;
	color:#FFFFFF
}
.oneColFixCtrHdr #header li a:hover, a:visited:hover{
	text-decoration:none;
	color: #000066
}
.oneColFixCtrHdr #header li.actual a{
	text-decoration:none;
	color: #000066;
}
.oneColFixCtrHdr #header div{
	margin:15px 0 0 830px;
	padding:10px;
	background: url(../images/bg_dark_blue.png) /*#0072cf*/;
	position:absolute;
	width:130px;
	height:130px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
}
.oneColFixCtrHdr #header p, h3, h4, h5{
	font-size:10px;
	margin:0;
	line-height:13px;
}
.oneColFixCtrHdr #header p{
	margin-bottom:5px;
}
.oneColFixCtrHdr #header h4{
	font-size:44px;
	font-weight:normal;
	line-height:44px;
}
.oneColFixCtrHdr #header h5{
	font-size:30px;
	font-weight:normal;
	line-height:30px;
}
.oneColFixCtrHdr #mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	margin:0;
	color: #333333;
	font-size:13px;
	text-align:justify;
}
.oneColFixCtrHdr #mainContent p.pbigger{
	font-size:15px;
}
#invImages{
	width:1000px;
	height:110px;
}
#invImages img{
	/*width:166px;*/
	height:110px;
	border:none;
	border-right:#FFFFFF solid 1px;
}
#invImages img.lastInvImg{
	width:127px;
	height:110px;
	border-right:none;
}
#textContent{
	width:640px;
	padding:15px 20px;
	float:left;
}
#textContentOneCol{
	width:960px;
	padding:15px 20px;
	float:left;
}
#leftcol img{
	width:75px;
	height:53px;
	padding:12px 1px 0 0;
	border:none;
}
#centralcol img{
	width:60px;
	height:53px;
	padding:12px 1px 0 0;
	border:none;
}
th{
	font-size:14px;
	font-weight:normal;
	color:#0072cf;
	padding:5px;
	border-bottom: 1px solid #68ace5;
}
td{
	vertical-align:top;
	padding:5px;
}
.tdipinvest{
	width:33%;
	text-align:justify;
	padding:5px 15px 5px 0px;
}
.tdleft{
	width:160px;
	text-align:left;
	padding-left:0px;
}
.tdleftpp{
	width:360px;
	text-align:left;
	padding-left:0px;
}
.tdblue{
	width:100px;
	text-align:center;
	vertical-align:middle;
	background:#d4e7f7;
}
.tdwhite{
	width:100px;
	text-align:center;
	vertical-align:middle;
}
.tdcenter{
	text-align:justify;
	padding-left:0px;
}
.tdright{
	text-align:left;
	width:230px;
	padding-left:20px;
}
#rightContent{
	width:260px;
	float:right;
	margin:90px 30px 0 0;
}
#rightContentText{
	width:290px;
	float:right;
	padding:15px 0;
	margin:0 30px 0 0;
}
.oneColFixCtrHdr #mainContent h2{
	font-size:16px;
	font-weight:normal;
	color:#0072cf;
	text-transform:uppercase;
}
.oneColFixCtrHdr #mainContent h3{
	font-size:14px;
	font-weight:normal;
	color:#0072cf;
	border:none;
	padding:0;
	margin:0;
}
.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;
}
.oneColFixCtrHdr #disclamer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#97c5eb;
	margin:0;
	padding:15px;
	color:#666
}
.oneColFixCtrHdr #disclamer p {
	text-align:justify;
	font-size:11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
.oneColFixCtrHdr #disclamer h4 {
	text-align:center;
	text-transform:uppercase;
	margin-bottom:5px;
}
.oneColFixCtrHdr #footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0072cf url(../images/ceiba-logo_small.png) 50px center no-repeat;
	margin:0;
	color:#FFFFFF;
}

.oneColFixCtrHdr #footer ul{
	list-style:none;
	margin:0 0 0 710px;
	font-size:11px;
	line-height:14px;
	text-transform: uppercase;
	padding:10px;
}
.oneColFixCtrHdr #footer li{
	padding:2px;
}
.oneColFixCtrHdr #footer li a{
	text-decoration:none;
	color:#FFFFFF
}
.oneColFixCtrHdr #footer li a:hover, a:visited:hover{
	text-decoration:none;
	color: #000066
}
.oneColFixCtrHdr #footer li.actual a{
	text-decoration:none;
	color: #000066;
}
.oneColFixCtrHdr #footer p {
	font-size:11px;
	padding:10px 0;
	margin:3px 0 0 380px;
	width:300px;
	position:absolute
}
.superscript {
	font-size: xx-small;
	vertical-align:text-top;
}