@charset "utf-8";

*{
padding:0px;
margin:0px;}

body {
	font-family: Arial, Tahoma, Verdana,  sans-serif;
	font-size: 62.5%;
	background-color: #999999;
	margin-top: 10px;
}
#wrapper {
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #FFFFFF;
}
#header {
	height: 277px;
	width: 850px;
	background-image: url(images/header.jpg);
}
#content {
	background-color: #fff;

}
#mainTxt{
	width:620px;
	min-height:500px;
	background-color:#fff;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;

	
}
/*#mainTxt_inner{
padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;}*/
p {
	font-size: 1.3em;
	color: #666666;
	line-height: 1.4em;
}
h1 {
	font-size: 1.9em;
	color: #343F5F;
	line-height: 2em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.7em;
	color: #7798C6;
}
.floatL {
	float: left;
	margin-right: 10px;
	border: 1px solid #808A94;
}
.location {
	font-style: italic;
	color: #999999;
	padding-top: 5px;
	margin-top:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.border {
	border: 1px solid #CC0000;
}
.borderPad {
	border: 1px solid #CC0000;
	padding:5px;
	margin: 5px;
}


#flash{
	border: 1px solid #656F79;
	margin: 0px;
	padding: 10px;
	background-image: url(images/fadeimage1b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	}



/* -----------------------NAVIGATION -----------------------------------*/
#navBar {
	background-color: transparent;
	height: 30px;
	width: 750px;
	padding-top: 3px;
	border-top-style: none;
	border-bottom-style: none;
	position: absolute;
	top: 247px;
	border-right-style: none;
	border-left-style: none;
	left: 65px;
}


#navBar ul{
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
#navBar li{
list-style-type:none;
display:inline;
}
#navBar a {
	font-family: Arial, Tahoma, Verdana,  sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 800;
	text-align: center;
	padding: 8px;
	outline:none;
}
#navBar a:hover {
	color: #99CCFF;
	}
/*----------------------SIDE BAR NAV----------------------------*/	
#sideBar{
	float: right;
	width: 196px;
	clear:none;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A4757;
	border-right-color: #3A4757;
	border-bottom-color: #3A4757;
	border-left-color: #3A4757;
}
#sideBar ul{
	margin:0px;
	padding:0px;
	white-space: nowrap;
	margin-top:2px;
}
	
#sideBar li{
list-style-type:none;
/*display:table;*/
width:196px;
height:113px;
display:block;
}

#sideBar a {
	font-family: Arial, Tahoma, Verdana,  sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 800;
	text-align: left;
	padding-left:10px;
	outline: none;
	/*display:table-cell;
	vertical-align:bottom;*/
		display:inline-block;
		vertical-align: bottom;}
		
#sideBar a.side {padding-top:93px;
		}

#sideBar a:hover {
	color: #99CCFF;
}

	
#sideBar li.business{
	background-image: url(images/team.jpg);
	background-repeat: no-repeat;

	
}
#sideBar li.airports{
	background-image: url(images/plane.jpg);
	background-repeat: no-repeat;
	}
#sideBar li.weddings{
	background-image: url(images/wedding.jpg);
	background-repeat: no-repeat;
	}
#sideBar li.roadshows{
	background-image: url(images/woman.jpg);
	background-repeat: no-repeat;
	}
#sideBar li.vip{
	background-image: url(images/city.jpg);
	background-repeat: no-repeat;
	}
.quote {
	background-image: url(images/quote.jpg);
	padding-left: 90px;
	padding-right: 80px;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#mainTxt a:link, #mainTxt a:visited{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#mainTxt a:hover, #mainTxt a:active{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainTxt li {
	font-size: 1.2em;
	list-style-position: inside;
	margin-left: 30px;
	padding-bottom: 6px;
	color: #666666;
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	#footer a:hover, #footer a:active  {
		text-decoration: underline;
	}
#footer {
	height: 20px;
	padding-top: 5px;
	background-color: #3E4C59;
}
