html 
{
	margin:0;
	padding:0;		
	
	color: #71726c;
	
	font-family: helvetica;
	font-size: 13px;
	
	z-index: 0;
}
/*********** Page Layout ************/
#mainBody
{	
	position: relative;
	

	background-color: #606F5A;
	
	padding:0;	
	
	margin: 0 auto 0 auto;
	
	text-align: center;		
	
	z-index: 0;
}

#wrapper
{		

	background-image: url(images/greybg.png);
	background-position: center;
	background-repeat: repeat-y;	
}
#container
{	
	position: relative;
	
	margin: 0 auto;
	
	padding: 0px 0px 15px 0px;
	
	text-align: left;
	width: 964px;
	
	border-style: solid;
	border-color: #B3B3A9;
	border-width: 0px 0px 0px 0px;
	
	z-index: 0;
}
#headerContent
{	
	position: relative;	
	
	background-image: url(images/header.jpg);
	background-position: right;
	background-repeat: no-repeat;		
	padding: 0px;
	margin-bottom: 0px;	

	width: 964px;
	height: 146px;	
}
#headerContent a
{
	position: absolute;
	
	width: 964px;
	height: 166px;
	
	top: -20px;
	
}
#mainContent, #mainSub
{
	position: relative;	
	z-index: 0;
	
	border-style: solid;
	border-width: 1px 1px 1px 1px;	
	border-color: #606F5A;	
	min-height: 550px;
}
* html #mainSub, * html #mainContent
{
	height: 550px;
}
#mainSub, #rightSub, #navContent
{
	border-style: solid;
	border-color: #606F5A;
	border-width: 1px 1px 1px 1px;
	background-image: url(images/bwcol_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;		
}
#mainContent
{		
	background-color: #ffffff;
	
	margin: 0px;
	padding: 0px;	
	
	border-color: #ABABA3;	
	
	background-image: url(images/bwcont_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;			
}
#mainSub
{	
	float: left;
		
	width: 745px;
	
	margin: 5px 0px 0px 5px;
	padding: 3px;
	
	text-align: left;
	
	background-color: #D8D8CE;
}
#footerContent
{	
	clear: both;
	margin: 10px auto 0 auto;
	padding: 0;
	
	padding-top: 10px;
	
	width: 962px;
	
	color: #ffffff !important;
}
#footerContent p
{
	text-align: center;
	font-size: 10px;
}
#footerContent a.validHtml, #footerContent a.validCss
{
	width: 88px;
	height: 31px;
	
	float: left;
	position: relative;
	top: -5px;
}
#footerContent a.validCss
{
	float: right;
}
#footerContent a
{
	color: #ffffff !important;
}

.more
{
	font-weight: bold;
	float: right;
	clear: both;
	padding: 0 10px 10px 0;
	
}
/*************************************/
/*** Optional Right DIV Layout ***/
#rightContent
{	
	position: relative;	
	
	background-color: #ffffff;
	margin: 0px;
	padding: 4px;
	
	border-style: solid;
	border-color: #ABABA3;
	border-width: 1px 1px 1px 1px;	
	
	background-image: url(images/bwcont_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;		
	
	text-align: left;
	
	z-index: 0;
	
	min-height: 460px;
}
* html #rightContent
{
	height: 460px;
}
#rightContent strong
{
	margin-top: 10px !important;
}
#rightContent span
{
	display: block;
	padding: 0px 0px 15px 2px;
	
	font-size: 10px;
}
#rightSub
{
	position: relative;
	
	float: left;
		
	width: 197px;
	
	margin: 5px 0px 0px 5px;
	padding: 3px;
	
	text-align: center;
	
	min-height: 576px;
	
	background-color: #D8D8CE;
	
	z-index: 0;
}
* html #rightSub
{
	height: 576px;
}
#rightSub p
{
	font-size: 10px;
	padding: 5px 0px 8px 5px;
	
	text-align: left;
}
#rightContent h3, #rightContent strong
{
	display: block;
	
	font-size: 14px;
	font-weight: bold;
	
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	
	text-decoration: none;
	
	border-style: solid;
	border-color: #DFDFD5;
	border-width: 0px 0px 1px 0px;
}
#rightContent a.rightFiles
{
	background-image: url(images/mini_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	
	padding: 0px 0px 2px 18px;
}
div.filesBlock
{
	padding: 0px 0px 10px 5px;
}


/***********[Expanding List**************/
/*#hidden-9 
{ 
	overflow:hidden; 
	font-size: 11px;	
}
#toggle 
{ 
	display:block;
	font-size: 11px;
	font-weight: bold;	
}
.toggleLink
{
	float: left;
	padding: 10px 0 10px 0;
	width: 100%;	
	display: block;		
}

div.hidden a
{
	display: block;	
	width: 165px;
	padding: 2px 0px 2px 0px;
	font-size: 11px;
}*/
/*********************************/

div.filesBlock a
{
	display: block;	
	
	width: 165px;
	padding: 2px 0px 2px 0px;
	
	font-size: 11px;
}
/******** Popup Details *********/
#popupContainer
{	
	margin: auto;
	text-align: left;	
}
#popupContent
{	
	float: left;	
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}
#popupFooter
{
	position: relative;
	float: left;
	
	clear: both;
	margin: auto;
	
	padding: 0;
	
	padding-top: 6px;
	
	width: 95%;	
	left: 15px;
}
#popupImage
{	
	border-width: 1px;
	border-style: solid;
	border-color: #613806;
}
/********************************/
/********* Proteus Required **********/
#pr_footContainer
{		
	border-width: 1px 0px 0px 0px;
	border-color: #3C3616;
	border-style: solid;	
	
	padding-top: 15px;	
	margin: 0px;
	width: 100%;	
}
#pr_footerDiv
{
	padding: 15px 0px 15px 5px;
	
	width: 755px; 
	
	float: left; 
	
	text-align: center; 		
	
	/*background:url(images/gradback.gif) top left repeat-y;	*/
	
	font-size: 8px;
}
#pr_footerDiv:first-line
{
	font-size: 10px;	
}
#pr_validDiv
{		
	width: 980px;	
}
#validCss, #validXHTML
{
	margin: 30px 5px 0px 5px;
	float: left;
	width: 88px;
}
p
{	
	padding: 0;
	margin: 0;	
	text-align: justify;
}
abbr
{
	text-decoration: none;
	border: 0px;
}
A:link
{
	color: #45556F;
	border: 0;
	text-decoration: none;
}
A:visited
{
	color: #45556F;
	text-decoration: none;
}
A:hover
{	
	color: #FF9900;	
}
H1
{		
	text-align: left;
	font-size: 22px;
	font-weight: bold;	
	color: #889584;	
	
	margin: 5px 5px 10px 5px;
	padding: 0px 0px 5px 5px;
	
	border-style: solid;
	border-color: #A3A39A;
	border-width: 0px 0px 1px 0px;
}
H2
{		
	font-size: 16px;
	font-weight: bolder;	
	color: #889584;
	
	margin: 0;
	padding: 0;
}

h3
{
	color: #889584;
}
input.button 
{
	background-color : #ffffff;
	color : #365B32;
	font-size: 12px; 

	background-image: url(images/bwnav.png);
	background-position: bottom;
	background-repeat: repeat-x;	
	
	border-width: 1px;
	border-style: solid;
	border-color: #ABABA3;
	

	width: 125px;
	height: 22px;
	cursor: pointer;
}
input.buttonOver
{
	background-color : #E2E2E2;
	color : #365B32;
	font-size: 12px; 
	
	border-width: 1px;
	border-style: solid;
	border-color: #ABABA3;

	width: 125px;
	height: 22x;
	cursor: pointer;
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
input.text, input.password, input.textarea textBox
{
	background-color: #e2e2e2;
	border-color: #9999CC;    
	color: #000000;
}
/*************************************/
/*******************/
/*  Header Classes */
/*******************/
#headerBlock
{
	text-align: left;
	margin-bottom: 10px;
}
#headerImage, #errorImage, #updatedImage
{
	float: left;
	
	width: 75px;	
	height: 67px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 1px 0px 0px;	
	padding-right: 4px;
	margin: 0;
}
DIV.headerTextContainer
{
	position: relative;
	display: block;	
		
	left: 15px;
	top: 10px;	
}
span.headerTitle, span.headerHeading, span.headerSubHeading
{	
	position: relative;		
	font-weight: bolder;	
}
span.headerTitle
{	
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000000;	
}
span.headerHeading
{	
	left: 20px;
	display: block;
	font-size: 14px;
	color: #4b4b4b;	
}
span.headerSubHeading
{	
	padding-left: 40px;
	
	font-size: 12px;
	color: #45556F;
}
/**************************************/
/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
/***********************************/
#errorDiv
{	
	background-color: #e2e2e2;
	color: #FF0000;
	
	font-size: 15px;
	font-weight: bold;
	
	padding: 6px;
	
	text-align: center;
	
	border-style: solid;
	border-color: #010101;
	border-width: 1px;
}
/***********************/
/** News - put here since news is used on Front page and separate page **/
#newsDiv
{	
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 20px;
	
	text-align: left;
}
#newsDiv h2
{	
	position: relative;
	
	left: -15px;
	
	width: 90%;
	
	color: #520000;
	
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;	
	
	text-decoration: none;	
	text-align: left;
	
	border-style: solid;
	border-color: #DFDFD5;
	border-width: 0px 0px 1px 0px;
}
#newsDiv h3
{
	font-size: 14px;
	color: #813635;	
	
	margin: 15px 0px 0px 0px;
	
	text-align: left;
}
#newsDiv span
{
	display: block;

	color: #042B43;
	
	margin: 2px 0px 10px 3px;
	
	font-size: 9px;
}
#newsDiv p
{
	display: block;
	
	padding: 10px 15px 20px 15px;
	
	border-style: solid;
	border-color: #D6D3CF;
	border-width: 0px 0px 1px 0px;	
}
/*************************************************************************/
/*** Calendar ***/

div.calendarContainer
{

}
table.calendarBlock
{
	padding: 0px;
	margin: 5px 0px 10px 0px;
	
	border-style: solid;
	border-color: #DFDFD5;
	border-width: 0px 0px 0px 1px;
	
	min-height: 75px;	
}
td.calendarLeft
{
	border-left-width: 1px !important;
}
table.calendarBlock th
{
	font-weight: bold;
	
	border-top-width: 1px !important;
	/*border-bottom-color: #808080 !important;*/
	
	height: 15px !important;
	padding-top: 2px !important;
	
	background-color: #DFDFD5;		
}
table.calendarBlock th, td.calendarDay
{	
	font-size: 11px;
	
	width: 22px;
	height: 25px;
	
	padding-top: 0px;
	
	border-style: solid;
	border-color: #DFDFD5;
	border-width: 0px 1px 1px 0px;
	
	text-align: center;
	
	color: #983635;
}
td.calendarToday
{
	color: #ffffff;
	background-color: #ADC3A8 !important;
	
	font-size: 12px;
	font-weight: bold;
}
td.calendarPrior
{
	background-color: #F3F3F3;
	color: #8B7286;
}
/****************/
/**** FAQ ****/
#faqContainer p
{
	float: left;
	clear: left;
	
	text-align: left;
	padding: 0px 15px 15px 15px;
}
div.faqDiv h2
{
	font-size: 15px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
div.faqExpand
{
	display: none;	
	
	float: left;
	clear: left;
	
	position: relative;
	
	left: 5px;
	
	width: 485px;
	
	
	padding-bottom: 10px;
	padding-top: 10px;
	
	font-size: 9pt;	
	font-weight: normal;
	
	background-color: #f0f0f0;
	
	border-style: solid;
	border-color: #878C9F;
	border-width: 0px 1px 1px 1px;
	
	z-index: 0;
	
	color: #656563 !important;
}
div.faqExpand p
{
	margin-left: 10px;	
}
div.faqExpand p:first-letter
{
	font-weight: bold;
	font-size: 10pt;
}
div.faqDiv
{
	clear: both;
	
	text-align: left;	
	margin-bottom: 10px;	
	
	/* this sorta fixes the lagging innder-div on expansion issue */
	border: 1px solid #ffffff;
}
div.faqDiv p
{
	padding: 10px 5px 10px 15px;
	
	font-size: 14px;
}
div.faqDiv a
{
	float: left;
	clear: left;
	
	position: relative;	
	
	width: 480px;
	
	background-color: #e2e2e2;
	
	background-image: url(images/moreArrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	
	border-style: solid;
	border-color: #808080;
	border-width: 1px;	
	
	padding: 4px 0px 4px 15px;
	margin: 1px 0px 0px 0px;
	
	font-size: 13px;
	font-weight: bold;
	
	color: #4b4b4b !important;
	
}
div.faqDiv a:hover
{
	background-color: #808080;
	color: #f0f0f0 !important;	
}
/********************/

.slideshow 
{
	width: 200px;
	height: 200px;
	margin: 5px;

}

.slideshow 

{
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	display: block;
	float: right;	
	margin-left: 15px;
}

.slideshow img

{
	padding: 15px;
	
}

.linkTitle
{
	font-weight: bold;
	font-size: 12px;
	padding 0px;
	margin 0px;
}

.imageEdit
{
	float: right;
	border: solid 1px #666666;
	margin: 15px;
}

div.faqDiv div a
{
	float: none;
	clear: none;
	position: normal;
	width: auto;
	background-color: #f0f0f0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 5px;
	margin: 0px;
	display: inline;
	border: thin none #f0f0f0;

}


