
/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img,hr,abbr,acronym  { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
ul,ol {
	list-style-type: none;
}

ul.side {
	font-size: 1.1em;
	padding-left: 30px;
	list-style-type: square;
}
a,input {
	outline: none;
}
.clearFloat {
	clear: both;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	color: #013066;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px #dde4e6 solid;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	color: #013066;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #333333;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
p {
	padding: 0px 1px 0px 1px;
	color: #111111;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0px 0px 20px 0px;
}
p img {
	padding:0px 15px 0px 0px;
}
.inside p { 
	font-size: .9em;
}
p.firstPara {
	color: #3bb6eb;
	font-size: 1.125em;
	line-height: 1.2em;
}
a {
	color: #01437a;
}
a:hover {
	text-decoration: none;
}
#main blockquote {
	border: 1px solid #dad9d6;
	background-color: #f6f6f6;
	margin: 0px 0px 3px 0px;
	background-image: url('../images/quote-start.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-style: italic;
}
#main blockquote p {
	margin: 0px;
	background-image: url('../images/quote-end.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 30px 30px 0px;
	margin: 30px 0px 0px 40px;
}
.quoteBy {
	text-align: right;
	font-size: .7em;
	font-style: italic;
	color: #555555;
	display: block;
	margin: 0px 0px 15px 0px;
}
.blue1 {
	color: #19B3E6;
}
.blue2 {
	color: #2EBFBE;
}
.blue3 {
	color: #85C845;
}

/**********************************************  HEADER  **********************************************/

#header {
	background-image: url('../images/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #24b0df;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	float: left;
	width: 100%;
	min-width: 960px;
	margin: 0px 0px 20px 0px;
}
#headerWrapper {
	width: 960px;
	margin: 128px auto 0px auto;
}
#header ul {
	float: right;
}
#header li {
	float: left;
	margin: 2px 0px 0px 3px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('../images/header-menu-right.gif');
}
#header li:hover, #header li.menuLiOver {
	background-image: url('../images/header-menu-right-hover.gif');
}
#header ul a {
	text-decoration: none;
	color: #1a84d5;
	display: block;
	float: left;
	padding: 0px 7px 0px 7px;
	font-size: .9em;
	text-align: center;
	background-image: url('../images/header-menu-left.gif');
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
#header ul a:hover {
	background-image: url('../images/header-menu-left-hover.gif');
}
#header span {
	display: block;
	float: left;
	cursor: pointer;
	padding: 12px 13px 12px 13px;
	background-color: #d0e9f7;
}
#header ul a:hover span {
	background-color: #ffffff;
}
#header #logoLink {
	height: 105px;
	width: 225px;
	display: block;
	position: absolute;
	top: 40px;
	text-indent: -9999em;
}

/**********************************************  FOOTER  **********************************************/

#footer {
	background-repeat: no-repeat;
	background-image: url('../images/footer-bg.gif');
	width: 960px;
	margin: 0px auto 20px auto;
	height: 39px;
	font-size: .75em;
	color: #ffffff;
	text-align: center;
	padding: 23px 0px 0px 0px;
}
#footer ul {
	display: inline;
}
#footer li {
	display: inline;
	margin: 0px 0px 0px 20px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/************************************************  NAV  ***********************************************/

#nav {
	width: 247px;
	margin: 27px 58px 0px 0px;
	padding: 0px 0px 15px 0px;
	float: left;
	text-align: right;
	border-bottom: 1px #dde4e6 solid;
	font-size: .9em;
}
#nav li {
	margin: 0px 0px 5px 0px;
}
#nav a {
	color: #23b5b4;
	padding: 8px 50px 7px 5px;
	text-decoration: none;
	display: block;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}
#nav a:hover {
	color: #ffffff;
	background-image: url('../images/nav-hover.gif');
	background-color: #2ebfbe;
}


/*********************************************  SUB NAV  **********************************************/

