/*-----------------------------------------------------------------------------
BlueView Screen Stylesheet

version:	1.0
date:		October 20, 2009
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	http://www.blueview.com
history:	NA
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.72em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #101825 url(../images/bg_body.jpg) no-repeat 50% 0;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em; 
}

li {
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 3.8em;
	line-height: 1em;
	margin-bottom: .5em;
	font-family: Helvetica, Arial, Sans-Serif;
}

h2 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: .7em;
	font-family: Helvetica, Arial, Sans-Serif;
	white-space: nowrap;
}

h3 {
	font-size: 1.4em;
	margin-bottom: .8em;
	font-family: Helvetica, Arial, Sans-Serif;
}

h4 {
	font-size: 1.2em;
	margin-bottom: .9em;
}

h5 {
	font-size: 1em;    
	margin-bottom: 1em;
}

h6 {
	font-size: 1em;
	font-style: italic;
}

img {
	border: none;
}

a:link {
}

a:active {
}

a:visited {
}

a:hover {
}



/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

table {
	width: 100%;
	margin-bottom: 1em;
}

table.whiteTable td {
	background: #fff !important;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	vertical-align: top;
	padding: .3em;
}

tr:nth-child(2n) td {
	background: #dedede;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: block;
	visibility: visible;
}

.clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.padding {
	padding: 20px;
}

.Block {
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/

#header {
	position: relative; /* necessary to position primary navigation correctly */
	height:134px;
	background: url(../images/bg_header.jpg) no-repeat left bottom;
}

.fullScreen #header {
	background-image: url(../images/bg_header-fullscreen.jpg);
}

#homePage #header {
	background-image: url(../images/bg_header-home.jpg);
}


#logo {
	display: block;
	width: 195px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 28px;
}


/* System Navigation
-----------------------------------------------------------------------------*/

#system ul {
	position: absolute;
	top: 25px;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

#system ul li {
	/* first level list items are always visible */
	position: relative;
	margin: 0;
	padding: 0 1em;
	display: inline;
	line-height: 1em;
	border-right: 1px solid #000;
}

#system ul li:last-child {
	border-right: none;
	padding-right: none;
}

#system ul li a {
}

#system ul li a:hover {
}



/* Primary Navigation
-----------------------------------------------------------------------------*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
#primary {position:relative;zoom:1;z-index:10;}
#primary a, #primary li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}
#primary div a, #primary ul a, #primary ul li {float:none;}
#primary li {z-index:auto;}
#primary ul {left:-10000px;position:absolute;z-index:10;}
#primary, #primary ul {list-style:none;padding:0px;margin:0px;}
#primary li a {float:none;}
#primary li:hover>ul{left:auto;}
#primary ul {top:100%;}
#primary ul li:hover>ul{top:0px;left:100%;}

#primary {
	position: absolute;
	bottom: 21px;
	left: 258px;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 700px;
	height: 21px;
}

#primary>li {
	/* first level list items are always visible */
	position: relative;
	line-height: 21px;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0 25px 0 0;
	float: left;
}

#primary>li>a {
	display: block;
	outline: none;
	text-decoration: none;
	color: #fff;
	text-indent: -2000em;
	overflow: hidden;
	height: 21px;
	background-image: url(../images/bg_primary-trans.gif);
}

a#home {
	width: 42px;
	background-position: -11px 0;
}

a#home:hover {
	background-position: -11px -20px;
}

a#home.active {
	background-position: -11px -40px;
}

a#products {
	width: 74px;
	background-position: -89px 0;
}

a#products:hover {
	background-position: -89px -20px;
}

a#products.active {
	background-position: -89px -40px;
}

#software {
	width: 75px;
	background-position: -203px 0;
}

#software:hover {
	background-position: -203px -20px;
}

#software.active {
	background-position: -203px -40px;
}

#company {
	width: 50px;
	background-position: -675px 0;
}

#company:hover {
	background-position: -675px -20px;
}

#company.active {
	background-position: -675px -40px;
}

#videos {
	width: 51px;
	background-position: -418px 0;
}

