@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 840px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainContent img {
	border:0;
}
.oneColElsCtr #mainContent #iconRow {
	width: 840px;
	margin:60px auto 30px auto;
	
}
.oneColElsCtr #mainContent #iconRow div.icon {
	float:left;
	width:173px;
	margin:0 37px 0 0;
}
div.iconLabel a, div.iconLabel a:link, div.iconLabel a:visited {
	display:block;
}

div.iconLabel img {
	width:100%;
	height100%;
	border:0;
}
.oneColElsCtr #mainContent #iconRow div.icon div.iconLabel a:hover img {
	visibility:hidden;
}
.oneColElsCtr #mainContent #iconRow div.icon #familiesLabel {
	height: 63px;
	width: 101px;
	margin:0 26px;
	padding:0;
	background-image:url('../images/shapeimage_1_rollover_0.png');
}
.oneColElsCtr #mainContent #iconRow div.icon #couplesLabel {
	height: 63px;
	width: 95px;
	margin:0 32px;
	padding:0;
	background-image:url("../images/shapeimage_2_rollover_0.png");
}
.oneColElsCtr #mainContent #iconRow div.icon #justmeLabel {
	height: 63px;
	width: 101px;
	margin:0 26px;
	padding:0;
	background-image:url("../images/shapeimage_3_rollover_0.png");
}
.oneColElsCtr #mainContent #iconRow div.icon #kidsLabel {
	height: 63px;
	width: 53px;
	margin:0 56px;
	padding:0;
	background-image:url("../images/shapeimage_4_rollover_0.png");
}
.oneColElsCtr #mainContent #iconRow div.icon div.columnContent {
	margin: 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
}
.oneColElsCtr #mainContent #siteMap,  .oneColElsCtr #footer {
	width:840px;
	margin:30px auto 10px auto;
	padding: 5px 0;
	font-size:10px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#666666;
}
.oneColElsCtr #mainContent #siteMap a,  .oneColElsCtr #footer a {
	text-decoration:none;
	color:#666666;
}
.oneColElsCtr #mainContent #siteMap a:hover,  .oneColElsCtr #footer a:hover {
	text-decoration:underline;
	color:#333333;
}
.oneColElsCtr #footer {
	margin-top:10px;
	border:0;
}