html { 
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana;
	background-color: #fff;
}

nav {
	text-align:center;
	background-color: black;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: white;
}

.navButton:hover {
	background-color: white;
}


#topPanel {
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #003399;
	overflow: hidden;
}

#logoText {
	font-size: 100%;
	font-family:verdana;
	color: white;
	vertical-align: top;
}

h1 {
	height: 70px;
	margin: 0px;
}

h3 {
	color: blue;
	text-align: center;
}

ul li {
	margin-bottom: 5px;
}

.indexWrapperPanel {
	margin: 0px auto;
}

.indexPanel {
	width: 28%;
	height: 520px;
	background-color: lightgrey;
	border-radius: 5px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 10px;
	padding: 5px;
	border: 1px solid grey;
}

.contentWrapperPanel {
	width: 95%;
	margin: 0px auto;
	text-align: left;
	display: inline-block;
}

#contentLeftPanel {
	width: 55%;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 10px;
}

#contentLeftPanelImageWrapper {
	text-align: center;
}

#contentLeftPanel ul {
	columns=2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

#contentRightPanel {
	width: 30%;
	display: inline-block;
	background-color: lightgrey;
	border-radius: 5px;
	text-align: left;
	vertical-align: top;
	margin: 10px;
	padding: 5px;
	border: 1px solid grey;
}

.contentRightLogoPanel {
	text-align: center;
}

.clientsPanel {
	width: 70%;
	height: 600px;
	background-color: lightgrey;
	border-radius: 5px;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid grey;
}

.profilePanel {
	/* width: 28%; */
    	width: 45%;
	height: 520px; 
	background-color: lightgrey;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 5px;
	border: 1px solid grey;
}

.testimonialWrapperPanel {
	text-align: center;
}

.testimonialPanel {
	width: 28%;
	height: 770px;
	background-color: lightgrey;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 5px;
	border: 1px solid grey;
}

.newsPanel {
	width: 70%;
	background-color: lightgrey;
	border-radius: 5px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid grey;
}


.contractVehiclesWrapperPanel {
	text-align: center;
}

.contractVehiclesPanel {
	width: 40%;
	height: 620px;
    /* height: 450px; */
	background-color: lightgrey;
	border-radius: 5px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	display: inline-block;
	border: 1px solid grey;
}

.seaportePanel {
	width: 95%;
	margin: 10px;
	padding: 10px;
	text-align: left;
}

.sbirPhaseIIIPanel {
	width: 95%;
	margin: 10px;
	padding: 10px;
	text-align: left;
}

.contactPanel {
	width: 60%;
	/* height: 590px; */
    height: 390px;
	background-color: lightgrey;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border: 1px solid grey;
}

.contactPanelImage {
	border-radius: 5px;
	border: 3px solid white;
}

.clientFigure {
	width: 30%;
	text-align: center;
	display: inline-block;
}

.clientCategory {
	color: black;
}

#ceoImagePanel {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

.highlightText {
	color: #900000;
}

.testimonialLogoPanel {
	text-align: center;
}

.newsPanelTitle {
	color: #900000;
}

.seaporteTable {
	margin: auto auto;
	border: 1px solid black;
}

.seaporteTable th {
	background-color: lightblue;
	border: 1px solid black;
}

.seaporteTable td {
	border: 1px solid black;
}

#seaporteLink:hover {
	color: grey;
}

.answer {
	text-align: center;
}

footer {
	height: 70px;
	text-align:center;
	color: lightgrey;
	background-color: black;
}
