*{
	margin: 0px;
	padding: 0px;
	}

body{
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #696a6c;
	}
.clear {
	clear:both;
}
#video{
	width: 340px;
	height: 280px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
#wrapper{
	width: 100%;
	}
h1 {
	background: url('/../images/OIFlogo.jpg') no-repeat;
	text-indent: -9999px;
	width: 362px;
	height: 90px;
	margin: 0px 0 42px 148px;
	}
h2{
	font-size: 25px;
	color: #0195d3;
	font-weight: normal;
	background: url('/../images/hr.jpg') no-repeat;
	background-position: bottom;
	display: block;
	width: 642px;
	height: auto;
	padding:0 0 7px 0;
	margin-bottom: 10px;
}

	a {
		text-decoration: none;
		color: #0094D0;
		}
		
	a:hover {
		text-decoration: underline;
		}	


#nav{
	width: 185px;
	height: 100%;
	background:#0195d3;
	float: left;
	display: inline;
	text-align: right;
	padding: 160px 0 0 0;
	margin: 0 40px 0 0;
}
	#nav li {
		
	}
	#nav li a{
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		width: 167px;
		height: 23px;
		display: block;
		border-top: 1px solid #34aadc;
		padding: 9px;
	}
	#nav li ul{
		padding:0 0 20px;
		background: #fff;
	}
	#nav li ul li a{
		font-size: 14px;
		border: none;
		padding:0 0 0 9px;
		color: #696a6c;
	}
		#nav li a:hover{
			color: #696a6c;
			background:#fff;
		}
		#nav li ul li a:hover{
			color: #ccc;
			background:#fff;
		}
		#nav li a.active{
			color: #696a6c;
			background:#fff;
		}
	#nav li ul li a.double{
		margin-top: 19px;
		line-height: 110%;
	}
	#nav li ul li a.single{
		height: 13px;
	}

#content{
	margin: 0px auto;
	width: 670px;
	padding: 40px 0 0 40px;
	float: left;
	display: inline;
	height: 100%;
}
#content ul{
	padding: 5px 0 0px 50px;
}
#content p.centerblue{
	color: #0195d3;
	text-align: center;
	margin: 20px 0 0 0;
}
#home_text{
	float: left;
	display: inline;
	width: 300px;
	padding: 0 0 0 10px;
}

.news-callout {
	border: 1px solid #ccc;
	clear: both;
	padding: 10px;
	}

.news-callout img {
	border: none
	}

#footer{
	list-style-type: none;
	font-size: 12px;
	width: 670px;
	text-align: center;
	margin: 10px 0 0 0;
}
#footer li{
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}
#footer li a{
	color: #696a6c;
	padding: 0 20px 0 0;
	border-right: 2px solid #0195d3;
	text-decoration: none;
}
	#footer li a:hover{
	color: #0195d3;
}
