/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-image:url(/images/backgrounds/bodyBG.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#595959;
	font-size:12px;
	line-height:1.3em;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border:none;
}
.alignRight {
	text-align:right;
}
.alignCenter,
table.alignCenter th,
table.alignCenter td {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}

#wrap {
	width:922px;
	margin:0 auto;
}
#header {
	clear:both;
}
	#header #header-topLinks {
		line-height:26px;
		font-size:11px;
		color:#FFFFFF;
		padding:0 15px;
		text-align:right;
	}
		#header #header-topLinks ul {
			display:inline;
			list-style:none;
			margin-right:10px;
		}
		#header #header-topLinks ul a:link,
		#header #header-topLinks ul a:visited {
			color:#FFFFFF;
		}
		#header #header-topLinks ul li {
			display:inline;
			padding:0 10px;
			border-right:1px solid;
		}
		#header #header-topLinks form {
			display:inline;
		}
	#header #flash {
		clear:both;
		width:922px;
		height:396px;
		background-image:url(/images/backgrounds/headerBG.jpg);
		background-position:left top;
		background-repeat:repeat-x;
		background-color:#FFFFFF;
	}
		#header #header-left {
			background-image:url(/images/backgrounds/header-leftBG.jpg);
			background-position:left top;
			background-repeat:no-repeat;
		}
			#header #header-left #header-right {
				background-image:url(/images/backgrounds/header-rightBG.jpg);
				background-position:right top;
				background-repeat:no-repeat;
			}
	
	#header #main {
		clear:both;
		background-image:url(/images/backgrounds/headerBG.jpg);
		background-position:left top;
		background-repeat:repeat-x;
		background-color:#FFFFFF;
	}
		#header #main #header-left #header-right {
			padding:4px 15px 0 15px;
		}
	#header #main ul {
		list-style:none;
		clear:both;
		margin:8px 0 0 0;
		padding-bottom:0;
		display:inline-block;
		vertical-align:bottom;
		font-weight:bold;
		float:right;
	}
		#header #main ul li {
			float:left;
			color:#FFFFFF;
			margin:0 1px 0 0;
			background-image:url(/intranet/images/backgrounds/nav-rightBG.jpg);
			background-position:right top;
			background-repeat:repeat-x;
		}
		#header #main ul li.green {
			background-image:url(/intranet/images/backgrounds/nav-rightBG-green.jpg);
		}
		#header #main ul li:hover {
			background-image:url(/intranet/images/backgrounds/navHover-rightBG.jpg);
			background-position:right 3px;
		}
		#header #main ul li:hover a,
		#header #main ul li.green:hover a{
			background-image:url(/intranet/images/backgrounds/navHover-leftBG.jpg);
			background-position:left 3px;
		}
		#header #main ul li a {
			display:block;
			padding:11px 18px 12px 18px;
			background-image:url(/intranet/images/backgrounds/nav-leftBG.jpg);
			background-position:left top;
			background-repeat:no-repeat;
		}
		#header #main ul li.green a {
			background-image:url(/intranet/images/backgrounds/nav-leftBG-green.jpg);
		}
		#header #main ul li a:link,
		#header #main ul li a:visited {
			color:#FFFFFF;
			text-decoration:none;
		}
		#header #main ul li a:hover {
			padding-top:14px;
			padding-bottom:9px;
			color:#000000;
			_color:#fff;
		}

#content {
	clear:both;
	margin:2px 1px 0 1px;
	background-image:url(/images/backgrounds/contentBG.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#f8f8f8;
}
#content strong {
	color:#242424;
}
#content hr {
	color:transparent;
	height:1px;
	border:none;
	border-top:1px dotted #797979;
	clear:both;
	margin-bottom:15px;
}

#content p,
#content ol,
#content ul,
#content form {
	padding-bottom:15px;
}
#content h2 {
	font-size:20px;
	color:#5e5e5e;
	margin-bottom:13px;
	padding:18px 0 3px 0;
	border-bottom:1px solid #dfdfdf;
	line-height:20px;
}
	#content h2 a:link,
	#content h2 a:visited {
		text-decoration:none;
	}
