@charset "UTF-8";
/* CSS Document */

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	display:block;
	line-height:1px;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
p {
	margin:15px 0 15px 0;
	line-height:1.5em;
}
ul, ol {
	margin-left:18px;
}
ul li, ol li {
	margin-bottom:5px;
} 
body {
	padding-bottom:15px;
	background:url(../img/body-bg.jpg) repeat-x top left #f7f8f9;
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
	font-size:82%;
	color:#333;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/
h1, h2.yellow {
	font-family:Georgia, Times, "Times New Roman";
	font-size:19px;
	color:#005288;
	font-weight:normal;
	letter-spacing: -.02em;
	margin-bottom:13px;
}
h1.title {
	display:none;
}
h2.yellow {
	border-bottom:solid 1px #E9C62C;
	padding-bottom:2px;
}
.main h1, .markets h1 {
	font-size:24px;
	padding-bottom:2px;
	border-bottom:solid 1px #DCDCDD;
}
.news h2 {
	font-size:12px;
	margin:0 0 4px 0;
}
h2 small {
	font-size:10px;
	color:#333;
	font-family:verdana;
}
.main h2 {
	font-size:16px;
	color:#999;
	font-weight:normal;
	font-family:Georgia, Times, "Times New Roman";
	margin-bottom:10px;
}
.left-column h2 {
	font-family:Georgia, Times, "Times New Roman";
	font-size:16px;
	color:#666;
	font-weight:normal;
	color:#005288;
	margin:11px 0 0 0;
	border-bottom:solid 1px #DCDCDD;
}
.signup h1 {
	margin-left:2px;
}
.hotels h3, .airports h3 {
	font-size:14px;
}
/* GENERAL LINKS ______________________________________________________________________________________________________*/
a {
	color:#005288;
}
a:hover {
	color:#002d4b;
	border-bottom:solid 1px #e9c629;	
}
/* GENERAL FONT _______________________________________________________________________________________________________*/
h2 + p {
	margin-top:0;
}
h2 + p.tip {
	margin-top:10px;
}
p.tip {
	line-height:1.5em;
	text-align:justify;
	margin:20px 0 20px 0;
	font-size:11px;
}
p.quote1, p.quote2 {
	margin:0;
	padding:0 45px 0 50px;
	text-align:right;
}
p.quote2 {
	text-align:left;
	padding:0 50px 0 45px;
}
p.credit1, p.credit2 {
	background:url(../img/quote01.gif) no-repeat;
	padding-top:20px;
	text-align:right;
	line-height:1.1em;
	margin:0 10px 30px 0;
}
p.credit2 {
	text-align:left;
	background:url(../img/quote02.gif) no-repeat;
}
.left-column {
	color:#666;
	font-size:12px;
	line-height:1.4em;
}
.left-column p {
	margin-top:2px;
}
.left-column strong {
	color:#666;
}
.testimonials p,
.signup p {
	color:#666;
	font-size:11px;
	line-height:1.4em;
	margin:0 0 5px 0;
}
.testimonials p {
	font-family:Helvetica, Arial;
	font-size:12px;
}
.testimonials p small {
	font-family:Verdana;
	line-height:1.1em;
}
/* LISTS ______________________________________________________________________________________________________________*/
li p {
	margin:0;
}
/* MODULES ____________________________________________________________________________________________________________*/
div.main-img {
	float:right;
	margin-right:5px;
	display:inline;
}
div.news {
	background:url(../img/module01-bg.jpg) repeat-x #FDFDFD;
	width:395px;
	margin-left:5px;
}
div.testimonials,
div.signup {
	background:url(../img/module02-bg.jpg) repeat-x #FDFDFD;
	width:185px;
	margin-left:7px;
}
div.testimonials.wide {
	width:398px;
}
div.news,
div.testimonials,
div.signup {
	float:left;
	border:solid 1px #cbcbcc;
	display:inline;
	padding:5px 9px;
	height:200px;
	margin-bottom:6px;
}
div.signup {
	width:198px;
	padding:5px 3px 5px 3px;
}
div.hotels, div.airports {
	float:left;
	display:inline;
	width:405px;
}
div.local-info {
	overflow:hidden;
	height:500px;
	width:247px;
}
div.local-info .container {
	width:10000px;
}
div.cbus,
div.clev,
div.cin,
div.dayton,
div.pitt,
div.kans,
div.minn,
div.chi,
div.salt,
div.den {
	float:left;
	width:250px;
}
/* FOOTER ______________*/
div.footer {
	color:#a4a5a6;
	font-size:11px;
	line-height:1.1em;
}
div.footer .address {
	float:left;
	margin:7px 0 5px 7px;
	display:inline;
}
div.footer div.numbers {
	float:right;
	text-align:right;
	margin:9px 0 5px 5px;
}
/* NAV ________________________________________________________________________________________________________________*/
div.nav {
	font-size:12px;
	text-transform: uppercase;
	color:#a8a8a9;
	text-align:right;
	padding-right:10px;
}
div.nav a {color:#386888;position:relative;}
div.nav a:hover {
	color:#002d4b;
	border-bottom:solid 3px #e9c629;
}
div.nav ul li{
	display:inline;
	padding:3px;
	position:relative;
}
/* FORMS ______________________________________________________________________________________________________________*/
form input, textarea {
	background-color:#f0f4f7;
	border:solid 1px #a7c3d6;
	color:#666;
	padding:3px;
}
input.submit {
	border:none;
}
input:focus, textarea:focus {
	background-color:#fff;
	border:solid 1px #e9c629;
}
input.signup {
	padding:3px;
}
/* IMAGES _____________________________________________________________________________________________________________*/
img.flash {
	float:left;
	margin-left:5px;
	display:inline;
}
div.map img {
	padding:1px;
	border:solid 1px #ccc;
}

img.col-top,
img.col-btm {
	margin-left:5px;
}
img.col-btm {
	clear:both;
	float:left;
	margin-bottom:6px;
	display:inline;
}
.footer img.logo {
	float:right;
	margin:9px 5px 0 0;
}
img.headshot {
	float:left;
	padding:1px;
	border:3px solid #eee;
	margin:0 10px 5px 0;
}
	
/* MISC. CLASSES ______________________________________________________________________________________________________*/
br.clear {
	clear:both;
	line-height:1px;
	font-size:1px;
}
div.separator {
	background-color:#e9c629;
	height:5px;
	margin:7px 9px 7px 9px;
	line-height:1px;
	font-size:1px;
}
div.map {
	text-align:center;
/*	margin-right:150px;*/
	font-size:11px;
	width:132px;
	color:#666;
}
div.content-wrapper.markets {
	background-image:none;
	padding:10px 20px;
}
div.section	 {
 	padding:5px 5px 5px 0;
	font-size:10px;
	font-family:Verdana;
	
}
.section table td {
	padding:5px 10px 5px 0;
}
div.callout {
	padding:5px;
	border:solid 1px #ccc;
	background-color:#f1f1f1;
	float:right;
	margin:0 0 2px 10px;
}
table.our-team {
	font-size:10px;
	text-align: center;
	width:600px;
	margin:auto;
}
table.our-team strong {
	font-size:11px;
}
.our-team p {
	line-height:1.2em;
	text-align: center;
}
.our-team a img {
	display:inline;
	border:solid 2px #eee;
	margin-bottom:5px;
}
.our-team a:hover {border:none;}
.our-team a:hover img {
	border-color:#E9C629;
}
.our-team td {
	vertical-align: top;
}
/* LAYOUT ELEMENTS (IDs) ______________________________________________________________________________________________*/
.wrapper {
	margin:10px auto 0 auto;
	position:relative;
	width:858px;
	background:url(../img/wrapper-bg.png) repeat-y;
}
.header {
	height:90px;
	background:url(../img/header-bg.gif) no-repeat;
}
.middle, 
.bottom, 
.footer {
	margin:0 4px 0 4px;
}
.content-wrapper {background:url(../img/left-col-bg.gif) repeat-y;}
.middle.one-column .content-wrapper{background:#fff;}
.middle.one-column .col-top,.middle.one-column .col-btm {display:none;}
.middle.one-column .main {width:820px;margin-top:8px;}
.left-column {
	float:left;
	width:247px;
	margin-left:10px;
	display:inline;
}
.main {
	float:right;
	width:555px;
	margin-right:10px;
	display:inline;
}

.footer {
	background:url(../img/footer-bg.jpg) repeat-x #ecedee;
	height:1%;
}
/* Glider __________________________________________________________________________________________________________*/
div.scroller { 
	width: 550px; 
	height: 1100px;
	overflow: hidden;
	margin-bottom:15px;
}
div.scroller div.section {
	width:540px;
	height:1100px;
	overflow:hidden;
	float:left;
	padding:1em;
	line-height:1.4em;		
}
div.scroller div.content {
	width: 10000px;
}

.section table {
	width:540px;
}
.controls {
	font-size:16px;
	font-family:Georgia, Times, "Times New Roman";
}
div.hr {
	margin:20px 0;
	height:4px;
	border-bottom:solid 1px #eee;
}
/* RECAPTCHA  ___________*/
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  background-color:transparent !important; //reCaptcha widget background color
}
/*#recaptcha_tagline, #recaptcha_logo {
	display:none;
}*/
#recaptcha_table td {
	padding:0;
}
#recaptcha_table {
	width:200px;
  	border: none !important; //reCaptcha widget border color
}

#recaptcha_response_field {
	padding:3px;
  border-color: #ccc !important; //Text input field border color
  background-color:#f1f1f1 !important; //Text input field background color
}
/* IE FIXES __________________________________________________________________________________________________________*/
* html a {
}
* html .left-column {
	position:relative;
}
* html .wrapper {
	background-image:url(../img/wrapper-bgIE.gif);
}
* html .footer .address {
}

.scroller .content a {
	font-weight:bold;
}