@charset "utf-8";
/* Mach Logistics
	www.MachLogistics.com
	Interior Page CSS
	June 2008 */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
	font-size: 120%;
	color: #192883;
}

h2 {
	font-size: 100%;
	color: #192883;
	font-style: italic;
}

h3 {
	font-size: 100%;
	color: #071470;
}

#wrapper {
	background-image: url(../images/dallas-header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper-fortworth {
	background-image: url(../images/forthworth-header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper-austin {
	background-image: url(../images/austin-header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper-houston {
	background-image: url(../images/mach-logistics-header2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper-sanantonio {
	background-image: url(../images/sanantonio-header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#top-wrapper {
	height: 333px;
	margin: 0px;
	padding: 0px;
}

#logo-wrapper {
	background-image: url(../images/mach-logistics-logo2.png);
	background-repeat: no-repeat;
	height: 164px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#logo-box {
	float: left;
	width: 670px;
	margin-left: 175px;
	margin-top: 50px;
}

#nav-wrapper {
	background-image: url(../images/nav-bg2.jpg);
	background-repeat: repeat-x;
	height: 91px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#main-nav {
	height: 80px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 6px;
}


#content-box {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-top: 10px;
}

#content-box a:link, #content a:visited {
	color: #333333;
}

#content-box a:hover {
	color: #0000CC;
	text-decoration: none;
}

#left-column {
	float: left;
	width: 465px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#right-column {
	float: right;
	width: 360px;
	padding-top: 10px;
}


#footer-wrapper {
	background-image: url(../images/footer-bg-2.jpg);
	background-repeat: repeat-x;
	height: 200px;
	clear: both;
	background-color: #000000;
}

#contact-info-box {
	font-size: 90%;
	color: #CCCCCC;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	padding-top: 5px;
}

#contact-info-box a:link, #contact-info-box a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#contact-info-box a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #959ed5;
}

#footer-text {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-size: 85%;
	padding-top: 10px;
	text-align: center;
}

#footer-text a:link, #footer-text a:visited {
	color: #666666;
	text-decoration: none;
}

#footer-text a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #959ED5;
}


.floatleft {
}

.floatright {
	margin: 5px;
	float: right;
}

.clearit {
	clear: both;
}
