﻿/**** GENERAL STYLES ****/

html {
    padding:0px;
    width: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
}

:-moz-any-link:focus { outline: none; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em;   }

/**** MAIN DIVs ****/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
}

#DivMainClass {
	border: 1px solid #333;
	width: 990px;
    background-color: #fff;
}

/**** HOME BAR ****/

.homeBarDIV {
	padding: 3px;
	background-color: #333;
	color: #fff !important;
	font-size: .90em;
}

.homeBarDIV a, .homeBarDIV a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.homeBarDIV a:hover { text-decoration: underline !important; }

.homeBarDIV .textSize {
    float: right;
    top: 0px;
    position: relative;
}

/**** HEADER BAR ****/

.headerDIV {
	width: 990px;
	height: 80px;
	position: relative;
	right: 0;
	overflow: hidden;
	z-index: 0;
}

/**** SEARCH BOX ****/

.headerSearch {
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#fff;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 10pt;
	font-size:1.3em;
}

.headerSearchOptions {
    text-align:right;
	color:#fff;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}

.headerSearchOptions a {
    color: #fff !important;
    text-decoration: none !important;
}

.headerSearch .textBar {
	border-style: solid;
	border-width: 1px;
	border-color: #666 #666 #808080 #666;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #fff;
	color: #666;
	margin: 0;
	padding: 0px 2px 0px 2px;
}

.headerSearch .goButton {
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666;
	color: #fff;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}

.searchBacking {
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 10pt;	
}

/**** CONTENT AREA ****/

.contentBarDIV {
    width: 990px;
	clear: both;
}

.contentBarTable {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}

.bodyContentTD {
	vertical-align: top;
}

/**** DIRECTORY BAR ****/

.directoryBarMainDIV {
	position:fixed;
	bottom:0px;
	width:100%;
	z-index: 10000;
}

.directoryBarDIV {
	background-color: #999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 991px;
	margin: 0 auto;
}

/**** FOOTER ****/

.footerBarDIV {
	background-color: #333;
	color: #fff;
	font-size: .88em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 30px;
}

.footerBarDIV a, .footerBarDIV a:link, .footerBarDIV a:visited,
.footerBarDIV .EktronEditorsMenuWrapper a, .footerBarDIV .EktronEditorsMenuWrapper a:link,
.footerBarDIV .EktronEditorsMenuWrapper a:visited {
    color: #fff !important;
    text-decoration: none;
}

.footerBarDIV a:hover, .footerBarDIV .EktronEditorsMenuWrapper a:hover {
    text-decoration: underline;   
}

.redirectPrompt {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.65);
}

.redirectPrompt div {
    width: 40em;
    height: 20em;
    position: absolute;
    overflow: hidden;
    top: 12%;
    left: 1%;
    background-color: White;
    border: solid 5px gray;
    font-size: 2em;
    text-align: center;
}

.redirectPrompt div input {
    display: block;
    width: 8em;
    height: 3em;
    margin: .75em auto;
    font-size: 1.5em;
}