@charset "utf-8";
/* CSS Document */

body {
	background-color: #006886;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/banner-bgd.jpg);
	background-position: top;
	background-repeat:no-repeat;
	font-size: small;
	}

/* STYLES FOR MULTIPLE DIVS */

/* HEADER, BANNER ETC */

#header {
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#logo {
	margin: 0;
	padding: 15px 0 0 20px;
	float: left;
	}
#logo-print {
	display: none;
	}
	
#global-links {
	float: right;
	padding: 10px 5px;
	margin: 0 150px 0 0 ;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
#global-links li {
	list-style: none;
	display: inline;
	padding:  0 10px 0 12px;
	border-right: 1px solid #fff;
	}
	
#global-links li.no-border, #footer-links li.no-border {
	border: 0;
	}
	
#global-links a, #footer-links a {
	color: #fff;
	border-bottom: 0;
	text-decoration: none;
	}
	
#global-links a:hover, #footer-links a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;
	text-decoration: none;
	}

/* MIDDLE, NAV, CONTENT AREA ETC */

#middle {
	background-color: #fff;
	margin:0;
	padding:0;
	border-bottom: 1px solid #fff;
	}
	
#container {
	width: 800px;
	margin: 0;
	padding:0;
	text-align:left;
	background-image: url(../images/left-col-bgd.gif);
	background-repeat:repeat-y; 
	}
	
#left-col {
	float: left;
	width:187px;
	margin:0;
	padding: 0;
	left:0;
	}
.nav-feature {
	margin-top: 15px;
	}	
	
#content-area {
	margin:0 0 0 205px;
	padding:10px 0;
	min-height: 250px;
	text-align: left;
	}
	
	
#breadcrumbs {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}	
	
#photo-area {
	float: right;
	}

/* BOTTOM, FOOTER ETC */

#footer {
	width: 800px;
	background-color: #006886;
	clear:both;
	padding: 10px 0;
	}

#footer-links {
	padding: 5px;
	text-align: left;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	}
	
#footer-links ul {
	margin: 0 0 0 192px;
	}
	
#footer-links li {
	list-style: none;
	display: inline;
	padding: 0 10px 0 12px;
	margin: 0;
	border-right: 1px solid #fff;
	}
	
/* MISC STYLES, CLASSES ETC */

#global-links li.no-border, #footer-links li.no-border {
	border: 0;
	}
	
/* TEXT STYLES ETC */

h1,
.heading1 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: x-large;
	color: #006886;
	}
h1 {
	margin-top: 20px; 
	margin-bottom: 10px;
	}

h2,
.heading2 {
	font-weight: 100;
	font-size: large;
	}
	
h3,
.heading3 {
	font-weight: bold;
	font-size: medium;
	}

h4,
.heading4 {
	font-weight: bold;
	font-size: small;
	}

h5,
.heading5 {
	font-style: italic;
	font-size: small;
	font-weight: 100;
	text-transform: uppercase;
	}

h6,
.heading6 {
	font-style: italic;
	font-size: small;
	font-weight: 100;
	}

h2, h3, h4, h5, p, {
	margin-top: 12px;
	margin-bottom: 10px
	}
ul {
	margin-top: 10px;
	margin-bottom: 12px;
	}
a {
	text-decoration: none;
	}
	
p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: smal;
}
p.quote {
	font-style:italic;
	font-weight: bold;
	color: #006886;
	margin-bottom: 0;
	}
p.quote-signature {
	font-style: italic;
	margin-top: 0;
	text-align: right;
	margin-top: 6px;
	font-size:80%;
	}
	
#content-area a {
	color: #b32317;
	border-bottom: dotted 1px #b32317;
	}
	
#content-area a:hover {
	color: #b32317;
	border-bottom: solid 1px #b32317;
	}

.noborder a, .noborder a:hover {
	border-bottom: 0;
	background-color: transparent;
}

#global-links a, #footer-links a {
	color: #fff;
	border-bottom: 0;
	}
	
#global-links a:hover, #footer-links a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;
	}

#breadcrumbs a {
	color: #9c3022;
	border-bottom: dotted 1px #9c3022;
	}
	
#breadcrumbs a:hover {
	color: #9c3022;
	border-bottom: solid 1px #9c3022;
	}
	
td.btm-border {
	border-bottom: 1px solid #000;
	}
	
table.data1, table.table1 {
	padding:0;
	border-collapse: collapse;
	background-color:#EEEEEE;
	margin-bottom: 15px;
	}

.data1 td, .table1 td {
	padding:2px 4px;
	margin:0;
	background-color:#fff;
	border:1px solid #ccc;
	vertical-align:top;
	}

.data1 th, .table1 th {
	color:#FFFFFF;
	padding: 2px 4px;
	margin:0;
	background-color:#006886;
	border:1px solid #ccc;
	vertical-align: middle;
	}	

table.data2, table.table2 {
	padding:0;
	border-collapse: collapse;
	background-color:#FFF;
	margin-bottom: 25px;
	text-align:left;
	}

.data2 td, .table2 td {
	padding:2px 4px;
	margin:0;
	background-color:#FFF;
	border:0;
	vertical-align:top;
	}

.data2 th, .table2 th {
	color:#006886;
	padding: 2px 4px;
	margin:0;
	background-color:#FFF;
	border:0;
	font-weight:bold;
	}	

td.highlight {
	background-color: #efe5c9;
	font-weight: bold;
	}

#content-area li {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
table.photo-area {
	margin: 0 0 5px 10px;
	}
	
.photo-area img {
	border: 1px solid #fff;
	padding: 0;
	margin: 8px 0 2px 0;
	}

.photo-area td {
	margin: 5px;
	}

td.photo-area, .photo-area td {
	background-color: #efe5c9;
	border-collapse:collapse;
	text-align: center;
	padding: 5px 10px 10px 10px;
	margin: 5px;
	}
	
.caption {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efe5c9;
	border-collapse:collapse;
	}
	
.sitemap li {
	font-size: 130%;
	font-weight:600;
	list-style: none;
}

.sitemap li li {
	font-size: 90%;
	font-weight: normal;
}

#last-updated {
	color:#666666;
	font-size:x-small;
	margin-top: 30px;
	}