#content #nav ul {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px #23B5B4 solid;
	display: none;
}
#content #nav ul li {
	padding: 7px 50px 7px 0px;
	border-bottom: 1px #dde4e6 solid;
	margin: 0px;
}
#content #nav ul a {
	background-image: none;
	background-color: transparent;
	color: #555555;
	font-size: .8em;
	display: inline;
	padding: 0px;
}
#content #nav ul a:hover {
	text-decoration: underline;
}
#content #nav ul .navLast {
	border: 0px;
}

/*****************************************  SUB NAV CHANGES  ******************************************/

#content .flightPro#nav #navFlightPro ul,
#content .invecat#nav #navINVeCAT ul,
#content .smart4pm#nav #navSMART4PM ul,
#content .coastPro#nav #navCoastPro ul,
#content .navLatestNews#nav #navLatestNews ul {
	display: block;
}

#content .navPartners#nav #navPartners ul {
	display: block;
}

#content .navClients#nav #navClients ul {
	display: block;
}
#content #navFlightPro .completeUnit #completeUnit a,
#content #navFlightPro .operatingEfficiency #operatingEfficiency a,
#content #navFlightPro .capabilityManagement #capabilityManagement a,
#content #navFlightPro .trainingManagement #trainingManagement a,
#content #navFlightPro .networkOutline #networkOutline a,
#content #navFlightPro .testimonials #testimonials a,
#content #navLatestNews .subNews #subNews a,
#content #navPartners .subPartners #subPartners a,
#content #navClients .subClients #subClients a,
#content #navSMART4PM .smart4pmTestimonials #smart4pmTestimonials a,
#content #navSMART4PM .smart4pmProcess #smart4pmProcess a,
#content #navSMART4PM .smart4pmSystemRequirements #smart4pmSystemRequirements a,
#content #navSMART4PM .smart4pmFeaturesBenefits #smart4pmFeaturesBenefits a,
#content #navSMART4PM .smart4pmInnovativeTech #smart4pmInnovativeTech a,
#content #navSMART4PM .smart4pmGlossary #smart4pmGlossary a,
#content #navINVeCAT .invecatFeatures #invecatFeatures a,
#content #navINVeCAT .invecatCaseStudies #invecatCaseStudies a,
#content #navINVeCAT .invecatTestimonials #invecatTestimonials a,
#content #navCoastPro .coastProSurveillanceManagement #coastProSurveillanceManagement a,
#content #navCoastPro .coastProResourceCoordination #coastProResourceCoordination a,
#content #navCoastPro .coastProOperationsManagement #coastProOperationsManagement a,
#content #navCoastPro .coastProCommonOperatingPicture #coastProCommonOperatingPicture a,
#content #navCoastPro .coastProAssessmentMissionReporting #coastProAssessmentMissionReporting a,
#content #navCoastPro .coastProInfoTechReqs #coastProInfoTechReqs a,
#content #navCoastPro .coastProTestimonials #coastProTestimonials a {
	font-weight: bold;
	color: #222222;
}


/*******************************************  MENU CHANGES ********************************************/


.home #menuHome,
.companyProfile #menuCompany,
.solutionsServices #menuSolutionsServices,
.clientsPartners #menuClientsPartners,
.contactUs #menuContactUs
{
	background-image: url('../images/header-menu-right-hover.gif');
}
.home #menuHome a,
.companyProfile #menuCompany a,
.solutionsServices #menuSolutionsServices a,
.clientsPartners #menuClientsPartners a,
.contactUs #menuContactUs a
{
	background-image: url('../images/header-menu-left-hover.gif');
}
.home #menuHome span,
.companyProfile #menuCompany span,
.solutionsServices #menuSolutionsServices span,
.clientsPartners #menuClientsPartners span,
.contactUs #menuContactUs span

{
	background-color: #ffffff;
}


/********************************************  NAV CHANGES ********************************************/

