/* @override 
	http://midlanticjet.com/index.php?css=midlantic/style.v.1242353628
	http://staging.visualchutzpah.com/index.php?css=midlantic/style.v.1242353628
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 75%;
	background: #c6c6c6 url(images/ui/bgrndtile.png) repeat-x;
}

a {
	color: #1b00ff;
	text-decoration: underline;
}

#wrapper {
	width: 901px;
	text-align: left;
	background-color: #f9fafb;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#fixedbg {
	background: url(images/ui/bgrnshadw.png) no-repeat center top;
	margin-top: -1x;
}

#logo a{
	width: 280px;
	height: 116px;
	position: absolute;
	text-indent: -1000em;
	display: block;
}

#header {
	height: 116px;
	overflow: hidden;
	position: relative;
	background: #4970b7 url(images/ui/mjheader.png) no-repeat;
}

#oasis {
	position: absolute;
	width: 621px;
	left: 280px;
	top: 90px;
}

#login-form{
	position: absolute;
	width: 621px;
	height: 300px;
	top: 27px;
	background-color: #959595;
}
#login-username, #login-password{
	position: absolute;
	top: 15px;
	width: 190px;
	height: 22px;
	padding: 1px 5px;
	border: 1px solid #5d5d5d;
	left:  160px;
}
#login-button{
	position: absolute;
	width: 71px;
	height:  22px;
	top:  50px;
	right: 50px;
}
 #login-password{
	left: 370px;
}
a#passwordreminder{
	position: absolute;
	color: #bdbdbd;
	top:  50px;
	left: 165px;
	text-decoration: none;
}

a#passwordreminder:hover{
	color: #616161;
}

#handle{
	height: 30px;
	width: 101px;
	position: absolute;
	right: 35px;
	background: transparent url(images/ui/oasistab.png) no-repeat 0 0;
}

#handle a{
	height: 27px;
	width: 100px;
	display: block;
	text-indent: -1000em;
	border: 0;
	outline: 0;
}

#sidebar {
	width: 280px;
	float: left;
}

#content-wrapper {
	clear: both;
}

/* @group content */

img#featured {}

#pic {
	padding-bottom: 25px;
	background: transparent url(images/ui/featureshadow.png) repeat-x left bottom;
}

#nopic {
	padding-bottom: 25px;
}

#content {
	margin-left: 281px;
	width: 620px;
	clear: none;
	position: relative;
}

#content h2,#content h4, #content p {
	padding-left: 30px !important;
	padding-right: 40px !important;
}

#service-request div.form-section-wrapper p {
	padding: 0 !important;
	margin: 20px 0 20px 0 !important;
}

#content h2 {
	padding: 0 30px 7px 5px;
	color: #003a63;
	font-weight: bold;
	font-size: 18px;
}

#content h3 {
	padding: 15px 30px 5px;
	color: #003a63;
	font-weight: bold;
}

#content h4{
	margin: 10px 30px 0 0;
}

#content h4.bluestyle{
	margin:  10px 0;
}

#content p, #content ul {
	line-height: 18px;
	color: #636363;
	font-size: 12px;
}

#content ul{
	padding-left: 50px;
	list-style-type: none;
	
	margin: 9px 0;
}

#content ul li{
	background: url(images/ui/bullet.gif) no-repeat 0 7px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#content p a{
	color: #003a63;
}

.ruled{
	margin: 0 0 0 30px;
	width: 550px;
	padding-top: 15px;
	border-bottom: 1px solid #c5ccd2;
}
.fleet-pix{
	margin-left: 30px;
	margin-top: 10px;
	display: block;
}

.fleet-pix img{
	border: 3px solid #a5a5a5;
	margin-right: 10px;
}
p.pdfview{
	float: right;
	width: 107px;
	height: 26px;
	margin: 15px 20px 0 0;
}
p.pdfview a{
	display: block;
	background: transparent url(images/ui/view-pdf.gif) no-repeat;
	text-indent: -1000em;	
	width: 107px;
	height: 26px;	
}

/* @end */

/* @group aside */

#aside {
	width: 295px;
	margin: 25px 0 50px -15px;
	background: #003a63 url(images/ui/aside-bottom.png) no-repeat left bottom;
}

.aside-inner{
	padding: 15px;
	background: url(images/ui/aside-top.png) no-repeat left top;
}

.aside-inner p{
	color: #7da7d9;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}

div.aside-inner h3 {
	color: #fff;
	padding-bottom: 12px;
}

.aside-inner p a{
	color: #fff;
	text-decoration: underline;
}



/* @end */

/* @group nav */

#nav {
	width: 281px;
	padding-bottom: 41px;
  	min-height:308px;
  	height:auto !important;
  	height:308px;
	background: #c4c4c4 url(images/ui/navbottom.jpg) no-repeat left bottom;
}

