﻿/*** 
   Overall Page 
***/

body {
  font: verdana, arial, sans-serif;
  background-color: #FFFFFF;
}

/*** 
   Header Section 
***/

#header {
	height: 3em;
}

#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header .sitemap {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #ffffff; 
}

/*** 
    Navigation 
***/

#tabs{
  height: 31px;
  background: url(../images/grayTab.png) 0px 30px repeat-x;
  width: 100%;
  position: relative;
  display: block;
}

.tab{
  height: 31px;
  font-size: 11px;
  font-family: Tahoma, "Arial Narrow" , sans-serif;
  font-weight: bold;
  display: inline;
  margin-right: 10px;
}

.tabLeft{
  height: 31px;
  width: 6px;
  background: url(../images/grayTab.png) -400px -32px no-repeat;
  float: left;
  margin-left: 10px;
}

.tabMiddle{
  height: 23px;
  float: left;
  background: url(../images/grayTab.png) 0 -32px no-repeat;
  white-space: normal;
  padding-top: 8px;
}

.tabRight{
  height: 31px;
  width: 6px;
  background: url(../images/grayTab.png) -406px -32px no-repeat;
  float: left;
}

.active .tabLeft{
  background-position: -406px -1px;
}

.active .tabMiddle{
  background-position: 0 -1px;
  padding: 8px 10px 0 10px;
}

.active .tabRight{
  background-position: -400px -1px;
}

.tab a:link, a:visited{
  color: #FFFFFF;
  text-decoration: none;
  height: 21px;
  padding: 10px;
}

.tab a:hover{
  color: #FFFFFF;
  text-decoration: underline;
  height: 21px;
  padding: 10px;
}

.active .tabMiddle a{
  color: #000000;
  text-decoration: none;
  height: 21px;
  padding: 10px;
}

.active .tabMiddle a:hover{
  color: #000000;
  text-decoration: none;
  height: 21px;
  padding: 10px;
}


/*** 
    Main Content 
***/
#content {
  border: 1px solid #000000;
  border-top: none;
  padding: 10px 5px 6px 5px;
}

#content h1 {
  font-size: 1.2em;
  color: #000000;
  background-color: transparent;
}


/*** 
   Footer 
***/

#footer {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 100%; 	
	height: 1.5em;
	background-color: #0080C0;
	color: #FFFFFF;
	border-top: #65B1B1;
	text-align: center;
}

#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}
