a:link {
	color:#156e94;
	text-decoration:none;
}
a:visited {
	color:#156e94;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
a:active {
	color:#333;
	text-decoration:underline;
}
img{
	border:0;
	}
h1{
	font-family:Arial;
	color:#333;
	font-size:180%;
	}
body{
	margin:0;
	padding:0;
	background:#74c9ee;
	}
#top-bar{
	background:#2f2f2f;
	width:100%;
	height:35px;
	margin:0;
	}
#top-bar:hover{
	background:#171717;
	}
#contact-link{
	margin-right:50px;
	margin-top:10px;	
	float:right;
	font-family:Tahoma;
	font-size:80%;
	color:#fff;
	text-decoration:none;
}
#english-link{
	margin-left:50px;
	margin-top:10px;	
	float:left;
	font-family:sans serif;
	letter-spacing:2px;
	font-size:80%;
	color:#ccc;
	text-decoration:none;
	}
#english-link:hover{
	color:#fff;
	text-decoration:none;
	}
#header{
	background:url(images/header-bg.png);
	width:100%;
	height:269px;
	margin:0
	}
.header-position-left{
	float:left;
	border:0;
	margin-left:40px;
	}
.header-position-right{
	float:right;
	border:0;
	}
#menu{
	background:url(images/menu-bg.gif) repeat-x center center;
	width:100%;
	height:50px;
	padding-top:1px;
	}	
#menu ul{
	margin-top:-8px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width:594px; 
	}
#menu ul li{
	position: relative;
	display: inline;
	float:left;
	}
#menu ul li a{
	display: block;
	width: 148px;
	height:38px;
	padding-right:25px;
	padding-left:25px;
	}
#menu ul li a img{
	border:0;
	}
#main{
	width:100%;
	padding-top:25px;
	margin-bottom:0;
	background:url(images/main-bg.jpg) repeat-x center top;
	}
#footer{
	background:#e8f3f8 url(images/footer-bg.gif) repeat-x;
	width:100%;
	height:130px;
	margin-bottom:0;
	}
#footer a{
	font-family:Tahoma;
	padding:5px;
	font-size:80%;
	color:#666;
	text-decoration:none;
	}
#footer span{
	font-family:Tahoma;
	padding:3px;
	font-size:80%;
	color:#666;
	}
#footer a:hover{
	color:#000;
	text-decoration:underline;
	}
/****************************************
***********patient info page*************
*****************************************/
.info-container{
	width:640px;
	height:140px;
	background:url(images/con-bg.gif) no-repeat center center;
	overflow:hidden;
	text-align:right;
	cursor:pointer;
	text-decoration:none;
	}
.content{
	text-align:right;
	width:80%;
	height:45%;
	font-family:Tahoma;
	color:#156e94;
	font-size:70%;
	font-weight:normal;
	padding:0;
	margin:25px 100px 0 0;
	line-height:-1px;
	}
.content:link{
	}
.content:visited{
	color:#156e94;
	text-decoration:none;
	}
.content:hover{
	color:#333;
	text-decoration:underline;
	}
.container-img{
	width:215px;
	float:right;
	padding:50px 15px 0 15px;
	height:140px;
	}
.read-more{
	float:left;
	padding:12px 0 25px 20px;
	margin-top:-6px;
	margin-left:8px;
	width:170px;
	height:34px;
	}
.info{
	width:650px;
	border-left:12px solid #bfecff;
	border-right:12px solid #bfecff;
	background:#fff;
	padding:40px;
	margin-top:-25px;
	}
.info-img a img{
	border:1px solid #ccc;
	padding:6px;
	margin:-20px 0 25px 0;
	background:#fff;
	float:left;
	clear:left;
	}
.info-img a:hover img{
	border:1px solid #bbb;
	background:#eee;
	}
.difc-img a img{
	border:1px solid #ccc;
	padding:6px;
	margin:10px 0 10px 0;
	background:#fff;
	clear:both;
	}
.difc-img a:hover img{
	border:1px solid #bbb;
	background:#eee;
	}