#content h3 {
	font-size:14px;
	color:#242424;
	margin-bottom:8px;
	padding-top:10px;
	border-bottom:1px solid #dfdfdf;
}
#content h4 {
	font-size:12px;
	color:#242424;
	margin-bottom:3px;
}
#content a:link,
#content a:visited {
	color:#437706;
	text-decoration:underline;
}
#content a:hover {
	color:#242424;
	text-decoration:underline;
}
#content ol {
	margin-left:25px;
}
	#content ol li {
		margin-bottom:5px;
	}
	#content ol ol {
		list-style:lower-alpha;
	}
#content ul {
	margin-left:5px;
	list-style:none;
	font-weight:bold;
}
	#content ul li {
		background-image:url(/images/icons/leafBullet.gif);
		background-position:left 2px;
		background-repeat:no-repeat;
		padding:0 0 0 20px;
		margin-bottom:5px;
	}
	#content ul.red-check li {
		background-image:url(/images/icons/red-check.gif);
	}
	#content .grayBG ul li,
	#content .boxGrayBG ul li {
		background-image:url(/images/icons/leafBullet-grayBG.gif);
	}
#content ul.menu li {
	background-position:left 6px;
	padding-bottom:1px;
	padding-top:3px;
	border-top:1px dotted;
}
#content ul.menu li:first-child {
	background-position:left 3px;
	border-top:none;
	padding-top:0;
}
#content ul.twoCol-ul li {
	float:left;
	width:43%;
	margin-right:5px;
	padding:4px 0 4px 20px;
	background-color:#f0f0f0;
	border-bottom:none;
	background-image:url(/images/icons/leafBullet-grayBG.gif);
	background-position:2px center;
	color:#242424;
}	
	#content ul.twoCol-ul li a:link,
	#content ul.twoCol-ul li a:visited {
		color:#437706;
		text-decoration:underline;
	}
	#content ul.twoCol-ul li a:hover {
		color:#242424;
		text-decoration:underline;
	}

#content .greenTxt,
#content .greenTxt h2 {
	color:#437706;
}
#content .blueTxt {
	color:#0033CC;
}
#content .redTxt {
	color:#990000;
}
#content .error {
	color:#F00;
}
#content .hide {
	display:none;
}
.energyRight {
	font-family:Garamond, Arial, helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
}
#content .brd-green {
	border:1px solid #456f0b;
}
#content img.brd-green {
	padding:1px;
}
#content .border-bot {
	border-bottom:1px dotted;
	padding-bottom:5px;
}
#content p.more {
	text-align:right;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/icons/more.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
	padding-right:20px;
}
#content p.more.news {
	background-image:url(/images/icons/newspaper.gif);
}
	#content p.more a {
		border-bottom:2px solid #c7c7c7;
	}
	#content p.more a:link,
	#content p.more a:visited {
		color:#212121;
		text-decoration:none;
	}
	#content p.more.greenTxt a:link,
	#content p.more.greenTxt a:visited {
		color:#437706;
	}
	#content p.more a:hover {
		color:#437706;
	}
	#content p.grayBGLink {
		background-image:url(/images/backgrounds/grayBGLink.gif);
		background-position:right top;
		background-repeat:no-repeat;
		height:27px;
		padding-right:10px;
	}
		#content p.grayBGLink a {
			background-color:#f0f0f0;
			line-height:27px;
			display:block;
			float:right;
			background-image:url(/images/icons/green-arrow.gif);
			background-position:left top;
			background-repeat:no-repeat;
			padding:0 5px 0 34px;
			font-weight:bold;
		}
		#content p.grayBGLink.news a {
			background-image:url(/images/icons/green-exclamation.gif);
		}
		#content p.grayBGLink a:link,
		#content p.grayBGLink a:visited {
			color:#242424;
			text-decoration:underline;
		}
		#content p.grayBGLink a:hover {
			color:#437706;
		}
#content table.brd {
	margin-bottom:15px;
	border-collapse:collapse;
}
#content table.brd th {
	background-color:#e9e9e9;
}
#content table.brd td,
#content table.brd th {
	border:1px dotted #595959;
	border-collapse:collapse;
	padding:5px 20px 3px 5px;
}

#content #threeCol,
#content #oneCol,
#content #twoCol {
	padding:13px 13px 9px 12px;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	/* IE 6 */
	_padding-bottom:0;
}
#content #threeCol .leftCol {
	width:288px;
	float:left;
	margin-right:4px;
	/* IE 6 width */
	_width:296px;
}
#content #threeCol .centerCol {
	width:292px;
	float:left;
	margin-right:4px;
}

#content #threeCol .rightCol {
	width:305px;
	float:right;
}

