/*
File: Styles.css
Author: Joel Yoder
*/

/*--------------------BACKGROUNDS--------------------*/
.page
{
  background: #D4DADE;
}

body
{
  background: url("../Images/Site-Background.png") repeat-x top center;
  font-family: "Times New Roman", Times, Serif;
  font-weight: normal;
}

.page ul.tabs li a:hover dl,
.page ul.tabs li:hover dl
{
  background: #D4DADE;
}

.page
{
  background: url("../Images/Page-Background.png") repeat-x top #D4DADE;
}

/*--------------------TEXT--------------------*/
.page ul.tabs li a.tab
{
  padding: 0px 0px 6px 10px;
  text-decoration: none;
  line-height: 25px;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  border-style: hidden;
  border: 0px;
}

.page ul.tabs li a.tab:link
{
  color: #000000;
}

.page ul.tabs li a.tab:hover
{
  color: #FFFFFF;
  background: url("../Images/Navigation-On.png") repeat-x;
}

.page ul.tabs li a.tab:active
{
  color: #FFFFFF;
  background: url("../Images/Navigation-On.png") repeat-x;
}

.page ul.tabs li a.tab:visited
{
  color: #000000;
  background: url("../Images/Navigation-Off.png") repeat-x;
}

.page ul.tabs li a.tab:hover
{
  color: #FFFFFF;
  background: url("../Images/Navigation-On.png") repeat-x;
}

/* Title */

#Title
{
  background: #D4DADE url("../Images/Title.png") repeat-x top center;
}

#Title h1
{
  color: #1664DA;
  padding: 10px;
  font-family: Arial;
  font-size: 32px;
  font-weight: normal;
}

/* Footer */

#Footer
{
  line-height: 40px;
  background: url("../Images/Footer.png") repeat-x bottom #D4DADE;
  color: #777;
}

/*--------------------MISC. ELEMENTS--------------------*/

.h1
{
  font-size: 24px;
  font-family: Arial, Verdana, Sans;
  font-weight: bold;
  color: #1664DA;
}

h2
{
  font-size: 20px;
  font-family: Arial, Verdana, Sans;
  font-weight: normal;
  color: #1664DA;
}

h3
{
  font-size: 18px;
  font-family: Arial, Verdana, Sans;
  font-weight: bold;
  color: #1664DA;
}

h4
{
  font-size: 14px;
  font-family: Arial, Verdana, Sans;
  font-weight: bold;
  color: #1664DA;
}

a:link,
a:hover,
a:active,
a:visited
{
  text-decoration: none;
}

a:link
{
  color: #1664DA;
  border-bottom: #1664DA dashed 1px;
}

a:hover
{
  color: #000;
  border-bottom: #000 dashed 1px;
}

a:active
{
  color: #FFF;
  border-bottom: #FFF dashed 1px;
}

a:visited
{
  color: #1664DA;
  border-bottom: #1664DA dashed 1px;
}

a:hover
{
  color: #000;
  border-bottom: #000 dashed 1px;
}

img.left
{
  display: inline;
  float: left;
  padding-right: 5px;
}

img.right
{
  display: inline;
  float: right;
  padding-right: 5px;
}