.navAbout #navAbout a,
.navLeadership #navLeadership a,
.navWhyOcean #navWhyOcean a,
.navPeople #navPeople a,
.navClients #navClients a,
.navPartners #navPartners a,
.flightPro #navFlightPro a,
.smart4pm #navSMART4PM a,
.invecat #navINVeCAT a,
.coastPro #navCoastPro a,
.navPrivacy #navPrivacy a,
.navContact #navContact a,
.navService #navService a,
.navLatestNews #navLatestNews a,
.navCopyright #navCopyright a, 
.navClients #navClients a{
	color: #ffffff;
	background-image: url('../images/nav-hover.gif');
	background-color: #2ebfbe;
}
.navPartners #navPartners a{
	color: #ffffff;
	background-image: url('../images/nav-hover.gif');
	background-color: #2ebfbe;
}
.navLatestNews #navLatestNews a{
	color: #ffffff;
	background-image: url('../images/nav-hover.gif');
	background-color: #2ebfbe;
}


/***********************************************  BODY  ***********************************************/

body {
	font-family: arial, sans-serif;
}
#wrapper {
	background-image: url('../images/wrapper-bg.gif');
	background-repeat: repeat-x;
	background-position: center 105px;
}
.inside #wrapper {
	background-position: center 55px;
	background-image: url('../images/wrapper-bg-inside.gif');
}
#content {
	width: 960px;
	margin: 0px auto;
}


/*******************************************  PAGE LAYOUT  ********************************************/

#main {
	width: 655px;
	float: left;
	margin: 30px 0px 20px 0px;
	min-height: 500px;
}

#main2 {
	width: 655px;
	float: left;
	margin: 29px 0px 20px 0px;
}


/********************************************  HOME PAGE  *********************************************/

#leftCol {
	width: 180px;
	float: left;
	text-transform: uppercase;
	font-size: 19px;
	color: #013066;
	font-weight: normal;
	letter-spacing: -.05em;
	position: relative;
	margin: 50px 0px 20px 0px;
}
#leftCol span.open, #leftCol span.close {
	font-size: 44px;
	position: absolute;
	line-height: 1.4em;
	color: #386395;
}
#leftCol span.open {
	left: 0px;
	top: -.16em;
}
#leftCol span.close {
	text-indent: 0;
	line-height: 1.05em;
}
.holder {
	position: relative;
	margin: 0px 0px 0px 7px;
}
#leftCol blockquote {
	line-height: 1.4em;
	padding: 0px 10px 0px 0px;
	position: relative;
	text-indent: 1.4em;
	margin: 0px 0px 30px 0px;
}
#leftCol p {
	color: #386395;
}
#mainHome {
	width: 960px;
	float: left;
	margin: 30px 0px 20px 0px;
}
#mainHome .col {
	width: 282px;
	margin: 0px 0px 0px 57px;
	float: left;
	display: inline;
}
#mainHome .col .tile {
	margin: 0px 0px 20px 0px;
	display: block;	
}
#mainHome .col .tile img {
	padding: 5px;
	border: 1px #d3d3d3 solid;
}
#mainHome .col .caption, #mainHome .col h1 {
	font-family: arial;
	font-weight:bold;
	font-size: .75em;
}
#mainHome .col h1 {
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}
#wrapper #mainHome .col h1 {
	color: #ababab;
}
#mainHome .col .caption {
	margin: 0px 0px 20px 0px;
}

#mainHome #col1 .caption, #mainHome #col1 h1 {
	color: #19b3e6;
}
#mainHome #col2 .caption, #mainHome #col2 h1 {
	color: #2ebfbe;
}
#mainHome #col3 .caption, #mainHome #col3 h1 {
	color: #85c845;
}

#mainHome #col1 {
	margin-left: 0px;
}
#mainHome li {
	list-style-type: none;
	background-image: url('../images/list-bullet.gif');
	background-repeat: no-repeat;
	background-position: left .5em;
	padding: 0px 0px 0px 20px;
	font-size: .75em;
	line-height: 1.6em;
	margin: 0px 0px 20px 0px;
}
#readMoreButtons {
	margin: 5px 0px 0px 0px;
}
#readMoreButtons a {
	margin: 0px 58px 0px 0px;
}

.lowerCaseH1 
{
	text-transform: lowercase;
}

/*****************************************  ACCREDITATIONS  *******************************************/

