/*This is the style sheet for Horizontal Navigation*/
/*These are the main colors:

*/

html{
margin:0px;
padding:0px;
}

body 
{
  background-image: url(graphics/bg.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #000000;
  text-align: center;
  font-size: .9em;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: .5em;
}

p 
{
  line-height: 1.1em;
  text-align: left;
  font-family: font-size: .9em;
  color: #000000;
  font-weight: normal;
}

a.textlink:link 
{
  color: #800000;
  text-decoration: underline;
  font-weight: normal;
}

a.textlink:visited 
{
  color: #800000;
  text-decoration: none;
  font-weight: normal;
}

a.textlink:active 
{
  color: white;
  text-decoration: none;
  font-weight: normal;
}

a.textlink:hover 
{
  color: red;
  text-decoration: underline;
  background-image: none;
  font-weight: normal;
}

a:link 
{
 color: blue;
}

a:visited 
{
  color: black;
}

a:hover 
{
  color: red; 
}

hr 
{
  text-align: center;
  width: 90%;
  color: #807000;
}

/* Horizontal Navigation */

#topnav 
{
	width: 100%;
		height: 1.5em;
	padding: 0 0 0 0;
  border-top: 1px dotted #6C6740;
	background-color: #7b7649;
  font-size: 1em;
	margin-top: 0em;
}

#topnav  ul
{
	margin-top: 0em;
	margin-bottom: auto;
		margin-left: auto;
	margin-right: auto;
	padding: .22em; 
	list-style: none;
	height: 1.2em;
	}

#topnav  ul li 
{
	height: 1.1em;
	list-style: none;
	display: inline;
	}

 #topnav li a 
 {
	  display: inline;
	  margin: 0 -2px 0 -2px;
		padding: 0em 0.7em 0em 0.7em;
    border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
   	border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		background-color: #7b7649;
		color: #fff;
		font-weight: 500;  
		text-decoration: none;
}

#topnav li a:hover 
{
	padding-top: 0.22em;
		border: 1px solid #7b7649;
		border-bottom: 3px solid #C2B36A;
		background-color: #999966;
		color: #660000;
}

#topnav li.here 
{ 
  margin: 0 2px 0 2px;
  background-color: #C2B36A;
  display: inline;
	padding: 0.22em 0.7em 0.5em 0.7em;
	border: 1px solid #C2B36A;
  }

/*Main Layout*/
table.layout 
{
  background-color: #7b7649;
  border: 1px solid #800000;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

td.header 
{
  vertical-align: middle;
  text-align: center;
}

td.header img 
{
  width: 720px;
  margin-top: .2em;
  margin-bottom: .1em;
  margin-right: auto;
  margin-left: auto;
}

td.navbar 
{
  text-align: center;
  vertical-align: top;
  background-color: #7b7649;
}

td.leadtext 
{
  text-align: center;
  background-color: #C2B36A;
  vertical-align: middle;
  padding-bottom: 1em;
  padding-top: .9em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.leadtext img 
{
  width: 650px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  margin-top: 1em;
  margin-bottom: .3em;
}

td.maintext 
{
  background-color: #C2B36A;
  text-align: left;
  vertical-align: top;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.maintext img 
{
  width: 350px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  margin: .6em;
}

td.maintext p 
{
  margin-top: .5em;
  margin-bottom: 1em;
}

td.maintext table 
{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: top;
}

/*Contact Info Layout*/
  
td.closetext 
{
  background-color: #C2B36A;
  text-align: left;
  vertical-align: bottom;
}

.name 
{
  line-height: 1.1em;
  text-align: center;
  font-family: Times New Roman, Times, Bookman Old Style, serif,;
  font-weight: bold;
  font-size: 1.6em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.email 
{
  line-height: .4em;
  text-align: center;
  font-size: .9em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.address 
{
  line-height: .4em;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: 1em;
}

.phone 
{
  line-height: .4em;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.contact 
{
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.footer 
{
  text-align: center;
  font-size: .6em;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 1px;
  margin-top: 2em;
}

/*HEADINGS*/
h1 
{
  font-style: italic;
  font-size: 1.2em;
  font-weight: bolder;
  margin-bottom: .3em;
}

td.leadtext h1 
{
  color: #800000;
  text-decoration: none;
  margin-bottom: .2em;
  font-style: none;
  font-size: 1.4em;
}

h2 
{
  text-decoration: none;
  text-align: center;
  font-size: 1.5em;
}

h3 
{
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
  font-weight: bolder;
}

h4 
{
  text-align: center;
  font-style: normal;
  font-size: 1.5em;
  font-weight: bolder;
}

h5 
{
  text-align: left;
  font-style: normal;
  font-size: 1.1em;
  font-weight: bolder;
}

