@charset "utf-8";
/* CSS Document */

body {
	background-color: #00071B;
	background-image: url(../images/bgtile.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.globe {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top:25px;
}
.page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
}
.header {
	width:800px;
	height:251px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
.header h1 {
	font-size:20px;
	font-weight:normal;
	text-align:right;
	margin-right: 10px;
	letter-spacing: 1px;
	border:none;
	padding-top:4px;
}
.header h1 a {
	color:#c8ab6a;
	text-decoration:none;
}
.header .harvey {
	margin-top: -50px;
	margin-left: -44px;
}
.left {
	float:left;
	width:202px;
	border:1px solid #fff;
	margin-top: 46px;
	margin-bottom:1em;
}
.leftheader {
	border-bottom:1px solid #fff;
}
.menu {
	display:block;
	position:relative;
	height:330px;
	width:202px;
}	
.nav {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.nav li {
	background-image: url(../images/navbtn.gif);
	background-repeat: no-repeat;
	height: 30px;
	list-style:none;
	list-style-type:none;
	padding-left: 15px;
	background-position:0px 0px;
}
.nav li.active {
	background-position:0 -30px;
}
.nav li a {
	display:block;
	height:30px;
	color:#181834;
	padding-top:5px;
	text-decoration:none;
}
.nav li:hover, .nav li:hover a {
	background-position:0 -30px;
}

.recentnews {
	border:2px solid #181834; /* Indigo */
}
.recentnews .toprow {
	color:#fff;
	border-bottom:1px solid #181834;
	background-image:url(../images/leftheadertile.gif);
}
.recentnews .toprow .topright {
	text-align:right;
	padding-right:1em;
}
.recentnews .lower {
	background-color:#eaddb0; /* beige */
}
.recentnews h3 {
	font-size:12px;
	margin:4px;
}
.recentnews h4 {
	font-size:11px;
	margin:6px;
}
.recentnews p {
	margin:8px;
}


.right {
	margin-left:214px;
	border:1px solid #fff;
	background-color:#fff4d3; /* ivory */
}
.inset {
	padding:15px;
	min-height: 633px;
}



.thumb {
	text-align:center;
	vertical-align:middle;
}

.thumb img {
	border:1px solid #343e5f;
}
.thumb p {
	font-size:10px;
	line-height:12px;
	margin-top:5px;
}

.gallery {
	clear:right;
	/* border:1px solid #ace; */
}

h3.gallerytitle  {
	clear:right;
	border-bottom:2px dotted #ace;
	margin-right:1ex;
	padding-left:1ex;
	padding-bottom:2px;
}
h3.gallerytitle  span a {
	float:right;
	font-weight:normal;
	font-size:70%;
	padding-top:5px;
	padding-right:1em;
	vertical-align:bottom;
}
.folder {
	clear:right;
}

.calendar .month {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#efe5c6;
	border-bottom:1px solid #dfd5b9;
	border-right:1px solid #dfd5b9;
}
.calendar td {
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #efe5c6;
	border-right:1px solid #efe5c6;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

/******************************* FOOTER *************************************/

.footer {
	border:1px solid #343e5f; /* slate blue */
	background-image:url(../images/footertile.gif);
	background-repeat:repeat-x;
	margin-bottom:1em;
	text-align:center;
}
.footer p {
	margin-top:5px;
	margin-bottom:5px;
	color:#fff !important;
}
.footer a {
	color:#fff;
	margin-left:6px;
	margin-right:6px;
}
.footer a:link, .footer a:visited {
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	text-decoration:underline;
}

p.copyright {
	text-align:center;
	color:#38487a !important;
}
p.copyright a {
	color:#38487a !important;
	text-decoration:none;
}

.clearer {
	clear:both;
}
