/*_____=THE BASICS_______________________________________________________________________________
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #97b8d8 url(images/bg_fade.jpg) top repeat-x;
	color: #003a6d;
	font: 11px/12px verdana, arial, sans-serif;
	text-align: center;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

img,
a img {
	border: 0;
}

blockquote {
	margin: 0 0 0 50px;
}

hr {
	display: none;
	height: 0px;
}

input, select, textarea {
	
	border-color: #96a5c3;
	
	border-width: 1px;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	
	}

h1 {
	background: url(images/h1.jpg) top no-repeat;
	float: left;
	height: 101px;
	text-indent: -999em;
	width: 233px;
}

h1 a {
	display: block;
	height: 101px;
	position: relative;
	width: 233px;
	overflow: hidden;
}


h2 {
	color: #003a6d;
	font: bold 18px/22px verdana, arial, sans-serif;
	margin: 14px 0 0 0;
	text-align: left;
}

h3 {
	color: #003a6d;
	font: bold 10px/12px verdana, arial, sans-serif;
	margin: 16px 0 0 0;
	text-align: left;
}
h4 {
	color: #003a6d;
	font: bold 18px/22px verdana, arial, sans-serif;
	margin: 14px 0 0 0;
	text-align: center;
}

p {
	font: 10px/12px verdana, arial, sans-serif;
	margin: 20px 0;
	text-align: justify;
}

ul {
	list-style: none;
	margin: 0;
}

table {
	margin: 14px 0;
	text-align: center;
	width: 100%;
}

/*_____=SPECIFICS_______________________________________________________________________________
*/

.quoteInput
{
	width:182px;
}

.quoteInputDrp
{
	width:184px;
}

.error
{
	font-size:10pt;
	color:Red;
}

.formText
{
	font-weight:bold;
}



#wrap {
	background: url(images/wrap_other.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 15px 0;
	width: 900px;
}

body#index div#wrap {
	background: url(images/wrap_home.jpg) top center no-repeat;
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url(images/header_bg.jpg) bottom center no-repeat;
	height: 102px;
	width: 100%;
}


p.intro {
	background: url(images/topright_bg.jpg) bottom right no-repeat;
	color: #333;
	float: right;
	height: 81px;
	margin: 0;
	padding: 20px 20px 0 0;
	text-align: right;
	width: 316px;
}

#container {
	width: 730px;
	margin: 0 auto;
}

#content {
	background: url(images/content_bg.jpg) bottom center no-repeat;
	margin: 10px 0;
	width: 730px;
}

body#index div#content {
	background: transparent;
}

/* IE hacking */

#content {
	min-height: 520px;
	height: 520px;
}

div[id] #content {
	height: auto;
}

/* End IE hacking */

/*_____=CONTENT_______________________________________________________________________________
*/

#secondary {
	float: left;
	margin: 0 80px 0 0;
	width: 150px;
}

#secondary ul {
	background: url(images/menu_bg.jpg) bottom right no-repeat;
	list-style: none;
	margin: 20px 0;
	padding: 0 0 20px 0;
	width: 150px;
}

#secondary ul li {
	line-height: 14px;
	text-align: right;
}

#secondary ul li a {
	display: block;
	font-weight: bold;
	padding: 2px 10px 2px 4px;
}

body#index #secondary ul li#index2 a,
body#about #secondary ul li#about2 a,
body#contact #secondary ul li#contact2 a,
body#services #secondary ul li#services2 a,
body#cost #secondary ul li#cost2 a,
body#fleet #secondary ul li#fleet2 a,
body#personal #secondary ul li#personal2 a,
body#equipment #secondary ul li#equipment2 a,
body#certifications #secondary ul li#certifications2 a,
body#quote #secondary ul li#quote2 a,
body#downloadpdf #secondary ul li#downloadpdf2 a {
	color: #ff9900;
	text-decoration: underline;
}

#secondary p {
	margin: 11px 0;
	text-align: center;
}

#primary {
	float: left;
	width: 480px;
	margin: 20px 0;
}

#primary ul {
	list-style: none;
	margin: 20px 0;
}

#primary ul li {
	background: url(images/bullet.gif) center left no-repeat;
	font: 10px/12px verdana, arial, sans-serif;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	text-align: left;
}

p.smimg {
	float: left;
	margin-right: 12px;
}

img.image {
	border: 3px solid #fff;
}

/*_____=THE FOOTER_______________________________________________________________________________
*/

#footer {
	margin: 5px 0;
	text-align: center;
}

body#index #footer {
	display: none;
}

#footer p {
	text-align: center;
}

#footer p a {
	color: #3366cc;
	padding: 0 10px;
}

#footer p a:hover {
	color: #ff9900;
}

/*_____=CLEARING_______________________________________________________________________________
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */