@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #1A1A1A;
	letter-spacing: 0.2em;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #CCCC99;
}
a:visited {
	text-decoration: none;
	color: #CCCC99;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #CCCC99;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .4em;
	font-size: 10px;
	margin: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0ppx;
}
.caps {
	text-transform: uppercase;
}
.ss #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/main_pic0909.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.ss #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 60px;
	margin-bottom: 0px;
}
.ss #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ss #mainContent {
	height: 200px;
	margin-top: 420px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#nav {
	padding: 0px;
	height: 20px;
	width: 80%;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav a:link {
	color: #FF6600;
}
#nav a:visited {
	color: #FF6600
}
#nav a:hover {
	color: #FFFFCC
}
#nav a:active {
	color: #FF6600
}
#pic1, #pic2 , #pic3, #pic4, #pic5 {
	width: auto;
	height: 105px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	text-transform: uppercase;
	float: left;
	margin-top: 0px;
}
#pic1 {
	margin-left: 130px;
}
#pic2 {
	padding-top: 10px;
}
#pic4 {
	padding-top: 15px;
}
#hold {
	width: 84px;
	margin-left: 20px;
}
.ss #footer {
	font-size: 9px;
	color: #006633;
	padding-top: 0;
	padding-bottom: 5px;
	background-color: #000000;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #003300;
	padding-left: 0;
	padding-right: 10;
}
.ss #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 2;
}
.ss #footer a:link {
	color: #666600;
}
.ss #footer a:visited {
	color: #666600;
}
.ss     #footer a:hover  {
	color: #CC0033;
	text-decoration: none;
	background-color: transparent;
}
.ss #footer a:active {
	color: #666600;
}
#logo {
	float: right;
	height: 40px;
	width: 40px;
	text-align: center;
	background-image: url(../images/fav_25x25_grn.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#preloadedimages {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	background-image: url(../images/main_pic2jr2_bw.jpg);
}
