﻿html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
html>body {
	min-height: 100%;
	height: auto;
}
/***************
 * Page Styles
 ***************/
div#page {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#topBanner {
	background: url('../images/top-banner.png') no-repeat center center;
	border-left: solid 3px #000000;
	border-right: solid 3px #000000;
	height: 75px;
	width: 900px;
	display: block;
}
div#topBars {
	background: url('../images/top-bars.png'); 
	height: 18px; 
	width: 900px; 
	border-top: 1px solid #000000; 
	border-left: 3px solid #000000; 
	border-right: 3px solid #000000;
}
div#middleBars {
	background: url('../images/top-bars.png'); 
	height: 48px; 
	width: 900px; 
	border-top: 1px solid #000000; 
	text-align: center; 
	vertical-align: bottom;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
}
div#page-content-outer {
	background-color: #3A533A;
	border-left: solid 3px #000000;
	border-right: solid 3px #000000;
	border-bottom: solid 3px #000000;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
div#page-content-inner {
	background: #FFFFFF url('../images/content-bg.png') repeat-x top left;
	border: solid 2px #000000;
	border-top: none;
	border-bottom: none;
	margin-left: 10px;
	margin-right: 10px;
	overflow: visible;
	width: 50%;
    min-height: 265px;
    display: block;
    float: left;
}
div#page-content-inner .content {
	color: #333333;
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
	font-weight: normal;
	width: 100%;
	display: none;
	margin-top: 5px;
}
div#page-content-inner .visible-content {
	color: #333333;
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
	width: 100%;
}
div#navBox {
	background: #FFFFFF url('../images/content-bg.png') repeat-x top left;
	width: 100%;
	clear: both;
}
div#navBox .item {
	border: solid 1px #000000;
	border-left: none;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	width: 185px;
	text-align: left;
    vertical-align: middle;
    cursor: hand;
    display: block;
}
div#navBox .itemOuter {
	border: solid 1px #000000;
	border-left-width: 2px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	width: 185px;
	text-align: left;
	vertical-align: middle;
    cursor: hand;
    display: block;
}
/***************
 * Span Styles
 ***************/
.topInfoText {
	color: #DFE2E6;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 180px;
	margin-top: 32px;
}
/***************
 * Link Styles
 ***************/
 div#navBox .item a, a:visited 
 {
     background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	display: block;
}
div#navBox .item a:hover, a:active 
{
    background-color: #336600;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	display: block;
}
div#navBox .itemOuter a, a:visited {
     background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	display: block;
}
div#navBox .itemOuter a:hover, a:active {
    background-color: #336600;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	display: block;
}
div#page-content-inner .visible-content a, a:visited {
	color: #333333;
	text-decoration: underline;
}
div#page-content-inner .visible-content a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/***************
 * jQuery Styles
 ***************/
label, input { display:block; font-size: 11px;  font-weight: bold; }
input.text { margin-bottom:12px; width:95%; padding: .4em; font-size: 11px; }
textarea { padding: .4em; font-size: 8px;  font-weight: bold; }
fieldset { padding:0; border:0; margin: 0px; }			
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none; cursor:pointer; position: relative; text-align: center; font-size: 12px; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { font-size: 11px;  }