#nav ul {
	list-style-type: none;
	padding-top: 13px;
	background: url(images/ui/navtopshadow.jpg) no-repeat;
}

#nav ul li {
	background-color: #c4c4c4;
	text-transform: uppercase;
}

#nav ul li ul{
	padding-top: 0;
}

#nav ul#sitenav li ul li a { /*second tier*/
	padding-left: 35px;
	border-bottom: 1px solid #a3aeb9;
	color: #13476C;
}

#nav ul#sitenav li ul li{
	border: none;
}

#nav ul li.last a {
	border-bottom: none;	
}

#nav ul#sitenav li a { /*top level*/
	color: #13476C;
	text-decoration: none;
	display: block;
	font-size: 11px;
	letter-spacing: .05em;
	padding: 13px 50px 13px 25px;
	border-bottom: 1px solid #aaa;	
	zoom: 1;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #fff;
}

/* @end */

/* @group footer */

#footer {
	height: 42px;
	margin-top: 50px;
	clear: both;
	background: #666 url(images/ui/footer.png) repeat-x;
	position: relative;
}

#legal {
}

#legal p, #legal ul{
	position: absolute;
	top:  12px;	
}

#legal p{
	left: 20px;
}

#legal ul{
	right: 20px;
	list-style-type: none;
}

#legal ul li {
	float: left;
}

#legal ul li a {
	color: #133b62;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 10px;
}

/* @end */

/* @group utility */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

em, i {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}

/* @end */

/* @group misc */
ul.left, ul.right{
	width: 37%;
	padding-right: 15px;
	float: left;
}
.righty{
	margin-right: 30px;
	float: right;
}

.lefty{
	float: left;
}
#message{
	width:  520px;
}
.redstyle{
	color: #A11415 !important;
}
.bluestyle{
	color: #13476C !important;   	
}

#content #content-form p {
	color: #13476C !important; 
}

#content #content-form p label{
	margin-bottom:  3px;
	display: block;
}

label.error{
	color: #A11415 !important;
}
input.error{
	background-color: #eea09b;
}
.whitestyle{
	color: #ffffff !important;   	
}
#content p{
	padding-bottom: 7px;
}

#content p#spons{
	text-align: center;
	width:  550px;
	margin-top: 30px;
}
img.inlinecenter{
	margin: 0 auto;
}
.aside-inner p a img{
	border: none;
	color:  none;
}
hr{
	width:  538px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 13px;
	opacity: 0.6;
}
/* @end */

/* @group contactlist */
dl{
	margin-top: 15px;
	line-height: 18px;
}
dt {
	color: #C1DADF;
}
dd{
	padding-bottom: 8px;
}
dd a{
	color: #6080B0;
	text-decoration: none;
}
/* @end */

/* @group fbo-form */

#date_arri, #date_depar, #arri_time, #depar_time{
	width: 195px;
}

div#fboform {
	float: left;	
	width: 520px;
	margin-left: 30px;
}

div#fboform textarea{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #898989;
}

div.form-section-wrapper{
	float: left;
}

blockquote.fyi{
	margin-top: 25px;
	margin-left: 0 !important;
	text-align: left;
	margin-bottom: 20px;
	color: #636363;
}

div#fboform h3{
	width: 520px;
	margin: 15px 0 25px 0;
	padding: 0;
}

fieldset.main label, fieldset.main-wide label{
	/*float: left;*/
	display: block;
	margin: 0 0 6px 0;
	color: #13476C !important;   		
}

fieldset.main, fieldset.main-wide {
	width: 240px;
	margin: 0 0 5px 0;
	float: left;
	border: none;
}

fieldset.main-wide {
	width: 420px;
}

fieldset.main input {
	width: 220px;
}

#destination{
	width: 220px;
}

fieldset.main-wide input {
	width: 460px;
}

div.optional{
	width: 540px;
	background-color: #e1e6ea;
	margin-bottom: 10px;
	position: relative;		
}

div.optional-guts{
	padding: 10px;
	height: 83px;
}

span.info{
	position: absolute;
	bottom: 13px;
}

span.switchconfirm{
	position: absolute;
	top: 13px;
}

div.optional label{
	font-size: 10px;
    color: #13476C !important;   	
	margin: 0px 3px 0 5px;
	display: inline;
}

textarea.optional-comments{
	width: 185px;
	height: 80px;
	float:  right;
	font-size: 11px;
}
span.wb{
	width: 100px;
	display: inline-block;
}
div#fboform h4{
	margin-left: 0 !important;
	padding-left: 0  !important;
	font-size: 14px;
	padding-bottom: 15px;
}


/* @end */
