﻿/************************************
  APEX Controls Webpage Stylesheet
  Author: Will Calkins
  Date:   11/20/2009
 ************************************/

body {
	background-image:url("../images/bkg.gif");
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
}

h3 {
	font-size:11pt;
	color:#2D4492;
}

a {
	text-decoration:none;
	color:#2D4492;
}

a:hover {
	color:black;
}

a img {
	border:none;
}

p {
	margin:10px 0px;
}

#container {
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	margin-top:10px;
}

#header {
	background-image:url("../images/header_grey.gif");
	background-repeat:no-repeat;
	height:110px;
	width:900px;
}

#navigation {
	background-image:url("../images/nav_interior.gif");
	background-repeat:no-repeat;
	height:51px;
	width:900px;
	font-size:10pt;
}

#contentHome {
	background-image:url("../images/bkg_home3.gif");
	background-repeat:no-repeat;
	min-height:375px;
	width:900px;
}

#content {
	background-image:url("../images/bkg_home4.gif");
	background-repeat:no-repeat;
	min-height:375px;
	width:900px;
}

#footer {
	background-color:#CECECE;
	height:30px;
	width:900px;
	margin-top:15px;
	text-align:center;
	line-height:30px;
	vertical-align:middle;
	color:#2D4492;
}

#logo {
	float:left;
	margin-left:45px;
}

#anniversary {
	float:right;
	margin-right:10px;
	margin-top:10px;
}

#slogan {
	float:right;
	font-size:13.5pt;
	text-align:right;
	margin-right:25px;
	margin-top:22px;
}

#subnavigation a {
	display:block;
}

#subnavigation a:hover {
	color:black;
}

.DropDownNavigation {	
	margin:5px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:30;
}

.DropDownNavigation li {	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
}

.DropDownNavigation li img {
	margin:10px 0px 0px 15px;
}

.DropDownNavigation li a {	
	display:block;
	margin:0px 1px 0px 0px;
	padding:4px 10px;
	text-align:center;
}

.DropDownNavigation div {	
	position:absolute;
	clear:left;
	visibility:hidden;
	margin:10px 0px 0px -25px;
	padding:2px;
	background-color:white;
	border:2px solid #2D4492;
	width:190px;
	z-index:5;
}

.DropDownNavigation div a {	
	position:relative;
	display:block;
	float:none;
	margin:0px 0px 0px 0px;
	padding:5px 10px;
	width:auto;
	white-space:nowrap;
	text-align:center;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}

.DropDownNavigation div a:hover {	
	background-color:#CECECE;
	font-style:italic;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:4;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:3;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
