﻿/* CSS Document */

/* ****************************** Layout Begin */
body {
	margin: 5px 0px 16px 0px;
	text-align: center;
	background-color: #dac880;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
		 
#container {
	width: 755px;
	margin: auto;
	text-align: left;
	border-left: 1px white solid;
}		 
					 
#header {
	position: relative;
	top: 0px;
	right: 1px;
	width: 755px;
	background-color: #f8f2dc;
}					 
			
#left_column {
	width: 161px;
	float: left;
}	
			
#content {
	width: 593px;
	float: left;
	background-color: #f7f2dc;
}		

#page_title {
	font-family: Times New Roman, Times, serif;
	font-size: 2.3em;
	color: #bd942a;
	text-align: right;
	border-bottom: solid .03em #cbaf42;
	vertical-align: middle;
	padding: 6px 0px 6px 0px;
}	

#center_column {
	width: 390px;
	line-height: 1.3em;
	border-right: solid 1px #CBAF42;
}

#right_column {
	float: right;
	width: 145px;
	padding: 10px 10px 0px 5px;
}

#email_print {
	width: 120px;
	float:right;
	margin: 8px 5px 15px 0px;
}

#inner_content {
	padding: 0px 5px 5px 5px;
	margin: 10px 20px 10px 10px;
	line-height: 1.3em;
}		

#hr_line {
	font-size: .3em;
	color: #cbaf42;
	border-bottom: solid .03em #cbaf42;
	margin-bottom: 8px;
}					 
							 
#foot {
	clear: both;
	border-bottom: solid 1px #f8f2dc;
	font-size: 1px;
}			 			
			
#bottom_links{
	font-size: .8em;
	text-align: center;
	padding-top: 20px;
}

/* ****************************** Layout End */		


/* ****************************** Top NAV Begin */

#TopNav_1 { 
	font-size: .7em;
	color: #140334;
	text-transform: uppercase;
	height: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
}

#TopNav_1 a {
	color: #140334;
	text-decoration :none;
	vertical-align: top;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
}

#TopNav_1 a:hover {
	color: #9a211e;
}

#TopNav_2 {
	width: 755px;
	background-color: #433364;
	font-size: 0.7em;
	text-transform: uppercase;
	height: 17px;
	text-align: center;
}

#TopNav_2 a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	letter-spacing: 0.16em;
	font-weight: bold;
}

#TopNav_2 a:hover {
	background-color: #9a211e;
}


/* ****************************** Top NAV End */


/* ****************************** General Formatting Begin */

/*-- This line defines a link as dark red without an underline */
a {
	color: #9a211e;
	text-decoration: none;
}

/*-- This line defines a visited link as dark blue */
a:visited {
	color: #000080;
}

/*-- This line defines a hover link with an underline */
a:hover {
	text-decoration: underline;
}

hr
{
background-color: #cbaf42;
color: #cbaf42;
height: 3em;
width: 100%;
}

/*-- This line defines a 10px indent for a paragraph */
.indent10px {
	text-indent: 10px;
}

/*-- This line defines a 25px indent for a paragraph */
.indent25px {
	text-indent: 25px;
}

/*-- This line defines a paragraph as centered */
.center {
	text-align: center;
}

/*-- This line defines a paragraph as flush right */
.flushright {
	text-align: right;
}

