@charset "UTF-8";

body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FFAB47;
	text-decoration: underline;
}
a:active {
	color: #663366;
}


#container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg.gif);
} 

#header {
	height: 110px;
	background-image: url(../images/headerdat.jpg);
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	width: 760px;
	float: left;
} 
#nav {
	height: 30px;
}
#features {
	height: 210px;
}



#features_text {
	display: none;
}

#subfeatures_container {
	float: left;
	width: 370px;
	padding-bottom: 20px;
	background-color: #E8EADC;
}


#subfeatures {
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #E8EADC;
}


.subf_item {
	width: 340px;
	padding-bottom: 15px;
	float: left;
	background-color: #FFFFFF;
	border: 0.01pc solid #A92626;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	height: 30px;
	width: 750px;
	margin: 0px;
	padding: 5px;
}

.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 260px;
}
.subf_desc a {
	font-weight: bold;
	color: #A92626;
	text-decoration: none;
}

#videoplayer {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px;
}

#searchbox {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#btn_slideshow {
}

#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #454545;
	margin: 10px;
	padding: 5px;
	line-height: 1.1;
	margin-bottom: 20px;
}

#sidebar_blog a {
	color: #FEFE36;
	text-decoration: none;
	font-weight: bold;
}

#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#commnav {
	background-image: url(../subnav/bg_communities.jpg);
	height: 24px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#families_nav {
	background-image: url(../subnav/bg_families.jpg);
	height: 24px;
	padding-top: 6px;
	padding-left: 0px;
}
#treatmentnav {
	background-image: url(../subnav/bg_treatment.jpg);
	height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnavtext {
	padding-left: 20px;
}
#informationnav {
	background-image: url(../subnav/bg_info.jpg);
	height: 24px;
	padding-top: 6px;
}
#newsnav {
	background-image: url(../subnav/bg_news.jpg);
	height: 24px;
	padding-top: 6px;
}
#linksnav {
	background-image: url(../subnav/bg_links.jpg);
	height: 24px;
	padding-top: 6px;
}

#subnavspace {
}

#feature_photo {
	width: 711px;
	border: 0.01px ridge #FF00FF;
}
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 10px;
}
.fltrt {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#pagetext p {
	line-height: 1.6;
}


.headerimg {
	display: inline;
	margin-bottom: 10px;
}

#footer {
	padding: 2px; 
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#subnav {
	height: 24px;
	padding-top: 6px;
	background-repeat: repeat;
	padding-left: 20px;
}
#comm_subfeatures {
	background-color: #FF00F9;
	height: 24px;
	padding-top: 6px;
	color: #FFFFFF;
}
.familiesnav {
	background-image: url(../images/famfeaturebg.jpg);
	background-repeat: repeat;
}
.bg_comm {
	background-image: url(../images/commfeaturesbg.jpg);
	background-repeat: repeat;
}
.treatment {
	color: #FFFFFF;
	background-image: url(../images/bg_treatment.jpg);
	background-repeat: repeat;
}

#nav2 {
	height: 24px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFFFFF;
}
#nav2text {
	color: #FFFFFF;
}
