/* Template #1 CSS */

body
{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
/*  background: url(../images/bg.jpg) repeat-x top center #053405; */
  color: black;
  line-height: 105%;
  font-family: Arial, Helvetica, sans-serif;
}

img { border: 0; }
form { margin: 0px; padding: 0px; }
.clear { clear: both; }

#container { position: relative; width: 600px; margin: 0px auto; }
a { color: #40627d; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ----- HEADER & BANNER ----- */
#header { position: relative; width: 600px; height: 110px; }
#headerInfo 
{ 
  position: absolute; 
  top: 79px;
  right: 0px;
  width: 300px; 
  height: 28px; 
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
#town 
{ 
  position: absolute; 
  top: 0px;
  right: 0px;
  width: 330px; 
  height: 28px; 
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
#logo {
	position: absolute;
	top: 0px;
	vertical-align: middle;
	left: 0px;
	width: 247px;
	height: 176px;
/* 	background: url(../images/logo.jpg) no-repeat; */
	z-index: 2;
}
#logocenter {
	position: absolute;
	left: 20px;
	width: 216px;
}
#outer {height: 176px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; text-align: center; top: -50% } /* for explorer only */
/* optional: #inner[id] {position: static;} */


/* ----- NAV MENU ----- */
#nav { display: none; position: relative; width: 176px; }
#nav a
{
  display: block;
  width: 164px;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #578857;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
#nav a:hover { background: #8ebf8d; }
#navSpace
{
  width: 176px;
  height: 4px;
  background: #578857;
}
#navSpace1
{
  width: 176px;
  height: 18px;
  background: #578857;
}
#navBottom
{
	position: absolute;
	width: 176px;
	height: 12px;
	background-color: #578857;
}

/* ----- CONTENT ----- */
#content
{
	position: absolute;
	left: 23px;
	width: 703px;
	font-size: 11px;
	background-color: #FFFFFF;
}
#left
{
	position: absolute;
	left: 0px;
	width: 23px;
	display: none;
}
#right
{
	position: absolute;
	right: 0px;
	width: 176px;
	background-color: #578857;
}
#topDiv
{
	position: relative;
	width: 703px;
}
#content h1
{
  margin: 0px;
  padding: 4px 0px;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #053b05;
}
#content h2
{
  margin: 0px;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #053b05;
}
#contentTop
{
  position: relative;
  margin-top: 90px;
  float: left;
  padding-left: 24px;
  width: 340px;
}
#contentInterior
{
    position: relative;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#contentRight
{
  position: relative;
  margin-top: 24px;
  float: right;
  padding-right: 24px;
  width: 293px;
}
#bottomLeft
{
  position: relative;
  float: left;
  padding-top: 0px;
  padding-left: 24px;
  width: 420px;
}
#bottomRight
{
  position: relative;
  float: right;
  padding-top: 0px;
  padding-right: 24px;
  width: 180px;
}
#lineBg
{
	position: relative;
	width: 703px;
	background: url(http://www.tvaedsites.com/template_1/images/line_bg.gif) repeat-y;
}
#spacer
{
	position: relative;
	width: 703px;
	height: 10px;
	background-color: #ffffff;
}
#pics
{
  position: relative;
  float: right;
  padding-top: 0px;
  padding-left: 12px;
  padding-bottom: 10px;
}


/* ----- FOOTER ----- */
#footer
{
	position: relative;
	width: 703px;
	font-size: 11px;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
}
#footerText
{
  	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 6px;
	color: black;
	line-height: 130%;
}
#footer a { color: #40627d; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footerbar
{
	position: relative;
	width: 703px;
	height: 2px;
	background-color: #fff;
}

