/* Maryland - State Partner Site */
body {
	background-color: #f8f9f9;
	font-family: Arial, Sans-Serif;
}

div#container {
	/* Holds all divs for the layout of the page   */ /* A hair bigger to allow for IE6 hidden input bug */
	margin: auto;
	width: 980px;
	background-color: #FFF;
}

div#content {
	padding: 8px;
	margin: 0 10px 10px 10px;
	background-color: #FFFFFF;
	border-left: #cccccc solid 1px;
}

	div#content p, div#content ul li {
		color: #666666 !important;
	}

div#top-navigation-wrapper {
	background-color: #000000 !important;
	color: #FFFFFF !important;
	height: 37px;
	width: 100%;
}

div#content div#main {
	width: 695px !important;
	padding: 10px;
	margin-top: 0;
}

div#content div#central, div#content div#intro {
	padding: 20px;
	background-color: #fff;
	width: 664px;
}

div#content div#intro {
	height: 440px;
}

div#content div#data {
	padding: 20px;
	background-color: #fff;
	width: 664px;
	border-bottom: 2px dotted #ccc;
	float: none;
}
/***** STATE Header *****/
#stateHeader {
	width: 980px;
	line-height: normal;
	margin-top: 0;
}

	#stateHeader h1 {
		height: 140px;
		color: #000;
		background-color: #1F4076;
	}

		#stateHeader h1 span {
			display: none;
		}

	/********** STATE Top Navigation Bar **********/
	#stateHeader ul {
		/* Background buttons sit on */
		margin: 0;
		padding: 0px 0px 10px 250px;
		list-style: none;
		line-height: 1.5;
		margin-top: -25px;
		height: 26px;
		background-color: #244a89;
	}

	#stateHeader li {
		display: inline;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: none;
	}

	#stateHeader a {
		/* Individual "button" links  */
		float: left;
		display: block;
		text-decoration: none !important;
		margin: 0;
		font-weight: bold;
		font-size: small; /* 9px width here keeps bar from expanding in IE */

		font-weight: bold;
		text-align: center;
		width: auto !important;
	}

		#stateHeader a span {
			display: block;
			padding: 3px 5px 3px 5px;
			color: #FFFFFF;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac */
		#stateHeader a span {
			float: none;
		}

		#stateHeader a:hover {
			background-color: #ffffff !important;
			color: #000000 !important;
		}

			#stateHeader a:hover span {
				color: #000000 !important;
			}

		#stateHeader a.navHere {
			color: #000000 !important;
		}





/***** Footer *****/
#stateFooter {
	/*	padding-top: 2em;*/
	display: block;
	clear: both;
	width: 980px;
	background-color: #313131;
}

	#stateFooter p {
		color: #ECECEC;
		text-align: center;
		padding-top: 2em;
		font-weight: normal;
	}

/*********** Links **********/
a {
	text-decoration: none;
}

	a:visited {
		/* color: #BF2020 !important; */
	}

	a:hover {
		color: #000000 !important;
	}

/********* H1 / H2 *********/
div#content h1 {
	color: #494949;
	font-size: 20px !important;
	font-family: "Droid Serif";
	font-weight: normal;
	border-bottom: 3px solid #bf2020;
	line-height: 36px;
	margin-top: -12px;
}

div#content h2 {
	font-family: "Droid Serif";
	font-size: 16px !important;
	color: #494949;
	font-weight: normal;
	line-height: 20px;
}

div#content h3, div#left h3 {
	font-family: "Droid Serif";
	padding: 6px 0 10px;
	color: #494949;
	font-weight: normal;
	line-height: 20px;
}

div#content h4, div#dialog h4 {
	font-family: "Droid Serif";
	font-size: 16px !important;
	color: #494949;
	font-weight: normal;
	line-height: 20px;
}

div#content ul li.formH3 {
	color: #6974a5;
}

/*** Left Nav ***/

#left {
	width: 180px;
	text-align: left;
	margin-top: 24px;
}

	#left h3 {
		font-size: 14px;
		color: #494949;
		margin: 5px 0 10px -2px;
		padding: 5px 0 0 5px;
		border-bottom: 1px solid #ECECEC;
		margin-bottom: 15px;
		line-height: 130%;
	}

	#left a:hover {
		text-decoration: underline;
	}

	#left ul {
		list-style-type: none;
		margin: 5px 0 0;
		padding: 0;
	}

	#left li {
		margin: 0;
		padding: 10px 0 4px 18px;
		background: url(../images/arrow4.png) no-repeat scroll 0 14px transparent;
	}

		#left li a:hover {
			text-decoration: underline !important;
		}

		#left li a span {
			display: block;
			color: #005580;
			text-decoration: none !important;
		}

		#left li a:hover span {
			color: #000000;
			text-decoration: none !important;
		}
