/*----------------------------------------------------------- HOMEPAGE STYLES */

#page {
  width: 765px;
}

#row1 {
	width: 765px;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
}
#flash_banner {
	width: 765px;
	height: 500px;
	background-color: #eee;
	position: absolute;
	z-index: 1;
	text-align: center;
}

#row2 {
  margin-bottom: 10px;
}
#row2 table, #row3 table {
	width: 765px;
}
#row2 table {
	height: 150px;
}
#row2 td div {
	width: 377px;
	height: 150px;
	background-color: #eee;
	overflow: hidden;
}
#row2 .col1 {
  text-align: left;
}
#row2 .col2 {
  text-align: right;
}

#row3 {
  margin-bottom: 10px;
}
#row3 table {
	height: 100px;
}
#row3 td {
	height: 100px;
}
#row3 td div {
	width: 247px;
	height: 100px;
	background-color: #eee;
	overflow: hidden;
}
#row2 .col1 {
  text-align: left;
}
#row2 .col3 {
  text-align: right;
}

#news {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 90;

	background: url( ../images/NewsBox.png ) no-repeat right top;

	font-size: 0.8em;
	font-family: "Franklin Gothic Book",  Helvetica, Arial, sans-serif;
}
#news-articles {
	display:none;
	width: 250px;
	list-style:none;
	margin: 20px 10px 0 0;
}
#news-articles li {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 2px;
}
#news-head {
	cursor: pointer;
	height: 20px;
}
#news-open img {
	margin-left: 10px;
}
#news-foot {
	text-align:right;
	background-color:#fff !important;
	padding: 0 !important;
	font-weight:bold;
}
