.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 200;
}
/* 

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. forms stuff

*/



/* --------- 1. defaults  --------- */

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
		}
#skipNav {
	position: absolute;
	height: 57px;
}

body {/* set page background colour */
	padding-bottom: 30px;
	background-image: url(../assets/Home/bkg.png);
		}
#wrapper1 {/* site content container */
	width: 860px;
	border: 0px solid #f7f7eb;
	border-top: 0px;
	padding: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {/* site content container */
	width: 860px;
	background-color: #FFFFFF;
	border: 0px solid #f7f7eb;
	border-top: 0px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
		
	
#masthead {/* add border to masthead */
	background-color: #F7F7EB;
	border-bottom-width: 7px;
	border-bottom-color: #dddddd;
	width: 860px;
		}
	
	
	
#navContainer {/* navigation container */
		clear: left;
		}

#content {/* content container */
		background: #ffffff;
		padding: 0px;
		}
/* ---------- 3. links and navigation ---------- */

/* -- main navigation -- */
#mainNavigation {
	background: #1A3A77;
	padding: 5px 0;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
		}

#mainNavigation ul {
	text-align: left;
	text-indent: 30px;
		}

#mainNavigation li {
		display: inline;
		}

#mainNavigation a {
		font: bold 1.2em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 10px;
		}
		
#mainNavigation a:hover {
	color: #999999;
				}
		
.sectionHome #mainNavigation #linkHome a, .sectionFleet #mainNavigation #linkFleet a, .sectionServices #mainNavigation #linkServices a, .sectionAbout #mainNavigation #linkAbout a,.sectionNews #mainNavigation #linkNews a, .sectionCareers #mainNavigation #linkCareers a, .sectionPortals #mainNavigation #linkPortals a, .sectionLinks #mainNavigation #linkLinks a,.sectionStore #mainNavigation #linkStore a {/* automation for active tab */
	border-top: 1px solid #1A3A77;
	background-color: #1A3A77;
	background-image: url("../assets/Main Elements/active-tab-background1.jpg");
	background-repeat: repeat-x;
	background-position: 0 100%;
		}

.sectionHome #mainNavigation #linkHome a:hover, .sectionFleet #mainNavigation #linkFleet a:hover, .sectionServices #mainNavigation #linkServices a:hover, .sectionAboutus #mainNavigation #linkAboutus a:hover, .sectionNews #mainNavigation #linkNews a:hover, .sectionCareers #mainNavigation #linkCareers a:hover, .sectionPortals #mainNavigation #linkPortals a:hover, .sectionLinks #mainNavigation #linkLinks a:hover,.sectionStore #mainNavigation #linkStore a:hover {/* hover over-ride for automated tab */
	color: #999999;
		}


/* -- sub-navigation -- */
#subNavigation {
	margin-top: 0px;
	padding: 5px 0;
	background-color: #1A3A77;
	background-image: url(../assets/Main%20elements/sub-navigation-background1.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #1A3A77;
	border-left-color: #FFFFFF;
		}

#subNavigation ul {
		text-align: left;
		text-indent: 30px;
		}

#subNavigation li {
		display: inline;
		}

#subNavigation a {
		font: bold 1.1em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 10px;
		}

#subNavigation a:hover {
	color: #999999;
	
}
	
#mainNavigation li>ul{
	/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	margin-left: -6px;
	margin-top: 2px;
	font-size: 10px;	
}

#mainNavigation li:hover ul, li.over ul {
   display: block;
   position: absolute;
   background: #ffffff;
   color: #3565aa;
   margin-left: -6px;
   margin-top: 2px;
		}
	

	
		
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}
h1 {/* main heading black */
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
		}

h2 {/* white body text */
	margin-bottom: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #CCCCCC;
		}
 
h3 {/* main heading white */
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
		}

p {
	margin-bottom: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
		}


p2 {
	margin-bottom: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #CCCCCC;
		}
		
h4 {
	margin-bottom: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	color: #000000;
	font-style: italic;
	font-weight: lighter; 
		}


/* ---------- 5. images ---------- */

a img {/* remove borders from linked images */
		border: 0;
		}
		
#logo img {
		margin-top: 0px;
		margin-left: 0px;
		}
		
a img {/* remove borders from linked images */
		border: 0;
		}
		
#logo img {
		margin-top: 30px;
		margin-left: 10px;
		}
		
.righttable {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twocolumn {
	float: right;
	padding: 100px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.lefttable {
	float: left;
	margin: 0px;
	padding: 0px;
}
.centerdiv {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textrule {
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	word-spacing: normal;
	white-space: normal;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

.imgrepeat {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	position: relative;
	background-repeat: no-repeat;
	margin-right: 0px;
}
.imageintext {
	float: left;
	margin: 5px;
	padding: 0px;
}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: right;
	padding-right: 10px;
	color: #666666;
}

/* Model Menu Section */

.ModelMenuBackG { font-family:Arial, Helvetica, Sans-serif; color:#FFFFFF; font-size:10px; font-weight:bold; text-decoration:none; border-left-width: 1px; 

}
