@charset "UTF-8";

img {display: block}
ul {list-style-type: none}
a img {border: 0}
h1, h2, h3, h4 {font-weight: normal}

a {text-decoration: none; color: #0b2b4a;}
a:hover {color: #999;}

.clear {clear: both}

body {
	background: #FFFFFF;
	background-image: url(../img/nav_bg.png);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #13487c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-repeat: repeat-y;
	}

#container {
	margin: 0;
	text-align: left;
	}

#header{
	padding: 0;
	background: #999;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0;
	height: 150px;
	color: #FFF;
	}

#navbar {
	width: 256px;
	background: #13487c;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: right;
	color: #0b2b4a;
	float: left;
	}

#navbar ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	}

#navbar li {
	list-style: none;
	font-size: 14px;
	margin: 0 0 4px 0;
	}

#navbar a:link, #navbar a:visited, #navbar a:active {
	padding: 0 9px 17px 5px;
	width: 252px;
	display: block;
	text-decoration: none;
	line-height: 1.5;
	color: #13487c;
	background-color: #0b2b4a;
	}

#navbar a:hover {
	color: #FFF;
	}

.currentnav {
	color: #0b2b4a;
	text-decoration: none;
	padding: 0 9px 17px 5px;
	width: 252px;
	display: block;
	line-height: 1.5;
	background-color: none;
	font-size: 12px;
	}

#ibeam {
	padding: 0;
	border: 0px solid #666666;
	margin: 4px 0 0 269px;
	text-align: left;
	color: #999;
	}

#ibeam ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	}

#ibeam li {
	list-style: none;
	display: inline;
	font-size: 14px;
	margin: 0;
	}

#ibeam a:link, #ibeam a:visited, #ibeam a:active {
	color: #FFF;
	text-decoration: none;
	font-variant: caps;
	background-color: #999;
	padding: 3px 5px 2px 5px;

	}

#ibeam a:hover {
	color: #0b2b4a;
	}

.currentibeam {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	background-color: none;
	padding: 3px 5px 2px 5px;
	}

#mainContent {
	margin: 0 10px 0 320px; /*297*/
	border: 0px solid #666666;
	padding: 40px 0 0 0;
	text-align: left;
	}

#project {
	border: 0px solid #F00;
	width: 770px; 
	margin: 0; 
	padding: 2px 0 48px 0; 
	overflow: hidden
	}

#jump {
	margin: 30px 0 10px 320px;
	}

#footer {
	width: 770px;
	color: #13487a;
	font-size: 12px;
	margin: 30px 0 10px 320px;
	padding: 30px 0 20px 0;
	text-transform: lowercase;
	border-top: 1px solid #13487c;
	}

#footerVideo {
	width: 660px;
	color: #13487a;
	font-size: 12px;
	margin: 30px 0 10px 320px;
	padding: 30px 0 20px 0;
	text-transform: lowercase;
	border-top: 1px solid #13487c;
	}

#image-a {
	width: 770px; 
	padding: 10px; 
	background: transparent url(../img/background-project-a.jpg) no-repeat; 
	clear: both
	}

.video {
	margin-top: 18px;
	padding: 10px;
		background: transparent url(../img/background-project-video.jpg) no-repeat; 

	}

h1 {
	
	padding: 0 0 0 0;
	margin: 30px 0 10px 0;
	border-bottom: 10px solid #13487c; 
}

p { padding: 0;
	margin: 0;

}

h4 {
	margin: 0 0 1px 5px; 
	font-size: 13px; 
	color: #0b2b4a; 
	text-transform: uppercase
	}

ul.project {
	margin: 0 0 0 -33px
	}
	
ul.project li {
	margin: 0 0 4px 0; 
	padding: 0 7px 0 8px; 
	background: transparent url(../img/list-divider.gif) no-repeat 0px 50%; 
	float: left;
	font-size: 12px; 
	color: #13487c
	}
	
ul.project li.nodiv {
	padding: 0 7px 0 0; 
	background: none
	}
ul.project li.nopad {
	padding: 0 0 10px 0; 
	background: transparent url(../img/list-divider.gif) no-repeat 0px 50%
	}

li a {
	font-size: 12px;
	color: #0b2b4a;
	}
	
li a:hover {
	color: #999;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
