@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../../images/clientspecific/tile.jpg) repeat-y #000990;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #000990;}
a:hover{color: #ed1c24;}
a:visited{color: #000990;}

#clearfix {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 1000px;
}

#header {
	height: 100px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
}

#navbar {
	width: 197px;
	float: left;
}

#navbar a {
	display: block;
	width: 197px;
	height: 26px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	background: url(../../images/clientspecific/nav.jpg) left top no-repeat;
}

#navbar a:hover, #navbar .selected {
	background: url(../../images/clientspecific/nav.jpg) left bottom no-repeat;
}

#maincontent {
	width: 775px;
	float: right;
	padding-right: 15px;
}

h1 {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 2.3em;
}

.blue {
	color: #000990;
}

.red {
	color: #fd0200;
}

h2 {
	color: #000990;
}

#information {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.7em;
}

#jesse {
	font-size: 1.5em;
}

#copyright, #ht-signature {
	margin: 30px 0;
	width: 40%;
	font-size: .8em;
}

#copyright {
	float: left;
}

#ht-signature {
	float: right;
	text-align: right;
}