﻿/* CSS layout */

/* Global Elements
=====================================================================*/

body {
	background-color: #494539; /*#585242 */
	line-height: 1.1em;	
}

/* Layout Divs
=====================================================================*/
#container {
	margin: 0 auto 0 auto;
	width: 970px; 	 /*Total width */
	padding-top: 3px;
	/*border: 1px solid #232429;*/
}

#container2
{
	margin: 0 auto 0 auto;
	width: 970px; 	 /*Total width */	
	border: groove 1px #232429;
}

#topbar {
	font-family: Arial;
	font-size: .7em;	
	color: #FAFAFC;
	margin-bottom: 5px;
	padding: 0 5px;
	text-align: right;
}
 
#masthead {	
	background-color: #ececec;
	width: 970px;
	height: 255px;
	margin: 0;
	padding: 0;
}

#title {
	background: url(../../images/title.png) no-repeat;
	padding: 3px 10px;
	width: 970px;
	height: 100px;
}

#side_nav 
{
	float: left;
	margin-bottom: 5px;
	padding: 0;
	width: 215px;
	/*position: relative; ** IE6 needs this to display the div ***/  
}

#page_content 
{
	background-color: #ececec;
	float: left;	
	padding: 5px 15px 5px 15px;
	margin-bottom: 5px;
	width: 723px;
}

#index_content{ /* default.aspx only */
	padding: 5px 15px 5px 15px;
	margin: 10px 0;
	color: #FAFAFC;
	width: 940px;	
}

#footer 
{
	clear: both;
	background-color: #232429;
	margin: 0;
	padding: 5px 10px;	
	width: 950px;
	height: 35px;	
}

/* Global Styles
=====================================================================*/
p, table{
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}

td
{
	vertical-align: top;
}

ul {
	font-family: Verdana;
	font-size: 11px;	
}

li {
	padding-bottom: 3px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:focus{
	color: #1C2257;
	text-decoration: none;
}

a:hover{
	color: #1C2257;
	text-decoration: none;
}

h1 {
	font-family: Tempus Sans ITC/*Papyrus*/;	
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #94342F;
	position: relative;
	text-align: center;
	/*text-transform: uppercase;*/
}

h2 {
	font-family: Garamond;	
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #2575ad;
	text-align: center;
}

h3 {
	font-family: Garamond;	
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #0a0a0a;
	text-align: center;
}

h4 {
	font-family: Garamond;
	font-weight: normal;
	font-size: 1.05em;
	line-height: 1.1em;
	color: #2575ad;
	text-align: left;
	text-transform: uppercase;
}

h5 
{
	font-family: Garamond;	
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #94342F;
	text-align: left;
	text-transform: uppercase;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

img{
	/*margin: 5px;*/
	border: 0
}

hr{	
	text-align: left;
	margin-left: 0px;
	border-style: groove;
}

.bold
{
	font-weight: bold;
}

.boldCenter
{
	font-weight: bold;
	text-align: center;
}

.boldUnderline
{
	text-decoration: underline;
	font-weight: bold;
}

.center
{
	text-align: center;
}


/* Footer styles
=====================================================================*/
#footer table {
	width: 100%;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	color: #CCCCCC;
}

/************** Directory Style *****************************************/

.lblRecord
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #A31515;
}	

/************** .progress Style *****************************************/

#progress
{
	font-family: Verdana;
	font-size: 11px;
}

/* Related Links Page styles
=====================================================================*/

#related p
{
	text-align: center;
}


/* Disclaimer styles
=====================================================================*/
#disclaimer p {
	font-size: 11px;
	font-family: Verdana;
	color: #000066;
}

#disclaimer a:hover
{
	color: #660000;
}

/* Contact Page styles
=====================================================================*/
#formsubmit table{
	width: 33%;
	border: 0;
	border-spacing: 0;
	margin-left: 160px;		
}

#formsubmit td{
	padding: 0;
}

#formsubmit .inputback{
	background-color: #fafafa;
}

#formsubmit label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-style: normal;
	font-size: 11px;
	color: #515151;
}

#formsubmit .req{
	color: maroon;
}

/************** .faqStyle *****************************************/
/* currently used for news.aspx page */

.faqStyel a:focus{
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}

.faqStyle a:hover{
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}

.faqStyle ul
{
	font-size: 11px;
}

.faqStyle div
{
	display: none;
	margin-right: 10px;
	/*padding: 5px;*/
}

.faqStyle div a:focus{
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}

.faqStyle div a:hover{
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}