@charset "utf-8";

body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(GlobalImages/shadowg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4D4F53;
	margin-bottom: .5em;
	margin-top: 10px;
	line-height: 1.25em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #738E1F;
	margin-top: 10px;
	margin-bottom: .5em;
	line-height: 1.25em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4F53;
	margin-bottom: .5em;
	margin-top: 0px;
	line-height: 1.25em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #738E1F;
	margin-bottom: .5em;
	margin-top: 15px;
	line-height: 1.25em;
}

td.UtilityH {
	padding-left: 10px;
}

#mainContent h1 {
	width: 425px;
}

#mainContent h2 {
	margin-top: 12px;
	width: 425px;
}

#mainContent h3 {
	margin-top: 5px;
	clear: both;
	width: 445px;
}

#mainContent hr {
	border-top-color: #d8d8d8;	
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	padding: 0px;
	margin-right: 125px;
	margin-left: 125px;
	margin-bottom: 25px;
	margin-top: 10px;
	width: 200px;
	color: #d8d8d8;
}

.LG #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 860px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.LG #header {
	position: relative;
	float: left;
	clear: both;
	height: 84px;
	width: 860px;
	padding: 0;
	background-color: #7AB800;
}
 
.LG #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.LG #sidebar1 {
	position: relative;
	float: left;
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

UL.sidebarlist {
	width: 170px;
	padding-left: 0px;
	margin-left: 5px;
	list-style-position: outside;
	line-height: 1.35em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebarlist li {
	margin: 0px 0px 5px 10px;
}

.sidebarlist a {
	color: #333333;
	text-decoration: none;
}

.sidebarlist a:hover {
	color: #779125;
	text-decoration: none;
}

UL.sidebarnav {
	width: 170px;
	padding-left: 10px;
	margin: 5px 0px 0px 0px;
	list-style-position: outside;
	line-height: 1em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContentWideRight UL.sidebarnav {
	width: 170px;
	padding: 0px;
	margin: 5px 0px 0px 5px;
	list-style-position: outside;
	line-height: 1.35em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.sidebarnav li {
	margin: 0px 0px 5px 10px;
}

#mainContentWideRight .sidebarnav li {
	margin: 0px 0px 2px 10px;
}

.sidebarnav li.active {

	color: white;

}

.sidebarnav a {
	color: #333333;
	text-decoration: none;
}

.sidebarnav a:hover {
	color: #779125;
	text-decoration: none;
}

.LG #sidebar1 h5 {
	line-height: 1em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
}

.LG #sidebar1 h5 a {
	text-decoration: none;
}

.LG #sidebar1 h5 a:hover {
	text-decoration: none;
}

.LG #sidebar2 {
	position: relative;
	float: left;
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin-left: 10px;
	font-size: 11px;
	line-height: 1.35em;
}

.LG #sidebar2Wide {
	margin-left: 10px;
	position: relative;
	float: left;
	width: 180px; /* padding keeps the content of the div away from the edges */
	height: 250px;
	background-image: url(GlobalImages/localLandSideBG.jpg);
	color: #FFFFFF;	
}

.LG #sidebar2Wide h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #ffffff;
	margin: 10px 10px 20px 10px;
	line-height: 1.25em;
}

.LG #sidebar2Wide h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0px 0px 10px;
	line-height: 1.35em;
}

html>body.LG #sidebar2Wide h4 {
	margin-top: 10px;
}

.LG #sidebar2Wide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	line-height: 1.35em;
}

.LG #sidebar2Wide a {
	color: #000000;
	text-decoration:none;
}

.LG #sidebar2Wide a:hover {
	color: #ffffff;
	text-decoration:none;
}

.LG #sidebar2 ul  {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	list-style-position: outside;
	line-height: 1.35em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.LG #sidebar2 li {
	margin: 0px 0px 5px 10px;
}

.LG #sidebar2 p {
	padding-right: 5px;
}


.LG #hitBoxLeft {
	position: relative;
	float: left;
	width: 421px;
	height: 130px;
	margin: 10px 10px 10px 0px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-image: url(GlobalImages/hitBoxLeftBG.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.LG #hitBoxLeft a {
	color: black;
	text-decoration: none;
}

.LG #hitBoxLeft a:hover {
	color: #7ab800;
}

.LG #hitBoxLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #779125;
	margin: 10px;
	line-height: 1em;
	}
	
.LG #hitBoxLeft .fpNudged {
	padding-left: 10px;
	}


