/*

HTML/CSS by Chris Chiles and Cliff Wegner of Mighty.
http://www.mightyinthemidwest.com

*/

@charset "UTF-8";
html, body {
	background-color: #EFEFEF;
	height: 100%;
}
body {
	background-color: #EFEFEF;
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #095094;
	text-decoration: none;
}
a:hover {
	color: #4a8fc3;
}
#wrapper {
	width: 1012px;
	background-color: #FFFFFF;
	height: 100%;
}
#left_side {
	width: 1012px;
	padding-bottom: 5px;
}
#main {
	min-height: 400px;
	background: #FFFFFF url(images/bg.gif) repeat-y;
}
#blue {
	position: absolute;
	background-color: #095094;
	height: 317px;
	width: 50px;
	left: 957px;
	top: 130px;
}

h1#logo {
	padding: 0 0 62px 26px;
	display: block;
	width: 254px;
	height: 69px;
	background: url(images/logo_tag.gif) no-repeat 25px;
	text-decoration: none;
	text-indent: -3000px;
}

h1#logo a {
	display: block;
	width: 254px;
	height: 69px;
}

h1#logo_notag {
	padding: 0 0 62px 26px;
	display: block;
	width: 254px;
	height: 69px;
	background: url(images/logo_notag.gif) no-repeat 25px;
	text-decoration: none;
	text-indent: -3000px;
}

h1#logo_notag a {
	display: block;
	width: 254px;
	height: 69px;
}

#nav {
	background-color: #095094;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 72px 45px 0 45px;
	height: 244px;
	width: 220px;

}
#nav ul {
	list-style: none;
}
#nav ul li {
	margin-bottom: 13px;
}
#nav a {
	color: #4a8fc3;
	text-decoration: none;
}
#nav a:hover {
	/*color: #ddd;*/
	color: #FFF;
}
#nav a.current {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px;
}
#nav ul li ul li {
	display: inline;
	color: #4a8fc3;
	font-size: 12px;
}
#nav ul li ul li.env {
	padding-left: 4px;
	list-style-type:circle;
}
#nav ul li ul li a.cur {
	color: #FFF;
}
#address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #acadaf;
	font-weight: normal;
	padding: 45px;
	float: left;
	width: 220px;
	background-color: #efefef;
	height: 300px;
}
.dkgrey {
	color: #7b7b7b;
}
#flash {
	width: 637px;
	height: 447px;
	position: absolute;
	left: 315px;
}

h2 {
 font-size: 15px;
 font-weight: bold;
 color: #095094;
}

.sIFR-active h2
{
      visibility: hidden;
      font-family: Arial;
      line-height: 1em;
      color: #095094;
}

h3 {
	font-size: 13px;
	color: #095094;
	padding-top: 8px;
}
h3 a:link, a:visited, a:active {
	text-decoration: none;
	color: #f1b512;
}

h3 a:hover {
	color: #4a8fc3;
}

#content {
	font-style: normal;
	padding: 45px 115px 30px 45px;
	font-size: 13px;
	font-weight: normal;
	color: #818386;
	font-family: Arial, Helvetica, sans-serif;
	width: 575px;
	margin-left: 315px;
}
#content p {
	line-height: 20px;
	margin: 1em 0;
}
td {
	padding: 5px 0;
}

.inputBox {
	background-color:#FFFFFF;
	border:1px solid #095094;
	font-size: 13px;
	width:350px;
	font-weight: normal;
	color: #818386;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 18px;
	padding: 2px;
}

.inputBox2 {
	background-color:#FFFFFF;
	border:1px solid #095094;
	font-size: 13px;
	width:200px;
	font-weight: normal;
	color: #818386;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 18px;
	padding: 2px;
}
.inputBox3 {
	background-color:#FFFFFF;
	border:1px solid #095094;
	font-size: 13px;
	width:30px;
	font-weight: normal;
	color: #818386;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 18px;
	padding: 2px;
}
.inputBox4 {
	background-color:#FFFFFF;
	border:1px solid #095094;
	font-size: 13px;
	width:60px;
	font-weight: normal;
	color: #818386;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 18px;
	padding: 2px;
}
.inputSelect {
	width:220px;
}


#contactform td {
	vertical-align: top;
}

.project {
	height: 148px;
	margin-top: 30px;
}
.project img {
	float: left;
	border: 2px solid #095094;
	margin-right: 8px;
}

#content .showimg {
	float: left;
	margin-bottom: 12px;
}

#content .showimg img {
	float: left;
	border: 2px solid #095094;
	margin-right: 12px;
	margin-bottom: 26px;
}
/*#homemsg {
	padding-left: 15px;
	border-left:8px solid #f1b512;
}*/
#homemsg {
	padding-left: 0px;
	padding-top: 5px;
	border-top:1px dashed #f1b512;
	border-bottom:1px dashed #f1b512;
}
#homemsg p.subhead {
	font-size: 10px;
	line-height: 0px;
}
#homemsg p.body {
	font-size: 11px;
}
#homemsg a {
	color: #f1b512;
}