@charset "utf-8";
#content {
	width: 100%;
	padding: 0px;
	margin: auto;
	max-width: 950px;
}
body {width: 100%;}
a {text-decoration: none;}

#title-page {
	background-image: none;
}

#title-page h2 {
	margin: 10px 0 0 0;
}

#title-page .title-contents {
	padding: 5px 50px 0px 50px;
	min-height: 50px;    
}

* html #title-page .title-contents { height: 25px; }

#wichita {
	background-image: url(../img/corner-l.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 36px auto 0px auto;
	padding:34px 0 0 0 ;
	width: 949px;


}
#wichita h1{
	border: none;
	color: #28a;
	margin: 0 0 0 44px;	
}
#wichita .wside {
	font-size: 11px;
	margin: 0;
	float: right;
	width: 180px;
	border: none;
}
#wichita p {
	margin: 0px 0px 12px 44px;
	width: 700px;
	float: left;
	display: inline;
}
#wichita .xtra {
	margin-bottom: 31px;
	
}
#whead {
	margin: auto 0;
	min-height: 275px;
	background-image: url(../img/bg-whead.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
}
.icon-go {
	background-image: url(../img/icon-go.png);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 20px;
}
.highlight {
	background-image: url(../img/diagonals.gif);
	background-repeat:repeat;
	font-size: 11px;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 11px;
}
#wichita .highlight {
	width: 706px;
	margin-left: 26px;
}
#webmap { margin: 35px 0 0 0; }
#webmap { display: inline-block; }
#webmap { display: block; } 

/* Ads */

.adfloat,
.adfloat-b,
.adfloat-c,
.adfloat-d,
.adfloat-e,
.adfloat-f,
.adfloat-g  {
	position:absolute;
	display:inline;
}
.adfloat {  
	height: 90px;
	width: 720px;
 }
.adfloat-b,
.adfloat-c,
.adfloat-d,
.adfloat-f,
.adfloat-g  {
	height: 90px;
	width: 180px;
}
.adfloat-e{
	height: 90px;
	width: 85px;
}
.adfloat  { margin: 10px 0pt 0pt 25px; }
.adfloat-b{	margin: 10px 0pt 0pt 770px; }
.adfloat-c{	margin: 118px 0pt 0pt 770px; }
.adfloat-d{	margin: 118px 0px 0pt 573px; }
.adfloat-e{	margin: 118px 0pt 0pt 470px; }
.adfloat-f{	margin: 118px 0pt 0pt 241px; }
.adfloat-g{ margin: 118px 0pt 0pt 24px; }

#wichita p.box-bottom {
	background-image: url(../img/bg_sub_box_bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 51px;
}
.bgray {color: #bbb;}
.widebox {
	margin: 26px auto -26px auto;
	width: 870px;
	}
.widebox h3 {border:none;}	

/* qTip css */

div#qTip {
	padding: 16px 10px 16px 10px;
	display: none;
	color: #fff;
	font: normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	filter:alpha(opacity=98);
	-moz-opacity:0.98;
	-khtml-opacity: 0.98;
	opacity: 0.98;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	background-color: #222;
}
div#qTip h2 {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	border-bottom: none;
}
div#qTip strong {
	color: #fff;	
}
div#qTip em {
	color: #999999;
	font-style:normal;
}