* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.4em Helvetica, Arial, sans-serif;
	color: #222;
}

.clear {
	clear: both;
	height: .0001em;
}

.hide {
	float: left;
	text-indent: -5000em;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
}

#wrapper {
	margin-left: -48.5em;
	position: absolute;
	top: -34.5em;
	left: 50%;
	width: 97em;
	height: 69em;
}

h2 {
	font-size: 1.5em;
	color: #001d3a;
	margin-bottom: .3em;
}

a:link, a:visited {
	color: #121314;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* header */
#header {
	height: 15em;
	background: #001d39;
	color: #94a6bf;
}

h1 {
	margin-left: 2em;
	float: left;
}

h1 a {
	text-indent: -5000em;
	display: block;
	width: 489px;
	height: 109px;
	background: url(../img/h1-bg.jpg) no-repeat;
}

#header p {
	font-size:1em;
	line-height: 1.6em;
	margin: 3em 1.2em 0 0;
	text-align: justify;
	float: right;
	width: 36em;
}

/* content */
#content-left {
	background: url(../img/content-left-bg.jpg) no-repeat;
	height: 47.3em;
	float: left;
	width: 38.1em;
}

ul#nav {
	width: 12em;
	margin: 2em 0 0 15em;
	font-size: 1.2em;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav a:link, ul#nav a:visited {
	font-weight: normal;
	display: block;
	border-top: 1px solid #fff;
	padding: .8em 0;
	color: #001d3a;
	text-decoration: none;
}

ul#nav a:hover, ul#nav li.active a {
	color: #e80032;
}

#content-right {
	height: 41.3em;
	overflow: auto;
	margin-top: 1em;
	padding: 2em 1em 2em 0;
	width: 57.5em;
	float: right;
	text-align: left;
}

ul#nav input[type=text] {
	padding: 2%;
	font-size: 1em;
	width: 95%;
}

p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	font-align:left;
}

#col-1 {
	font-style: italic;
	float: left;
	width: 24%;
}

#col-2 {
	width: 72%;
	float: right;
}

#col-2 p {
	margin: 0;
}

#col-2 img {
	margin-bottom: 4em;
	margin-right: 2em;
	float: left;	
}

/* footer */
#footer {
	background: url(../img/footer-bg.jpg) center right no-repeat;
	border-top: 1em solid #001d39;
	padding-top: .5em;
}

address {
	margin-left: 1.5em;
	color: #001d3a;
}


ul{
list-style-type: disc;
font:Helvetica,Arial,sans-serif;
font-size:1.2em;
margin-left:20px;
margin-top:-15px;
margin-bottom:15px;
}

.highlight {
background: yellow;
}
