/* lclgrpb layout */

#container
{
	background: #002841;
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	width: 882px;
}

.clear {clear: both;}

#content
{
	background: #f4ebe2;
	padding: 2%;
	float: right;
	width: 76%;
}

#nav a:hover {text-decoration: underline;}

#nav a
{
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
}

#nav li
{
	list-style: none;
	margin: 0 0 1em 0;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav
{
	float: left;
	padding: 0;
	margin: 2% 0 0 3%;
	width: 17%;
}

#title
{
	color: #fff;
	height: 198px;
	position: relative;
}

#title-overlay
{
	background: transparent url(../img/header.jpg) no-repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	top: 0;
}

a {color: #000;}

h1, h2
{
	font-weight: normal;
	color: #003471;
}

h1
{
	font-size: 2em;
	margin: 0 0 .5em 0;
}

h2
{
	font-size: 1.2em;
	margin: 0 0 .75em 0;
}

h3 {font-size: 1em;}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

body, html
{
	margin: 0;
	padding: 0;
}

html
{
	background: #c69c6c;
	font: 1em sans-serif;
}
