@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFC;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Times New Roman";
	font-size: 100.03%;
}
img {
	border-style: none;
}

#wrapper {
	position:relative;
	width: 955px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#clear {
	clear:both;
}

#header {
	height: 173px;
	background: url(../images/new-day-header.jpg) no-repeat;
	width: 955px;
	position: relative;
}
#header ul {
	position: absolute;
	top: 89px;
	left: 200px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	text-indent: -9999em;
	display: block;
	height: 31px;
	width: 120px;
}
#header ul li a.home {
	background: url(../images/nav-home-off.png) no-repeat;
}
#maincontent {

}

#maincontent p {
	margin: 10px;
}
#maincontent ul {
	list-style: disc;
	margin-left: 40px;
	line-height: 1.5em;

}

#maincontent ol {
	list-style: decimal;
	margin-left: 30px;
}
#maincontent ol li {
	margin-left: 10px;
	line-height: 1.5em;
}




#footer {
	position: relative;
	background-image: url(images/treatment-center-recovery-footer.jpg);
	background-repeat: no-repeat;
}
#footer tr td a:link ,#footer tr   td a:visited{
	color: #FFC;
	text-decoration: none;
}
#footer tr td a:hover ,#footer tr   td a:active{
	color: #FF6;
	text-decoration: underline;
}

#doxiawebdesign {
	color: #000;
	position: relative;
	top: 11px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
#doxiawebdesign a:link,#doxiawebdesign a:visited   {
	color: #006;
	text-decoration: none;
}
#doxiawebdesign a:hover,#doxiawebdesign a:active   {
	color: #900;
	text-decoration: underline;
}


#footnav {
	font-size: 14px;
	color: #006;
	padding: 10px;
}
.imgL {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 3px;
}
.imgR {
	float: right;
	margin: 5px 3px 5px 30px;
}

#maincontent ol li ul {
	margin-left: 10px;
}
#photogallery {
	padding-top: 10px;
}
#photogallery a:link img, #photogallery a:visited img{
	padding: 2px;
	border: 1px solid #234FAF;
}
#photogallery a:hover img, #photogallery a:active img {
	padding: 2px;
	border: 1px solid #4D7BDB;
}




#imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 3px;
}



#imgRight {
	float: right;
	margin: 10px 5px 10px 15px;
}
#header ul li a:hover.home {
	background: url(../images/nav-home-on.png) no-repeat;
}
#header ul li a.about {
	background: url(../images/nav-about-off.png) no-repeat;
}
#header ul li a:hover.about {
	background: url(../images/nav-about-on.png) no-repeat;
}
#header ul li a.programs {
	background: url(../images/nav-programs-off.png) no-repeat;
}
#header ul li a:hover.programs {
	background: url(../images/nav-programs-on.png) no-repeat;
}
#header ul li a.photos {
	background: url(../images/nav-photo-gallery-off.png) no-repeat;
}
#header ul li a:hover.photos {
	background: url(../images/nav-photo-gallery-on.png) no-repeat;
}
#header ul li a.contact {
	background: url(../images/nav-contact-off.png) no-repeat;
}
#header ul li a:hover.contact {
	background: url(../images/nav-contact-on.png) no-repeat;
}
