@charset "utf-8";
body {
	background-color: #001b57;
	background-image: url(images/bkg-whale.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}
#container, #content, #footer{
	width:950px;
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #header {
	height: 578px;
	margin: 0px;
	padding: 0px;
}
#container #headerinternal {
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#container #header #intro{
	width:390px;
	padding-top:50px;
}
#container #header #intro h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 110%;
	font-weight: normal;
	color: #FFF;
}
.lightblue{
	color:#07ccfc;
}

#contentholder {
	width:100%;
	background-image: url(images/bkg-lowersection.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#content{
	}
	
	#contentLeft {
	width: 450px;
	float: left;
	padding-right: 25px;
}

#contentRight {
	width: 450px;
	float: left;
	padding-left: 25px;
}
#contentLeftNav {
	width: 240px;
	float: left;
	padding-right: 25px;
}
#contentLeftNav ul{
	color:#07CCFC;
	}
#contentLeftNav ul li{
	font-size:14px;
	padding-bottom:7px;
}
#contentholder #content #contentmain #contentLeftNav ul li a{
	border-bottom-style: none;
}
#contentholder #content #contentmain #contentLeftNav ul li a:hover{
	color:#FFF;
}

#contentRightInternal {
	width: 660px;
	float: left;
	padding-left: 25px;
	padding-bottom: 25px;
}
#contentholder #content #contentmain #contentRightInternal p{
	color:#d9e6f1;
	font-size:14px;
}
h1{
	color:#FFF;
	font-weight:normal;
	font-size:32px;
	}
h2{
	color:#FFF;
	font-weight:normal;
	font-size:24px;
	}
	
.date{
	color:#07ccfc;
	font-weight:bold;
	font-size:18px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
#contentholder #content  p {
	color: #07ccfc;
}
.whiteBold {
	font-weight: normal;
	color: #FFF;
	font-size: 18px;
}
#contentholder #content #contentmain a {
	color: #07CCFC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #07CCFC;
	text-decoration: none;
}
#contentholder #content #contentmain a:hover {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
}
.cursor{
	cursor:pointer;
	}
.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
#nav{
	height:32px;}
#navleft{
	height:32px;
	width:auto;
	float:left;
	}
#addthis {
	height:25px;
	width:200px;
	float:right;
	padding-top:7px;
	}
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.gif) repeat-x top left;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#d9e6f1;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.gif) 0px -34px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.gif) 0px -34px no-repeat;	
	float:left;
	margin:0;
}
#contentmain{
	padding-top:10px;
}
.imagebox{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	font-size:10px;
	width: 310px;
	}
.imagebox img{
	border:solid;
	border-bottom-color:#FFF;
	border-bottom-width:3px;
	margin-bottom:3px;
	}
.imagebox p{
	font-size:10px;
	}

