﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/apex_logo_watermark_black.jpg"); 
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
}
#container {
	width: 1040px;
	margin: 0 auto;
	margin-top: 10px;
	border: 2px solid white;
	background-color: black;
}
#masthead {
	text-align: center;
	width: 1040px;
}
#mainnavigation {
	text-align: center;
	width: 1040px;
	padding-top: 5px;
}
#leftsidenavigation {
	position: relative;
	float: left;
	/*width: 160px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 850px;
	margin-bottom: 10px;
	margin-left: 10px;
	min-height: 500px;
}
#contentfull {
	float: left;
	width: 1010px;
	margin-bottom: 10px;
	margin-left: 10px;
	min-height: 500px;
}
#footer {
	text-align: center;
	clear: both;
	width: 1040px;
}
/* Masthead Styles */
#masthead h1 {
    color: white;
/*	color: #3d6c87;*/
}
#masthead h3 {
    color: white;
/*	color: #5f8ea9;*/
}
/* Main Navigation Styles */
#mainnavigation a {
	color: #66CC33;
	text-decoration: none;
	font-weight:bold;
}
#mainnavigation a:hover {
	color: #99CCFF;
}
#mainnavigation .highlight {
  	color: #33CCFF;
}
/* Left Side Navigation Styles */
#leftsidenavigation a {
	color: #66CC33;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 5px;
}
#leftsidenavigation a:hover {
	color: #99CCFF;
}
#leftsidenavigation .highlight {
  	color: #33CCFF;
}
/* Footer Styles */
#footer p {
	color: #808080;
	font-size: x-small;
}
#footer a {
	color: #66CC33;
	text-decoration: underline;
}
#footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}
/* Content Styles */
h1,h2,h3,h4,h5,h6 {
	color: #33CCFF;
}
img {
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
p,li,td {
    color: white;
}

#gallery { position: relative; width:600px; height:450px; margin:0; padding:0; }
#gallery li { display: block; }

#gallerysmall { position: relative; width:300px; height:225px; margin:0; padding:0; }
#gallerysmall li { display: block; }
