/* ISS-OH stylesheet */

body {
	background-attachment: fixed;
	background-color: #DDD;
	background: url("../img/bg-blue.jpg") no-repeat center center fixed;
	background-size: cover;
	font-family: "Tahoma", sans-serif;
}

h3 {
 padding-left: 10px;
}

#header {
	background: url("../img/iss-logo.png");
	background-position: -10px 15px;
	background-repeat: no-repeat;
	height: 173px;
}
#header ul.nav {
	float: right;
	height: 153px;
	margin-top: 20px;
	margin-right: 10px;
	width: 450px;
}
#header ul.nav li {
	float: left;
	list-style: none;
}
#header ul.nav li a {
	background-color: rgba(150, 170, 190, 0.5);
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-top: 123px;
	text-align: center;
	text-decoration: none;
	width: 90px;
}
#header ul.nav li a:hover {
	background-color: rgba(25, 25, 25, 0.5);;
	color: #FFF;
}
#header ul.nav li.active a {
	background: #FFF;
	color: #000;
}

#page {
	background: #FFF;
	clear: both;
	margin: 0 auto;
}
#page .page-inner {
	margin: 0 auto;
	padding-bottom: 2em;
}
#page h1 {
	border-bottom: 1px dotted #CCC;
	font-size: 19px;
	font-weight: normal;
	margin: 30px 20px;
	padding-bottom: 6px;
	text-transform: uppercase;
}
.colHead {
	border-bottom: 1px dotted #CCC;
	margin: 30px 20px;
	padding-bottom: 6px;
}

#page p {
	font-size: 12px;
	margin: 1em 0;
	padding: 0 20px;
}

#footer .grid_10 {
	background-color: rgba(0, 0, 0, 0.7);
	height: 80px;
	margin: 0 auto;
}

.clear { clear: both; }

