﻿/***  PAGE STRUCTURE STYLES ***/

body
{
	background-color: #329A18;
	background-image: url(/images/BodyBg.gif);
	background-repeat: repeat;
}

.DarkGreen
{
	color:#42672F;
}

#Main
{
	width:912px;
	padding:6px 0px 0px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	font-size:0.72em;
}

#HeaderBanner
{
	margin:0px auto 3px auto;
	padding:0px;
	width:896px;
}

#Header
{
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
}

#TopNav
{
	margin:0px auto 3px auto;
	padding:0px;
	width:896px;
}

#TopNav ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#TopNav ul li
{
	background-image:url(/images/TopNavBg.gif);
	background-repeat:no-repeat;
	background-position:0px -31px;
	display:block;
	float:left;
	width:112px;
	height:31px;
	text-align:center;
}

#TopNav ul li img
{
	margin-top:8px;
}

#TopNav ul li a
{
	background-image:url(/images/TopNavBg.gif);
	background-repeat:no-repeat;
	width:112px;
	height:31px;
	display:block;
}

#TopNav ul li a:hover,
#TopNav ul li a.Selected
{
	background-position:0px -31px;
}

#ContentBody
{
	background-color:#FFFFFF;
	background-image:url(/images/BgContentColumns.gif);
	background-repeat:repeat-y;
}

#InnerBody
{
	width:742px;
	float:left;

}

#RightColumn
{
	width:164px;
	float:right;
}

#LeftColumn
{
	width:168px;
	float:left;
}


/*** SEARCH BOX STYLE ***/

.LeftSearchBox
{
	background-image:url(/images/SearchBg.gif);
	width: 166px;
	height: 38px;
}

.LeftSearchBox form
{
	margin:0px;
	padding:0px;
}


.LeftSearchBoxInner
{
	padding: 10px 0px 0px 9px;
}

.LeftSearchBox input.TextAreaStyle
{
	background-color:#FFFFFF;
	border:1px inset #c1c2b4;
	margin:0px 4px 4px 0px;
	width:142px;
	font-size: 0.8em;
}

/*** NAV BOX STYLE ***/

.LeftNavBox
{
	background-image:url(/images/LeftNavBoxBg.gif);
	background-repeat:repeat-x;
	background-color:#b1c26f;
}

.LeftNavBox .Top
{
	height:2px;
	line-height:2px;
	overflow:hidden;
	background-image:url(/images/LeftColumnBoxTop.gif);
}

.LeftNavBox .Middle
{
	padding:7px 0px 5px 9px;
}

.LeftNavBox .Bottom
{
	height:2px;
	line-height:2px;
	overflow:hidden;
	background-image:url(/images/LeftColumnBoxBtm.gif);
}

#LeftNav
{
	width:166px;
	padding:0px;
	margin:0px;
	float:left;
}

#LeftNav .ParentNav
{
	display:block;
	padding-bottom:2px;
	border-bottom:1px dashed #ffffff;
}

#LeftNav #NavHolder
{
	margin:2px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	background-color:#82992f;
}

#LeftNav ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#LeftNav ul li
{
	display:block;
	float:left;
	width:157px;
	background-color:#82992f;
	margin:0px;
	padding:0px;
}

#LeftNav ul li a
{
	font-size:0.8em;
	font-weight:bold;
	color:#ffffff;
	padding:2px 0px 2px 15px;
	display:block;
	text-decoration:none;
}

