/* All images used are RELATIVE TO THE STYLE SHEET, NOT THE HTML PAGE - must use '../images/menu_bg.gif' etc. to refer backwards*/		
body {
	background: #333333;
	font-size: 0.8em;
	text-align: center;
	overflow: hidden;
	}

body#scroll {
	background: #333333;
	font-size: 0.8em;
	text-align: center;
	overflow: auto;
	}

/* Elements to format the text within the page. */
h1 {
	margin: 0px 0px 10px 0px;
	color: #ffec00;
	text-align: left;
	font: bold 1.4em Arial, Helvetica, Geneva, sans-serif;
	}
	
h2 {
	margin: 0px 0px 10px 0px;
	color: #ffec00;
	text-align: left;
	font: bold 1.2em Arial, Helvetica, Geneva, sans-serif;
	}
	
h3 {
	margin: 0px 0px 0px 0px;
	color: #fff;
	text-align: left;
	font: bold 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	}

h4 {
	margin: 0px 0px 0px 0px;
	color: #ffec00;
	text-align: left;
	font: bold 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	}
		
p {
	margin: 0px 0px 10px 0px;
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	text-align: left;
	}

a:link {
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #ffec00;
	text-decoration: none;
	}
	
a:visited {
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #ffff66;
	text-decoration: none;
	}	
	
a:hover {
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;	
	}

/* Classes apply the specified styles to <(div) class=""> elements */

.p2 {
	margin: 10px;
	text-align: right;
	}
	
.p3 {
	text-align: right;
	vertical-align: 1px;
	}
	
.linklist {
	margin: 10px 0px 10px 0px;
	color: #fff055;
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	list-style-image: url(../images/bullet.png);
	}
	
.linklistsans {
	margin: 0px 0px 10px 0px;
	color: #fff055;
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	list-style-type: none;
	}	
	
.list {
	margin: 10px 0px 10px 0px;
	color: #fff;
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	list-style-image: url(../images/bullet.png);
	}		
		
.news:link {
	font: .8em Arial, Helvetica, Geneva, sans-serif;
	color: #ffec00;
	text-decoration: underline;
	text-align: right;
	}
	
.news:visited {
	font: .8em Arial, Helvetica, Geneva, sans-serif;
	color: #ffff66;
	text-decoration: underline;
	text-align: right;	
	}	
	
.news:hover {
	font: .8em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: underline;
	text-align: right;	
	}
	
.topmenu:link {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	vertical-align: 1px;
	}
	
.topmenu:visited {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	}	
	
.topmenu:hover {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	color: #ffec00;
	text-decoration: none;	
	}
	
.yellow {
	color: #ffec00;
	}
	
.boldyellow {
	font: bold 1em Arial, Helvetica, Geneva, sans-serif;
	color: #ffec00;
	}			
	
/* The menu and submenu link elements below control all aspects of the two level menu */

.menu:link {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(../images/navbutton2.gif) no-repeat 0px 0px;
	padding-left: 38px;
	padding-right: 38px;
	z-index: 10;
	cursor: pointer;
	}
	
.menu:visited {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(../images/navbutton2.gif) no-repeat 0px 0px;
	padding-left: 38px;
	padding-right: 38px;	
	z-index: 10;
	cursor: pointer;	
	}	
	
.menu:hover {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #ffec00;
	text-decoration: none;
	background: url(../images/navbutton2.gif) no-repeat 0px -20px;
	padding-left: 38px;
	padding-right: 38px;	
	z-index: 10;
	cursor: pointer;	
	}

.submenu:link {
	position: relative;
	height: 20px;
	min-width: 157px;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;	
	color: #fff;
	text-decoration: none;
	background-color: #4c4c4c;
	padding-top: 50%;
	left: 0px;
	margin-bottom: -4px;
	border: 1px solid #333;
	z-index: 20;
	top: -4px;
	}
	
.submenu:visited {
	position: relative;
	height: 20px;
	min-width: 157px;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;	
	color: #fff;
	text-decoration: none;
	background-color: #4c4c4c;
	padding-top: 5%;
	left: 0px;
	margin-bottom: -4px;
	border: 1px solid #333;
	z-index: 20;
	top: -4px;
	}
	
.submenu:hover {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;	
	color: #ffec00;
	background-color: #333;
	text-decoration: none;	
	z-index: 20;
	left: 0px;
	}
	
ul#nav .about a, ul#nav .about a:hover {
	overflow: visible;
	width: 100%;
	left: -20px;
	}	

ul#nav .fleet a, ul#nav .fleet a:hover {
	overflow: visible;
	width: 100%;
	left: -45px;
	}	

ul#nav .locations a, ul#nav .locations a:hover {
	overflow: visible;
	width: 100%;
	left: -33px;
	}
	
ul#nav .investors a, ul#nav .investors a:hover {
	overflow: visible;
	width: 100%;
	left: 2px;
	}
	
ul#nav .corporate a, ul#nav .corporate a:hover {
	overflow: visible;
	width: 100%;
	left: 12px;
	}
	
ul#nav .corporate2 a, ul#nav .corporate2 a:hover {
	overflow: visible;
	height: 35px;
	width: 100%;
	left: 12px;
	}
	
