/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
    text-align: center; /* Hack to center the wrapper in IE5.x pc */
    min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topNav {
    text-align: right;
    height: 28px;
	margin: 0;
    padding: 3px 7px 0 0;
	color: #FFFFFF;
}

#topHeader {
    background-color: #FFFDE3;
	color: #000000;
	text-align: center;
    height: 41px;	
	padding: 7px 0 0 0;
	margin: 0;
}

#mainDiv { /* main web page container */
	width: 770px;/*sets the width for IE5.x's broken box model*/
	w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto; /* sets a border to all 4 sides */
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	top: -5px;
	border: 1px solid #000;
    background-color: #007B42;
}

#siteHeader{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
}

/* for INDEX/HOME page only */
#contentindex{
  float:right;
	width: 600px;
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    background-color: #FFFFFF;	
	font-size: 12px;
	line-height: 1.166;		
}

#content{
  float:right;
	width: 584px;
	margin: 0;
	padding: 0 8px 0 8px;
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    background-color: #FFFFFF;	
	font-size: 12px;
	line-height: 1.166;		
	min-height: 660px;
	_height: 660px; /* CSS hack for IE to ignore the previous 2 height settings. Mozilla and Opera browsers ignore this hack. */	
}

/* for wide pages with no NAV bar like MAP pages */
#contentwide{
	width: 750px;
	margin: 0;
	padding: 0 5px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    background-color: #FFFFFF;	
	font-size: 12px;
	line-height: 1.166;		
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #globalNav styles **************/

#headerTitle, #headerTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none; 
    padding: 0;
	margin: 0;	
}

#globalNav{
padding: 0;
white-space: nowrap;
}
/* 'nowrap' prevents any TEXT LINKS from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0px 0px 0px 0px; 
}


/************* #secondaryNav styles *************/

#secondaryNav{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFDE3;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

p.siteNotice {
    padding: 0px 10px;
}
            /* Client Contact Info */
table.siteClient{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** Navigation styles ***********/

div.navBar{
    padding: 0;
	margin: 0;
    min-width: 175px; /* Prevents the container DIV from becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
    max-width: 175px;
	min-height: 675px;
	max-height: 2000px;
	_height: 675px; /* CSS hack for IE to ignore the previous 2 height settings. Mozilla and Opera browsers ignore this hack. */
}

div.navLink{
    position: relative;
	z-index: 1;
    min-width: 170px; /* Prevents the container DIV from becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	height: 22px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0 0 0 7px; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
	text-align: left;	
}

a.navText1 {
    position: relative;
	z-index: 2;
	top: 12px;
    min-width: 145px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */	
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

a.navText1:link, a.navText1:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a.navText1:hover, a.navText1:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #92B35D;
	text-decoration: none;
}

a.navText:link, a.navText:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a.navText:hover, a.navText:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #92B35D;
	text-decoration: none;
}

div.siteFam {
    text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-decoration: none;
}

a.navFam:link, a.navFam:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

a.navFam:hover, a.navFam:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
    font-weight: bold;	
	color: #92B35D;
	text-decoration: none;
}

a.footer2:link{
	COLOR:#333333;
	TEXT-DECORATION: none;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Times New Roman", Times, serif;
}

a.footer:link, a.footer:visited{
	color: #CCCCCC;
	text-decoration: none;	
}

a.footer:hover, a.footer:active{
	color: #999999;
	text-decoration: underline;
}

div.descr, {
    position: absolute;
	z-index: 3;
    top: 415px;
	left: 240px;
    margin: 0;
    padding: 0;
	width: 475px;
}

p.descr{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin: 0;
	padding: 0;
}
