@charset "UTF-8";


body {
	font-family: 'Open Sans', sans-serif;
	background-color: #FFFFFF;
}
ul {
	margin: 10px ;
}
ol {
	margin: 10px ;
}
.viso {
	max-width: 500px;
}
.resp_img {
	width: 100%;
	height: auto;
}

.crwn1 {
	width: 300px;
}
.responsive-img{
	max-width:100%;
	height:auto;
	display:block;

}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper a {
	color: #014880;
	text-decoration: underline;
}
.logo {
	margin-top: 15px;
	float: left;
	width: 315px;
}
.social {
	float: right;
}
.social img{
	padding-left: 10px;
}
.top-signature {
	margin-top: 20px;
	float: right;
	width: 410px;
}
.phone {
	color: #2481c4;
	font-size: 34px;
	line-height: 34px;
	text-align: right;
	letter-spacing: -0.5px;
}
.name {
	color: #000000;
	font-size: 14px;
	line-height: 32px;
	text-align: right;
}
.address {
	color: #787878;
	font-size: 13px;
	line-height: 13px;
	text-align: right;
}
.menu-placement {
	margin: 35px 0 35px 0;
	padding: 15px 0 15px 0;
	background-image: url(images/TD-nav-background.png), url(images/TD-nav-background.png);
	background-repeat: repeat-x, repeat-x;
	background-position: top, bottom;
}
.pipe {
	padding-left: 10px;
}
.grayback {
	background-image: url(images/gray-back.png);
	background-repeat: repeat;
	height: 46px;
	width: 290px;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 15px;
}
.space30 {
	margin: 40px 0px;
}
.space15 {
	margin: 15px 0px;
}
.space35B {
	margin: 0px 0px 35px 0px;
}
.space15R {
	margin-right: 15px;
}
.float1 {
	float: left;
}
.float2 {
	float: right;
}
h1 {
	font-size: 26px;
	line-height: 29px;
	color: #000000;
	font-weight: semibold;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
h2 {
	font-size: 18px;
	line-height: 25px;
	color: #d8ffa6;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.double-line {
	margin: 20px 0 20px 0;
	height: 4px;
	width: 100%;
	background-image: url(images/TD-nav-background.png);
	background-repeat: repeat-x;
}
.projects-60 {
	width: 650px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 35px;
}
.projects-40 {
	width: 290px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 35px;
}
.projects-40-img {
	float: right;
	height: 78px;
	width: 78px;
}

.clear {
	clear: both;
}
.footer {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 40px 0;
}




@media screen and (max-width: 1024px) {

.wrapper {
	width: 760px;
}
.projects-60 {
	width: 760px;
	float: none;
}

.projects-40 {
	width: 660px;
	float: none;
	margin: 0px auto;
}
.pipe {
	display: none;
}
}



@media screen and (max-width: 760px) {

.wrapper {
	width: 480px;
}

.projects-60 {
	width: 480px;
}
.projects-40 {
	width: 400px;
}
.projects-40-img {
	float: right;
	height: 100px;
	width: 100px;
}
.newTreatments #right {width: 100%;}

.float1 {
	float: none;
}
.float2 {
	float: none;
}
.grayback {
	width: 100%;
}
.social {
	float: left;
}

}


@media screen and (max-width: 480px) {

.wrapper {
	width: 320px;
}
#right {
	width: 320px;
	float: left;
}
.projects-60 {
	width: 320px;
}
.projects-40 {
	width: 320px;
}
.social {
	float: none;
	width: 100%;
	text-align: center;
}
.logo {
	float: none;
}
.top-signature {
	float: none;
	width: 320px;
	
}

.phone {
	line-height: 38px;
	text-align: center;
}
.name {
	font-size: 12px;
	text-align: center;
}
.address {
	font-size: 11px;
	text-align: center;
}
h1 {
	font-size: 30px;
	line-height: 36px;
}
}






