/* CSS Document */
#MainContentTop {/*this tag holds the background image for the rounded top of the page.  There is no content in this.*/
	width: 800px;
	height: 34px;
	margin:auto;
	position:relative;
	background-image:url(images/MainContentTop-Services.gif);
}
#maincontentbox {/*this is the container where all the text is located, if you need to add more content you must make this container Heigher*/
	width: 800px;
	height: 516px;/*raise this value to increase the size of the page*/
	margin:auto;
	position:relative;
	background-image:url(images/MainContentBackground.gif);
	background-repeat:repeat-y;
}
#servicescontent {
	width: 619px;
	height: 516px;/*this value must match the height of the #maincontentbox*/
	margin-top: 0px;
	margin-left: 148px;
	background-image:url(images/servicescontent.gif);
	position: absolute;
}
#middlebar {
	width: 3px;
	height: 315px;
	margin-left: 276px;/*original 271*/
	margin-top: 53px;
	background-image:url(images/servicesmiddlebar.gif);
	position:absolute;
}
#blair_crystal_lake_content_right {
	width: 310px;
	height: 438px;
	margin-left: 302px;
	margin-top: 55px;
	position: absolute;
	overflow:auto;
}
#blair_crystal_lake_content_left {
	width: 230px;/*original 206*/
	height: 438px;
	margin-left: 33px;
	margin-top: 55px;
	position: absolute;
	overflow:auto;
}
#serviceslinks {/*this containor holds all of the link tags*/
	width: 141px;
	height: 179px;
	margin-left:7px;
	margin-top: 72px;
	position:absolute;
}
#blair_counseling_crystal_lake_depression {
	width: 141px;
	height: 28px;
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(images/depressionbackground.gif);
	position: absolute;
	letter-spacing:-22;
}
#blair_counseling_crystal_lake_anger {
	width: 141px;
	height: 25px;
	margin-left: 0px;
	margin-top: 28px;
	background-image: url(images/servicesbackground.gif);
	position: absolute;
}
#blair_counseling_crystal_lake_anxiety {
	width: 141px;
	height: 25px;
	margin-left: 0px;
	margin-top: 53px;
	background-image: url(images/servicesbackground.gif);
	position: absolute;
}
#blair_counseling_crystal_lake_behaviour {
	width: 141px;
	height: 26px;
	margin-left: 0px;
	margin-top: 78px;
	background-image:url(images/behaviourbackground.gif);
	position: absolute;
}
#blair_counseling_crystal_lake_addictions {
	width: 141px;
	height: 25px;
	margin-left: 0px;
	margin-top: 104px;
	background-image: url(images/servicesbackground.gif);
	position: absolute;
}
#blair_counseling_crystal_lake_marital {
	width: 141px;
	height: 25px;
	margin-left: 0px;
	margin-top: 129px;
	background-image: url(images/servicesbackground.gif);
	position: absolute;
}
#blair_counseling_crystal_lake_religous {
	width: 141px;
	height: 25px;
	margin-left: 0px;
	margin-top: 154px;
	background-image: url(images/servicesbackground.gif);
	position: absolute;
}
#footer_services {
	width: 800px;
	height: 43px;
	margin:auto;
	position:relative;
	background-image:url(images/FooterBackground-Services.gif);
}
.title {
	color:#7a9baf;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #A8C39A;
}
a:active {
	color: #A8C39A;
}