/*-- This line defines heading 1 (h1 has no specified application at this time) */
.h1 {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as optional medium yellow ochre for more subtle titling needs (h1 has no specified application at this time) */
.h1tan {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as a red (h1 has no specified application at this time) */
.h1red {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as a blue (h1 has no specified application at this time) */
.h1blue {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2 */
.h2 {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, as optional medium yellow ochre for more subtle titling needs */
.h2tan {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, the standard red page content title. Most pages will begin with this h2 heading */
.h2red {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, as a blue */
.h2blue {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.05em;
}

/*-- This line defines heading 3 */
.h3 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as optional medium yellow ochre for more subtle titling needs */
.h3tan {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as a red */
.h3red {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as a red */
.h3blue {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as optional medium yellow ochre for more subtle titling needs */
.h4 {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as optional medium yellow ochre for more subtle titling needs */
.h4tan {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as a red */
.h4red {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as a blue */
.h4blue {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5 */
.h5{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as optional medium yellow ochre for more subtle titling needs */
.h5tan {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as a red */
.h5red {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as a blue */
.h5blue {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6 */
.h6{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as optional medium yellow ochre for more subtle titling needs */
.h6tan {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as a red */
.h6red {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as a blue */
.h6blue {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines small text */
.smalltext {
	font-size: 0.8em;
	line-height: 1.1em;
}

/*-- This line defines small text as .9em */
.smalltext9em {
	font-size: 0.9em;
	line-height: 1.1em;
}

/*-- This line defines third column main heading */
.sidehead {
	font-size: 0.8em;
	color: #204875;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

/*-- This line defines third column text */
.sidecontent {
	font-size: .8em;
	text-align: left;
	line-height: 1.1em;
}

/*-- This line defines a caption as small text. Italics should be applied using a SPAN tag. */
.caption {
	font-size: .85em;
	font-style: oblique;
}

/*-- This line defines a bold area */
.bold {
	font-weight: bold;
}

/*-- This line defines as italic */
.italic {
	font-style: oblique;
}

p {
text-align: left;
}

/* The following span styles have been added for FrontPage users: .bold, .italic, .underscore, .caption, .sidecontent, .sidehead and .smalltext.*/

span.smalltext {
	font-size: 0.8em;
	line-height: 1.1em;
}
span.sidehead {
	font-size: 0.8em;
	color: #204875;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
span.sidecontent {
	font-size: .8em;
	text-align: left;
	line-height: 1.1em;
}
span.caption {
	font-size: .85em;
	font-style: oblique;
}
span.bold {
	font-weight: bold;
}
span.italic {
	font-style: oblique;
}
span.underscore {
	text-decoration: underline;
}
span.wborderfull2px {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}
/*-- This line defines text as white */
.whitetext {
	color: #ffffff;
}

/*-- This line defines text as darktan */
.textdarktan {
	color: #cbaf42;
}

/*-- This line defines a 2px white box */
.wborderfull2px {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}

/*-- This line defines a 2px white bottom border rule */
.wborderbottom1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

/*-- This line defines a 1px white right border rule */
.wborderright1px {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

/*-- This line defines a 1px white right border rule */
.wborderleft1px {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

/*-- This line defines a horizontal rule as medium yellow ochre */
hr {
  height: 1px;
  width: 100%;
  color: #caaf44;
}

/*-- This line defines a 1px dark yellow ochre top rule */
.topbordercbaf42 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbaf42;
}

/*-- This line defines page bottom global navigation text */
.pagebottomnav {
	font-size: 1em;
	text-align: center;
	font-weight: bolder;
}

.print {
	display: none;
}

/* ****************************** General Formatting End */

/* ****************************** Start Left Menu styles */	

#LeftNav {
	width: 161px;
	position: relative;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px -1px -1px;
	text-decoration: none;
}

#LeftNav a {
	display: block;
	padding: 4px 0px 4px 5px;
	color: #000000;
	border-bottom: 1px solid #dac880;
	text-decoration: none;
	background-color: transparent;
}

#LeftNav a:hover {
	color: #9A211E;
}

/* This line defines a standard left navigational button text as red in all states. It is used to notate the page currently displayed */
.LeftNav_Home {
	color: #9A2E11;
}

/************************** dhtml menu ***************************/

/**************** menu coding *****************/

#nav {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 156px;
}

#nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: block;
	width: 156px;
}

#nav li {
	/* all list items */
	display: block;
	float : left;
	line-height : 1.25em;
	width: 156px;
	margin: 0;
	padding: 0;
}

#nav li ul {
	/* second-level lists */
	display: block;
	position: absolute;
	left: -999em;
	margin-left: 161px;
	margin-top: -2em;
	width: 156px;
	background-color: transparent;
	border-top: 1px #DACA80 solid;
}

#nav li ul li {
	/* second-level lists */
	border-left: 1px #DACA80 solid;
	border-right: 1px #DACA80 solid;
}

#nav li ul ul {
	/* third-and-above-level lists */
		left: 200px;
}

#nav li a {
	display: block;
	padding: 4px 0px 4px 5px;
	width: 156px;
	color: #000000;
	background-color: transparent;
}

#nav li a:hover {
background-color: transparent;
}

#nav li.sfhover ul ul ul {
	left: 200px;
}

#nav li.sfhover ul ul {
	left: 200px;
}

#nav li:hover ul ul ul {
	left: 200px;
}

#nav li:hover ul ul {
	left: 200px;
}

#nav li li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav img {
position: absolute; 
margin-left: 147px;
height: 10px; 
width: 10px; 
margin-top: 5px; 
}

#menu li:hover, #menu li.hover {
    position: static;
}