/* WE DON'T SERVE TEENS HOME PAGE STYLESHEET */

.hide{
	position: absolute;
	top:-1000px;
}

#header {
	height: 165px;
	background: #bdccce url(../images/family-lg.jpg) no-repeat top right;
	border-bottom: none;
}

#header h1,
#header p {
	margin: 0 150px 0 350px;
}

#header h1 {
	margin-top: 20px;
}


#content {
	padding: 15px 240px 15px 255px;
}

#tag {
	margin: 0;
	padding-top: 0em;
	font-family: Tahoma, Verdana, 'Lucida Grande', sans-serif;
	font-size: 16px;
}
/*These two styles are only temporary; remove when main index page replaces construction one.*/
#contentTemp {
	border-top: solid 0px #1a578f;
	padding: 15px 240px 15px 255px;
	background-color: #fdf4d8;
}
h1 {
	margin-top: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 20px;
	line-height: 1.25em;
	color: #036;
}
/*end of comment*/
#right-sidebar {
	position: absolute;
	width: 207px;
	top: 160px;
	right: 20px;
	font-size: 12px;
	font-weight: bold;
}

#help {
	background-color: transparent;
	background-image: none;
}

#help h1 {
	background: transparent url(../images/help-top-rt.gif) no-repeat top;
}

#help ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 15px;
	background: transparent url(../images/help-bottom-rt.gif) no-repeat bottom;
}



.space {
	margin-bottom: 20px;
}



ul#links {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #79aabb;
}

ul#links li {
	display: inline;
	margin: 0 5px 0 0;
	border-right: solid 1px black;
	padding-right: 5px;
}

ul#links li.last {
	border-right: none;
}

ul#links a {
	color: black;
}

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

ul#links a.espanol {
	color: #F6DD52;
}

