/* ---- NOTE: THESE STYLES ONLY APPLY TO THE HOMEPAGE --- */





#homepage-container {
	position: absolute;
	left: 175px;
	top: 99px;
	width: 586px;
}

/* ----------- STYLES FOR SCROLLING NEWS BAR -----------*/

#scrolling-news {
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 565px;
	padding: 0 10px 10px 10px;
}

#scrolling-news ul {
	margin: 10px 0 0 0;	
}

#scrolling-news li {
	display:inline;
	list-style: none;
}


#scrolling-news a {
	font-size: 13px;
	color: #cc3300;
	text-decoration: none;
}

/* ----------- STYLES FOR FIRST COLUMN ------------- */

#first-column {
	position: absolute;
	left: 0px;
	top: 405px;
	width: 193px;
	padding: 0 0 0 10px;
	background-color: white;
}

* html body #first-column {
	top: 405px;
}


/* ----------- STYLES FOR SECOND COLUMN ------------- */

#second-column {
	position: absolute;
	left: 205px;
	top: 405px;
	width: 193px;
	padding: 0 5px 0 0px;
	background-color: white;
}

* html body #second-column {
	top: 405px;
}

/* ----------- STYLES FOR THIRD COLUMN ------------- */

#third-column {
	position: absolute;
	left: 400px;
	top: 405px;
	width: 175px;
	padding: 0 10px 0 0px;
	background-color: white;
	z-index: 5;
}

* html body #third-column {
	top: 405px;
}



/* ---------- HOMEPAGE TEXT FORMATTING ----------- */

h1 {
	font-weight: 100;
	color: #cc3300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	padding-right: 20px;
}

h2 {
	font-weight: 100;
	color: #cc3300;
	font-size: 125%;
	line-height: 18px;
}

p {
	padding-right: 20px;
}

ul {
	margin: 0 0 0 0px;
	padding: 0px;
}

li {
	color: #cc3300;
	list-style: none;
}

a {
	color: #cc3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}