#videos:hover {
	background-position: -418px -20px;
}

#videos.active {
	background-position: -418px -40px;
}

#newsNav {
	width: 42px;
	background-position: -501px 0;
}

#newsNav:hover {
	background-position: -501px -20px;
}

#newsNav.active {
	background-position: -501px -40px;
}

#contact {
	width: 64px;
	background-position: -575px 0;
}

#contact:hover {
	background-position: -575px -20px;
}

#contact.active {
	background-position: -575px -40px;
}

/*"""""""" (SUB) Container""""""""*/	
#primary ul	{	
	padding: 0 0 -1px 0;
	margin: 0px 0px 0px 0px;
	background-color: #a2cdf2;
	border: 1px solid #9eb8e6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2em;
	z-index: 98;
	width: 180px;
}

#primary ul li {
	margin: 0;
	padding: 0;
}

/*"""""""" (SUB) Items""""""""*/	
#primary ul a	 {
	padding: 2px 10px 2px 10px;
	color:#393939;
	line-height: 20px;
	text-decoration: none;
	z-index: 99;
}

/*"""""""" (SUB) Hover State """"""""*/	
#primary ul li:hover>a	{
	color: #111926;		
}



/* Ancestors (a.k.a. Cooke Trail)
-----------------------------------------------------------------------------*/

#ancestors {
	position: absolute;
	top: 0;
	right: 11px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .07em;
	background: #fff;
	padding-left: 17px;
}

#ancestors a {
	padding-right: 17px;
	background: url(../images/bg_ancestor.gif) no-repeat 100% 50%;
}

#ancestors a:link, #ancestors a:visited {
	text-decoration: none;
	color: #666;
}

#ancestors a:active, #ancestors a:hover {
	text-decoration: underline;
	color: #000;
}



/* Page Structure
-----------------------------------------------------------------------------*/

.page {
	margin: 0 auto;
	width: 976px;
}

#wrapper {
	background: url(../images/bg_wrapper.png) repeat-y 0 0;
	position: relative;
}

#extendedBody {
	background: url(../images/bg_wrapper.png) repeat-y 0 0;
	position: relative;
}

.fullScreen #wrapper {
	background-image: url(../images/bg_wrapper-fullscreen.png);
}

#canvas {
	margin: 0 8px;
}

.hilite {
	margin-left: -20px;
	background: #f9d300;
	padding: 5px 20px 3px 20px;
}


/* Left Column
-----------------------------------------------------------------------------*/

.left {
	margin-left: 248px !important; /* 240 column + 8 shadow */
}

#left {
	position: absolute;
	top: 0;
	left: 8px;
	width: 240px;
}

#left ul {
	margin: 1em 0 3em 0;
	padding: 0;
	list-style: none;
}

#left li {
	margin: 0;
	padding: 0;
}

#left a:link, #left a:visited {
	padding: .2em;
	color: #d1e1ef;
	text-decoration: none;
}

#left a:active, #left a:hover {
	padding: .2em;
	background: #f9d300;
	color: #000;
	text-decoration: none;
}

#left h2 {
	color: #fff;
	margin-bottom: 0;
/*
	font-size: 18px;
	margin: 0 -20px 1em -20px;
	background: #192e54;
	padding: 5px 20px 3px 20px;
*/
}


/* Right Column
-----------------------------------------------------------------------------*/

.right {
	margin-right: 368px !important; /* 360 column + 8 shadow */
}

#right {
	position: absolute;
	top: 0px;
	right: 8px;
	width: 360px;
}



/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background: url(../images/bg_footer.png) repeat-y 0 100%;
	color: #5e81b6;	
	min-height: 115px;
	padding-bottom: 70px;
	margin-bottom: 30px;
}

#footer a {
	color: #7097d1;
}

#footer a:hover {
	color: #fff;
}

#footer h2 {
	text-transform: uppercase;
	font-size: 1.4em;
}

#footerTop {
	height: 37px;
	background: url(../images/bg_footer-top.png) no-repeat 0 0;
}

