﻿/*  This CSS file formats the font-familys, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
	background-color: #414e59;
	color: #414e59;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

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  */
.sidebarcaption {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:medium;
	color: #336699;

	}

a {
	color: #6e7a84;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #000066;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

/*  The items below set the properties for the font-familys, 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: #414e59;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	line-height: normal;
}
h2{
	color: #414e59;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

h3{
	color: #414e59;
	font-family: normal 20px Calibri, Arial, Helvetica, sans-serif;
	text-align: left;}

h4 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font-family: bold 16px Calibri, Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-color: #959595;
	border-top-width: medium;
	border-bottom-width: 1px;
}

h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font-family: bold 16px Calibri, Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #414e59;
	font-family: bold 14px Calibri, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

.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 {
	background-position: inherit;
	border-style: none;
	width: 900px;
	height: auto;
	text-align: left;
	border-right: 3px double #959595;
	border-bottom: 3px double #959595;
	border-left: 3px double #959595;
	margin: 0 auto;
	background-image: url('images/bkgd_tile.gif');
	background-repeat: repeat-y;
	background-attachment: inherit;
}

/*  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 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	position: relative;
	width: 900px;
	height: 170px;}

#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%;}
	
/*  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 {
	border-style: solid none dotted none;
	border-color: #003366 #336699 #808080 #336699;
	border-width: medium;
	font-size: 90%;
	float: left;
	width: 210px;
	padding: 10px 10px 5px 10px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;
	
	}

#content {
	border-style: dotted none none none;
	border-width: medium;
	border-color: #808080;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	float: right;
	width: 640px;
	line-height: 1.1em;
	padding: 15px 10px 10px 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	background-position: center top;
	clear: both;
	border-top: 3px double #959595;
	padding: 155px 0 20px 0;
	text-align: center;
	line-height: normal;
	font-size: small;
	height: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url('images/bottomimage.jpg');
	clip: rect(auto, auto, auto, auto);
	overflow: auto;
	border-top-style: dotted;
	border-top-color: #808080;
}

#footer a {
	font-weight: normal;}
.style1 {
	list-style-type: circle;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.sidebarbios {
	text-decoration: none;
}
.style7 {
	text-align: justify;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.style8 {
	border-style: solid;
	border-width: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.style9 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.style1 {
	list-style-type: circle;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
	
#footer a:hover {
	font-weight: normal;
}
.style1 {
	list-style-type: circle;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.footer {
	text-decoration: none;
}
.style5 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.style7 {
	text-align: justify;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
}

.services {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: medium;
	border: thin dotted #000080;
}
.serviceslink {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #414030;
	text-decoration: underline overline;
}

