﻿@import url("layout.css"); /* comments */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f1e7d3; /* background to match image's color */;
	background-image: url("../images/paperbackground.gif");
	background-repeat: repeat;
	width: 840px;
}
#container {
	width: 800px;
	margin: 10px auto;
    background-color: #f1e7d3;
}
#masthead {
    clear: both;
    position: relative;
	float: left; 
	width: 798px;
	background-color: #f1e7d3;
}
#navigation {
    clear: both;
    position: relative;
	float: left; 
	width: 100px; /* in the template, this was 148px; */
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #f1e7d3;	
	
}
#content {
	float: left; 
	width: 640px;  /*in the template, this was 516px; */
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 10px;
	margin-right: 1px;
	padding: 5px;
	padding-top: 1px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: left;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1e7d3;
}
/* Classes for floating and images */
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
img{
	border-style: none;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
    margin-left: 110px;
    margin-top: 1px;
	margin-bottom: 1px;
    clear: right;
}
#masthead h3 {
	color: #5f8ea9;
    margin-left: 110px;
    margin-top: 1px;
	margin-bottom: 1px;
    clear: right;
}
#bannerNav{
	float: right;
    margin-right: 15px;
}
#masthead p{
    margin-top: 0px;
	margin-bottom: 1px;
	font-weight: bold;
}    
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
    background-color: #f1e7d3;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #f1e7d3;
	background-color: #f1e7d3;
	font-weight: bold;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #f1e7d3;
	background-color: #f1e7d3;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}

#navWrapper{
    clear: both;
    position: relative;
	float: left;
/*	background: url url('../images/bg_f1e7d3_148by20.gif') repeat-y left top; */
	background-color: #f1e7d3;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
	margin-top: 1px;
	margin-bottom: 8px;
    padding: 0;
}

#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content p{
	margin-top: 1px;
	margin-bottom: 8px;
    padding: 0;
}
#content a{
	font-weight: bold
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 1px;
	margin-bottom: 1px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: none; /* underline; */
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Easy clearing method  - CSS Missing Manual p295 */
.clear:after {	
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}
.clear {	
	min-height: 1px;
}
* html .clear {
	height: 1px;
}