/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

@font-face {
    font-family: 'droid_sansregular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_sansbold';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kingthings_petrockregular';
    src: url('Kingthings_Petrock-webfont.eot');
    src: url('Kingthings_Petrock-webfont.eot?#iefix') format('embedded-opentype'),
         url('Kingthings_Petrock-webfont.woff') format('woff'),
         url('Kingthings_Petrock-webfont.ttf') format('truetype'),
         url('Kingthings_Petrock-webfont.svg#kingthings_petrockregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: navy;
	font: 85%/1.5em droid_sansregular, Verdana, Arial, Swiss, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: navy;
	font: 1.9em/1em droid_sansbold, Verdana, Arial, Swiss, sans-serif;
}

h1 {

}

h2 {

}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #00008b;
	font-family: droid_sansregular, Verdana, Arial, Swiss, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style: disc;
	color: #00008b;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #00008b;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #00008b !important;
	font-weight: bold;
}

a {
	color: #00008b;
	text-decoration: none;
}

/*a:link {
	color: #555;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #555;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #00008b;
	text-decoration: underline;
}

a:active {
	color: #00008b;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

#combo{
	color:navy;
	font-family: droid_sansregular, Verdana, Arial, Swiss, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	text-align: left;
}
figcaption{
	color:#708090;
	font-family: droid_sansregular, Verdana, Arial, Swiss, sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;
	text-align: center;
}


/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px;
}

h3 {
	padding-top: 10px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/background_crosses_9.jpg) repeat;
	padding: 0 0 40px;
	text-align: center;
}

body {
	margin-bottom: 20px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	border: none;
}

/* Blue bar
----------------------------------------------------------------------------------------------------*/
#BlueBar {
	/*background: url(../images/nav_bar_bg.png) repeat-x;*/
	background: navy;
	border: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    list-style: none;
	width: 99.8%;
	margin-left: 0;
	text-align: center;
}
#BlueBar h2 {
font: 2.6em/1em kingthings_petrockregular, Georgia, Times, "Times New Roman", serif;
	color: white;
	margin-top: 4px;
}

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

header {
	background-image: url(../images/background_crosses_wh.jpg);
	height: 190px;
	width: 100%;
}

header h1 {
	font: 3em/2em kingthings_petrockregular, Georgia, Times, "Times New Roman", serif;
	color: navy;
	float: right;
	font-style: italic;
	font-weight: bold;
	line-height: 1.8em;
	padding-top:75px;
	padding-bottom: 15px;
	padding-right: 50px;
	width: 560px;
	text-align: center;
}

header h2 {
font: 3em/2em kingthings_petrockregular, Georgia, Times, "Times New Roman", serif;
	color: navy;
	float: right;
	line-height: 1.2em;
	margin-top: 3px;
	padding-bottom: 15px;
	width: 560px;
	text-align: center;
	border-bottom: 4px double #c8d9f8;
}

#logoImg {
	background-image: url(../images/ecu_odm_150.png);
    background-repeat: no-repeat;
    background-position:left;
	width: 100%; /*381px;*/
	height: 150px;
	border: none;
    padding-top:25px;
    padding-left: 150px;
    margin-left: 75px;
}

#logo h1, #logo h2 {
	color: navy;
	font-size: 3.4em;
	line-height: 1em;
	text-align: center;
}

#logo h2 {
	font-size: 2.8em;
}

#logo h1 span, #logo h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 184px;
	z-index: 9;
}

#logo h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

#mainContent {
  background:white;
	clear: both;
	margin: 0px ; /* 50/960, 30/960 */
  padding: 2.08333333%; /* 20/960 */
	min-height: 360px;
	border-top: 1px solid #4682b4;
  border-bottom: 1px solid #4682b4;
}

nav {
  /*background: url(../images/nav_bg.png) no-repeat;*/
	background: #c8d9f8;
	border: 1px solid #4682b4;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 56px;
  width: 30.7391304%; /* 200/920 */
	text-align: left;
}

nav h3 {
	color: navy;
	font-weight: bolder;
	font-size: 1.3em;
	margin: 0 7.5%; /* 15/200 */
	padding: 2.5%; /* 5/200 */
	border-bottom: 4px double #4682b4;
}