#accr {
	position: relative;
	padding: 10px 0px 10px 0px;
	border: 1px #d3d3d3 solid;
	margin: 0px 0px 20px 0px;
}
#accr img {
	position: relative;
	margin: 0px 40px 0px 0px;
}
#accr .accr1 {
	bottom: 25px;
	margin: 0px 40px 0px 175px;
}
#accr .accr2 {
	left: 10px;
}
#accr .accr3, .accr4, .accr5 {
	bottom: 10px;
}
#accr span {
	position: absolute;
	top: -9px;
	left: 25px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: arial;
	font-size: .75em;
	color: #ababab;
	padding: 0px 5px 0px 5px;
}


/*************************************************  TABLE  ***********************************************/

table {
	width: 100%;
	font-size: .75em;
	margin: 0px 0px 30px 0px;
}
table td {
	vertical-align: top;
	padding: .5em 1em .5em 0em;
	color: #555555;
}
table th {
	padding: .5em 1em .5em 1px;
	width: 180px;
	vertical-align: top;
}

table tr {
	border:0px; 
} 
table td, table th {
	border-bottom: 1px #c5c5c5 solid;
}

/**********************************************  COMMON  ***********************************************/

#main li {
	list-style-type: none;
	background-image: url('../images/list-bullet.gif');
	background-repeat: no-repeat;
	background-position: left .5em;
	padding: 0px 0px 0px 30px;
	font-size: .9em;
	line-height: 1.6em;
	margin: 0px 0px 5px 0px;
}
#main ul {
	margin: 0px 0px 20px 20px;
}
#main .wmvList li {
	background-image: url('../images/icons/ico-mpg.gif');
	background-position: left center;
	padding: 0px 0px 0px 23px;
}
.moreInfoBtn {
	margin: 10px 0px 20px 0px;
}
.flashContainer {
	margin: 0px 0px 20px 0px;
}
#main .imageList {
	margin: 30px 0px 0px 0px;
}
#main .imageList li {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: none;
	min-height: 132px;
	height: auto !important;
	height: 132px;
}
.floatRight {
	float: right;
	margin: 0px 0px 5px 10px;
}
.imageList img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.enlargeThumb {
	padding: 0px 0px 0px 0px;
	float: right;
	margin: 0px 0px 5px 10px;
	text-decoration: none;
	text-align: center;
}
.floatLeft {
	float: left;
	margin: 0px 10px 5px 0px;
}
.enlargeThumb:hover {
	text-decoration: none;
}
.enlargeThumb img {
	display: block;
	margin: 0px 0px 3px 0px;
	float: none;
}
.enlargeThumb span {
	background-image: url('../images/icons/ico-zoom.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 18px;
	font-size: .6em;
	color: #aaaaaa;
	display: inline;
	line-height: 1.4em;
}
.teamImage {
	float: left;
	margin: 4px 10px 0px 0px;
}

/**********************************************  SIDEBAR  *********************************************/
#sidebar {
	float: left;
	
}

/*******************************************  CONTACT PAGE  ********************************************/

#contactSide {
	float: left;
	width: 200px;
	font-size: .75em;
	color: #555555;
	margin: 140px 10px 0px -260px;
	height: 300px;
}

#contactSide address {
	margin: 0px 0px 1em 0px;
	line-height: 1.5em;
}

#contactLeft {
	float: left;
	width: 340px;
	font-size: .8125em;
	/*border-right: 1px solid #dde4e6;*/
	margin: 10px 0px 0x 0px;
}
h1.contact {
	color: #013066;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px #dde4e6 solid;
	padding: 30px 0px 18px 0px;
	margin: 0px 0px 15px 0px;
	/*margin: 10px 0px 0px 20px;*/
	/*padding: 30px 0px 20px 0px;*/
}

#contactRight {
	/*float: left;*/
	/*margin: -373px 0px;*/
}

#main2 iframe {
	width: 320px;
	height: 300px;
}
.map {
	float: right;
	margin: -377px 3px 0px 0px;
}
#main2 .mapLink {
	font-size: .775em;
}

