﻿@import url('layout.css');
body {
	margin: 0 0%;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-top: 3px solid #666666;
	border-right: 3px solid #666666;
	border-left: 3px solid #666666;
	border-bottom: 3px solid #666666;
	height: 850px;
	background-color: #fff;
	background-image: url("../images/leftphoto2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#masthead {
	border-bottom: 6px solid #FF9900;
	background-color: #FFFFFF;
	background-image: url('../images/greyantennasm.gif');
	background-repeat: no-repeat;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
}
#navigation {
	background-color: #EEEEEE;
	margin-left: 160px;
}
html > body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	border-left: 1px solid #E3DFE2;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	border-top: 1px solid #CCCCCC;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	color: #8E8E8E;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #7C8DD3;
	margin-bottom: 0px;
	text-indent: 5em;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f93;
	border: 1px solid #f93;
}
/* Styles for Right Column */
#column_right h4 {
	color: #3F58BC;
	margin-top: 0px;
}
#column_right p {
	color: #444444;
	margin-top: 0px;
}
#column_right a {
	color: #677BCB;
}
#column_right a:hover {
	color: #FF9933;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #8e8e8e;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #111111;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #444444;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6 {
	font-size: x-small;
	margin-top: 0px;
}
a {
	color: #677BCB;
	line-height: 20px;
}
a:hover {
	color: #FF9933;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.headertext {
	text-align: right;
}

/* Styles for Gallery pages */
#gallery {
	width: 800px;
	height: 630px;
	padding: 0px;
	border: 1px solid #fff;
	background: #fff;
	position: relative;
	margin-bottom: 10px;
}
/* #gallery b.default styles the default photo only--the one that always displays */
#gallery b.default {
	background: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 600px;
	height: 630px;
	text-align: center;
}
#gallery b.default img {
	display: block;
	margin: 0 auto 10px auto;
	border: 1px solid #eee;
	border-color: #fff;
}
#gallery b.default span {
	display: block;
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
/* gallery ul sets the style for the thumbnails on the right */
#gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 180px;
	position: relative;
	float: right;
}
#gallery ul li {
	display: inline;
	width: 52px;
	height: 52px;
	float: left;
	margin: 0 0 5px 5px;
}
#gallery ul li a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #fff;
}
#gallery ul li a span {
	display: none;
}
#gallery ul li a img {
	display: block;
	width: 50px;
	height: 50px;
	border: 0;
}
/* #gallery ul li a:hover xxx styles the photo and caption when they are rolled over */
#gallery ul li a:hover {
	white-space: normal;
	border-color: #fff;
	background: #fff;
}
#gallery ul li a:hover b {
	position: absolute;
	left: -620px;
	top: 0;
	width: 548px;
	height: 630px;
	text-align: center;
	background: #fff;
	z-index: 20;
}
#gallery ul li a:hover span {
	display: block;
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
#gallery ul li a:hover img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #fff;
}
#gallery ul li a:active, #gallery ul li a:focus {
	white-space: normal;
	border-color: #fff;
	background: #777;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position: absolute;
	left: -548px;
	top: 0;
	width: 548px;
	height: 630px;
	text-align: center;
	background: #888;
	z-index: 10;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display: block;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
#gallery ul li a:active img, #gallery ul li a:focus img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #fff;
}
