@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3472BA;
	background-image: url(../nav-images/backgrounds/background-main-center.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#mainContent h1 {
	color: #96CAFB;
	font-size: 20px;
}
#mainContent a {
	color: #0F0;
	text-decoration: none;
}
#container  {
	width: 851px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../nav-images/backgrounds/header-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #3472BA;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 118px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 245px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent  { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer  {
	padding: 0 10px 0 20px;
	background-color: #132943;
} 
#footer  p,#footer  a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navarea {
	height: 58px;
	padding: 0;
	background-image: url(../nav-images/backgrounds/main-nav-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner {
	height: 305px;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*-------nav--------*/
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: right;
	width: 520px;
	font-size: 1.2em;
}  
ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}  
ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-indent: -9000px;	
}


.topnav .services a {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 56px;
	width: 85px;
}
/*----subs-------*/
.topnav .services .subnav  a {
	background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 151px;
	background-color: #A30020;
}

.topnav .services .subnav .Emergency a {
    background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left 0px;
	
}
.topnav .services .subnav .SameDay a {
    background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left -43px;
	
}
.topnav .services .subnav .NextDay a {
    background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left -86px;
	
}
.topnav .services .subnav .SecondDay a {
    background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left -129px;
	
}
.topnav .services .subnav .Hotshots a {
    background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	
	background-position: left -215px;
	
}
.topnav .services .subnav .Charters a {
    background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	
	background-position: left -258px;
	
}
.topnav .services .subnav .Deferred a {
    background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left -215px;
	background-position: left -172px;
}
.topnav .company a {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -299px top;
	height: 56px;
	width: 84px;
}
/*----subs company-------*/
.topnav .company .subnav  a {
	background-image: url(../nav-images/backgrounds/nav-sub-company.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 151px;
	background-color: #A30020;
}


.topnav .company .subnav .history a {
    background-image: url(../nav-images/backgrounds/nav-sub-company.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left 0px;
	
}
.topnav  .company .subnav .team a {
    background-image: url(../nav-images/backgrounds/nav-sub-company.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left -43px;
	
}
.topnav .company .subnav .testi a {
    background-image: url(../nav-images/backgrounds/nav-sub-company.gif);
	background-repeat: no-repeat;
	
	width: 151px;
	background-color: #A30020;
	background-position: left -86px;
	
}
/*----hover subs services-------*/
.topnav .services .subnav  a:hover {
	 background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	
}

.topnav .services .subnav .Emergency a:hover {
	background-position: Right 0px;
	
}
.topnav .services .subnav .SameDay a:hover {
	background-position: Right -43px;
	
}
.topnav .services .subnav .NextDay a:hover {
	background-position: Right -86px;
	
}
.topnav .services .subnav .SecondDay a:hover {
	background-position: Right -129px;
	
}
.topnav .services .subnav .Hotshots a:hover {
	
	background-position: Right -215px;
}
.topnav .services .subnav .Charters a:hover {
	
	background-position: Right -258px;
	
}
.topnav .services .subnav .Deferred a:hover {
	background-position: Right -172px;
	
}
/*----hover subs company-------*/
.topnav .company .subnav  a:hover {
	 background-image: url(../nav-images/backgrounds/nav-sub-company.gif);
	background-repeat: no-repeat;
	
}

.topnav .company .subnav .history a:hover {
	background-position: Right 0px;
	
}
.topnav .company .subnav .team a:hover {
	background-position: Right -43px;
	
}
.topnav .company .subnav .testi a:hover {
	background-position: Right -86px;
	
}


/*----hover subs end-------*/

.topnav .quote a {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -85px top;
	height: 56px;
	width: 65px;
}
.topnav .quote a:hover {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -85px  bottom;
	height: 56px;
	width: 65px;
} 
.topnav .tracking a {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -149px top;
	height: 56px;
	width: 83px;
}
.topnav .tracking a:hover {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -149px  bottom;
	height: 56px;
	width: 83px;
}

.topnav .login a {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -232px top;
	height: 56px;
	width: 68px;
}
.topnav .login a:hover {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -232px  bottom;
	height: 56px;
	width: 68px;
}

.topnav .company a:hover {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -299px  bottom;
	
}
.topnav .news a {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -382px top;
	height: 56px;
	width: 127px;
}
.topnav .news a:hover {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-repeat: no-repeat;
	background-position: -382px bottom;
	height: 56px;
	width: 127px;
}



 .topnav .services a:hover {
	background-image: url(../nav-images/backgrounds/nav-main-btns.gif);
	background-position: 0px bottom;
}  

  
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 56px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	height: 56px;
	width: 151px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 0;  
   
    clear: both;  
    width: 151px;  
}  
html ul.topnav li ul.subnav li a {
	float: left;
	width: 151px;
	background-color: #A20021;
	background-image: url(../nav-images/backgrounds/nav-sub-btns.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    
} 
/*---------------H Menu----------------*/
#main-menu {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	
}
#main-menu li {
	float: left;	
	
}




#main-menu  a {
	text-indent: -9000px;
	display: block;
	height: 53px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../nav-images/backgrounds/top-nav.gif);
}

.home a {
	width: 64px;
	background-repeat: no-repeat;
	background-position: 0px top;
}

.contact a {
	width: 65px;
	background-repeat: no-repeat;
	background-position: -64px top;
}

.sitemap a {
	width: 63px;
	background-repeat: no-repeat;
	background-position: -129px top;
}
 
.home a:hover {
	width: 64px;
	background-repeat: no-repeat;
	background-position: 0px bottom;	
}
.contact  a:hover {
	width: 65px;
	background-repeat: no-repeat;
	background-position: -64px bottom;	
}
.sitemap  a:hover {
	width: 63px;
	background-repeat: no-repeat;
	background-position: -129px bottom;	
}

/*---------------Side Menu Left----------------*/


#nav {
	width: 243px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #132C50;
}
#nav a {
	width: 243px;
	height: 58px;
	display: block;
	text-indent: -9000px;
	margin-bottom: 1px;
	background-image: url(../nav-images/backgrounds/side-nav.gif);
}

#nav .quote a {
	background-repeat: no-repeat;
	background-position: left 0px;
}

#nav .tracking a {
	background-repeat: no-repeat;
	background-position: left -58px;
}

#nav .login a {
	background-repeat: no-repeat;
	background-position: left -116px;	
}

#nav .how a {
	background-repeat: no-repeat;
	background-position: left -290px;	
}

#nav .company a {
	
	background-repeat: no-repeat;
	background-position: left -174px;	
	
}
#nav .news a {
	
	background-repeat: no-repeat;
	background-position: left -232px;	
	
}


#nav .quote a:hover {
	background-repeat: no-repeat;
	background-position: right 0px;
}

#nav .tracking a:hover {
	background-repeat: no-repeat;
	background-position: right -58px;
}

#nav .how a:hover {
	background-repeat: no-repeat;
	background-position: right -290px;	
}

#nav .login a:hover {
	background-repeat: no-repeat;
	background-position: right -116px;	
}

#nav .company a:hover {
	
	background-repeat: no-repeat;
	background-position: right -174px;	
	
}
#nav .news a:hover {
	
	
	background-repeat: no-repeat;
	background-position: right -232px;	
	
}
#tableteam {
}
#tableteam tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F96D9;
	background-color: #306BB0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 30px;
}
#tableteam tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 30px;
}
.testimonials
{
	font-family:Verdana;
}


