@charset "utf-8";
body {
	font: 100%/1.4 "Open Sans",Verdana, Arial, Helvetica, sans-serif;
	background-color: #0069b3;
	  background: url(../resources/BahamasDawn.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,1);
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	font-size-adjust: 0.9;
	line-height: 2.5;
}

a img {
	border: none;
	padding: 5px;
}


a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	/*color: #6E6C64;*/
	text-decoration: none;
	color: #42413C;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: rgb(77, 148, 219);
}

.container {
	width: 960px;
	background-color: rgba(255,255,255,0);
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 15px;
}

div#slides .prev {
	padding: 10px;
}

div#slides .next {
	color: red;
	padding: 10px;
}

.header {
	text-align: center;
	padding: 10px;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,0.8);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}

#logo {
	margin-right: 230px;
}


.titleCenter {
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	left: 50%; 
	top: 50%; 
	position: absolute; 
	width: 550px; 
	height: 300px; 
	margin-left: -260px; 
	margin-top: -150px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.5);
	border-radius: 15px;
}


.secureLinkArea {
	text-align: center; 
	margin-top: 40px; 
	width: 550px;
}

.secureLinkArea a {
	color: #000;
}

.sidebar1 {
	float: left;
	width: 1000px;
	background-color: #EADCAE;
	padding-bottom: 10px;
	height: 32px;
	left: auto;
	right: auto;
	padding: 0px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	margin-left: -32px;
	margin-top: -40px;
	border-radius: 5px;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	width: 940px;
	float: left;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: rgb(255, 255, 255);
	/*box-shadow: 0px 0px 25px rgba(0,0,0,0.5);*/
}


.content ul, .content ol { 
	padding: 0 15px 15px 100px;
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 15px; 
	display: block;
}

ul.nav a, ul.nav a:visited {
	display: inline;
	width: 223px;
	text-decoration: none;
	height: 82px;
	text-align: center;
	font-size: 24px;
	line-height: 82px;
	text-shadow: 2px 2px 3px rgba(88,88,88,1);
	color: rgba(0,0,0,1);
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
	transition: color .5s;
}

.footer {
	padding: 5px 0px 5px 0px;
	width: 960px;
	margin-top: 10px;
	border-radius: 15px;
	background-color: #CCC49F;
	position: relative;
	clear: both;
	text-align: center;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a.navLink {
	/* [disabled]margin-top: auto; */
	margin-left: 10px;
	margin-right: 9px;
	font-size: 21px;
	-moz-transition: color 0.15s;
	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	-ms-transition: color 0.15s;
}

a.navLink:hover, a.navLink:active, a.navLink:focus{ 

}

h1 {
	/*text-shadow: 2px 2px 5px rgba(0,0,0,.3);
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
*/
}

.navTabs {
	
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.navTabs a {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	background-color:rgba(20,86,158,1);
	color: rgba(255,255,255,1);
	padding-left: 10px;
	padding-right: 10px;
/*	padding-bottom: 6px;*/
	font-size: 24px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.4);
	filter: dropshadow(color=rgba(0,0,0,.4), offx=2, offy=2);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s ;
	-ms-transition: all 0.25s;
	font-family: "Times New Roman", Times, serif;
	border-style: single;
	border-radius: 10px;
	white-space: nowrap;
	display: block;
}

.tabOpen a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-bottom: 6px;
	margin-bottom: -8px;
	background-color: rgba(203,237,254,1);
	color: black;
}

.navTabs a:hover, .navTabs a:active, .navTabs a:focus {
	color: #FF0;
	background-color: rgba(80,166,207,1);
}

.tabContentsSummary {
	background-color: rgba(203,237,254,1);
text-shadow: 2px 2px 5px rgba(0,0,0,.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45);

	filter: dropshadow(color=rgba(0,0,0,.4), offx=2, offy=2);
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
/*	margin-left: -10px;
	margin-right: -10px;*/
	display: none;
}

.tabContent {
	display: none;
}

.displayFirst {
	display: block;
}

.downloadBox {
	width: 960px;
	text-align: left;
}

a.ymaxLink{
	color: #0069b3;
	font-weight: bold;
}

a.ymaxLink:focus, a.ymaxLink: active, a.ymaxLink: hover{
	color: #FF0; 
}
.profilePicSlot {
	width: 200px;
}
.profileBioSlot {
	padding-left: 15px;
	width: 300px;
}
.profileCVSlot {
	padding-left: 15px;
	width: 150px;
}

.slides_container {
	margin-top: 20px;
	width: 960px;
	margin-left: -10px;
}

.goBackButton {
		background-color: #0069b3;
	width: 140px;
	margin-left: 390px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 15px;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s ;
	-ms-transition: all 0.25s;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
		text-align:center;
}

.goBackButton a {
		font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #FFF;
text-shadow: 2px 2px 5px rgba(0,0,0,.4);
	filter: dropshadow(color=rgba(0,0,0,.4), offx=2, offy=2);
}

.investButton {
	background-color: #0069b3;
	width: 140px;
	margin-left: 390px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 15px;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s ;
	-ms-transition: all 0.25s;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
		text-align:center;
}

.investButton a {
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #FFF;
text-shadow: 2px 2px 5px rgba(0,0,0,.4);
	filter: dropshadow(color=rgba(0,0,0,.4), offx=2, offy=2);
}



.investButton:hover, .investButton:focus, .investButton:active {
	background-color: rgba(0,230,0,1);
	color: #000;

}

.slideDeckLink {
	padding: 10px;
	font-size: 20px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.3);
	filter: dropshadow(color=rgba(0,0,0,.3), offx=2, offy=2);
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
}

.letter{
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px; 
/*	height: 400px;*/
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 1.8em;

}

div.content {
	  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.footer p {
	margin-bottom: 0px;
}
