﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #71716F repeat-x;
	color: #000000;
	font: normal 1.1em Calibri, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}
	


/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #801927;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #800000;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}
h2{
	color: #666666;
	font: bold 1.2em "Times New Roman", Times, serif;
	text-align: left;
	font-style: italic;
}
h3{
	color: #800000;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align: left;
}

h4 {
	color: #666666;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-align: left;
}
h5 {
	border-bottom: 1px dashed #959595;
	color: #666666;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFFFCC;
}
h6 {
	color: #336600;
	font: bold .9em Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
.p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
.style5 {
	color: #FFFFFF;
}
.style4 {
	border: 4px solid #82021B;
	background-color: #000000;
}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	border: 5px solid #800000;
	background-image: url('../images/wrapper-pb.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 230px;}

#global {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	width: 890px;
	text-align: right;
	padding-right: 10px;
	color: #656565;
	height: 30px;
	font-size: 85%;}

#topnav {
	position: absolute;
	left: 60px;
	top: 150px;
	z-index: 1;
	width: 780px;
	text-align: center;
	color: #7F0316;
	height: 30px;
	font-size: 1em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
#topnav a {
	padding: 2px;
	border-style: solid;
	border-width: 2px 8px 2px 8px;
	border-color: #999999;
	color: #82021B;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#topnav a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #800219;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 1em;
	float: right;
	width: 240px;
	padding: 0 10px 0 10px;
	background-color: #FFFFCC;
	height: auto;
	overflow: visible;
}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;}

#content {
	float: right;
	width: 510px;
	line-height: 1.5em;
	padding: 0 60px 0 20px;
	height: auto;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	background: #ffffff url('../images/footer-pb.jpg') no-repeat;
	clear: both;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 60px;
}

#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}


