@charset "UTF-8";
/* CSS Document */


#header {
	width: 1000px;
	height: 85px;
	float: left;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	clear: both;
}

#footer {
	clear: both;
	width: 1000px;
	height: 75px;
	float: left;
	margin: 10px 0px 0px 0px; /* top right bottom left */
}


#contactleft {
	width: 560px;
	height: 480px;
	float: left;
	margin: 20px 0px 0px 10px; /* top right bottom left */
}

#contactright {
	width: 400px;
	height: 480px;
	float: left;
	margin: 20px 0px 0px 0px; /* top right bottom left */
}


#aboutus {
	width: 300px;
	height: auto;
	float: left;
	clear: both;
	margin: 30px 0px 0px 0px; /* top right bottom left */
}

#hospitals {
	width: 120px;
	height: auto;
	float: left;
		margin: 10px 0px 0px 0px; /* top right bottom left */
}

#publicart {
	width: 124px;
	height: auto;
	float: left;
	clear: right;
		margin: 10px 30px 0px 0px; /* top right bottom left */
}


#clientpic {
	width: 300px;
	height: 450px;
	float:left;
	margin: 50px 0px 0px 35px; /* top right bottom left */
	overflow:hidden;
}

#clients {
	width: 600px;
	height: 500px;
	float:left;
	margin: 10px 0px 0px 20px; /* top right bottom left */
	overflow-y: auto;
	overflow-x:hidden;
}

#onemiddle {
	width: 970px;
	height: 480px;
	float: left;
	margin: 20px 0px 0px 10px; /* top right bottom left */
	overflow: hidden;
}


#opleft{
	float: left;
	width: 325px;
	height: 500px;
	margin: 10px 0px 0px 0px; /* top right bottom left */
	overflow-y: auto;
	overflow-x:hidden;
}

#opcontent{
	float: left;
	width: 375px;
	height: 500px;
	margin: 10px 0px 0px 0px; /* top right bottom left */
	overflow-y: auto;
	overflow-x:hidden;
}

#opright{
	float: left;
	width: 285px;
	height: 500px;
	margin: 10px 0px 0px 0px; /* top right bottom left */
	overflow-y: auto;
	overflow-x:hidden;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.offer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#f87217;
	font-weight:bold;
	text-decoration: underline;
	padding: 0px;
}

.offer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f87217;
	font-weight:bold;
	text-decoration: none;
	padding: 0px;
}

