@charset "utf-8";
/* homepage.css */

/***********************************************
  content: homepage
 ***********************************************/

body.homePage #mainImg {
  position: absolute; left: 0; top: 0;
}

body.homePage #content {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  width: 951px;
}


body.homePage #content h1 {
  margin-bottom: 0.2em;
}

#content #timeTemp, 
#content #latestNews {
	margin-top: 7px;
}

#content #timeTemp {
	float: left;
  margin-left: 0px;
  padding-left: 25px;
}
#content #timeTemp a {
	color: #000;
}	
#content #timeTemp a:hover {
	text-decoration: underline;
}	
#content #timeTemp table {
  width: 254px;
  border: none;
  line-height: 20px;
}
#content #timeTemp th {
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
}
#content #timeTemp td {
  font-weight: normal;
}
#content #timeTemp td.date {
  font-weight: normal;
}
#content #timeTemp td.time,
#content #timeTemp td.temp {
  font-weight: bold;
  color: #8F0000;
}
#content #latestNews {
	float: left;
	clear: none;
  width: 300px;
  margin-left: 27px;
  padding-bottom: 32px;
}

#content #latestNews p {
  margin: 8px 0 0 18px;
}
#content #latestNews h1 {
  margin-bottom: 10px;
}

#content #latestNews a {
	color: #000;
	text-decoration: none;
}

#content #companySpotlight {
  margin-left: 606px;
  width: 332px;
	text-align: right;
}

#content #companySpotlight p.logo {
	float: left;
  height: 53px;
  margin-top: 18px;
  border-right: 1px solid #305868;
  padding: 10px 20px 0 40px;
}
#content #companySpotlight #companyDescription {
  margin: 0px 10px 20px 180px;
  padding: 20px 0px 0px;
	text-align: left;

}
#content #companySpotlight #companyDescription h1 {
  margin-bottom: 0.4em;
}
#content #companySpotlight #companyDescription p {
  margin: 0.4em 0;
}
#content #companySpotlight #companyDescription p.learnMore {
  text-transform: uppercase;
  font-size: 10px;
}



