
html, body { 
	font-family: Verdana, Arial, Helvetica;
	/* background: url(images/background_strip_generic.jpg) bottom repeat-x; */
	

	background-color: #2899A7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #eee;
	
}

h2 {
	padding-top: 7px;
	font-family: "Futura Light BT";
	text-transform: uppercase;
}
h3 { }
h5 { margin-bottom: 5px; }

p {
	font-size: 12px;
}

a {
	color: #eee;	
}
a img {
	border: none; 
	
}
ul li a{
	font-size: 12px;
}
ul li {
	margin: 3px;
}


#background_holder{
	background: url(images/background_strip_generic.jpg) bottom repeat-x;
	width: 100%;
	background-color: #3F7EAA;
	
}
#main_holder {
	/* width: 946px; */
	width: 946px;
	margin: 0 auto;
	
	text-align: left;
	background-image: url(images/islands.jpg);
	background-repeat: no-repeat;
	background-position: bottom; 
}
#left_border {
	width: 0px;
	margin-left: 0px;
	height: 0px;
	
}

#right_border {
	width: 0px;
	height: 0px;
	
}
#logo {
	float: right;
	top: 0px;
	height: 73px;
	width: 439px;
	position: relative;
	margin-right: 10px;
}

/* home page menu ? */
#menu_selected_div {
	position: absolute; top: 440px; margin-left: 673px;
}

/* end home page menu */
/* start c2shore dropdown menu */

#nav {
	margin: 0; padding: 0; 
	float: right;
	margin-right: 0;
}
#nav li{
	float: left;
	list-style: none;
	margin:0;
	padding: 0; 
	height: 26px;
}
#nav li a { 
	
}
	#nav li ul {	
		margin: -4px 0 0 0;
		padding: 10px;
		position: absolute;
		visibility: hidden;
		background-color: #eee;
		font-size: 14px;
		z-index: 100;
	}
	
	#nav li ul li {
		display: block;
		float: none;
		line-height: 25px;
		color: #1F597F;
	}
	
	#nav li ul li a{
		text-decoration: none;
		color: #1F597F;font-weight: bold;
	}
	#nav li ul li a:hover{
		color: #4F7F9F; 
		border-bottom: dashed 1px #4F7F9F;
	}
	
/* end c2shore dropdown menu */


#content {
	margin-top: 100px;
	margin-left: 468px;
	margin-right: 50px;
	min-height: 500px;
}


.homePic {
	position: absolute;
	border: 1px solid grey;
	border: none;
	float: left; 
	margin-top: 110px;
	margin-left: 100px;
	margin-right: 20px;
}
.pictures {
	
	float: right;
	text-align: right;
}
.gallery img{
	margin: 7px; border: 4px solid #eee;
}
.pictures img {
	/* border: 1px solid #9BBACF; */
	margin-left: 25px;
	margin-bottom: 15px;
	border: 1px #D1E3EF solid;
	
}
.horizons-small-pics {
	position: absolute;
	margin-left: -280px;
	margin-top: 48px;
	line-height: 59px;
	width: 250px;
}
.horizons-small-pics  img{
	float: right;
	margin-left: 10px;
	border: 1px white solid;
}

.horizions-sm-empty {
	height: 40px;
	width: 66px;
	float: right;
}
.horizons-content p a {
	text-decoration: none;
}
#special_prj img {
	border: 3px #ddd solid; margin: 0 8px 6px 0px;
}
#footer {
	
	padding-bottom: 100px;
	font-size: 10px; color: #122C2F;
	margin-left: 100px;
	
/* 	text-align: right;
	width: 910px;
 */
	
}
#footer a{
	font-size: 11px; color: #14494F;
}

.clr { clear: both; float: none; }
