/* HTML elements ********* */
BODY {
	margin:0px;
	/* OLD: scrollbar-base-color:window; */
}
BODY, TD, TH {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4F4F4F;
}
A {
	text-decoration: none;
	color:#009E32;
	behavior:url(styles/htc/links.htc);
}
A:hover {		text-decoration: underline; }

IMG {
	border: 0px;
}


/* SHADOWS ********* */
.outerLeftShadow {
	background: url(../images/interface/leftShadowMini.gif) right repeat-y;
}
.outerRightShadow {
	background: url(../images/interface/rightShadow.gif) left repeat-y;
}
.innerRightShadow {
	background: beige url(../images/interface/leftShadowMiniPale.gif) right repeat-y;
}
.innerLeftShadow {
	background: beige url(../images/interface/rightShadowMiniPale.gif) left repeat-y;
}


/* LAYOUT TABLE ********* */
TABLE TD {
	padding:0px;
}

#tblLayout {
	table-layout:fixed;
	width:100%;
	height:100%;
}

/* main area */
#tdMain {
	height:100%;		/* ensure main content row takes up as much space as poss */
	width:798px;
 	background-color:beige;
 	vertical-align:top;
}

#tblMain {
	width:100%;
	height:100%;		/* required to ensure IE auto scrollbars work */
}

/* 1 pixel filler DIV */
DIV.px {	width:1px; }


/* TOP BANNER ********* */
.imagesBanner {
	width:100%;
	height:150px;
}
#tdTopBanner {
	width:798px;
	/*height:222px;*/
	background-color: #005E1F;
}

#tdTopBanner TD {
	vertical-align: middle;
}

#tdTopBanner .tagLine, #tdTopBanner H1 {
	height: 36px;
	margin-left: 10px;
	overflow: hidden;
}
#tdTopBanner .tagLine H2, #tdTopBanner H1 {
	letter-spacing: 2px;
	color: white;
	font-family: Book Antiqua, Georgia, Verdana, Helvetica, sans-serif;
	white-space: nowrap;
	font-weight: normal; 
	cursor: default;
}

#tdTopBanner .tagLine {	padding-top: 6px; }
#tdTopBanner .tagLine H2 { font-size: 19px; margin: 0px; }

#tdTopBanner H1 {
	margin-top: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 20pt;
}
#tdTopBanner H1 I {
	font-size: 80%;
	font-style: normal;
}


/* header search box ***************** */
DIV.divSearchBox {
	float: right; 
	width: 197px;
	text-align: right;
	margin-right: 2px; 
}
DIV.divSearchBox #q {
	behavior: url(styles/htc/searchBox.htc);
	background-color: #00761F;
	border: 0px;
	height: 22px;
	width: 195px;
	padding: 3pt;
	padding-left: 4pt;

	color: #009E32;
	font-size: 9pt;
}

DIV.searchBtn {
	behavior: url(styles/htc/searchBtn.htc);
	background: url(../images/interface/magnify.gif);
	height: 22px;
	width: 24px;
	position: relative; 
	top:-22px; 
	cursor: pointer;
	margin-right:0px; margin-left: auto;
}



/* LEFT MENU ********* */
#tdLeftCol {
	width:185px;
	vertical-align:top;
	padding-bottom:20px;
}

.leftMenu {
	width:181px;
	background-color: #E6E3BB;
	margin:0px;
	border:1px gray solid;
	border-left:0px;
	border-top:0px;
	text-align:center;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=lightgrey, Direction=135, Strength=4);
	overflow:hidden;
}

.leftMenu DIV.date {
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	width: 100%;
	text-align: center;
	letter-spacing: 1pt;
	margin-bottom: 20px;
	font-size: 8pt;
}

.leftMenu .underscored {
	border-bottom: 1px #C8C5A5 solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#tdLeftCol IMG.border {
	border:1px inset black;
}


/* menu mouseover links */

.leftMenu A {
	color: #333333;
}
.leftMenu A:hover {
	color:#009E32;		/* link text (brighter) green */
	text-decoration:none;
}

UL.menu {
	text-align: left;
	padding-left:0px;
	margin-left:15px;
}

UL.menu LI.selected {
	list-style-type:none;
	background:url(../images/interface/flowerBullet_padded.gif) top left no-repeat;
}
UL.menu LI.selected A {
	color:#007324;		/* content text green */
}

UL.menu LI {
	padding-bottom: 14px;
	font-family: Book Antiqua, Georgia, Verdana, Helvetica, sans-serif;
	font-size:12pt;
	padding-left:20px;
}

UL.menu UL {
	display:none;
	margin-left:-12px;	/* -27px */
	margin-top:10px;
	padding-bottom:0px;
	padding-top:5px;
	color:#CCC478;
}
UL.menu UL LI {
	padding-bottom:8px;
	padding-left:0px;
	font-size:10pt;
}
UL.menu UL LI A {	color: #807B4B!important; }
UL.menu UL LI A:hover {	color: #009E32!important; }

UL.menu UL LI.selected {
	background:none;
}
UL.menu UL LI.selected A {
	color:#B28600!important;		/* vivid tan */
	font-weight:bold;
}

/* IE menu mouseover effect */
UL.menu LI {
	behavior:url(styles/htc/menuItem.htc);
	list-style-type:none;
	background:url(../images/interface/flowerBulletFaded_padded.gif) top left no-repeat;
}
UL.menu LI A IMG {
	visibility:hidden;
	position:absolute; 
	left:15px;
}
.leftMenu UL.menu LI A:hover IMG {
	visibility:visible;
}
.leftMenu UL.menu LI A:hover {
	background-color:Transparent;
}
UL.menu UL LI {
	/* cancel top level bullet styles for second level */
	background:none;
}
UL.menu UL LI A IMG {
	left:25px;
}
/* END IE menu mouseover effect */



/* GENERAL STYLES ********* */
.caption {
	font-size:7pt;
	color:#99967F;
}

/* makes content collapsible (can be shown/hidden by clicking preceeding element) */
.hideable {
	display:none;													/* avoid content displaying then disappearing */
	behavior:url(styles/htc/af_hideable.htc);
}

.hideableIndicator {
	color:gray;
	font-weight:normal;
	font-family:Arial;
}
.indicatorHover {
	color:blue;
}

#seoHeading {
	display:none;
}

DIV.siteAddress {
	/* width: 300px;*/
	float: right; 
	text-align: right; 
	padding: 10px;
	padding-right: 20px;
	/* color:#C6EDBE; */
}


/* CONTENT AREA ********* */
#tdContent {
	width:100%;
	vertical-align:top;
}

IFRAME.contentFrame {
	width:100%;
	height:100%;
	background-color:beige;
	overflow-x:hidden;
}


/* FOOTER ********* */
TD.tdFooter {
	background-color: #005E1F;
	/* OLD (needed if top border): height: 40px; */
	/* vertical-align: bottom; */
}

DIV.footer {
	text-align: right;
	margin: 5px 10px 7px 10px;

	/* OLD (top border):
		margin: 10px;
		border-top:1px #DEDDC0 solid;
		padding-top:5px;
		padding-right:10px;
	*/
	
	letter-spacing: 1pt;
	color: #C8C5A5;
	font-size: 8pt;
}
DIV.footer A {
	letter-spacing:0pt;
	color: #C8C5A5;
}