/* --- additional magic for home page --- */

a.home {					/* ad links */
	color: #faf8e0;
	text-decoration: none;
	}
a.home:visited {
	color: #faf8e0;
	text-decoration: none;
	}
a.home:hover {
	color: #FF6600;
	text-decoration: underline;
	}
a.home:active {
	color: #FF0000;
	text-decoration: underline;
	}

div.homeRow {
	color: #faf8e0;
	background: transparent ;
	font-size: 17px;
	position: relative;
	width: 905px;
	clear: both;
	}
div.homeAdPurple {
	background: #332f4b url('/images/layout/homebarpurple.gif') repeat-x ;
	float: left;
	position: relative;
	display: inline;
	width: 225px;
	height: 456px;
	}
div.homeAdGreen {
	background: #464262 url('/images/layout/homebargreen.gif') repeat-x ;
	float: left;
	position: relative;
	display: inline;
	width: 225px;
	height: 456px;
	}

div.homeAdHeader {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding-top: 9px;
	}
div.homeAdText {
	margin: 0;
	padding: 0 0.25em 0 1.25em;
	}
div.homeAdReadMore {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	}

div.homeFriends{
	background: #99BC9B url('/images/layout/homefriends.jpg');
	color: #000000;
	float: left;
	position: relative;
	display: inline;
	width: 450px;
	height: 456px;
	}
div.homeFriendsTop, div.homeFriendsBottom {
	position: absolute;
	left: 14px;
	width: 424px;
	text-align: center;
	}
div.homeFriendsTop {
	top: -1px;
	}
div.homeFriendsBottom {
	top: 229px;
	}

div.homeUpcoming {
	position: relative;
	width: 450px;
	height: 269px;
	clear: both;
	}
div.homeUpcomingEvent {
	position: absolute;
	top: 20px;
	color: #faf8e0;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	width: 75px;
	}
div.homeUpcomingReadMore {
	position: absolute;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	top: 202px;
	width: 75px;
	}


