﻿/*  
Color Schemas for site
    Firebrick=#B22222 Company color 
    MidnightBlue=#191970 all text unless otherwise indicated
    White=#FFFFFF all text with Firebrick bgcolor
*/
body 
{
	font-family:"Century Gothic", Verdana, Tahoma, Arial, Sans-Serif;
	font-size: .9em;
	color: #191970;
	background-image: url(images/body-bkg.jpg)
}
#content
{
	width: 700px;
	/*height:420px; */
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:10px;
}
#banner
{
	float:left;
	color: #F0F0F0;
	font-style:italic;
	font-variant:small-caps;
	border-bottom: 1px solid #999999;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url(images/BlueTopDown.gif) repeat-x top left;
}
.logo 
{
	float:right;
	margin-right: 20px;
}
#main {
	float: left;
	width: 400px;
	height:420px;
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
/* NAVIGATION */
#mainNav 
{
	width: 740px;
	font-size: .8em;
}
#mainNav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/bg_orange_bgd1.png) repeat-x left top;
	float: left;
	width: 100%;
}
#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}
#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #B22222;
	display: block;
	font: bold .8em "Century Gothic", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#mainNav li a:hover {
	background: url(images/bg_nav.png);
	font-style:italic;
	font-weight:bold;
}
/* Sub Menus */
#subNav 
{
	float: left;
	clear:both;
	width: 100%;
	font-size: .8em;
}
#subNav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #B22222;
}
#subNav li {
	float: left;
	padding: 0;
	margin: 0;
	background: url(images/bg_orange_bgd1.png) repeat-x left top;
}
#subNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold .8em "Century Gothic", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#subNav li a:hover {
	background: url(images/bg_nav.png);
	font-style:italic;
	font-weight:bold;
}
#subNave li a:active 
{
    background-color:White;
}
#news {
	float: right;
	width: 200px;
	margin-top: 10px;
	padding-bottom: 15px;	
}
#news img 
{
	width: 180px;
	text-align:center;
	border: 1px solid #000;
	padding-bottom: 10px;
}
#news .heading 
{
	height:10px;
	width: 100%;
	padding: 5px;
	background: #002299 url(images/bg_orange_hdr.png) top left;
	color:#fff;
	margin-bottom: 10px;
	text-align:center;
}
#news li
{
    line-height: 30px;
}
#news a 
{
   	display: block;
   	text-decoration: none;
	font: bold .8em "Century Gothic", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#news a:hover 
{
    background-color: #B22222;
    color:White;
    text-decoration:underline;
}
.pageContent
{
	clear: both;
	float:left;
	padding:5px 10px 5px 20px;
}
#footer
{
	width: 740px;
	border-top: 1px dashed gray;
}
.smallcaps
{
	color: #003399;
	font-variant:small-caps;
	font-size:small;
}
.legal
{
	font-size: xx-small;
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 10px;
	padding-top:5px;
	color:#999;
}
h4,h6 
{
	font-weight: bold;
}
.fieldtext 
{
    font-size: xx-small;
    font-family: "Century Gothic", Arial, Sans-Serif;
}
select#dropSubject 
{
	font-family:"Century Gothic", Arial, Sans-Serif;
	font-size: .8em;
}
input#btnSubmit 
{
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: .8em;
}
.underscore
{
    width:100%;
    border-bottom: 1px solid #B22222;
}
.pagetitle
{
    font-size:1.2em;
    font-weight:bold;
    padding-left:20px;
    border-bottom: solid 2px #B22222;
}
.centerform
{
    padding-top:10px;
    padding-left:25%;
    padding-bottom:20px;
}
/* Show Menu Tabs */
.SilverBackground
{
	background-color: Silver;
}
.tabs
{
	position:relative;
	top:1px;
	left:10px;
	margin-top: 10px;
}
.tab
{
	border:solid 1px #B22222;
	background-color:#eeeeee;
	padding: 2px 10px;
}
.selectedTab
{
	background-color: White;
	color: #B22222;
	border-bottom: solid 1px white;
}
.tabContents
{
	border:solid  1px #B22222;
	padding: 10px;
	background-color: White;
}
.viewHeader
{
    height:1.5em;
    font-size: 1.2em;
    font-weight:bold;
    text-align:left;
    padding-left:5px;
    width:100%;
    border-bottom: 1px solid #B22222;
    color:White;
    background-color:#B22222;
    FILTER:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#B22222', endColorStr='#FFFFFF', gradientType='0');
}
#formatForm
{
    border:1px solid #B22222;
}
.FormTextbox 
{ 
    margin-left: 250px;
}
.FormLabel
{
    font-size:xx-small;
    font-weight:bold;
}
.FormText
{
    font-size:xx-small;
}
.FormButton
{
    font-family: Arial, Sans-Serif;
    font-size:xx-small;
}
.FormErrorMessage
{
    color:Red;
    font-weight:bold;
}
.TableHeader
{
    height:1.8em;
    color:White;
    font-weight:bold;
    text-align:center;
    background-color:#B22222;
    border-bottom:solid 1px #B22222;
    FILTER:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#B22222', endColorStr='#FFFFFF', gradientType='0');
}
.GeneralText
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom:10px;
    height:200px;
}
.box
{
    float:left;
    width:300px;
    border: 2px ridge #003399;
    margin-right:0px;
    margin-left:10px;
    margin-top:10px;
}
.boxTitle
{
    float:left;
    text-align:center;
    font-size:.9em;
    font-weight:bold;
    height:1em;
    width:100%;
    background-color:#B22222;
    color:#FFFFFF;
    padding-top:5px;
    padding-bottom:5px;
}
.boxContent
{
    text-align:left;
    padding:5px;
    font-size:1em;
}
.boxedText
{   
    text-align:left;
     padding:40px;
     border:ridge 2px firebrick;
     margin: 20px;
}
.PWSButton
{
    background-image: url(Images/PWSBtnBg.jpg);
    color:White;
    font-weight:bold;
    vertical-align:middle;
    padding-left:5px;
    padding-top:10px;
    height:30px;
    width:170px;
    text-decoration:none;
    background-repeat:no-repeat;
}