﻿body 
{
	margin:0px;
	color:Black;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
}

/* -----------------------------------------------------  LAYOUT DIVS */

#pageWrapper
{
    margin:auto;
	height:auto;
	padding:0px;
	border:0px;
	width:760px;
}

#pageWrapperAdmin
{
    margin-left:20px;
	height:auto;
	padding:0px;
	border:0px;
	width:760px;
}

#topBanner
{
	width:760px;
	height:100px;
}

#topTabbedMenu
{
	height:35px;
	width:744px;
}

#topTabbedMenu img
{
	float:left;
	padding:0px;
	margin:0px;
}

#topMenu
{
	height:40px;
	width:743px;
	background-image:url(../images/BGtopMenu.gif);
	background-repeat:repeat-x;
}

#rightSubscription a
{
    color:Black;
	text-decoration:none;
	font-weight:bold;
}

#rightSubscription a:hover 
{
    color:#28a4c5;
}

#topMenu a
{
	text-transform:uppercase;
	color:Black;
	text-decoration:none;
	line-height:40px;
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
	padding-right:15px;
	border-right:1px solid #d9d9d9;
}

#topMenu a:hover
{
	color:#28a4c5;
}


#contentHolder
{
	width:577px;
	height:auto;
	border:0px;
	margin:21px 0px 0px 0px;
	float:left;
}

#contentHeaderBackground
{
	background-image:url(../images/fleetworldHeader.gif);
	background-repeat:no-repeat;
	width:577px;
	height:34px;
}

#contentAreaBackground
{
	width:545px;
	height:auto;	
	background-image:url(../images/BGcontent.gif);
	background-repeat:repeat-y;
	padding:16px 23px 23px 16px;	
}

#contentArea
{
	background-color:#e6f4f9;
	/*height:auto;*/
	width:506px;
	padding:10px;
	min-height:220px;
}

#rightSubscription
{
	width:132px;
	height:auto;
	background-image:url(../images/BGsubscription.gif);
	background-repeat:no-repeat;
	float:left;
	border:0px;
	margin:72px 0px 0px 0px;
	padding:20px 10px;
	background-color:#e6f4f9;
}


#rightSubscriptionButtonHolder
{
	width:132px;
	height:22px;
	line-height:22px;
	font-weight:bold;
}

#footer
{
	width:743px;
	height:7px;
	background-image:url(../images/BGfooter.gif);
	background-repeat:repeat-x;
	margin-top:20px;
}

.smlText
{
	font-size:9px;
}

/* ----------------------------------------------------- GENERAL STYLES */

h1
{
	margin:0px;
	text-transform:uppercase;
	color:Black;
	font-size:12px;
}

.clearfloat
{
	clear:both;
}

/* START new nav */
#newNav	{
	width: 740px;
	height: 35px;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}
	
#newNav	a img {
	border: 0;
}
	
#newNav ul {
	width: 740px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
	
#newNav ul li {
	width: 235px;
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #999999;
}
	
#newNav ul li a {
	border: 0;
}
	
#newNav ul li a:hover {
	border: 0;
}
/* END new nav */