.LG UL LI.first {
	list-style-position: inside;
	list-style-type: none;
	font-weight: bold;
	color: #000000;
	margin-left: -15px;
	}


html>body.LG #hitBoxLeft UL LI.first {
	margin: 0px;
	}
	
.LG #hitBoxLeft UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	position: relative;
	float: left;
	width: 145px;
	line-height: 1.25em;
}

html>body.LG #hitBoxLeft UL {
	margin-left: 10px;
}


.LG #hitBoxRight {
	position: relative;
	float: left;
	width: 425px;
	height: 130px;
	margin: 10px 0px 10px 0px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}

.LG #hitBoxRight h2 {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #779125;
	margin: 10px 0px 10px 5px;
	line-height: 1em;
	clear: none;
	width: 200px;
	}
	
html>body.LG #hitBoxRight h2 {
	margin: 10px;
	}
	
.LG #hitBoxRight p {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-left:5px;
	line-height: 1.25em;
	clear: none;
	width: 200px;
	}
	
html>body.LG #hitBoxRight p {
	margin: 0px 0px 0px 10px;
	}

.LG #hitBoxRight .hitNav {
	position: absolute;
	height: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	left: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	line-height: 1em;
	clear: none;
	width: 200px;
	}
	
html>body.LG #hitBoxRight .hitNav {
	margin: 10px;
	margin-top:30px;
	}

.LG #hitBoxRight img {
	position: relative;
	float: right;
	margin: 0px 0px 0px 10px;
}

.LG #hitBoxRight a {
	color: black;
	text-decoration: none;
}

.LG #hitBoxRight a:hover {
	color: #7ab800;
}


.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.45em;
	width: 425px;
	margin-top: 0px;
	padding-top: 5px;
	
}

table.invisible {
	border-top-color: #d8d8d8;
	border-top-width: 1px;
	border-top-style: solid;
	border-collapse: collapse; 
	border-spacing:0; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	vertical-align:top; 
	text-align:left;  
	height:auto;
}

td.invisible {
	vertical-align:top; 
	height:auto;
}

.bodyContent li {
	width: 375px;
}

#mainContentWideRight p.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.45em;
	width: 600px;
	
}

.bodyContent img {
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
	clear: none;
}

.bodyContent a {
	color: #333333;
	text-decoration: underline;
}

.bodyContent a:hover {
	color: #779125;
	text-decoration: underline;
}

.LG #mainContent {
	margin-left: 10px;
	padding: 0px;
	width: 450px;
	position: relative;
	float:left;
}

.LG #mainContentWideBoth {
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 860px;
	position: relative;
	float:left;
	border-color: #999999;
	border-style: solid;
}

.LG #mainContentWideRight {
	margin-left: 10px;
	padding: 0px;
	width: 640px;
	position: relative;
	float:left;
}

.LG #mainContentWideLeft {
	margin-left: 0px;
	padding: 0px;
	width: 670px;
	position: relative;
	float:left;
}

.execTable img {
	margin-bottom: 10px;
}

.spacer {
	height: 18px;
}
.spacer10 {
	height: 18px;
}
#breadcrumb {
	position: relative;
	float: left;
	clear: both;
	background-color: #e5e5e5;
	height: 20px;
	margin: 10px 0px 10px 0px;
	width: 860px;
	z-index: 0;
}
.breadcrumbtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
.breadcrumbtxt  a {
	text-decoration: underline;
	color: #000000;
}
#menu {
	position: relative;
	float: left;
	clear: both;
	width: 860px;
	background-color: #4D4F53;
	height: 22px;
	margin-top: 0px;
	z-index: 1;
}

html>body #menu {
	margin-top: 20px;
}
.LG #footer {
	border-bottom-color: white;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	position: relative;
	float: left;
	clear: both;
	background-color: #7AB800;
	height: 20px;
	width: 860px;
	padding: 0px;
	margin: 10px 0px 20px 0px;
} 

.futilfltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.futilfltlft a{ /* this class can be used to float an element left in your page */
	color: #FFFFFF;
	text-decoration: none;		
}
.futilfltlft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.futilfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.futilfltrt a{ /* this class can be used to float an element left in your page */
	color: #FFFFFF;
	text-decoration: none;		
}
.futilfltrt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebarmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.Region p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin: 5px 10px 0px 0px;
	padding: 0px;
}
.UtilityH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 5px;
}
.UtilityH a{
	color: #FFFFFF;
	text-decoration: none;
}
.UtilityH a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #333333;
}
a:hover {
	color: #7ab800;
}
.nobreak {
	white-space: nowrap;
}
