/* ======= Set Basic Site Colors ======= */
/* USE SEARCH AND REPLACE TO CHANGE COLORS THROUGHOUT THIS DOCUMENT */

/* #000000 	- used on A, HR, P, TD */

/* #000000 - used on TABLE-Outline */

/* #7C2D1A - used on TABLE-Dark, Footer */

/* #ECE7D8 	- used on .Form-Input, .Form-Submit, Table-Light 
*/

/* Sections of Page =============== */
#Wrapper
	{
	background-color: #cea47b;
	background-image: url(/_images/site/paper_texture.gif);
	border			: 1px solid black;
	text-align		: center;
	width			: 765px;
	}

#Wrapper-PopUp
	{
	background-color: #cea47b;
	background-image: url(/_images/site/paper_texture.gif);
	border			: 1px solid black;
	text-align		: center;
	width			: 550px;
	}
	
#Header
	{
	}
	
#Main-Section
	{
	background-color: #ece7d8;
	margin-bottom	:  20px; 
	margin-left		:  20px; 
	margin-right	:  20px; 
	margin-top		:   0px;
	text-align		: left;
	width			: 725px; 
	}

#Main-Section-PopUp
	{
	background-color: #ece7d8;
	margin-bottom	:  20px; 
	margin-left		:  20px; 
	margin-right	:  20px; 
	margin-top		:   0px;
	text-align		: left;
	width			: 450px; 
	}
	
#Left-Column
	{
	float			: left; 
	margin-left		: 5px; 
	width			: 150px;
	}
	
#Center-Column
	{
	border			: 1px solid black;
	height			: 100%; 
	margin-left		: 170px; 
	margin-right	: 10px; 
	margin-bottom	: 10px; 
	margin-top		: 0px;
	}
	
	
#Content
	{
	background-color: #FFFFFF;
	text-align		: left;
	visibility		: visible;
	position		: relative;
	border-left		: 1px #035E63 solid;
	border-right	: 1px #035E63 solid;
	border-bottom	: 1px #035E63 solid;
	clear			: both; 
	}

#ContentHome
	{
	background-color: #FFFFFF;
	text-align		: left;
	visibility		: visible;
	position		: relative;
	border-left		: 1px #035E63 solid;
	border-right	: 1px #035E63 solid;
	border-bottom	: 1px #035E63 solid;
	clear			: both;
	}

#Footer
	{
	line-height		: 14px;
	text-align		: left;
	width			: 100%;
	clear			: both;
	}


/* ======= SELECTORS - Alphabetical =========== */

A 	/* Hyperlink tags =================== */
	{
	color			: #672820; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 8pt; 
	text-decoration	: underline; 
	}

BODY 
	{
	background-color: #672820; 
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, Sans-Serif;
	font-size		: 8pt;
	margin			: 5px;
	/* background-image: url(/_Images/Site/background.jpg); */
	text-align		: center;
	}

H1 
	{
	color 			: #672820;
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 14pt;
	font-weight		: bold;
	/*line-height		: 16pt; */
	}

H2 
	{
	color 			: #672820;
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 12pt;
	font-weight		: bold;
	/*line-height		: 16pt; */
	}


HR 	/* Horizontal Rules ================= */
	{
	color			: #333333; 
	}

LI	/* List Items ======================= */
	{
	color			: #000000;
	font-family		: inherit;
	font-size		: inherit;
	font-weight		: inherit;
	}


P, TD /* Paragraph tags, Table Cells === */
	{
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	}

