﻿* {
	padding: 0;
	margin: 0;
}

body {
	/*background-position: 0 25px;*/
	background-color: #0b0b0b;
	background-image: url('../images/frontPage/bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	outline-style: none;
}

#warningBox {
	width: 100%;
	height: 25px;
	color: #FFFFFF;
	background: #000000;
}

/*#updateBar {
	height: 20px;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
}*/

#container {
	margin: 0 auto;
	width: 970px;
	border-bottom: 25px #0b0b0b solid;
}

#theFlashTicker {
	height: 352px;
	position: relative;
	/*position: absolute;
	background-image: url('../images/frontPage/flashTickerPlaceholder.gif');*/
	background-repeat: no-repeat;
	z-index: 0;
}

#flashTicker {
	position: relative;
	/*z-index: 0;*/
}

#lifeStages {
	padding: 0;
	height: 250px;
	margin: 10px 0 0 0;
}

#lifeStages ul li {
	list-style: none;
	float: left;
}

a.lifeStage {
	float: left;
	width: 137px;
	height: 250px;
	margin-right: 2px;
	font-size: 0;
	text-decoration: none;

}

a.kids {
	width: 136px;
	margin-right: 1px;
	background:transparent url('../images/frontPage/kids.jpg') no-repeat 0px 0px;
}

a.kids:hover {
	background:transparent url('../images/frontPage/kids.jpg') no-repeat 0px -250px;
}

a.youth {
	background:transparent url('../images/frontPage/youth.jpg') no-repeat 0px 0px;
}

a.youth:hover {
	background:transparent url('../images/frontPage/youth.jpg') no-repeat 0px -250px;
}

a.college {
	background:transparent url('../images/frontPage/college.jpg') no-repeat 0px 0px;
}

a.college:hover {
	background:transparent url('../images/frontPage/college.jpg') no-repeat 0px -250px;
}

a.youngAdults {
	background:transparent url('../images/frontPage/youngAdults.jpg') no-repeat 0px 0px;
}

a.youngAdults:hover {
	background:transparent url('../images/frontPage/youngAdults.jpg') no-repeat 0px -250px;
}

a.men {
	background:transparent url('../images/frontPage/men.jpg') no-repeat 0px 0px;
}

a.men:hover {
	background:transparent url('../images/frontPage/men.jpg') no-repeat 0px -250px;
}

a.women {
	background:transparent url('../images/frontPage/women.jpg') no-repeat 0px 0px;
}

a.women:hover {
	background:transparent url('../images/frontPage/women.jpg') no-repeat 0px -250px;
}

a.seniors {
	margin-right: 0;
	background:transparent url('../images/frontPage/seniors.jpg') no-repeat 0px 0px;
}

a.seniors:hover {
	background:transparent url('../images/frontPage/seniors.jpg') no-repeat 0px -250px;
}

#footer {
/*	position: absolute;
	margin-top: 612px;*/
	color: #FFFFFF;
	font-size: 12px;
	padding: 15px 0 0 0;
	text-align:center;
}

#footerContent a:link, #footerContent a:visited, #footerContent a:hover, #footerContent a:active {
	color: #FFFFFF;
}


/*
#events li {
	background-color: #006699;
}*/
