﻿*{
	margin: 0;
	padding: 0;
	font: 12px Arial;
}

body{
	text-align: center;
}

img{
	border: none;
	vertical-align: bottom;
}

#logo{
	padding-bottom: 5px;
}

#container{
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

h1{
	font-size: 11px;
	color: gray;
}

#menu{
	width: 730px;
	height: 40px;
}

#menu div{
	float: left;
	border-left: 1px solid #bfbdba;
}

#menu .last{
	border-right: 1px solid #bfbdba;
}

.article{
	width: 730px;
	min-height: 100px;
	border: 1px solid #ebe9e6;
	margin: 13px 0;
	padding-bottom: 15px;
}

.article:after{
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

* html .article{
	height: 100px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.article p{
	padding: 0 20px 0 18px;
}

.article .p2{
	padding: 0 40px 0 36px;
}

.article li{
	padding-left: 24px;
	list-style-type: none;
	background: 18px 6px url('img/square.jpg') no-repeat;
}

#doctor{
	float: left;
	margin: 0 15px 0 18px;
	display: inline;
}

#doctor img{
	border: 1px solid #edebe8;
	padding: 3px 5px;
}

#doctor2{
	width: 510px;
	float: left;
}

#doctor2 h3{
	line-height: 26px;
	padding: 5px 0 0 8px;
	font-size: 14px;
	background: 0 0 url('img/bg2.jpg') repeat-x;
}

#doctor2 p{
	width: 510px;
	padding: 15px 0 0 0;
}

.clinic{
	height: 147px;
	margin-bottom: 20px;
}

.clinic .pic{
	float: left;
	display: inline;
	margin: 0 20px 0 18px;
}

.clinic .pic img{
	border: 1px solid #edebe8;
	padding: 3px 5px;
}

.clinic .text{
	width: 440px;
	float: left;
}

.clinic .text h3{
	line-height: 28px;
	padding-left: 28px;
	background: 0 0 url('img/h3.jpg') no-repeat;
}

.clinic .text p{
	width: 440px;
	padding: 15px 0 0 0;
}

#map{
	padding-left: 15px;
	float: left;
}

#access{
	float: left;
	margin-left: 13px;
}

#access h3{
	border: 1px solid #ebe9e6;
	line-height: 18px;
	padding-left: 12px;
	margin-top: 10px;
	width: 60px;
	background: 3px 0 url('img/bg3.jpg') no-repeat;
}

#access a{
	text-decoration: none;
}

#access table{
	margin-left: 18px;
}

#access td{
	vertical-align: top;
}

#access .m1{
	padding-bottom: 10px;
}

#access .center{
	text-align: center;
}

#access .w2{
	width: 120px;
}

h2{
	height: 28px;
	margin-bottom: 15px;
	line-height: 28px;
	background: 0 0 url('img/h2.jpg') no-repeat;
	font-size: 14px;
	padding-left: 28px;
}

input{
	margin-bottom: 10px;
	vertical-align: middle;
}

textarea{
	margin-bottom: 10px;
}

#button{
	width: 36px;
	margin: 0 0 0 328px;
	padding: 0;
}

#menu2{
	height: 30px;
}

#menu2 div{
	float: left;
	width: 76px;
	text-align: center;
	border-right: 1px solid black;
	display: inline;
}

#footer a{
	color: black;
	font-size: 11px;
	text-decoration: none;
}

#menu2 .first{
	margin-left: 173px;
}

#menu2 .last{
	border-width: 0;
}

#footer p{
	width: 730px;
	padding: 6px 0;
	text-align: center;
	color: white;
	font-size: 11px;
	line-height: 18px;
	background: 0 0 url('img/bg1.jpg') repeat-x;
}

#footer p a{
	color: white;
	text-decoration: none;
}

