/* CSS Document */
/* Basic Tags */
body {
	font-family: Arial, Helvetica, sans-serif; font-size: small;
	margin:0em; text-align: left; color: #006;
	background-color:#CFD8E5;
	}
h1, h2, h3, h6 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold;	}
h1 { /*Section Headings */
	font-size: 120%;
	color: #003478;
	margin: 1em 0em 0em 0.25em;
	border-left:  solid thin #497BBD;
	border-bottom: solid thin #497BBD;
	}
h2 { font-size: small; color: #003478;	margin: 0em;}
h3 { font-size: small; font-weight: bold;color: #003478;	margin: 1em 0em 0em 1em;}
h4 { /*Menu Selected */
	font-family: small normal Arial, Helvetica, sans-serif;
	color: #EDC100;
	margin:0;
	padding-left: 10px;
	}
h5 { /*Menu Header */
	width: 11em;
	w\idth : 10em;
	display : block;
	border-top: solid 1px #EEE;
	border-right: solid 1px #BBB;
	border-left:4px solid #FED100;
	border-bottom: solid thin #BBB;
	color:#003478;
	text-decoration : none;
	background-color : #DDDDDD;
	padding : 0 0.5em;
	}
/*h6 only used to indicate menus on non-styled devices*/
h6 { display:none; }
p {	font-family: Arial, Helvetica, sans-serif; margin: 1em 2em 0em 2em; text-align: justify; text-indent:2em; line-height: 150%;}
hr { color:#DDD; height: 10%; width: 90%;}	
li {list-style:none;}
th { font-size: 100%;
font-weight: bold;
text-align:left;
padding: 2px;
background-color:#003478;
color:#EDC100;}
td { font-size:90%; color: #000000;}
ul { margin-top: 0px; margin-bottom: 5px; text-align: left; padding:5px;}

/* Navigation */
.masthead {
	height:60px;
	background-color:#003478;
	margin: 0px;
}
#topnav {
float:left;
width: 100%;
margin: 0;
padding: 5px 0 0 46px;
list-style: none;
background: #FED100;
}
#topnav li {
float: left;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif; font-size: small;
}
#topnav a{
float: left;
display: block;
margin: 0 1px 0 0;
padding: 4px 8px;
color: #003478;
text-decoration:none;
border: 1px solid #FED100;
border-bottom: none;
background: #FED100;
}
#topnav a:hover{
float: left;
display: block;
margin: 0 1px 0 0;
padding: 4px 8px;
color: #003478;
text-decoration:none;
border: 1px solid #003478;
border-bottom: none;
background: #CFD8E5;
}
#topnav a:hover, body#about #nav-about a, body#fleet #nav-fleet a, body#ir #nav-ir a, body#gov #nav-gov a, body#jobs #nav-jobs a, body#news #nav-news a, body#contact #nav-contact a{
float: left;
display: block;
margin: 0 1px 0 0;
padding: 4px 8px;
color: #003478;
text-decoration:none;
border: 1px solid #003478;
border-bottom: none;
background: #CFD8E5;
	}
#nav, #nav ul { /* all lists */
	clear: left;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	}
#nav li ul { /* second-level lists */
	margin-left : 0em;
	margin-top : 0em;
	}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
#nav li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	border-top: solid 1px #EEE;
	border-right: solid 1px #BBB;
	border-left:4px solid #CFD8E5;
	border-bottom: solid thin #BBB;
	color:#003478;
	text-decoration : none;
	background-color : #CCCCCC;
	padding : 0 0.5em;
	}
#nav li ul li a {
	margin: 0 0.5em 0 0.5em;
	width: 9em;
	w\idth : 8em;
	display : block;
	border-left:4px solid #CFD8E5;
	color:#003478;
	text-decoration : none;
	background-color : #AAC2E5;
	padding : 0 1em 0 0.5em;
	}	
#nav li ul li ul li a {
	margin: 0 0 0 1em;
	width: 9em;
	w\idth : 8em;
	display : block;
	border-left:4px solid #CFD8E5;
	color:#003478;
	text-decoration : none;
	background-color : #B4D3FD;
	padding : 0 0.5em 0 0.5em;
	}		
#nav li a:hover {
	border-left: 4px solid #003478;
	border-right: 1px solid #BBB;
	background-color:#FED100;
	color:#000;
	text-decoration:none;
	}
#nav li ul li a:hover {
	border-left: 4px solid #003478;
	border-right: 1px solid #BBB;
	background-color:#FED100;
	color:#000;
	text-decoration:none;
	}	
#nav li ul li ul li a:hover {
	border-left: 4px solid #003478;
	border-right: 1px solid #BBB;
	background-color:#FED100;
	color:#000;
	text-decoration:none;
	}		
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
/* Content Classes */
#content {margin: 1em 1em 0em 13em; width: 700px;}
blockquote {margin: 0em 5em 0em 5em; padding:0;}
blockquote p {margin: 1em 5em 0em 5em; color: #930; font-style: italic; line-height: 120%;}
blockquote .source {margin-left: 7em; color: #000;}
.bullets li{list-style:disc; margin-left:2em; }
.content {text-align: left; padding: 5px;	margin: 0px 0px 0px 150px;	width:auto;}
.contentfull {text-align: left; padding: 5px; margin: 0px;}
.fineprint { font-size: 75%;color: #000; margin-left: 10px;}
.imageHome {border-right: solid 3px #F2F2F2; border-bottom: solid 3px #F2F2F2;
	border-left: solid 3px #BBB; border-top: solid 3px #BBB;}
.imageR { margin: 10px;	float: right;}

.imageL { margin: 10px;	float: left;}
.indent {margin-left: 3em;}
.navpanes {	padding: 5px 2px 0px 2px; margin: 0px; width: 130px; float: left; clear:right;}
/*Used in Annual Report formatting */
.imageR5 { margin: 5px;	float: right;}
.copy {	font-family: Arial, Helvetica, sans-serif; margin: 1em 2em 0em 2em; text-align: justify; text-indent:2em; line-height: 125%;}
.subhead {font-family: Arial, Helvetica, sans-serif; font-size:18px; margin: 1em 0em -0.5em 0em; text-align: left; text-indent:0em; line-height: 100%;}

/* Footer Menu */
.footer {
	font-size: 90%;
	color: #4D4D4D;
	margin: 2em;
	}
.footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
.footer ul li {
	margin: 0;
	padding: 3px;
	list-style: none;
	display: inline;
	letter-spacing: -.1em;
	}
.footer ul li a {
	color: #4D4D4D;
	text-decoration: none;
	letter-spacing: 0;
	}
.footer ul li a:hover {
	color: #00F;
	text-decoration:underline;
	}
	
/* Classes for Fleet Status and Database */
.rignames {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;}
.righead {
	background-color: #003366;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;}	
.rigsubhead {
	background-color: #9ca9ba;
	text-align: left;
	vertical-align: top;
	color: #003366;
	font: 80% bold Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 20px;}
.rigspecs1 {
	font: small normal Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DDDDDD;
	text-align: left;
	vertical-align: top;}	
.rigspecs2 {
	font: bold normal Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;}
	
/* Color Classes */
.ltyellow {background-color:#F9E9A9;}
.yellow { background-color:#FED100;}
.ltblue { background-color:#CFD8E5;}
.dkblue { background-color:#003478;}
.beige {background-color:#FEF3DE;}
.gray {background-color:#D3D3D3;}
.white {background-color:#FFFFFF;}