@charset "utf-8";
/* CSS Document */
body{
	font-family: Tahoma, Geneva, sans-serif;
	background: #ffffff;
	padding: 0;
	margin: 0;
	background: url(images/bg_body.jpg) center repeat-y;
}

a{
	text-decoration: underline;
	color:#234975;
}

a:hover{
	text-decoration: none;
}

#header {
	width: 978px;
	height: 112px;
	display: block;
	padding: 0;
	margin: 0;
	background: url(images/logo.png) top center no-repeat;
	float: left;
}

#menu_wrapper{
	width: 962px;
	height: 32px;
	display: block;
	padding: 80px 0 0 0;
	text-align: center;
}

#buttons{
	height: 32px;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	
}
#button{
	margin: 0;
	padding: 0 20px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	float: right;
	height: 23px;
	background: url(images/bg_button.png) repeat-x top;
	border: solid #226600 1px;
	border-right-color: #003300;
}
#button_active{
	margin: 0;
	padding: 0 20px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #3FC;
	float: right;
	height: 23px;
	background: url(images/bg_button.png) repeat-x top;
	border: solid #226600 1px;
	border-right-color: #003300;
}
#button:hover{
	background-position: bottom;
}

#button_active:hover{
	background-position: bottom;
}

#main {
	width: 978px;
	display: table;
	padding: 0 9px 9px 9px;
	margin: 0 auto;
	background: url(images/bg_main.jpg) top center no-repeat fixed;
}

#main .description_container{
	width: 978px;
	margin-top: 20px;
	display: block;
	float: left;
}

#main .description{
	width: 450px;
	height: 202px;
	margin-right: 98px;
	padding: 15px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #111;
	float: right;
	background: url(images/bg_desc.png) top center no-repeat;
}

#main h2{
	padding: 0;
	margin: 0;
	color: #234975;
}

#main span{
	color: #234975;
	font-weight: bold;
}

#main .showcase_container{
	width: 978px;
	margin-top: 20px;
	display: block;
	float: left;
}

#providers{
	width: 144px;
	height: 180px;
	background: url(images/bg_providers.png) bottom left no-repeat;
	display: block;
	float: right;
	margin-right: 98px;
}

#providers:hover{
	background-position: top left;
}

#therapists{
	width: 144px;
	height: 180px;
	background: url(images/bg_physical.png) bottom left no-repeat;
	display: block;
	float: right;
	margin-right: 20px;
}

#therapists:hover{
	background-position: top left;
}

#patients{
	width: 144px;
	height: 180px;
	background: url(images/bg_patients.png) bottom left no-repeat;
	display: block;
	float: right;
	margin-right: 20px;
}

#patients:hover{
	background-position: top left;
}

#main .welcome_container{
	width: 960px;
	margin: -10px 9px 0;
	display: block;
	float: left;
}

#main .welcome{
	width: 898px;
	margin: 20px 0 0;
	padding: 0 31px 9px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	float: right;
}

#main .content1_container{
	width: 978px;
	margin-top: 20px;
	display: block;
	float: left;
}

#main .content1_bg{
	width: 510px;
	height: 450px;
	margin-right: 58px;
	display: block;
	font-size: 20px;
	color: #111;
	float: right;
	background: url(images/bg_content1.png) no-repeat;

}

#main .content1{
	width: 474px;
	height: 414px;
	margin: 3px;
	padding: 15px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #111;
	float: right;
	overflow-x: hidden;
	overflow-y: scroll;
}

#main .content_about_container{
	width: 978px;
	margin-top: 20px;
	display: block;
	float: right;
}

#main .content_about_bg{
	width: 510px;
	height: 450px;
	margin-right: 58px;
	display: block;
	font-size: 20px;
	color: #111;
	float: right;
	background: url(images/bg_content1.png) no-repeat;

}

#main .content_about{
	width: 474px;
	height: 414px;
	margin: 3px;
	padding: 15px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #111;
	float: right;
}

#main .content2_container{
	width: 948px;
	margin-top: 20px;
	display: block;
	float: right;
}

#main .content2_bg{
	width: 860px;
	height: 450px;
	margin-right: 58px;
	display: block;
	font-size: 20px;
	color: #111;
	float: right;
	background: url(images/bg_content2.png) no-repeat;

}

#main .content2{
	width: 824px;
	height: 414px;
	margin: 3px;
	padding: 15px;
	display: block;
	text-align: justify;
	font-size: 20px;
	color: #111;
	float: right;
	overflow-x: hidden;
	overflow-y: scroll;
}

#footer1 {
	width: 978px;
	height: 30px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #234975;
}

#footer1 img{
	border: none;
}
