@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/BackGround.png);
	background-repeat: repeat;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic styles
----------------------------*/
#wapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wapper h1 {
	font-size: 1em;
	color: #999999;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 157px;
	margin-bottom: 20px;
}
#sidemenu {
	height: auto;
	width: 157px;
	margin-bottom: 5px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu li {
}

#sidemenu ul a {
	height: 45px;
	width: 157px;
	display: block;
	background-image: url(../images/h3Bg.png);
	background-repeat: no-repeat;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	text-align: center;
	line-height: 1.8em;
	text-decoration: none;
}
#sidebar img {
	margin-bottom: 5px;

}
/* header styles
----------------------------*/
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 230px;
}
#header ul {
	background-color: #FFFFFF;
	width: 800px;
	left: auto;
	top: 222px;
	position: absolute;
	background-image: url(../images/header_ul.png);
	background-repeat: no-repeat;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	height: 2.5em;
	width: 131px;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul a:hover {
	color: #FF6600;
}


/* main styles
----------------------------*/
#main {
	padding: 15px;
	float: right;
	width: 580px;
	margin-bottom: 20px;
}
#main h2 {
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	margin: 10px 0px 20px;
	padding: 5px;
	background-image: url(../images/h2Bg.png);
	background-repeat: repeat-x;
}
#main h3 {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
	background-image: url(../images/point02.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 15px;
}
.topics {
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 20px;
	margin-bottom: 15px;
}


#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main .block {
	height: 113px;
	width: 580px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/block01.png);
}
#main  .block  p {
	font-size: 1em;
	line-height: 1.8em;
	width: 400px;
	height: auto;
	padding-top: 60px;
	padding-left: 20px;
}

#main .block2 {
	height: 113px;
	width: 580px;
	background-image: url(../images/block02.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main  .block2  p {
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	line-height: 1.8em;
	padding-top: 60px;
	padding-left: 20px;
}
#main .block3 {
	height: 113px;
	width: 580px;
	background-image: url(../images/info07.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main  .block3  p {
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 150px;
}
#main .block4 {
	height: 77px;
	width: 580px;
	background-image: url(../images/info08.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main  .block4  p {
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	padding-top: 2px;
	padding-left: 290px;
}
#main .map {
	height: 250px;
	width: 580px;
	margin-bottom: 20px;
}
#main .map img {
	padding: 5px;
	float: left;
}
#main .map .clinic {
	height: auto;
	width: 290px;
	float: right;
}

#main .map .red {
	font-size: 1.2em;
	color: #CC0000;
	font-weight: bold;
}
#main .map .clinic .blue {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0000FF;
}



#main dl#concept dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	color: #009900;
}
#main dl#concept dd {
	margin: 0px 0px 10px 6em;
}







#footer {
	color: #333333;
	background-color: #FFFFFF;
	padding: 15px;
	clear: both;
	text-align: center;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #333333;
}
#footer ul li a:hover {
	color: #FF6600;
}
#footer p a {
	color: #333333;
}
#footer p a:hover {
	color: #FF6600;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px 0px 10px;
}
#footer p#back {
	margin: 0px;
	float: right;
}
