* {
	margin: 0;
	padding: 0;
}

body {
	background: #dcdcdc url(images/bg_gradient.jpg) repeat-x center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

img {
	display: block;	
}

a {
	color: #2C5171;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2C5171;
	text-decoration: underline;
}

.hide {
	text-indent: -3000px;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}


#headerhome {
	height: 180px;
	background: transparent url(images/header-home.jpg) no-repeat center bottom;	
}

#header {
	height: 180px;
	background: transparent url(images/header.jpg) no-repeat center bottom;
	position: relative;
}

#header a {
	position: absolute;
	top: 20px;
	left: 40px;
	display: block;
	width: 173px;
	height: 123px;
	background: url(images/logo.gif) no-repeat top left;
}

h1 {
	text-indent: -3000px;
}

#tagline {
	font: italic bold 14px Trebuchet, Verdana, sans-serif;
	text-transform: uppercase;
	color: #B4B3B3;
	position: absolute;
	top: 120px;
	right: 40px;
}

#nav {
	height: 20px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	text-indent: -3000px;
	display: block;
}

a#services {
	background: transparent url(images/services.gif) no-repeat bottom left;
	width: 240px;
	height: 20px;
}

a:hover#services {
	background: transparent url(images/services.gif) no-repeat top left;
}

.services a#services {
	background: transparent url(images/services.gif) no-repeat top left;
	width: 240px;
	height: 20px;
}

a#crew {
	background: transparent url(images/crew.gif) no-repeat bottom left;
	width: 200px;
	height: 20px;
}

a:hover#crew {
	background: transparent url(images/crew.gif) no-repeat top left;
}

.crew a#crew {
	background: transparent url(images/crew.gif) no-repeat top left;
	width: 200px;
	height: 20px;
}

a#about {
	background: transparent url(images/about.gif) no-repeat bottom left;
	width: 179px;
	height: 20px;
}

a:hover#about {
	background: transparent url(images/about.gif) no-repeat top left;
}

.about a#about {
	background: transparent url(images/about.gif) no-repeat top left;
	width: 179px;
	height: 20px;
}


a#contact {
	background: transparent url(images/contact.gif) no-repeat bottom left;
	width: 161px;
	height: 20px;
}

a:hover#contact {
	background: transparent url(images/contact.gif) no-repeat top left;
}

.contact a#contact {
	background: transparent url(images/contact.gif) no-repeat top left;
	width: 161px;
	height: 20px;
}

#contentbox {
	width: 776px;
	background: #FFF url(images/bldgs.jpg) no-repeat right bottom;
	border: 2px solid #385F80;
	min-height: 350px;
}

#content {
	padding: 40px;
}

h2 {
	padding-bottom: 20px;
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	margin-top: 0;
}

h4 {
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
	margin-top: 0;
}

#homelogo {
	width: 300px; 
	float: left;
}

#homeintrotext {
	width: 340px;
	float: right;
	font-size: 12px;
	line-height: 18px;
}

#homeintrotext p {
	padding-bottom: 20px;
}

#maintext {
	width: 400px;
	float: left;
}

#maintextwide {
	width: 700px;
}

#maintext p, #maintextwide p, #maintext td {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}

.quotecredit {
	font: 10px Trebuchet, Verdana, sans-serif;
	color: #999;
	text-transform: uppercase;
	display: block;
}

.smalltext {
	padding-bottom: 10px;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 10px;
}

#sidebar {
	width: 260px;
	float: right;
	margin-top: 40px;
	font-size: 10px;
}

#sidebar h4 {
	font-weight: bold;
	font-size: 10px;
	margin: 15px 5px 0 5px;
}

#sidebar p {
	font-size: 10px;
	line-height: 18px;
	margin: 0px 5px 0px 5px;
}

#sidebar ul {
	font-size: 10px;
	line-height: 18px;
	margin: 5px 20px;
	padding-bottom: 10px;
}

#sidebar td {
	font-size: 11px;
	line-height: 12px;
	margin: 5px 20px;
	padding: 8px;
	border: 1px solid #DDDDDD;
}

#rushrates {
	width: 260;
	border: 0;
	padding-bottom: 20px;
}

#rushratesbig {
	width: 300;
	border: 0;
	padding-bottom: 20px;
}

#rushratesbig td {
	font-size: 11px;
	line-height: 12px;
	margin: 5px 20px;
	padding: 8px;
	border: 1px solid #DDDDDD;
}

.shade {
	background: #DDDDDD;
	text-align: center;
	width: 25%;
}

.noshade {
	text-align: right;
	
}

.blue {
	background: #98D8F4;
	text-align: right;
	height: 20px;
}

.green {
	background: #A6E782;
	text-align: right;
	height: 20px;
}

.yellow {
	background: #FFFF43;
	text-align: right;
	height: 20px;
}

#sidebarcol1 {
	padding-top: 10px;
	float: left;
	width: 115px;
}

#sidebarcol2 {
	padding-top: 20px;
	float: right;
	width: 115px;
}

#sidebarcol1 ul, #sidebarcol2 ul {
	font-size: 10px;
	line-height: 14px;
}

#footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	height: 80px;
	padding-top: 20px;
	text-align: center;
	background: transparent url(images/bottom-gear.gif) no-repeat top left ;
}

#footerhome {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	height: 80px;
	padding-top: 20px;
	text-align: center;
	background: transparent url(images/bottom-gear-home.gif) no-repeat top left;
}

.clr {
	clear: both;
}

#mapcolscontainer {
	padding: 20px;
}

.mapcols {
	float: left;
	width: 160px;
	font-size: 9px;
	line-height: 14px;
}

.mapcols ul {
	margin: 5px 10px;
}


.crew {
	padding-bottom: 20px;
	}

.crewcol1 {
	float: left;
	width: 330px;
	text-align: right;
	font-size: 10px;
	line-height: 18px;
	padding: 5px;
}
.crewcol2 {
	float: right;
	width: 330px;
	font-size: 10px;
	line-height: 18px;
	padding: 5px;
}

#thumbs {
float: right;
width: 260px;
margin: 12px 0;
display: inline; /* ie double margin float bug */
}

#thumbs ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#thumbs li {
float: left;
}

#thumbs a {
display: block;
text-decoration: none;
margin-right: 10px;
margin-bottom: 10px;
}