/* Missouri - State Partner Site */
body {
	background: url("../images/header_bg.png") repeat-x top left #FFFFFF;
}
#container {
}
div#content {
	margin-top: 40px;
	width: 960px;
	background-color: #fff;
}
/***** STATE Header *****/
#stateHeader {
	background-color: #05143B;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#stateHeader h1 {
	background: url(/_inc/states/mo/images/logo.jpg) no-repeat top left;
	height: 100px;
	background-color: #05143b;
}

#stateHeader h1 span {
	display: none;
}

/********** STATE Top Navigation Bar **********/
#stateHeader ul {
	background: url("/_inc/states/mo/images/nav_bg.png") repeat scroll 0 0 transparent;
	font: 14px Arial,Helvetica,sans-serif;
	height: 27px;
	margin: 0 auto;
	position: absolute;
	text-shadow: 1px 1px 1px #444444;
	top: 100px;
	width: 714px; /* Background buttons sit on */ /*	margin: 0; 	background: url(/_inc/states/mo/images/nav_bg.png) repeat top left; 	padding: .5em 0em 3.3em 2em; 	list-style: none; 	background-color: #344f86; */
}
#stateHeader li {
	display: inline;
	margin: 0;
	padding: 0;
}
#left {
	margin-top: 10px;
}
#left a {
	width: 80px !important;
	margin: 0 !important;
	color: #fff !important;
	float: none !important;
	background-color: #4d769b !important;
	padding: 4px 10px 4px 10px !important;
}
#stateHeader a, #left a {
	/* Individual "button" links  */
	margin: 0 0px 0 0px;
	padding: 16px 1px 16px 0px;
	display: inline-block;
	font-weight: bold;
	width: 130px;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border: none;
	text-decoration: none !important;
	color: #FFF;
}

#stateHeader a.navHere, #left a.navHere {
	/* Red "button" link on page user is currently on  */
	background-color: #153c63 !important;
	text-decoration: none !important;
}
#stateHeader a:hover, #left a:hover {
	/* Red "button" rollover link */
	background-color: #153c63 !important;
	text-decoration: none !important;
}

/***** Footer *****/
#stateFooter {
	padding-top: 2em;
	display: block;
	clear: both;
}
#stateFooter p {
	color: #153c63;
	text-align: center;
	padding-top: 2em;
	font-weight: normal;
}

/*********** Links **********/
a:link {
	color: #003ace;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #3a00ff;
}

/********* H# *********/
div#content h1 {
	color: #153c63;
}

div#content h2 {
	color: #4d769b;
}

div#content h3 {
	color: #4d769b;
}
div#content h4 {
	color: #4d769b;
}
div#content ul li.formH3 {
	color: #4d769b;
}

/* State Logo */
.logo {
	width: 144px;
	height: 57px;
	margin-bottom: 40px;
}
