@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#banner {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:87px;
	z-index:1;
	background-color: #69C;
}
#topnav {
	height: 30px;
	width: 900px;
	position: absolute;
	text-align: left;
	top: 74px;
	left: 25px;
}
#footernav {
	height: 30px;
	width: 850px;
	position: relative;
}
#container {
	width: 900px;
	text-align: left;
	z-index: 2;
	background-color: #000;
	margin: 0;
	float: none;
	left: 25px;
	right: 0px;
	bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
#mainContent {
	color: #CCC;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	width: 500px;
	padding: 25;
	top: -220px;
	left: -60px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	position: relative;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	width: 900px;
	height: 75px;
	float: left;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25;
	position: relative;
	bottom: 0px;
}
.h1 {
	font-size: 18px;
	color: #C30;
}
.photo {
	text-align: center;
}
.quote {
	font-size: 12px;
	color: #C3C;
	text-align: left;
	line-height: 22px;
	font-weight: normal;
	padding-right: 75px;
	font-style: italic;
}
.photocaption {
	font-size: 80%;
	color: #69F;
	text-align: left;
}
.dark {
	color: #06F;
}
img.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
img.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.photocaptioncenter {
	text-align: center;
	color: #69f;
	font-size: 80%;
}
.pageh2 {
	font-size: 200%;
	font-style: italic;
	color: #66f;
}
/********************************

Dropdown Menu

********************************/

ul.navmenu {
	margin:0;
	padding:0;
}

ul.navmenu li {
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.navmenu li a {
	color: #CCC;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 18px 5px 19px;
	text-align: center;
	text-decoration: none;
}

ul.navmenu li ul {
	padding: 0;
	margin: 0;
	width: 125px;
	position: absolute;
	left: -999em;
	border: 1px solid #ff0000;
	border-top: 0;
}

ul.navmenu li ul li {width: 125px;}

ul.navmenu li:hover ul, ul.navmenu li.sfhover ul {left: auto;}

ul.navmenu li a:hover {
	background-color:#69C;
}
#sidebarleft {
	text-align: left;
	width: 250px;
	float: left;
	background-image: url(../images/sidebar_gradient.jpg);
	clear: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-right: 20px;
}
.h2 {
	font-weight: bold;
	color: #06F;
}
#slideshow {
	background-color: #000;
	height: 220px;
	width: 288px;
	border: thin solid #000;
	float: left;
	clear: none;
	text-align: center;
}

