/**********************************************************
HTML STYLES
**********************************************************/
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #395A88;
	background: #e9e9e9 url(images/nav-content-bg.jpg) repeat-y center center;
	text-align: center;
}
html, 
body, 
#container {
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
html>body, 
html>body #container {
	height: auto;
}
a {
	color: #146716;
}
a:hover {
	color: #003333;
}
h1 {
	font-size: 28px;
	margin: 0;
	padding: .3em .5em;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	margin: 0;
	padding: .3em .5em .1em .5em;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	margin: 0;
	padding: .3em .5em .1em .5em;
	font-weight: normal;
}
img {
	border: none;
}
li {
	padding: 5px;
	text-align: justify;
}
p {
	margin: 0;
	padding: .5em 1em;
}
p img {
	padding: 10px;
}

/**********************************************************
LAYOUT STYLES
**********************************************************/
.spruce-left {
	float: left;
	padding: 10px;
}
.spruce-right {
	float: right;
	padding: 10px;
}
.testimonial {
	padding: 10px 30px;
}
.testimonial span {
	color: #666666;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}

/**********************************************************
LAYOUT STYLES
**********************************************************/
#container {
	position: absolute;
    top: 0;
	left: 0;
}
.containerBar {
	width: 100%;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	height: 8px;
	background: #3f6598;
}
#header {
	width: 100%;
	background: url(images/nav-bg.jpg) repeat-x;
	height: 150px;
}
* html #header {
	background-position: 0px 8px;
}
#logo {
	width: 100%;
	height: 110px;
	overflow: hidden;
}
#menu {
	height: 50px;
	overflow: hidden;
	font-size: 16px;
}
#menu p {
	padding: 5px 0 0 0;
	margin: 0;
}
#menu a {
	color: #1d457a;
	padding: 0 20px;
	text-decoration: none;
}
#menu a:hover {
	color: #091526;
}
#contentContainer {
	width: 100%;
	text-align: center;
	background: url(images/nav-contentContainer-bg.jpg) repeat-x;
	height: auto;
}
* html #contentContainer {
	margin: -20px 0 0 0;
}
#content {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	min-height: 500px;
	padding: 0 10px 90px 10px;
}
#content p {
	text-align: justify;
}
#content h1 {
	background: url(images/h1-bg.jpg) left bottom no-repeat;
	margin: 0 0 15px 0;
	padding: .7em .2em .5em .8em;
}
#footerContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #3f6598;
	border-top: solid 1px #FFFFFF;
}	
#footer {
	width: 778px;
	margin: 0 auto;
	color: #2e2e2e;
	background: #e9e9e9;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	font-size: 10px;
	padding: 10px 0;
}
#footer a {
	color: #1d457a;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none;
}
#footer a:hover {
	color: #091526;
}
