* {
  margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
  background: white;
	color:#630;
	font:67.5%/100% sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-250px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	min-height:500px;
	width:900px;
	clear:left;
	border: 1px solid silver;
	background: white;
}

#container_homevideo {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	min-height:500px;
	width:900px;
	clear:left;
	border: 1px solid silver;
	background: #111 url(../images/homepagebg.jpg) no-repeat center center;
}

/*#container2 {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
/*	min-height:500px;
	width:900px;
	clear:left;
	border: 1px solid silver;
	background: #EFEFEF url(../images/portalbg.jpg) no-repeat;
}*/

/*#container div, #container2 div {
	font-size:0.8em;
	float:right;
	width:17em;
	margin-left:2em;
}*/

#homevideoarea{
  width: 800px;
  height: 400px;
  background: black url(../images/portalbg.jpg) no-repeat;
  margin: 0px 50px;
}

#homenav{
 float: left;
 width: 780px;
 color: white;
 text-align: left;
 padding: 5px 10px;
 border-bottom: 1px solid white;
}

#homenav ul{
  margin: 0px;
  padding: 0px 2px;
}

#homenav li{
  display: inline;
  color: white;
  font: 0.8em/1.4em Verdana, sans-serif;
  text-transform: uppercase;
  border-right: 1px solid white;
  padding: 0px 8px;
}

#homenav a:link, #homenav a:visited{
  color: white;
  text-decoration: none;
}

#homenav a:hover, #homenav a:visited:hover{
  color: white;
  text-decoration: underline;
}

#homenav li.linknoborder{
  border-right: 0px;
}

#homecontentarea{
  float: left;
  width: 380px;
  height: 300px;
  text-align: left;
  margin-top: 20px;
  padding: 0px 20px 20px 20px;
  overflow: auto;
}

#homecontentarea h2{
  font: 1.4em/1.4em Arial, Helvetica, sans-serif;
  color: red;
}

#homecontentarea p{
  font: 1.1em/1.6em Verdana, sans-serif;
  color: white;
  margin: 8px 0px;
}

#homecontentarea li{
  font: 1.1em/1.6em Verdana, sans-serif;
  color: white;
  margin: 8px 0px;
  list-style: none outside;
}

#homelinks{
  float: left;
  width: 360px;
  min-height: 320px;
  /*padding: 20px 10px 20px 20px;*/
  padding: 20px 0px 0px 20px;
}

#homelinks img{
  float: left;
  /*width: 210px;*/
  width: 147px;
  /*height: 70px;*/
  height: 49px;
  /*margin: 5px;*/
  margin: 0px 0px 20px 20px;
  border: 1px solid silver;
}

#homelinks a:link img, #homelinks a:visited img{
  border: 1px solid silver;
}

#homelinks a:hover img, #homelinks a:visited:hover img{
  border: 1px solid red;
}

#homefooter{
 clear: left;
 width: 800px;
 min-height: 40px;
 text-align: center;
}

#homefooter p{
  font: 0.9em/1em Arial, Helvetica, sans-serif;
  color: #336699;
  margin-top: 20px;
  text-transform: uppercase;
}

#homefooter p a:link, #homefooter p a:visited{
  color: #336699;
  text-decoration: none;
}

#homefooter p a:hover, #homefooter p a:visited:hover{
  color: #336699;
  text-decoration: underline;
}
			
h1{
  display:none;
}
    
h2{
  font-size: 100%;
  color: black; 
}
      
p{
  font-size: 0.8em;
  line-height: 1em;
  color: white;
}

p.indextelephone{
  clear: both;
  font-size: 2.4em;
  background: none;
  color: red;
  padding: 5px 0px;
}

.textright{
  text-align: right;
  color: white;
}

input, textarea{
  width: 250px;
  margin: 2px 0px;
}

em{
  font-weight: bold;
  font-style: normal;
  color: red;
  font-family: Arial, Helvetica, sans-serif;
}

#homefooter p.site_entry{
  font-size: 1.6em;
  line-height: 1.4em;
}
