@charset "UTF-8";
/* CSS Document */

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2D3647;
	font-size:16px;
}

a {
	color:#2D3647;
	text-decoration:none;
}

a:hover {
	color:#667D8F;
}

body {
	text-align:center;
	margin:auto;
	padding:40px 0px 40px 0px;
	background-color:#2D3647;
}

#container {
	margin:auto;
	text-align:left;
	width:950px;
}

#topbar {
	background-color:#FFFFFF;
	background-image:url(images/topbar_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:90px;
}

#yellowbar {
	background-color:#FFE358;
	width:100%;
	height:4px;
}

#menu {
	position:relative;
	margin:60px 20px 0px 0px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menu ul {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	padding:0 5px 0 0;
	margin:0;
	float:left;
	width:80px;
}

#menu li ul {
	position:absolute;
	left: -999em;
	padding:5px 0;
	margin:0;
	width:130px;
	z-index: 30;
}

#menu li li {
	width:130px;
	float:left;
	background-color:#667D8F;
	margin-top:0px;
	border-bottom:1px #2D3647 solid;	
}

#menu li li:hover {
	background-color:#2D3647;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu a {
	display: block;
	width:auto;
}

#menu li li a {
	display:block;
	padding:5px;
	color:#FFFFFF;
	font-size:9px;
	text-transform:uppercase;
}

#pacific_callout {
	float:right;
	width:200px;
	height:150px;
	padding:0px 40px 0px 40px;
	border-left:dashed #667D8F 1px;
}

#photobox {
	background-color:#FFFFFF;
	width:100%;
}

.galleryphoto {
	float:left; margin:10px 0px 0px 10px; width:160px; text-align:center;
}

.galleryphoto img {
	border:5px #6b7e8e solid; vertical-align:middle; display:inline-block;
}

.galleryphoto a {
display:table-cell;
vertical-align:middle;
width:160px;
height:160px;
text-align:center;
}

.galleryphoto img:hover {
	border:5px #2d3647 solid;
}

#content {
	background-color:#FFFFFF;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:30px 0px 0px 30px;
	min-height:175px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#667D8F;
	font-size:12px;
}

#content p {
	margin-right: 300px;
	line-height:160%;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
}

#content ul {
	padding:0px 0px 0px 15px;
	margin-bottom: 0;
	list-style:square;
	line-height:160%;
}

#bottombar {
	background-image:url(images/bottombar_bg.png);
	background-repeat:no-repeat;
	width:100%;
	height:116px;
}