#infoBox {
	padding: 5px;
	-moz-border-radius: 5px;
	color: white;
	background-color: #8C0B0C;
	margin: 5px 0 10px 0;
}

#information {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#infoBox a {
	color: white;
	text-decoration: none;
}

#sliceLeft, #sliceRight {
	float: left;
	width: 300px;
	margin-right: 20px;
	display: block;
	height: 245px;
	margin-bottom: 32px;
}

#sliceRight {
	margin-right: 0;
}

#sliceLeft select {
	width: 270px;
	margin: 0 15px 20px 15px;
}

.forAdults {
	margin-right: 28px;
	float: left;
}

#searchForm {
	background-image: url(/_templates/tone/images/bg_looking_for_somthing.png);
	background-repeat: no-repeat;
	height: 177px;
	padding-top: 30px;
}

#loginForm {
	background-image: url(bg_login.png);
	background-repeat: no-repeat;
	height: 207px;
}

#loginForm label {
	display: block;
	margin: 10px 0 0px 15px;
	font-size: 12px;
}

#loginForm input.text {
	background-color: #999;
	color: white;
	margin: 5px 15px;
	width: 260px;
	border: none;
	padding: 5px;
}

#loginForm ul, #loginForm li {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px;
	display: block;
	clear: both;
}

#loginForm ul {
	/*float: right;*/
	width: 250px;
	display: block;
	margin: 10px 15px 0 15px;
}

#loginForm a {
	color: #666;
	width: 250px;
	display: block;
	text-decoration: none;
}

#loginForm a:hover {
	text-decoration: underline;
}

#loginSubmit {
	float: right;
	margin: 10px 15px 0 0;
}

#loginForm a#loginCPSubmit {
	float: left;
	display: block;
	width: 130px;
	margin: 10px 0 0 15px;
}

#sliceMiddle {
	float: left;
	width: 260px;
	margin-right: 20px;
}

#squares {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	width: 464px;
}

#squares li {
	width: 202px;
	height: 200px;
	display: block;
	float: left;
	margin: 0 32px 32px 0;
}

#squares a {
	display: block;
	padding-top: 166px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 0 0;
}

#squares a span {
	padding: 5px;
	height: 24px;
	font-size: 20px;
	display: block;
	color: black;
	background-color: #ccc;
	opacity: 0.6;
	background-color: white;
}

#sqEvents a {
	background-image: url(sq_events.png);
}

li#sqHealthFitness {
	margin-right: 0;
}

#sqHealthFitness a {
	background-image: url(sq_health_fitness.png);
}

#sqMemberships a {
	background-image: url(sq_memberships.png);
}

#sqSwimskool a {
	background-image: url(sq_swimskool.png);	
}

#sqAbout a {
	padding-top: 62px;
	background-image: url(about_us.png);	
}

#sqCommunity a {
	padding-top: 62px;
	background-image: url(community.png);	
}

#squares li#sqAbout, #squares li#sqCommunity {
	height: 96px;
	margin-right: 0;
}

#squares li#sqAbout {
	margin-bottom: 8px;
}

#mainNews {
	float: right;
	width: 436px;
	margin: 30px 0 15px 0;
}

#mainNews ul, #mainNews li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNews li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 20px;
	background-color: transparent;
}

#mainNews li.more a {
	color: #333;
	text-align: right;
	font-weight: bold;
	padding: 7px 20px;
	background-color: #e1e1e1;
}

#mainNews li a:hover {
	background-color: #999;
	color: #fafafa;
}

#mainNews li {
	background-color: #f4f4f4;
	border-bottom: solid 1px #e1e1e1;
}

#mainNews li.more {
	border: none;
}

#mainNews li.odd {
	background-color: #ededed;
}