/* 
--------------------------------------------------
	MIDWEST EXPRESS CSS DOCUMENT
-------------------------------------------------- 
*/

/* --------------------------------
	01. GLOBAL BROWSER RESET
-------------------------------- */

@import "reset.css";

/* --------------------------------
	02. COMMON STYLE
-------------------------------- */

body {
	background: #2a2a2a url("../images/bg.gif") top repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;	/* so I can use ems rather than pixels */
	color: #e1e1e1;
}

a {
	text-decoration: underline;
	color: #a2c0d9;
}
a:hover {
	text-decoration: none;
	color: #c5c5c5;
}
a:visited {
	text-decoration: none;
}

.clear {
	clear: both;
}

.padfiveright {
    padding: 0px 5px 0 0;
}

.padtalltop {
    padding: 40px 0 0 0;
}

.horzrule { width: 490px; height: 11px; background: url(../images/hr.gif) no-repeat; margin: 10px 0px 10px 0px;
}

/* --------------------------------
	02B. TYPOGRAPHY
-------------------------------- */
.blue a:focus, 
.blue a:hover     { color: #fff; }
.blue a { color: #a2c0d9!important; text-decoration: underline; }

.blue {
    color: #a2c0d9!important;
}


.sidelink a:focus, 
.sidelink a:hover     { color: #e1e1e1; }
.sidelink a { color: #e1e1e1!important; text-decoration: none!important; }

.darkblue { 
	color: #1b3846!important;
}

.bluebody {
    color: #a2c0d9!important; font-weight: bold; font-size: 105%; line-height: 80%;
}

.yellowbold a:hover {
    font-weight: bold!important;
}

.grey a:focus, 
.grey a:hover     { color: #a2c0d9!important; }
.grey a { color: #e1e1e1!important; text-decoration: none!important; }

.verticallines { padding: 0 3px 0 3px; color: #1b3846!important;}


ul.none { 
    list-style-type: none;
}

li.cont { margin: 10px 0 10px 0;
}

    li.cont a { color: #e1e1e1; text-decoration: underline; font-size: 125%; 
    }
	 li.cont a:hover, a:focus { color: #fff; 
    }

blockquote { font-size: 120%; color: #fff; !important; margin: 10px 0px 10px 0px;  line-height: 120%;
}


ul.bluesquare { list-style-image: url(../images/bullet.gif); margin: 10px 0px 10px 13px; line-height: 150%; font-size: 120%;
}
	
/* --------------------------------
	03. STRUCTURE
-------------------------------- */
#wrapper, #footer {
	margin: 0 auto;
	width: 830px;
	background: url("../images/bgpage1.png") top repeat-y;
}
#header, #slide, #qlink, #content {
	padding: 0 45px;
}
	
	/* HEADER */
	#header {
		height: 100px;
		overflow: hidden;
	}
	#header .logo, #header .navigation {
		float: left;
		width: 240px;
	}
		.logo h1 a {
			margin: 20px 0 0;
			background: url("../images/midwest_express.gif") no-repeat;
			width: 196px; height: 68px;
			display: block;
			text-indent: -9000px;
		}
		
	#header .navigation {
		float: right;
		width: 490px;
		text-align: right;
	}
		.navigation p {
			margin: 20px 0 0;
			font-size: 1.0em; font-weight: normal;
		}
		.navigation p a {
			color: #ffc726; text-decoration: underline;
		}
		.navigation p a:hover {
			color: #a2c0d9;
		}
		
	
/*New navbar*/
	#navhold {
		
		height:30px;
        width: 440px;
		position:relative;
		margin: 14px 0px 0px 48px;	
	}


	/* SLIDE */
	#rotator {
		border: 0;
		overflow: hidden;
		margin-left: 45px;
		width: 740px;
		height: 175px;
	}
	
	#rotator img {
		border: 0;
		width: 740px;
		height: 175px;
	}
	
	
	
	/* QLINK */
	#qlink {
		overflow: hidden;
	}
		#qlink h2.transportation a, #qlink h2.logistic a, #qlink h2.supply a {
			float: left;
			margin: 10px 0 0 10px;
			background: url("../images/qlink_transportation.jpg") no-repeat;
			width: 240px; height: 95px;
			display: block;
			text-indent: -9000px;
		}
		#qlink h2.logistic a {
			background: url("../images/qlink_logistics.jpg") no-repeat;
		}
		#qlink h2.supply a {
			background: url("../images/qlink_supply.jpg") no-repeat;
		}
		
		#qlink h2.transportation a:hover, #qlink h2.logistic a:hover, #qlink h2.supply a:hover {
			background: url("../images/qlink_transportation.jpg") 0 -95px no-repeat;
		}
		#qlink h2.logistic a:hover {
			background: url("../images/qlink_logistics.jpg") 0 -95px no-repeat;
		}
		#qlink h2.supply a:hover {
			background: url("../images/qlink_supply.jpg") 0 -95px no-repeat;
		}
		
		#qlink h2.first a {
			margin: 10px 0 0;
		}
		
	/* MASTHEAD */
	#masthead {
	    width: 740px;
		height: 175px;
	    margin: 0 auto;
    }
	
	#mastheadleft {
	    width: 490px; height: 175px; margin: 0 10px 0 0; float: left;
	}
	
	
    #mastheadright {
	    width: 240px; height: 175px; padding: 0; background: url(../images/masthead_right.gif) top left no-repeat; float:left;
	}
	
	.mastcontent {
	    width: 220px; padding: 10px; font-size: 110%;
	}
	
	ul.masthead { padding-left: 30px; list-style-type: none;
	}
		
		
		/* CONTENT */
	#content {
		margin: 10px 0 0;
		overflow: hidden;
		background: url("../images/bgcont1.gif") top no-repeat;
	}
		#content h3 {
			margin: 25px 0 0;
			font-size: 2.4em; font-weight: normal;
		}
		#content h4 {
			margin: 25px 0 0;
			font-size: 1.8em; font-weight: normal;
			border-bottom: 1px dotted #323638 !important;
		}
		#content img.endcont {
			margin-bottom: -2px;
		}

	
	#content .maincont {
		float: left;
		padding: 15px 10px; padding-top: 0;
		width: 470px;
	}
		.maincont p {
			margin: 15px 0 0;
			font-size: 1.2em;
			line-height: 18px;
		}
	
	#content .sidecont {
		float: right;
		padding: 15px 10px; padding-top: 43px;
		width: 220px;
	}
		.sidecont .news{
			margin: 10px 0 0;
			color: #a2c0d9;
			font-size: 1.2em;
		}
		.sidecont p {
			margin: 5px 0 0;
			font-size: 1.2em;
			line-height: 18px;
		}
		

	/* sIFR */
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	.sIFR-replaced {
		visibility: visible !important;
	}
	span.sIFR-alternate {
		position: absolute;
		left: 0; top: 0;
		width: 0; height: 0;
		display: block;
		overflow: hidden;
	}
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
	
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	
	.sIFR-hasFlash h3 {
		visibility: hidden;
		letter-spacing: -9px;
		font-size: 2.4em;
	}
	
	.sIFR-hasFlash h4 {
		visibility: hidden;
		letter-spacing: -6px;
		font-size: 1.8em;
	}

#footer {
	padding: 0 45px;
	background: url("../images/bgpage2.png") top no-repeat;
	height: 100px; width: 740px;
}
	#footer p {
		padding: 50px 0 0;
		font-size: 1.0em;
		text-align: right;
	}
	#footer p a {
		padding-left: 5px;
		color: #e1e1e1;
		text-decoration: none;
	}
	#footer p a:hover {
		color: #fff;
		text-decoration: none;
	}
	
/* --------------------------------
	04. FORMS
-------------------------------- */

#formarea {
    width: 400px;
	margin: 30px 0px 20px 80px;
}
	

    .formtext {
	color: #222;
	font-size: 110%;
	}