.fullScreen #footerTop {
	background-image: url(../images/bg_footer-top-fullscreen.png);
}

.industry {
	width: 240px;
	float: left;
	height: 180px;
}

.industry .padding {
	padding: 0 0 0 20px;
}

.industry h2 {
	background-image: url(../images/bg_industry.gif);
	text-indent: -2000em;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
}

#navy h2 {
	background-position: 0 0;
}

#oil h2 {
	background-position: 0 -25px;
}

#port h2 {
	background-position: 0 -50px;
}

#featuredSystems h2 {
	background-position: 0 -75px;
}

#copyright {
	color: #7da4df;
	text-transform: capitalize;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
}

#credits {
	color: #7da4df;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

#pageProperties {
	position: relative;
	padding: 1em;
	color: #fff;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#pageProperties a {
	color: #FFFFFF !important;
}

#pageProperties a:hover {
	color: #FFFFFF !important;
}

#metaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
	color: #000;
}

dl#metaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#metaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

#comments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

.block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0 !important;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
	outline: none;
}

.Editable {
	background: #ffcc00 !important;
}



/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
}

div.labelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 180px;
	font-size: 16px;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: 1px solid #b2b2b2;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 22px;
	width: 12em;
	display: block;
	font-size: 12px;
	color: #666;
}

.formControls {
	display: block;
	padding: 1em; /* right padding for label width plus label padding */
}

.fullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

.fullWidth input[type="text"], .fullWidth input[type="password"], .fullWidth select, .fullWidth textarea {
	width: 280px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.info, .error, .success, .errorInline, .help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
	color: #000;
}

.info a, .error a, .success a, .errorInline a {
	color: #000;
	text-decoration: underline;
}

.info {
	background: #BFC8F1 url(../images/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.error {
	background: #F3E5A1 url(../images/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.success {
	background: #B5E1AE url(../images/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.help {
	background: #BFC8F1 url(../images/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* Javascrpt Form Validation
-----------------------------------------------------------------------------*/

div.advice {
	display: inline;
	background: #f9d300;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: .2em .5em;
}



/* JavaScript Fader
-----------------------------------------------------------------------------*/

#fader {
	positon: relative;
	width: 300px;
	height: 240px;
	overflow: hidden;
}

/* JavaScript Modal Dialog Box
-----------------------------------------------------------------------------*/

.modalBox {  
	background: #fff url(../images/bg_controls.jpg) 0 100% repeat-x; 
	position: relative; 
	border: 10px solid #fff; 
	padding-bottom: 45px; 
}

.modalMessage { 
	overflow: hidden; 
	background: #fff; 
}

.modalClose { 
	position: absolute; 
	top: -25px; 
	right: -25px; 
	display: block; 
	width: 32px; 
	height: 32px; 
	overflow: hidden; 
	text-indent: 40px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 2em; 
	text-decoration: none; 
	background: url(../images/button_close.png) no-repeat 0 0; 
}

.modalNext { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 0 10px; 
	color: #fff !important; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}

.modalPrevious { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	padding: 0 10px; 
	color: #fff !important; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}



/* Home Page
-----------------------------------------------------------------------------*/

#heroMovie {
	position: relative;
	height: 360px;
	margin: 0 11px;
	background: #3559b4 url(../images/bg_hero.jpg) no-repeat 0 0;
}

#movie {
	position: absolute;
	top: 10px;
	left: 20px;
}

#overview {
	position: absolute;
	top: 144px;
	left: 609px;
	width: 325px;
	font-size: 14px;
	line-height: 23px;
	color: #7cbae2;
}

#news {
	border-top: 1px solid #3559b4;
	margin: 0 11px;
	padding:  0;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 13px;
	background: #1b2e58 url(../images/text_inthenews.gif) no-repeat 0 0;
	position: relative;
}

#news a.Edit {
	left: 0 !important;
}

#news ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#news li {
	margin: 0;
	padding: 0 0 0 120px;
	height: 30px;
	display: block;
}

#news a {
	color: #7cbae2;
	text-decoration: none;
}

