/* Template #4 CSS */

body
{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  color: black;
  line-height: 105%;
  font-family: Helvetica, Arial, sans-serif;
}

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

#container { position: relative; width: 600px;  }
#containerContent { position: relative; width: 600px; }
a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ----- HEADER & BANNER ----- */
#header { position: relative; width: 903px; height: 110px; }
#headerInfo 
{ 
  position: absolute; 
  top: 79px;
  right: 336px;
  width: 300px; 
  height: 28px; 
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
#town 
{ 
  position: absolute; 
  top: 79px;
  right: 00px;
  width: 330px; 
  height: 28px; 
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}



/* ----- CONTENT ----- */
#logo
{
	position: absolute;
	left: 0px;
	top: 25px;
	width: 287px;
	height: 197px;
	z-index: 3;
/*     background: url(../images/logo_spot.jpg) no-repeat; */
}
#outer {height: 197px; width: 285px; 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;} */
.style2 {
	color: black;
	font-size: 100%;
}
#pic
{
	position: absolute;
	right: 0px;
	top: 22px;
	width: 290px;
	height: 197px;
/* 	background: url(../images/photo_right.jpg) no-repeat; */
	z-index: 3;
}
#pic2
{
	position: relative;
	float: left;
	padding-right: 16px;
	padding-bottom: 12px;
}
#main
{
	position: relative;
	float: left;
	width: 562px;
}
#content
{
	position: relative;
	width: 562px;
	background-color: #ffffff;
	margin-bottom: 2px;
}
#chamber
{
	position: relative;
	margin-left: 286px;
	padding-top: 5px;
	font-size: 150%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#name
{
	position: relative;
	margin-left: 286px;
	width: 322px;
	height: 21px;
	margin-top: 3px;
	padding-left: 6px;
	padding-top: 3px;
/* 	background-color: #002f5d; */
	font-size: 150%;
	color: black;
    font-family: Arial, Helvetica, sans-serif;
}
#navBoxes
{
	display: none;
	position: absolute;
	left: 286px;
	top: 58px;
	width: 328px;
	height: 154px;
	font-size: 100%;
    color: #fbeec5;
	line-height: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
}
#navBoxes a
{
    display: block;
    float: left;
    height: 32px;
	width: 108px;
  	background-color: #015fa6;
	margin-bottom: 2px;
	margin-right: 2px;
	padding-top: 5px;
    text-decoration: none;
	text-align: center;
}
#navBoxes a:hover { background: #015092; }
.style1
{
  margin: 0px;
  padding: 14px 0px;
  font-size: 150%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
#contentTop
{
  position: relative;
  margin-top: 0px;
  height: 226px;
  width: 901px;
}
#contentBottom
{
  position: relative;
  margin-top: 0px;
  width: 901px;
  min-height: 357px;   	
  height: auto !important;
  height: 357px;
/*   background: url(../images/home_bg.jpg) repeat-y; */
}
#colInterior
{
  position: relative;
  float: left;
  margin-left: 0px;
  padding-top: 0px;
  width: 837px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  color: black;
  font-size: 100%;
/*   background: url(../images/gradient.jpg) repeat-x #001E46; */
}
#col1
{
  position: relative;
  float: left;
  margin-left: 0px;
  padding-top: 0px;
  width: 286px;
  min-height: 360px;
/*   background: url(../images/gradient.jpg) repeat-x; */
}
#col2
{
  position: absolute;
  left: 306px;
  padding-top: 0px;
  width: 286px;
  min-height: 360px;
/*   background: url(../images/gradient.jpg) repeat-x; */
}
#col3
{
  position: relative;
  margin-left: 10px;
  margin-right: 0px;
  float: right;
  padding-top: 0px;
  width: 286px;
  min-height: 360px;
/*   background: url(../images/gradient.jpg) repeat-x; */
}
.colPad
{
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  color: black;
  line-height: 1.0em;
  font-size: 100%;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
#colPad2
{
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 30px;
  margin-top: 230px;
  color: black;
  line-height: 1.0em;
  font-size: 100%;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
#colPad3
{
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  line-height: 01.0em;
  color: black;
  font-size: 100%;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
#footer 
{ 
	position: relative; 
	width: 869px;
	padding-left: 32px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 25px;
	margin-right: 28px; 
    margin-top: 3px; 
    background-color: #fff; 
    color: black;
}
#footer a { color: black; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footerbar
{
	position: relative;
	width: 703px;
	height: 2px;
	background-color: #fff;
}
#map
{
  position: absolute;
  width: 231px;
  height: 207px;
  top: 30px;
  left: 27px;
  background: url(http://www.tvaedsites.com/template_4/images/map.gif) no-repeat;
}