#LeftNav ul li a:hover,
#LeftNav ul li a.Selected
{

	background-image:url(/images/LeftNavSelectedBg.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#LeftNav ul li li
{
	padding:0px;
}

#LeftNav ul li li a
{
	font-weight:bold;
	color:#ffffff;
	padding:2px 0px 2px 25px;
	display:block;
	text-decoration:none;
}

#LeftNav ul li li a:hover,
#LeftNav ul li li a.Selected
{

	background-image:none;
	text-decoration:underline;
}

#Content
{
	width:569px;
	padding:0px;
	margin:0px;
	float:right;
}

.PageContent
{
	margin:0px 18px 0px 18px;
}

#Footer
{
	/* coming soon */
}

#TOC ul
{
	margin: 0px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
}

#TOC ul li
{
	margin-top:3px;
}

#TOC ul li a
{
}

#TOC ul li a:hover
{
	text-decoration:underline;
}

#BreadCrumbs
{
	font-size:0.9em;
}

#BreadCrumbs ul
{
	margin:0px;
	padding: 0px;
	list-style-type:none;
}

#BreadCrumbs ul li
{
	display:block;
	float:left;
	margin-right:10px;
}

#BreadCrumbs ul li a
{
	color:red;
}

#BreadCrumbs ul li a:hover
{
	text-decoration:underline;
}

.SectionLinks ul,
#ContentLinks ul
{
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

.SectionLinks ul li,
#ContentLinks ul li
{
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:8px 0px 8px 22px;
	color:#8a8a85;
	width:230px;
	float:left;
}

.SectionLinks ul li a,
#ContentLinks ul li a
{
	color:#000000;
	text-decoration:none;
}

#Documents
{
	width:99%;
	border:1px dotted #808080;
	border-collapse:collapse;
	font-size:0.95em;
}

#Documents th
{
	background-color:#aace68;
	border:1px dotted #808080;
	text-align:left;
	padding:2px;
}

#Documents td
{
	padding:0px 2px 0px 2px;
	border:1px dotted #808080;
}

#Documents td.Download
{
	width:85px;
	padding:0px;
	border:1px dotted #808080;
}

#Documents td.Title
{
	background-color:#ddebc3;
	border:1px dotted #808080;
	font-style:italic;
}




/***  CONTENT STYLES ***/

#ContentTitle
{
	margin-top:22px;
	margin-left: -3px;
}

/***  SEARCH STYLES ***/
#Search
{
	margin:0px 18px 10px 18px;
}

#Search h2
{
	font-weight:normal;
	font-style:italic;
	font-size:1.6em;
}

#Search h3
{
	font-weight:normal;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:6px;
}

#SearchPageBox
{
	width:538px;
	height:57px;
	background-image:url(/images/SearchPageBoxBg.gif);
	position:relative;
	margin-top:5px;
}

#SearchPageBoxWrapper
{
	margin-top:20px;	
}

.LongSearchBox
{
	width:368px;
	position:absolute;
	top:24px;
	left:10px;
}

.SearchPageButton
{
	position:absolute;
	top:24px;
	left:388px;
}


#Search .SearchResults
{
	margin:22px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}


#Search .SearchResults li
{
	border:1px dotted #000000;
	padding:0px;
	margin:0px 0px 15px 0px;
	float:left;
	display:block;
	width:100%;
}

#Search .SearchResults li div.Title
{
	background-color:#ddebc3;
	font-style:italic;
	padding:3px;
}

#Search .SearchResults li div.Summary
{
	padding:3px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

#Search .SearchResults li div.Button a
{
	display:block;
	float:right;
	width:85px;
	height:20px;
	background-image:url(/images/ViewPageButton.gif);
	background-repeat:no-repeat;
}

#Search .SearchResults li div.Extract
{
	font-size:0.9em;
	margin-top:4px;
}

#Search .SearchResults li div.Extract span.SearchHit
{
	background-color:#ddebc3;
}

/*** PAGER STYLE ***/

#PagerWrapper
{
	background-color:#AACE68;
	border:1px dotted #000000;
	font-size:0.95em;
	padding:3px;
}

#Pager
{
	float:right;
}

#Pager a
{
	display:block;
	float:left;
	color:#000000;
	margin:0px 3px 0px 3px; 
} 

#Pager span
{
	display:block;
	float:left;
	color:#000000;
	margin:0px 3px 0px 3px;
} 


/*** FORMBUILDER STYLES ***/

.FormBuilder
{
	width:99%;
}

.FormBuilder h3
{
	color:#42672F;
	font-weight:bold;
	font-style:italic;
	font-size:1.4em;
}

.FormBuilderTable
{
	width:100%;
}

.FormBuilderTable th,
.FormBuilderTable td
{
	text-align:left;
	vertical-align:top;
	font-weight:bold;	
	padding:2px 3px 2px 3px;
}

.FormBuilderTable th
{
	width:100px;
}


.FormBuilderTable select
{
	background-color:#ddebc3;
	border:1px solid #000000;
}

.FormBuilderTable textarea
{
	width:98%;
	background-color:#ffffff;
	border:1px solid #000000;
}

.FormBuilderTable .Mandatory
{
	color:Red;
}

.FormBuilderMandatory
{
	float:right;
	background-image:url(/images/MandatoryIndicator.gif);
	background-repeat:no-repeat;
	width:6px;
	height:7px;
	overflow:hidden;
	margin-top:2px;
}

.FormBuilderMandatory span
{
	position:relative;
	left:-10000px;
}

.FormBuilderTable td.FormBuilderMessage
{
	font-weight:bold;
}

.FormBuilderFieldInfo
{
	font-size:0.9em;
	font-weight:normal;
	color:#666;
	line-height:normal;
	margin-top:1px;
}

.FormBuilderButtons
{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:2px 0px 2px 183px;
}

.FormBuilderButtons input
{
	color:#fff;
	font-weight:bold;
	background-color:#000000;
	background-image:url(../images/FormBtnBg.gif);
	background-repeat:repeat-x;
	background-position:left center;
	border:0px;
	margin-right:5px;
	padding:1px 20px;
	height:20px;
	width:auto;
	overflow:visible;
	font-size:0.9em;	
}

.FormBuilderTextSmall
{
	width:50px;
	background-color:#ddebc3;
	border:1px solid #000000;
}

.FormBuilderTextMedium
{
	width:150px;
	background-color:#ddebc3;
	border:1px solid #000000;
}

.FormBuilderTextLarge
{
	width:98%;
	background-color:#ddebc3;
	border:1px solid #000000;
}

/*** PORTAL FEATURE STYLES ***/

.FeatureDivWrapper
{
	position:relative;
	width:164px;
}

.FeatureButtonDiv
{
	position:absolute;
	bottom:6px;
	display:block;
	width:164px;
	text-align:center;
	margin:0px auto;
}


/*** CONTACT US FORM ***/

#ContactUsFormTable
{
	width:540px;
}

#ContactUsFormTable .Mandatory
{
	color:Red;
}

#ContactUsFormTable th
{
	width:100px;
	text-align:left;
}

#ContactUsFormTable .TextBoxCell
{
	border-top:1px solid black;
	border-left:1px solid black;
	background-color:#ddebc3;
	border-right:1px solid black;
}

#ContactUsFormTable .TextBox
{
	width:99%;
	background-color:#ddebc3;
	border:none;
}

#ContactUsFormTable th.TextAreaHeader
{
	vertical-align:top;
	padding-top:4px;
}

#ContactUsFormTable .TextAreaCell
{
	border-top:1px solid black;
	border-left:1px solid black;
	background-color:#ffffff;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

#ContactUsFormTable .TextArea
{
	width:99%;
	background-color:#ffffff;
	border:none;
}

#ContactUsFormTable .FooterCell
{
	padding:5px;
}

