/* Homepage panels */
#main {
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 724px;
}
#panelwrapper {
	overflow: hidden;
	width: 6590px;
	background: transparent;
}
.panel {
	height: 340px;
	width: 714px;
	padding: 5px;
	margin: 0 5px 0 0;
	float: left;
}
.panel.panel1 { background: url('../img/gi_1_1_724_350.jpg') no-repeat; }
.panel.panel2 { background: url('../img/gi_1_2_724_350.jpg') no-repeat; }
.panel.panel3 { background: url('../img/gi_1_3_724_350.jpg') no-repeat; }
.panel.panel4 { background: url('../img/gi_1_4_724_350.jpg') no-repeat; }
.panel.panel5 { background: url('../img/gi_1_5_724_350.jpg') no-repeat; }
/* Panel Buttons */
.panelbuttons {
	height: 20px;
	position: absolute;
	top: 328px;
	right: 0;
}
.panelbtn {
	border: 1px solid Silver;
	width: 16px;
	background-color: transparent;
	display: block;
	float: right;
	margin-right: 4px;
}
a.panelbtn {
	text-decoration: none;
	background-color: White;
}
a.panelbtn:hover {
	background-color: #A224A4;
}
.panelbtn.active {
	border: 1px solid Black;
	background-color: #A224A4;
}
.quarter {
	padding: 5px;
	width: 165px;
}	
/* Quarter Backgrounds */
.quarter.quarter1 { background: url('../img/gi_1_6_175_130.jpg') no-repeat; }
.quarter.quarter2 { background: url('../img/gi_1_7_175_130.jpg') no-repeat; }
.quarter.quarter3 { background: url('../img/gi_1_8_175_130.jpg') no-repeat; }
.quarter.quarter4 { background: url('../img/gi_1_9_175_130.jpg') no-repeat; 	margin-right: 0; }
/* News Ticker */
#news {
	height: 20px;
	line-height: 20px;
	padding: 5px;
	overflow: hidden;
	margin: 5px 0 0 0;
}
#news a {
	text-decoration: none;
}
#newscaption {
	float: left;
	width: 110px;
	font-weight: bold;
}
#newsitems {
	float: left;
	width: 590px;
	overflow: hidden;
}
ul.latestnews {
	margin: 0;
	padding: 0;
}
ul.latestnews li {
	list-style-type: none;
}