TABLE.TABLE-Dark  	{background-color: #7C2D1A;}
TABLE.TABLE-Light 	{background-color: #ECE7D8;}
TABLE.TABLE-Outline {background-color: #7c2d1a;}
TABLE.TABLE-White 	{background-color: #FFFFFF;}
TABLE.TABLE-Wrap 	{background-color: #DEBA94;}

TD.TD-Dark  		{background-color: #7C2D1A;}
TD.TD-Light 		{background-color: #ECE7D8;}
TD.TD-Outline  	{background-color: #000000;}
TD.TD-White		{background-color: #FFFFFF;}

TD.TD-Top-Normal	{background-color: #E3D9C7;}
TD.TD-Top-Active	{background-color: #ECE7D8;}

TD.TD-Background {
	/*background-color: #C9A87F;
	background-image: url(/_Images/Site/background-paper.gif);*/
}
TD.TD-Box-1 {background-color: #E3D9C7;}
TD.TD-Box-2 {background-color: #7C2D1A;}





/* ======= CUSTOM - Sections =========== */

/* 
MENUS - Top and Side
BOXES
LISTS
FORMS
PARAGRAPHS
FOOTER
*/

/* MENU Top and Side Menu Setting === */




/* Menu Top Links ================= */
A.Menu-Top-Normal
{	background-color: #E3D9C7;
	color			: #9C4E29;
	font-family		: Arial, sans-serif;
	font-family: Trebuchet MS, TrebuchetMS, Arial; 
	font-size		: 12px;
	font-weight		: bold;
	padding-left	: 3px;
	padding-right	: 3px;
	text-decoration	: none;
}

A:HOVER.Menu-Top-Normal 
{ 	color			: #672820; 
	text-decoration	: none;
}

A.Menu-Top-Active
{
	background-color: #ECE7D8;
	color			: #672820;
	font-family		: Trebuchet MS, TrebuchetMS, Arial;
	font-size		: 12px;
	font-weight		: bold;
	padding-left	: 3px;
	padding-right	: 3px;
	text-decoration	: none;
}

A:HOVER.Menu-Top-Active { text-decoration: none; }


.Menu-Top
{
	background-color: #9C4E29; 
	color			: #000000;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	padding-left	: 3px;
	padding-right	: 3px;
	text-decoration	: none;
}

/* Menu Side Links ================= */
.Menu-Side-Header /* Big Text Header for Side Menu */
	{ 
	border-bottom	: 1px solid #672820;
	color			: #672820;
	font-family		: Trebuchet MS, TrebuchetMS, Arial;
	font-size		: 18px; 
	font-weight		: bold; 
	margin-bottom	: 5px;
	}

DIV.Menu-Side-Item
	{
	padding-top		: 3px;
	padding-bottom	: 3px;
	}


A.Menu-Side-Normal 
	{
	color			: #9C4E29;
	font-family		: Verdana, san-serif;
	font-size		: 11px;
	font-weight		: bold;
	text-decoration	: none;
	}

A:HOVER.Menu-Side-Normal 	{ color: #672820; text-decoration: underline; }

A.Menu-Side-Active 
	{
	color			: #672820;
	font-family		: Verdana, san-serif;
	font-size		: 11px;
	font-weight		: bold;
	text-decoration	: underline;
	}

A:HOVER.Menu-Side-Active 	{ color: #672820; }


.Menu-Active 
	{
	color			: inherit;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	text-decoration : none;
	}

.Menu-Sub 
	{
	color			: inherit;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	text-decoration	: underline;
	}
	
/* BOXES ============ */
.Box-Title /* color must contrast against TD-Outline */
	{ 
	color		: #ffffff; 
	font-family	: Trebuchet MS, TrebuchetMS, Arial;
	font-size	: 18px; 
	font-weight	: bold;
	padding-left: 5px; 

	}

.Box-Title-Sub /* color must contrast against TD-Light */
	{ 
	color		: #672820; 
	font-family	: Arial, Helvetica, sans-serif; 
	font-size	: 12px; 
	font-weight	: bold; 
	margin-left	: 3px;
	}


/* LISTS =========== */

.List-Heading 
	{
	color		: #FFFFFF;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: bold;
	}

.List-Row
	{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	font-weight	: normal;
	}

.List-Empty
	{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	}

.List-Title 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	}

.List-SubTitle
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	}


.List-Summary, .List-Data
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	}

.Recordset-Navigation-Bar 
	{
	background-color: #990000;
	border			: solid 0px #000000;
	}

.Recordset-Navigation-Bar-Link
	{
	color			: #FFFFFF;
	font-family		: Arial;
	font-size		: 9pt;
	font-weight		: bold;
	}

a.Recordset-Navigation-Bar-Link
	{
	color			: #FFFFFF;
	font-family		: Arial;
	font-size		: 9pt;
	font-weight		: bold;
	}



/* FORMS ============ */

.Form-Label 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	font-weight		: bold;
	}

.Form-Input 
	{
	background-color: #ECE7D8;
	border			: #000000 solid 1px 1px 1px 1px;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	}

.Form-Comment 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 8pt; 
	font-weight		: normal;
	}

.Form-Submit 
	{
	background-color: #ECE7D8;	
	border			: #000000 solid 1px 1px 1px 1px;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 14px; 
	font-weight		: bold;
	}

.Form-Confirmation /* color should be black on green - universal for YES */
	{
	background-color: #ECE7D8;
	border			: #000000 solid 1px 1px 1px 1px;
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 15px;
	padding			: 15px;
	}

.Form-Error /* color should be red on yellow- universal for ERROR */
	{
	background-color: #FFFFCC;
	border			: #000000 solid 1px 1px 1px 1px;
	color			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 15px;
	padding			: 15px;
	}




/* PARAGRAPHS ======================== */
/*	(INTRO 		- should be a little larger than regular text )
	(HEADING 	- should be one point size above paragraph and bold )
	(SMALL TEXT - should be one point size below paragraph and normal )
 ===================== */
.Intro {
	/*background-color: #FFFFFF;*/
	color: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	font-weight		: bold;
}

.Heading {
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size			: 16px;  
	font-weight		: bold;
	padding-top 	: 2px; 
}


.Paragraph
	{
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	}


.Small-Text
{	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: normal;
}


/* FOOTER Items ============= */
TABLE.Footer
	{
	background-color: #7C2D1A;/*#DEBA98;*/
	}

.Footer 
	{
	color			: #9C4E29;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	}

A.Footer 
	{
	color			: #9C4E29;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	}
