/* CSS Document */
html, body
{
  min-height:100%;
  height:auto !important;
  height:100%;
}

body
{
	text-align:center;
	background-color:#6a85b6;
	background-image:url(../images/bgtex.jpg);
	background-repeat:repeat-x;
	
	padding:15px;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#mainWrapper
{
	width:905px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
	
	min-height:100%;
  	height:auto !important;
  	height:100%;
	
	
	
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#0C2C52;
	border-width:1px;
}

#copyright
{
	font-size:10px;
	text-align:center;
}

#header, #footer, #content
{
	padding:10px;
}

a, a:link, a:active, a:focus
{
	text-decoration:underline;
	color:#5E9DC8;
}

a:hover
{
	color:#0C2C52;
}

#headerGfx
{
	background-image:url(../images/header.gif);
	width:895px;
	height:247px;
}

#contactInfo
{
	width:42%;
	height:200px;
	float:right;
	padding:25px;
	padding-top:5%;
	
}

#footerGfx
{
	background-repeat:no-repeat;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	width:875px;
	height:247px;
	clear:both;
	background-position:right;
	
}

#headerAddress span
{
	display:block;	
	font-size:16px;
	font-weight:600;
}


#headerPhone span
{
	display:inline;
}

#headerPhone
{
	margin-top:20px;
	font-size:14px;
}

.small
{
	font-size:10px;
}

.medium
{
	font-size:12px;
}

#headerPhone label, #headerPhone span
{
	display:block;
	float:left;
}

#headerPhone label
{
	width:150px;
	font-weight:500;
}


h1, h2, h3, h4, h5, h6, h7, h8
{
	color:#0C2C52;
	font-size:14px;
	padding-left:0px;
}

#content
{
	padding:20px;
	padding-top:0px;
}

#content h1
{
	font-size:18px;
	font-weight:bold;
}

#content h2
{
	font-size:18px;
}

#content h3
{
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-bottom-color:#0C2C52;
	padding:5px;
	margin-bottom:5px;
	clear:both;
}

#content p
{
	padding:10px 0px 10px 0px;
}

.push
{
	clear:both;
}

.truckListing
{
	float:left;
	width:30%;	
	height:80px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}

.truckListing .title
{
	font-size:14px;
	font-weight:bold;
}

.truckListing span
{
	display:block;
	font-size:12px;
}

.mimage
{
	margin-right:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
}
