/* Tennessee - State Partner Site */

body {
	background-image: url("../images/bg-texture.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #c6d6e1;
	background-size: cover 115px;
	
}
#container {
	/* Holds all divs for the layout of the page */
	margin: auto;
	width: 976px;
	background-color: transparent !important;
}

div#content {
	width: 726px !Important;
}
div#content div#main {
	/* Central section of page */
	width: 674px !Important;
}
div#content div#central {
	/* Central section of page */
	width: 674px !Important;
}
div#content div#data {
    float: none;
	width: 674px !Important;
}
#BkgColor {
	background-color: #FFFFFF;
}
/***** STATE Header *****/
#stateHeader {
	background-color: transparent !important;
	width: 976px;
	line-height: normal;
}
#stateHeader #TNLogo {
	float: left;
	background-image: url("../images/TNLogo-2015.png");
	display: block;
	height: 115px;
	width: 86px;
}
#stateHeader #TNLingo {
	float: left;
	display: block;
	margin-top:20px;
	margin-left:6px;
}
#stateHeader #DCS {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
	float: right;
	/*margin-top: 74px;*/
}
#stateHeader #DCS a img {
	opacity:0.6;
	}
#stateHeader #DCS a:hover img {
	opacity:1.0 !important;
}
#stateHeader #CommissionerName {
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	/*-style: italic;*/
}
#stateHeader h1 {
	height: 0px;
	color: #000000;
}
#stateHeader h1 span {
	display: none;
}

/********** STATE Top Navigation Bar **********/
#stateHeader ul {
	/* Background buttons sit on */
	margin: 6px 0 0;
	padding: 0em 0em 2.3em 8em;
	list-style: none;
	background-color: transparent !important;
}
#stateHeader li {
	display: inline;
	margin: 0;
	padding: 0;
}
#stateHeader a.button {
	/* Individual "button" links  */
	background: url("../images/TN_button_bkg.png") repeat left center;
	float: left;
	display: block;
	color: #FFFFFF;
	padding: .5em 2em .8em 2em;
	text-decoration: none !important;
	/*margin: 0 1.3em 0 3em;*/
	font-weight: bold;
	font-size: x-small; /* 9px width here keeps bar from expanding in IE */
	text-align: center;
}

#stateHeader a.button.navHere {
	/* Red "button" link on page user is currently on  */
	background: url("../images/TN_button_bkgHover.png") repeat left center;
	color: #FFFFFF;
}
#stateHeader a.button:hover {
	/* Red "button" rollover link */
	background: url("../images/TN_button_bkgHover.png") repeat left center;
	color: #FFFFFF;
	}

/***** Left Nav Buttons *****/
div#left a {
	/* Individual "button" links  */
	float: left;
	display: block;
	background: url("../images/TN_button_bkg.png") repeat left center;
	border: #FFF solid 1px;
	width: 7em;
	padding: .6em 1em .8em 1em;
	text-decoration: none !important;
	margin: 1em 1.3em 1.5em 5em;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	color: #FFF;
}

div#left a:hover, div#left a.navHere {
	/* "button" rollover link */
	background: url("../images/TN_button_bkgHover.png") repeat left center;
	border: #FFF solid 1px;
	color: #FFF;
}

/***** Footer *****/
#stateFooter {
	padding-top: 16px;
	display: block;
	clear: both;
}
#stateFooter p {
	color: #000;
	text-align: center;
	padding-top: 16px;
	font-size: 12px;
}

/*********** Links **********/
a:link {
	color: #0000EE;
	text-decoration: underline;
}
a:visited {
	color: #551A8B;
}
a:hover {
	color: #0000EE;
	text-decoration: underline;
}

/********* H1 / H2 *********/
h1 {
	font-size: small;
	color: #000000;
	font-weight: bold;
	clear: both;
}
div#content h1 {
	color: maroon;
}
div#content h2 {
	color: #4b6ca4;
}
div#content h3 {
	color: #4b6ca4;
}
div#content h4 {
	color: #4b6ca4;
}
div#content ul li.formH3 {
	color: #4b6ca4;
}
/***** State Logo - set the width and height to em for resizing of text *****/
.logo {
	margin-top: 20px;
	width: 180px;
	height: 238px;
}