#news a:hover {
	text-decoration: none;
	color: #fff;
}

#hero {
	height: 365px;
	position: relative;
	background: #4a82d5;
	margin: 0 11px;
}

#hero a {
	color: #fff;
}

.hero {
	position: absolute;
	top: 0;
	left: 0;
	height: 265px;
	width: 954px;
}

.heroCaption {
	position: absolute;
	top: 120px;
	left: 36px;
	width: 520px;
	font-size: 14px;
	line-height: 24px;
	color: #7cbae2;
}

#tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

#tabs a {
	display: block;
	height: 100px;
	overflow: hidden;
	outline: none;
	text-indent: -2000em;
	background-image: url(../images/nav_hero.jpg);
}

#overviewTab a {
	width: 237px;
	background-position: 0 -200px;
}

#overviewTab a:hover {
	background-position: 0 -100px;
}

#overviewTab a.active {
	background-position: 0 0;
}

#oilTab a {
	width: 241px;
	background-position: -237px -200px;
}

#oilTab a:hover {
	background-position: -237px -100px;
}

#oilTab a.active {
	background-position: -237px 0;
}

#navyTab a {
	width: 240px;
	background-position: -478px -200px;
}

#navyTab a:hover {
	background-position: -478px -100px;
}

#navyTab a.active {
	background-position: -478px 0;
}

#securityTab a {
	width: 236px;
	background-position: -718px -200px;
}

#securityTab a:hover {
	background-position: -718px -100px;
}

#securityTab a.active {
	background-position: -718px 0;
}

#overviewHero {
	background: url(../images/hero_overview.jpg) no-repeat 0 0;
}

#navyHero {
	display: none;
	background: url(../images/hero_navy.jpg) no-repeat 0 0;
}

#oilHero {
	display: none;
	background: url(../images/hero_oil.jpg) no-repeat 0 0;
}

#securityHero {
	display: none;
	background: url(../images/hero_security.jpg) no-repeat 0 0;
}

#downloadPDF {
	position: absolute;
	display: block;
	top: 156px;
	left: 735px;
	text-indent: -2000em;
	outline: none;
	width: 147px;
	height: 38px;
}

/* Product List
-----------------------------------------------------------------------------*/

.product {
	padding: 10px;
	width: 200px;
	float: left;
	height: 240px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	border-top: 2px solid #ccc;
}

.product a {
	line-height: 150px;
	display: block;
	height: 150px;
}


/* Featured System
-----------------------------------------------------------------------------*/

#project {
	border-bottom: 3px solid #f9d300;
	margin-bottom: 20px;
}

#projectName {	
}

#projectLogo {	
	float: right;
	margin-left: 40px;
}

#projectDescription {
	float: left;
	width: 400px;
}

#projectPhoto {
	float: right;
	width: 400px;
}

#projectCompany {
	border-top: 3px solid #f9d300;
	margin-top: 20px;
}


/* Featured Industry
-----------------------------------------------------------------------------*/

#faderGallery {
	float: right;
	margin: 70px 0 20px 20px;

}


/* Case Study
-----------------------------------------------------------------------------*/

#caseStudyMeta {
	margin-top: 20px;
}

#caseStudyPhoto {
	float: left;
	margin-right: 15px;
	width: 250px;
	text-align: center;
}

#caseStudyPhoto p, #caseStudySlideShow p, #caseStudySlideShow p a {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#caseStudySlideShow {
	margin-right: 15px;
	width: 290px;
	float: left;
}

#caseStudyLogos {
	position: relative;
	float: right;
	height: 225px;
	width: 300px;
}

.caseStudyLogo {
	float: left;
	width: 140px;
	height: 110px;
	margin: 5px;
}


/* World Tour
-----------------------------------------------------------------------------*/

#worldTourMeta {
	margin: 15px auto;
}

#collateral {
	float: left;
	width: 240px;
}

#pullQuote {
	margin-left: 240px;
}

#worldTourStudySlideShow {
	margin-right: 15px;
	width: 300px;
	float: left;
}


.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
