/* style sheet. Note that links in any class can not be separated by commas */
/* for example, div.nav a:hover, a:active - IE igonres them so separate all link categories */
/* 10/26/07 cshang Added height for div.desc to enforce a 2 line size
/* page bkgrd */
html {
  background-color:#9CBaD6;
  margin-bottom:-10px;
}
a:link {
	color:#9D5E3D;
	text-decoration:underline;
	font-family:Tahoma, Arial, Helvetica;
	font-weight:bold;
	font-size:12px;
}
a:visited {
	color:#9D5E3D;
	text-decoration:underline;
	font-family:Tahoma, Arial, Helvetica;
	font-weight:bold;
	font-size:12px;
}
a:hover {
	color:#E5A75A; 
	text-decoration:underline; 
	font-family:Tahoma, Arial, Helvetica;
	font-weight:bold; 
	font-size:12px;
}
a:active {
	color:#E5A75A; 
	text-decoration:underline; 
	font-family:Tahoma, Arial, Helvetica;
	font-weight:bold; 
	font-size:12px;
}
p {
  font-family:Verdana, sans-serif;
  font-size:12px;
  color:#000000;
}
h1 {
  font-family: Script MT Bold,Garamond, Helvetica; 
  letter-spacing:2px;
  font-weight:bold;
  color:#000000;
  margin-top:0px;
}
h2 {
  font-family: Script MT Bold, Garamond, Helvetica; 
  font-size:18px;
  font-weight:bold;
  color:#000000;
  letter-spacing:2px;
  padding-top: 0px;
  margin-top:0px;
  text-align:left;
}
h3 {
  font-family: Garamond, Helvetica; 
  font-size:14px;
  font-weight:normal;
  letter-spacing:2px;
  color:#BA8748;
  }
ul {
	text-align: left;
}
li {
	text-align: left;
	padding-left: 5px;
	white-space: wrap;
}
/* wrap=actual web-site dimenstions and specs */  
.wrap {
  width:800px;
  margin:0px auto;
  background-color:#9CBaD6;
}
/* top=logo area dimenstions and specs */  
.top {
  background-color:#9CBaD6;
  background-image:url('images/OvalLogo.gif');
  background-repeat: no-repeat;
  width:100%;
  height:120px;
  }
.top p {
	margin-top:70px;
	color: #232020;
	font-family:"Times New Roman", Garamond, Helvetica; 
	font-weight:bold; 
	font-size:14px;
  	text-align:center;
}
/* nav=navigation area dimenstions and specs */    
div.nav {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom:5px;
  border-bottom: 2px solid #000000;
  text-align:center;
  width:100%;
}
div.nav a:link {
	color:#000000;
	text-decoration:none;
	font-family:Calibri;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
}
div.nav a:visited {
	color:#000000;
	text-decoration:none;
	font-family:Calibri;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
}
div.nav a:hover, a:active {
	color:#666666; 
	font-family:Calibri;
	text-decoration:none; 
	font-weight:bold; 
	font-size:14px;
	letter-spacing:2px;
}

.pgbtm {
/*  float:right; */
  width:780px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  }

.pgbtmleft {
  float:left;
  width:120px;
  border: none;
  margin-left: 15px;
}
.hzmarque {
  background-color:#FFFFFF;
  width:500px;
  height:20px;
  border: 1px solid #006544;
  text-align:center;
  padding: 3px;
}

.vtmarque {
  background-color:#FFFFFF;
  width:100px;
  height:50px;
  border: 1px solid #006544;
  text-align:center;
  padding: 3px;
  margin-top: 5px;
}

img#pix {
margin:5px 10px 5px 10px; 
border:2px solid #BA8647;
text-align:center;
}
img#pixsmall {
width:150px;
margin:5px 0 5px 20px;
padding:5px;
border:2px solid #006544;
text-align:center;
}
img#pixlarge {
width:210px;
margin:5px 0px 5px 20px;
padding:5px;
border:none;
border:2px solid #006544;
text-align:center;
}

/* definitions for picture gallery */
div.img
  {
  margin: 2px;
  border: 1px solid #BA8748;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  height: 90px;
  width:135px;
  border: none;
  }
div.img a:link
  {
  font-size:10px;
  text-align: center;
  }
div.img a:active
  {
  font-size:10px;
  text-align: center;
  }
div.img a:hover
  {
  font-size:10px;
  text-align: center;
  }
div.img a:visited
  {
  font-size:10px;
  text-align: center;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  font-size:13px;
  width: 135px;
  margin: 2px;
  height: 30px;
  }
  
/* Definitions for footer */
div.footer {
width:100%;
margin-top:5px;
color:#000000; 
border-top: 2px solid #000000;
padding-top: 5px;
font-size:10px;
}
div.footer a:link {
text-decoration:underline; 
font-family:Tahoma, Arial, Helvetica; 
}
div.footer a:visited {
text-decoration:underline; 
font-family:Tahoma, Arial, Helvetica; 
}
div.footer a:hover {
text-decoration:underline; 
font-family:Tahoma, Arial, Helvetica; 
}
div.footer a:active {
text-decoration:underline; 
font-family:Tahoma, Arial, Helvetica; 
}