/*
Project: Catalyst Group
File: css/style.css
*/
body {
	background-color: #01091C;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-position: center top;
	margin: 40px 0 0 0;
}
a:active,
a:link,
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {color: #00688F;}
h1,
h3,
h5,
.blue {color: #00688F;}
h1 {
	font-family: 'Copse', Arial, serif;
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 32px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h2,
h4 {color: #FFF;}
h2,
h3,
h4 {font-family: Arial, Helvetica, sans-serif;}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
h4 {margin-bottom: 10px;}
h5 {
	font-size: 11px;
	line-height: 20px;
}
h5 a:active,
h5 a:link,
h5 a:visited {
	color: #00688F;
	text-decoration: none;
}
hr {
	background: url(../images/hr.png) no-repeat top center;
	border: 0;
	height: 1px;
	margin: 10px 0;
  width: 100%;
}
#container {
	margin: 0 auto;
  width: 960px;
}
#content {
	min-height: 400px;
	margin: 0 0 0 230px;
}
#content li {padding-left: 5px;}
#content ol,
#content ul {
	margin: 0 0 50px 15px;
	padding-left: 0px;
}
#content ol ol,
#content ol ul,
#content ul li,
#content ul ul {margin-bottom: 0;}
#content p {margin-bottom: 42px;}
#content p + ul {margin-top: -12px;}
#footer {
	background: url(../images/hr.png) no-repeat center top;
	height: 60px;
	margin: 84px 0 8px 0;
	padding: 11px 100px 0 100px;
}
#footer a {color: #00445E;}
#footer p,
#footer span {
	color: #00445E;
	float: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.5px;
	font-style: italic;
	text-align: left;
}
#footer #copyright {padding-right: 80px;}
#footer #development {
	float: right;
	text-align: right;
}
#header {
	clear: both;
	height: 188px;
	margin-bottom: 48px;
	background: url(../images/hr.png) no-repeat center bottom;
	text-align: center;
	width: 960px;
	margin: 0 auto 40px auto;
}
#logo {
	height: 131px;
	margin: 0 auto 25px auto;
	width: 186px;
}
#main {padding: 0 50px 0 50px;}
#main img {float: left;}
#nav {
	height: 30px;
  list-style: none;
  padding: 0;
  text-align: center;
}
#nav li {display:inline;}
#nav li.last {padding-right: 0;}
#nav li a {
	color: #FFF;
	display:inline-block;
	font-family: 'Josefin Slab', Arial, serif;
	font-size: 15px;
	padding-right: 24px;
	text-decoration: none;
	text-shadow: 0px 3px 2px #212121;
	text-transform: uppercase;
}
#nav li.last {padding-right: 0;}
#nav ul li a:hover {color: #00688F;}
#nav ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.center {text-align: center;}
.clear {clear: both;}
.col2 {
  float: left;
	width: 50%;
}
.project {font-weight: bold;}