@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-repeat: repeat;
	background-image: url(../img/bg2.gif);
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic styles
----------------------------*/
#wapper {
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: url(../img/bg7.gif);
	background-repeat: repeat;
}
#wapper h1 {
	font-size: 1em;
	color: #996633;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 20px;
	background-image: url(../img/bg4.gif);
}
#sidemenu {
	height: auto;
	width: 180px;
	margin-bottom: 10px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu ul a {
	margin: 0px 0px 7px;
	height: 30px;
	width: 180px;
	display: block;
	line-height: 2.2em;
	color: #993300;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	border-bottom: thin groove #FFFFFF;
	font-weight: bold;
}
#sidemenu ul a:hover {
	color: #FF9900;
}
#sidebar img {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* header styles
----------------------------*/
#header {
	background-image: url(../img/2ndtop.gif);
	background-repeat: no-repeat;
	height: 155px;
	border-top: 3px solid #996633;
}
#header ul {
	width: 858px;
	left: auto;
	top: 140px;
	position: absolute;
	background-color: #996633;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	height: 2.5em;
	width: 120px;
	border-top: 3px solid #99CC00;
	border-bottom: 3px double #FFFFCC;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
	background-image: none;
	font-weight: bold;
}
#header ul li a:hover {
	color: #FF9900;
}

/* main styles
----------------------------*/
#main {
	padding: 15px;
	float: right;
	width: 618px;
	margin-bottom: 20px;
}
#main h2 {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 25px;
	margin-left: 5px;
	clear: both;
	background-color: #996633;
	padding-left: 15px;
}

#main h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #339900;
	margin-top: 20px;
	margin-bottom: 5px;
}

#main h4 {
	font-size: 2.0em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	background-image: url(../img/mainh4.png);
}
#main p {
	line-height: 1.4;
	margin-bottom: 1em;
}
#main .red {
	font-size: 1.5em;
	color: #FF6600;
	font-weight: bold;
}

#main ul {
	height: 60px;
	width: 610px;
	background-color: #999933;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.5em;
}
#main ul li {
	float: left;
	list-style: url(none) none;
}
#main ul li a {
	font-size: 1.0;
	height: 60px;
	width: 201px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	border-left: thin dashed #FFFF00;
}
#main ul li a img {
	margin-top: 3px;
}


#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;
}
#main .clinicX {
	float: left;
	width: 290px;
	margin: 5px;
	height: 217px;
}
#main .clinicX img {

}
#main .clinicX p {
	text-align: center;
	color: #0000CC;
	font-weight: bold;
}
#footer {
	color: #FFFFFF;
	background-color: #996600;
	padding: 15px;
	clear: both;
	text-align: center;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
}
#footer p#back {
	margin: 0px;
	float: right;
}