ul#nav .corporate3 a, ul#nav .corporate3 a:hover {
	overflow: visible;
	height: 48px;
	width: 100%;
	left: 12px;
	}									
	
/* The CSS below is used to style the navigation menu */

#nav, #nav ul {	
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	font: bold .8em Arial, Helvetica, Geneva, sans-serif;
	display: block;
	min-height: 16px;
	padding-top: 4px;
	overflow: auto;	
	}

#nav li {
	float: left;
	min-height: 20px;
	}
	
#nav li ul {
	position: absolute;
	padding-top: 4px;
	width: 120px;
	left: -999em;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/* Rest of sites' CSS */	
	
.body_index {
	background: #333;
	}	
	
.inner {	
	margin: -5px 0px 0px 0px;
	font-size: 9pt;
	font-family: helvetica, verdana, sans-serif;
	color: #909090;
	}
	
img.bottom {
	vertical-align: text-bottom;
	border: 5px;
	}
	
img.feature {
	float: right;
	}		
		
/* Block elements used to structure the page */

#container {	
	position: relative;
	width: 860px;
	padding: 0px 40px 40px 40px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	background: #333 url(../images/background2.gif) 0 bottom;
	text-align: center;
	overflow: hidden;
	}
	
#innercontainer {	
	position: relative;
	min-height: 500px;
	width: 860px;
	background-color: #333;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	}	
	
#header {
	position: relative;
	height: 130px;
	width: 860px;
	background-color: #333;
	background: url(../images/verticonlogo.gif) no-repeat;
	}

#topmenu {
	position: relative;
	top: 20px;
	height: 20px;
	width: 600px;
	left: 240px;
	}

#navigation {
	position: relative;
	right: -18px;
	height: 20px;
	width: 99%;
	background-color: #333;
	top: 90px;
	z-index: 10;
	text-align: center;
	}

#content {		
	position: relative;
	min-height: 380px;
	width: 800px;
	float: left;
	padding: 20px;	
	text-align: left;
	overflow: visible;
	}

/* The elements below contain the content for the main index page */

#leftindex {
	position: relative;
	min-height: 380px;
	width: 220px;
	float: left;
	padding: 0px;	
	text-align: left;
	}

#centerindex {
	position: relative;
	left: 20px;	
	height: 380px;
	width: 320px;
	float: left;
	padding: 0px;	
	text-align: left;
	overflow: hidden;
	margin-right: 10px;
	}

#newsindex {
	position: relative;
	left: 30px;	
	height: auto;
	width: 220px;
	float: left;
	padding: 0px;	
	text-align: left;
	background-color: #none;
	overflow: auto;
	}
	
/* The elements below contain the content for the contact page */

#leftcontact {
	position: relative;
	min-height: 390px;
	width: 250px;
	float: left;
	padding: 0px;	
	text-align: left;
	}

#centercontact {
	position: relative;
	left: 30px;	
	min-height: 390px;
	width: 250px;
	float: left;
	padding: 0px;	
	text-align: left;
	}

#rightcontact {
	position: relative;
	left: 60px;	
	min-height: 390px;
	width: 250px;
	float: left;
	padding: 0px;	
	text-align: left;
	}		
	
/* The elements below contain the content for all other pages */

#fullcontent {
	position: relative;
	min-height: 390px;
	width: 820px;
	float: left;
	padding: 0px;	
	text-align: left;
	}

#leftcontent {
	position: relative;
	min-height: 390px;
	width: 440px;
	float: left;
	padding: 0px;	
	text-align: left;
	}

#rightcontent {
	position: relative;
	left: 18px;	
	min-height: 390px;	
	width: 330px;
	float: right;
	text-align: left;
	}
	
/* The elements below contain the content for the 'biography' elements */

div.left {
	width: 220px;
	float: left;
	}
	
div.right {
	width: 220px;
	float: right;
	}

div.biog2 {
	float: none;
	clear: both;
	margin-top: 1em;
	margin-bottom: .5em;
	min-height: 235px;
	}		

div.biog2 img {
	float: left;
	margin-bottom: 1.5em;
	margin-right: 100px;
	}	

div.biog {
	float: none;
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 1em;
	min-height: 130px;
	}
	
div.biog img {
	float: left;
	margin-bottom: 2.5em;
	margin-right: 1.5em;
	}

/* This is the code for the back to top button at the bottom of long pages */

div#button {
	float: left;
	position: relative;
	height: 20px;
	width: 50px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
.backbutton {
	float: left;
	width: 110px;
	height: 30px;
	padding-top: 4px;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: url(../images/backbutton.gif) no-repeat 0px 0px;
	}
	
a.backbutton:link, a.backbutton:visited, a.backbutton:active {
	font: .8em Arial, Helvetica, Geneva, sans-serif;	
	color: #fff;
	text-decoration:none;
	background: url(../images/backbutton.gif) no-repeat 0px 0px;
	}
	
a.backbutton:hover {
	font: .8em Arial, Helvetica, Geneva, sans-serif;	
	color: #ffec00;
	background: url(../images/backbutton.gif) no-repeat -110px 0px;
	}
	
table {
	border-width: 0px;
	font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	}	
	
td.whitebottom {
	height: 16px;
	vertical-align: bottom;
	text-indent: 8px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	}