nav ul {
	list-style: none;
	width: 100%;
	margin-left: 0;
	padding-top: 5px;
	border: none;
}

nav ul li {
	display: block;
	width: 85%;
	margin: 0 7.5%; /* 15/200 */
	padding: 2% 0; /* 10/200 */
	border-bottom: 1px solid #4682b4;
}

nav ul li:hover {
    background-color: #1e90ff;
}

nav ul li a {
	width: 100%;
	font-size: 1.2em;
	/*padding: 2% 90px 2% 2%; */
	border: none;
}

nav ul li a:hover {
	color: #fff;
}

#combo {
background:white;
border:1px solid #1e90ff;
}

#mainRight, #mainRight2 {
	float: right;
	width: 58.333333%; /* 560/960 */
	text-align: left;
}

#mainRight h1 {
	color: navy;
	margin-bottom: 20px;
	border: none;
}

#mainRight h2 {
	font-size: 1.2em;
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
}

img {
	width: 100%;
}

figure.imgCenter {
display:inline; 
float:both;
}

#mainRight figure.imgLeft {
display:inline; 
float:left; 
padding:0; 
margin:10px 20px 5px 0;
}

#mainRight figure.imgRight {
display:inline; 
float:right; 
padding:0; 
margin:10px 0px 5px 20px;
}
.colLeft {
	float: left;
	width: 44.642857%; /* 250/560 */
	border: none;
}

.colRight {
	float: right;
	width: 53.571428%; /* 300/560 */
	border: none;
}

#InnerFooter {
	background-image: url(../images/background_crosses_wh.jpg);
	width: 100%;
}
#InnerFooter ul {
	float: none;
	list-style: none;
	margin-left: 0;
	padding: 15px;
	text-align: center;
	font-size: 1.2em;
		font-weight: bold;
	border-top: 1px solid #4169e1;
}
#InnerFooter ul li {
	display: inline;
	margin: 0 0.86206%; /* 5/580 */
	border: none;
}
#InnerFooter ul li a {
color:#1e90ff;
	font-size: 0.9em;
}

#InnerFooter ul li a:hover {
	color: blue;
}

.colRight img {
	border: none;
	margin-bottom: 20px;
}

footer {
	clear: both;
	float: right;
	width: 58.333333%; /* 560/960 */
    padding-right: 2.0833333%; /* 20/960 */
	border-top: 1px solid #4169e1;
}

footer p {
color:white;
	float: left;
	font-size: 0.9em;
}

footer ul {
	float: left;
	list-style: none;
	width: 103.571428%; /* 580/560 */
	margin-left: 0;
	padding-top: 5px;
	text-align: left;
	border-top: 1px solid #4169e1;
}

footer ul li {
	display: inline;
	margin: 0 0.86206%; /* 5/580 */
	border: none;
}

footer ul li a {
color:white;
	font-size: 0.9em;
}

footer ul li a:hover {
	color: yellow;
}
@media screen and (max-width: 768px)
{
	nav {
		border: none;
		float: none;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	nav ul {
		padding:0;
	}
	nav ul li {
		display: inline;
		border: none;
		margin: 2% 7.5%;
		padding:0;
	}
	nav ul li:hover {
		background: none;
	}
	nav ul li a:hover {
		color: #4169e1;
	}
	nav h3 {
		display: none;
	}
	#mainRight, #mainRight2 {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 480px)
{
	header {background-image: none; background: #F5F3DD; height:auto;margin-top:-20px;}
	header h1 a {
		/*background: none;*/
		display: block;
	}
	header h1 {
		font-size: 1.8em;
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	header h2 {
		font-size: 1.4em;
		margin-top: 0;
		margin-left: 4.16666667%; /* 40/960 */
		float: none;
		width: 100%;
	}
	nav ul li {
		display: block;
		text-align: center;
		padding: 2% 0;
		
	}
	nav ul li a {
		font-size: 1.6em;
	}
	footer p {
	
    padding-left: 2.0833333%; /* 20/960 */
	}
	footer, footer ul, footer p {
		float: none;
		width: 100%;
	}
	.colLeft, .colRight {
		float: none;
		width: 100%;
	}
}
