@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	background-image: url(01img/KelpForest3.png);
	background-repeat: no-repeat;
	background-color: #C5C5C6;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	position: fixed;
	height: 178px;
	top: 0;
	background-image: url(01img/OIBannerCrop.jpg);
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20%;
	width: 100%;
	background-repeat: no-repeat;
	float: left;
	margin-left: 0px;
	z-index: 999;
}
#ProjectHead {
	background-image: url(01img/OIBannerCrop2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}


#tagline {
	display: block;
	font-style: italic;
	font-size: 16px;
	color: #FFF;
	margin-top: 25px;
	margin-right: 25px;
}

#header img {
	float: left;
	margin-right:30px;
	margin-bottom: 5px;
}

li {
	float: left;
	display: list-item;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#navlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-stretch: ultra-condensed;
	text-transform: uppercase;
	height: auto;
	position: fixed;
	clear: left;
	top: 153px;
	z-index: 999;
	margin-right: 20px;
	padding-left: 20px;
	left: 0px;
}
.topnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	display: block;
	float: left;
	width: 100%;
	vertical-align: top;
	line-height: 24px;
	height: auto;
}
.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: inherit;
	padding-right: 20px;
}
.topnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-weight: inherit;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
	font-size: 24px;
	color: #FFF;
	vertical-align: 105%;
	padding-right: 20px;
	margin-right: 20px;
	height: 50px;
	line-height: 22px;
}
/* When the screen is less than 1067 pixels wide, hide all links, except for the first one ("Corporate Profile"). Show the link that contains bars should open and close the topnav (.icon) */
@media screen and (max-width: 1067px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1067px) {
  .topnav.responsive {
	position: fixed;
	background-color: #00183E;
	height: auto;
	width: 100%;
}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#slider {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 178px;
	margin-bottom: 0px;
	z-index: -1;
	height: inherit;
	width: 100%;
}
#content {
	clear: left;
	margin: auto;
	height: auto;
	vertical-align: top;
	max-width: 1280px;
	padding:20px;
	background-repeat: repeat;
}
.example {
	font-style: oblique;
	background-color: transparent;
	text-align: center;
	width: 23%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0.5em;
	height: auto;
	float: left;
}
.example img {
	width: 100%;
	height: auto;
}



#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
}
#left p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
#content #left p a {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}




#content li  {
	display: list-item;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
	list-style-position: inside;
	color: #333;
	margin: 0px;
	float: none;
	height: auto;
	width: auto;
	line-height: 1.5em;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	list-style-type: square;
}

a {
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
}	

a:hover {
	color: #F60;
	text-decoration: none;
	text-align: inherit;
	font-style: normal;
	font-weight: inherit;
}
.h3links {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	text-transform: none;
	font-weight: bold;
	font-style: normal;
}

#left {
	vertical-align: auto;
	padding: 0px;
	float: left;
	width: 33%;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	display: block;
}

@media screen and (max-width: 1045px) {
	#left {
	
	float: left;
	clear: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: auto;
	display: block;
	
}
}
.lefth1  {
	text-align: center;
}

#right {
	vertical-align: top;
	height: auto;
	width: 63%;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

@media screen and (max-width: 1045px) {#right {
	vertical-align: top;
	height: auto;
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;}
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005b9e;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005b9e;
	font-weight: bold;
	text-align: left;
}
h2 a {
	color: #005b9e;
	font-weight: inherit;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: auto;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	font-style: normal;
}





h1 a {
	color: #005b9e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-style: normal;
}
#content #right p ImageHolderLeft {
	display: inline-block;
	float: left;
	height: 250px;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	color: #FFF;
	background-color: #003180;
	position: fixed;
	width: 100%;
	font-weight: bold;
	float: left;
	margin-top: 30px;
	bottom: 0px;
	clear: both;
	text-align: left;
	vertical-align: top;
	line-height: 13px;
	padding: 5px;
}

#content #right ul li {
	font-weight: normal;
}
.responsive {
	max-width: 100%;
	height: auto;
}
.table    {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#content #right p a {

}