#contactLeft textarea {
	font-family: arial, sans-serif;
	font-size: 1em;
	padding: 2px 0px 2px 3px;
	width: 210px;
	border: 1px #7f9db9 solid;
}
#contactLeft input {
	width: 210px;
	padding: 2px 0px 2px 3px;
	border: 1px #7f9db9 solid;
}
#contactLeft select {
	width: 215px;
}
#contactLeft ol li {
	margin: 0px 0px 10px 0px;
}
#contactLeft label {
	width: 100px;
	float: left;
	padding: 2px 0px 2px 0px;
}
#contactLeft p {
	margin: 0px;
}
#contactLeft #messageFields {
	margin: 0px 0px 0px 100px;
}
.red {
	color: red;
}
.officeTitle {
	color: #1184D5;
	font-weight: bold;
}
#contactLeft .submit {
	margin: 10px 0px 20px 100px;
	width: auto;
	border: 0px;
	padding: 0px;
}

#contactBlog {
	font-family:arial, sans-serif;
	font-size: 0.8em;
	min-height: 320px;
	margin: -346px 0px 0px 330px;
}




/**********************************************  EXTENDED  ***********************************************/

/*
#contact table td{
	border:none;
}
#contact .submitBtn {
	background:url(../images/btn-submit.gif) no-repeat;
	border:none;
	width:150px;
	height:25px;
	color:#fff;
	font-weight:bold;
	font-family:arial, sans-serif;
	padding:0;
}
#contact .submitBtn:hover {
	color:#18a8dd;
	cursor:default;
}*/
p.leadershipStaffName {
	color: #3bb6eb;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size: 1em;
	font-weight:bold;
	border-bottom:1px dotted #dde4e6;
}

p.staffName {
	color: #3bb6eb;
	margin:0;
	padding:0px;
	font-size: 1em;
	font-weight:bold;
	border-bottom:1px dotted #dde4e6;
	width:80%;
}
p.jobTitle {
	color:#999;
	margin:5px 0px 15px 0px;
	padding:0px;
	font-size:.8em;
}
.clientPartnerLogotypes {
	padding: 20px 0px 20px 0px;
	border-top: 1px dotted #dde4e6;
}
.clientPartnerLogotypes img {
	margin:6px;
}
/********************************************** News Sticker **************************************/

#newsticker {
	position: relative;
	float: left;
	width: 800px;
	height: 75px;
	padding-left: 0px;
	padding-bottom: 18px;
	margin-left: 0px;
	margin-bottom: 0px;	
}

#newsticker p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.80em;
}

#newsTitle
{
	font-family: arial;
	font-weight: bold;
	font-size: 0.85em;
	float: left;
	width : 110px;
	padding-left: 50px;
}


/********************************************** News Page *****************************************/

#newsLists
{
	padding-left:0px;
	margin-left:0px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	width: 400px;
	font-family: Arial;

}

#newsLists ul 
{
	margin-left:7px;	
	background-image: url('../images/blank.gif');
}

#newsLists li 
{
	background-image: url('../images/blank.gif');
	padding-left:0px;
	margin-left:0px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	width: 670px;
	text-align:justify;
}

#newsLists ul.side {
	padding-left: 0px;
}

#newsLists li.side {
	padding-left: 0px;
}

#newsLists a
{
	font-size: .9em;
}

/*.newsContainer
{
	float: left;
	width: 670px;
	height: 50px;
}*/

.newsDate
{
	font-size: .9em;
	color: #19B3E6;
	font-weight: bold;
	float: left;	
	width: 100px;
}

.newsItem
{
	float: left;
	width: 570px;
	vertical-align: top;
	font-size: 14.2px;
	font-weight: bold;
}

.announcement
{
	color: #01437a;
	font-size: .9em;
	font-family: Arial,Sans-Serif;
	float: left;
	width: 570px;
	vertical-align: top;
}

.announceContent
{
	color: #000000;
	font-size: .9em;
	float: left;
	width: 570px;
	vertical-align: top;
	font-family: Arial,Sans-Serif;
	padding-left: 100px;
	line-height:15px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
	
}
