* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 100%;
	font-family: "Times New Roman", serif;
	background: #d5d5d5;
}

div.clr {
	clear: both;
}

div.container {
	background: white;
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

div.top {
	clear: both;
}

div.header {
	background: black url(assets/images/headers/home.jpg) top right no-repeat;
	height: 186px;
	border-bottom: 6px solid #0064fb;
}

div.header div.logo {
	background: url(assets/images/logo.gif) top left no-repeat;
	width: 184px;
	height: 186px;
	float: left;
}

div.header div.contact {
	float: right;
	margin: 155px 10px 10px 10px;
}

div.header div.contact a {
	padding: 3px 7px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	display: block;
	background: #0265f1;
}

div.header h1, h3 {
	display: none;
}

div.top div.nav {
	margin: 10px auto 20px auto;
	text-align: center;
	/* padding-left: 10px !important; */
	padding-left: 0;
}

div.top div.nav ul {
	list-style-type: none;
}

div.top div.nav ul li {
	display: inline;
}

div.top div.nav ul li a {
	display: block;
	float: left;	
	background: url(assets/images/nl.gif) top left no-repeat;
	/* padding: 5px 0 5px; */
	margin: 0 10px;
	font-size: 1.1em;
	text-decoration: none;
	color: white;
}

div.top div.nav ul li a:hover {
	background: url(assets/images/nlh.gif) top left no-repeat;
}

div.top div.nav ul li a span {
	background: url(assets/images/nr.gif) top right no-repeat;
	line-height: 30px;
	padding: 5px 38px;
}

div.top div.nav ul li a:hover span {
	background: url(/assets/images/nrh.gif) top right no-repeat;
}

div.top div.nav ul li.active a {
	background: url(assets/images/nlh.gif) top left no-repeat;
}

div.top div.nav ul li.active a span {
	background: url(assets/images/nrh.gif) top right no-repeat;
}

div.content {
	clear: both;
}

div.content p {
	margin-bottom: 15px;
	line-height: 1.1em;
	font-size: 0.8em;
	color: #333;
}

div.content h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #007cc2;
	margin-bottom: 15px;
}

div.content h3 {
	font-style: italic;
	color: #007cc2;
	font-size: 1.4em;
	font-weight: normal;
	display: block;
}

div.footer {
	background: #005cab;
	padding: 10px;
	margin-top: 25px;
	font-size: 0.8em;
	clear: both;
	color: white;
}

div.footer div.powered {
	float: right;
}

div.footer div.powered a {
	color: white;
	text-decoration: none;
}

div.footer div.powered a:hover {
	text-decoration: underline;
}

div.footer ul {
	list-style-type: none;
}

div.footer ul li {
	display: inline;
}

div.footer ul li a {
	color: white;
	text-decoration: none;
	padding: 0 10px;
}

div.footer ul li a:hover {
	text-decoration: underline;
}
