body {
	background: #000;
	padding: 10px;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
}

#main {
	width: 934px;
	margin-left: auto;
	margin-right: auto;
}

#topLogo {
	background: url(/nav/top_bg.gif) no-repeat;
	height: 68px;
}

	.loginInput {
		font-size: 10px;
		border: 1px solid #EFECC2;
		width: 100px;
		height: 14px;
		color: #888;
		font-family: arial;
	}
	
	#topLogo a {
		text-decoration: none;
		font-size: 10px;
	}
	
	#topLogo a:hover {
		text-decoration: underline;
	}

	#sectionTitle {
		float: right;
		margin: 10px 18px 0 0;
	}

#darkBGContent {
	background: url(/nav/dark_bg.gif) repeat-y;
	padding: 7px 0 10px 17px;
}

#leftNav {
	width: 170px;
	float: left;
	margin-right: 5px;
}

	#leftNav a.mainNav {
		display: block;
		color:  #FFF;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		margin: 0px 0px 0 0px;
		padding: 5px 3px 5px 5px;
		width: 160px;
		background: #4B5A59;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}
	
	#leftNav a.subNav, #leftNav a.plantSubNav {
		display: block;
		color:  #fff;
		text-decoration: none;
		margin: 6px 0 6px 10px;
		font-size: 11px;
	}	

	#leftNav a.subNav:hover, #leftNav a.plantSubNav:hover {
		text-decoration: underline;
	}

	#leftNav a.plantSubNav {
		display: inline;
	}

	.newIcon {
		color: #e57010;
		font-size: 9px;
		position: relative;
		top: -2px;
		font-weight: bold;
	}

	.subNavOff {
		display: block;
		color: #999;
		margin: 6px 0 6px 10px;
		font-size: 11px;
	}

#rightContent {
	background: #fff;  /* url(/nav/bg_mailbox.gif) no-repeat right top */
	border: 1px solid #EDE8D9;
	width: 716px;
	float: left;
	margin-left: 2px;
}

	#pageHead {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		background: #AB540C;
		height:21px;
		padding: 6px 0 0 28px;
		letter-spacing: .1em;
	}
	
	#rightIndent {
		margin: 25px 0 30px 34px;
		/* http://www.dustindiaz.com/min-height-fast-hack/ */
		min-height: 350px;
		height:auto !important;
		height:350px;
		/*height: expression(this.scrollHeight < 350 ? "355px" : "auto");*/
	}
	
		#step1, #step2 {
			background: url(/nav/step1.gif) no-repeat;
			padding: 0px 0 0 40px;
			height: 25px;
			font-weight: bold;
			font-size: 12px;
			color: #4F453C;
		}

		#step2 {
			background: url(/nav/step2.gif) no-repeat;
			}
			
			
		#rightIndent p {
			width: 480px;
			margin: 8px 0 8px 0;
			line-height: 1.3em;
		}
	
		.instructions {
			color: #974A0B;
			font-size: 11px;
			margin: 10px 0 5px 0;
			font-weight: bold;
			color: #4F453C;
		}

		#rightIndent ul {
			margin-top: 5px;
			margin-bottom: 10px;
			margin-left: 35px;
			padding-left: 0;
		}
		
		 #sideBar ul {
		 	padding-left: 10px;
		 	margin: 0px 20px 0 20px;
		 }
		
		li {
			margin: 0px 0 10px 0;
		}

	#borderedIndent {
		margin: 17px;
		border-top: 1px solid #E5DBC1;
		padding: 0px 0px 0 15px;
	}
	
	#mainCol {
		float: left;
		width: 455px;
		min-height: 370px;
		height:auto !important;
		height:370px;
		/*height: expression(this.scrollHeight < 370 ? "375px" : "auto");*/
	}
	
		#mainCol p {
			margin: 8px 0 8px 0;
			line-height: 1.4em;
		}
	
	#sideBar, #leftSideBar {
		float: left;
		width: 194px;
		background: #F8F6ED;
		color: #836824;
		border-left: 1px solid #E5DBC1;
		border-right: 1px solid #E5DBC1;
		border-bottom: 1px solid #E5DBC1;
		margin-left: 15px;
	}
	
	#leftSideBar {
		margin: 0 15px 0 0;
		background: #fff;
		color: #000;
		width: 190px;
	}

		#sideBar h3, #leftSideBar h3 {
			font-size: 12px;
			padding: 0px 0 6px 0;
			border-bottom: 1px solid #E5DBC1;
			text-align: center;
			margin-top: 6px;
		}
		
		#sideBar p, #leftSideBar p {
			padding: 0px 12px 12px 12px;
			line-height: 1.4em;
			margin: 6px 0 6px 0;
		}
	

#bottomTextLinks {
	text-align: center;
	background: #658187;
	padding: 5px 0 20px 0;
	line-height: 1.5em;
}

#bottomTextLinks a {
	text-decoration: none;
	color: #000;
}

#bottomTextLinks a:hover {
	text-decoration: underline;
}


/* CARRY OVER FROM OLD DESIGN */

a.buttonDark, a.buttonLight, a.buttonRedLightBG, a.buttonRedDarkBG {
	width: 170px;
	height: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 7px;
}

	a.buttonDark {
		background: url(/nav/button_dark.gif) no-repeat;
	}
	
	a.buttonLight {
		background: url(/nav/button_light.gif) no-repeat;
	}
	
	a.buttonRedLightBG, a.buttonRedDarkBG {
		background: url(/nav/button_red_lightBG.gif) no-repeat;
		width: 86px;
		height: 20px;
		padding-top: 3px;
	}

	a.buttonRedDarkBG {
		background: url(/nav/button_red_darkBG.gif) no-repeat;
	}

	a.buttonDark:hover, a.buttonLight:hover, a.buttonRedLightBG:hover, a.buttonRedDarkBG:hover  {
		text-decoration: underline;
	}

a {
	color: #AB540C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bigDownloadLink {
	background: #ffc;
	padding: 5px 0 5px 0px;
	border: 1px solid black;
	margin: 0 60px 15px 0;
	font-weight: bold;
	text-align: center;
}

.textInput {
	font-size: 11px;
}

.globalAlert {
	color: #BD2E2E;
	padding: 5px;
	border: 2px solid #BD2E2E;
	margin: 10px 0 10px 0px;
	font-weight: bold;
}

	.menuLink {
		font-size: 11px;
		color: #AB540C;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	
	.menuLink:hover {
		text-decoration: underline;
	}


.formLabel {
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 2px;
}

.formLabelNotReq {
	font-weight: normal;
	margin-top: 10px;
}

/*******************************************************/

.clear {
	clear: both;
}

.alert, .greenAlert {
	padding: 5px;
	border: 2px solid #900;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 15px 0;
	width: 70%;
}

.greenAlert {
	border: 2px solid #090;
}

h1 {
	color: #974A0B;
	font-size: 14px;
	margin: 0 0 5px 0;
}

h2 {
	color: #AB540C;
	font-size: 12px;
	margin: 0px 0 5px 0;
}

form {
	margin: 0;
	padding: 0;
}

	select {
		font-size: 11px;
	}
	
	input {
		margin-top: 2px;
		font-size: 11px;
	}

	textarea {
		font-size: 11px;
	}