#content #threeCol .leftTwoCol {
	float:left;
	width:584px;
	margin:0 4px 0 0;
	clear:left;
}
	#content .pad {
		padding:0 26px 5px 26px;
	}
#content #twoCol .halfCol {
	width:444px;
	float:left;
}
#content #twoCol .left {
	margin-right:4px;
}
#content #twoCol .narrowCol {
	width:397px;
	float:left;
}
#content #twoCol .wideCol {
	width:492px;
	float:left;
}

#content .box,
#content .boxGrayBG {
	margin-bottom:4px;
}
#content .box .top-border {background:url(/images/backgrounds/corner-left-top.gif) left top no-repeat; width:100%;}
#content .box .top-right {background:url(/images/backgrounds/corner-right-top.gif) right top no-repeat;}
#content .box .top-center {background:#FFFFFF; height:7px; font-size:0;  margin:0 7px 0 7px;}
#content .box .middle {
	background-color:#FFFFFF;
}
#content .box .middle,
#content .boxGrayBG .middle,
#content .box .grayBG {
	padding:0 26px 0 26px;
}
#content .box .bot-border {background:url(/images/backgrounds/corner-left-bot.gif) left bottom no-repeat; width:100%;}
#content .box .bot-right {background:url(/images/backgrounds/corner-right-bot.gif) right bottom no-repeat;}
#content .box .bot-center {background:#FFFFFF; height:7px; font-size:0;  margin:0 7px 0 7px;}

#content .boxGrayBG .top-border {background:url(/images/backgrounds/grayBG-corner-left-top.gif) left top no-repeat; width:100%;}
#content .boxGrayBG .top-right {background:url(/images/backgrounds/grayBG-corner-right-top.gif) right top no-repeat;}
#content .boxGrayBG .top-center {background:#f0f0f0; height:7px; font-size:0;  margin:0 7px 0 7px;}
#content .boxGrayBG .middle,
#content .box .grayBG {
	background-color:#f0f0f0;
}

#content #bot {
	clear:both;
	background-image:url(/images/backgrounds/content-bot.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:5px;
}
	#content #bot .bot-left {
		float:left;
		width:5px;
		height:5px;
		background-image:url(/images/backgrounds/content-left-bot.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
	}
	#content #bot .bot-right {
		float:right;
		width:5px;
		height:5px;
		background-image:url(/images/backgrounds/content-right-bot.jpg);
		background-position:right bottom;
		background-repeat:no-repeat;
	}

#footer {
	clear:both;
	color:#7C7C7C;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	padding:14px 30px;
}
	#footer a:link,
	#footer a:visited {
		color:#7C7C7C;
	}
	#footer a:hover {
		color:#437706;
	}
	#footer ul {
		list-style:none;
	}
		#footer ul li {
			float:left;
			padding:0 13px 0 12px;
			border-right:1px solid;
			line-height:12px;
			margin-bottom:5px;
		}
		#footer ul li.last {
			padding-right:0;
			border-right:none;
		}

/* color, link, font styles */
a:link,
a:visited {}

a:hover,
a:active {}

/* form styles */
form input.text,
input.zoom_searchbox,
form input.text2,
form textarea,
form select {
	border:1px solid;
	font-size:1em;
	background-color:#ffffff !important;
}
form input.text,
input.zoom_searchbox,
form input.text2,
form textarea,
form select {
	margin-bottom:3px;
}
form input.text,
input.zoom_searchbox,
form input.text2,
form select {
	vertical-align:middle;
}
form input.text,
input.zoom_searchbox,
form input.text2,
form textarea {
	padding:2px;
}
form .text,
input.zoom_searchbox,
form textarea {
	width:250px;
}
form textarea {
	height:100px;
	overflow:auto;
}
form .formButton,
input.zoom_button {
	margin-top:5px;
	border:none;
	background-color:#f0f0f0;
	background-image:url(/images/icons/green-arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 5px 0 28px;
	height:27px;
	font-weight:bold;
	cursor:pointer;
}
form .formButton:hover,
input.zoom_button:hover {
	text-decoration:underline;
}
form .formButtons {
	text-align:right;
	margin-right:32px;
}
form br {
	clear:left;
}
form label {
	font-weight:bold;
	margin-left:30px;
	display:block;
}
form fieldset {
	padding:5px;
	margin-bottom:5px;
}
form legend {
	margin-bottom:5px;
}