@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------- COMMON -------------------------------------------------------*/
body {
	background: url(../images/main-bg.png) no-repeat fixed 50% 0 #0c6fd3;
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:12px;
	margin:0px;
	padding:21px 0 0 0;
	line-height:20px;
}
article, header, section, nav, footer {
	display:block;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size:24px;
	font-weight:normal;
	padding:0px 0 15px 0;
	color:#d05f93;
}
h2 {
	font-size:17px;
	font-weight:normal;
	color:#252525;
	padding:0 0px 15px 0px;
}
h3 {
	margin:0 0 0px 0;
	padding:0 0 8px 0;
	font-size:15px;
	color:#505050;
	font-weight:bold;
}
h4, h5, h6 {
	font-size:15px;
	padding:0px;
}
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}
p:first-child {
	margin:0px;
}
P {
	margin:0 0 18px !important;
	line-height:20px;
	padding:0 0 0 2px;
	font-size:12px;
}
a, a:visited {
	color:#1083f8;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#eda407;
}
a:focus {
	outline:none;
}
/*----------- Universal Items -------------*/
span.mandatory {
	font-size:12px;
	color:#ff0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ---------COMMON HACKS -----------*/
.clearfix:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
 *:first-child+html .clearfix {
	height:1%;
}
* html .clearfix {
	height:1%;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}
.hide {
	display:none;
}
.disclaimer {
	display:none
}
/*---------------------Begin Main Wrapper------------*/
div#mainOuter {
	width:100%;
	height:auto;
	background:url(../images/body_bg.gif) no-repeat center top;
}
div.shadowOuter {
	width:980px;
	margin:0px auto;
	padding:0 7px 0 7px;
	background:url(../images/shadow.png) repeat-y;
}
div.mainArea {
	padding:0 0 0 0;
	height:auto;
	background:#ffffff;
}
div.mainAreaIntro {
	padding:0 0 0 0;
	height:622px;
	overflow:hidden;
	position:relative;
	width:980px;
}
div.mainAreaIntro img{
	position:absolute;
}
div.bannerOuterHome {
	height:487px;
	position:relative;
	background:#f8f8f8;
}
div.bannerOuterInner {
	height:391px;
	position:relative;
}
span.ribbon {
	position:absolute;
	background:url(../images/ribbon.png) no-repeat;
	width:72px;
	height:104px;
	right:0px;
	top:0px;
	z-index:50;
}
h1.bannerCaption {
	position:absolute;
	top:275px;
	left:69px;
	font-size:29px;
}
h1.insideCaption {
	position:absolute;
	top:217px;
	left:40px;
	font-size:27px;
	width:435px;
}
.banner {
	width:980px;
	height:auto;
	position:absolute;
}
.slide{
	width:980px;
	height:auto;
	position:absolute;
	visibility:visible;
	opacity: 0.17;
}
div.header {
	width:980px;
	height:156px;
	position:absolute;
	z-index:5;
	top:0px;
}
div.logoCont {
	width:228px;
	height:103px;
	padding:9px 0 0 26px;
}
div.logoCont h1 {
	margin:0px;
	padding:0px;
}

.navigation {
	padding:0 0 0 0;
	height:39px;
	background:url(../images/menu-bg.png) repeat-x;
	font-size:14px;
}
.navigation ul {
	margin:0 0 0 0;
	padding:0 0 0 16px;
}
.navigation ul li {
	margin:0 0px 0 0;
	padding:0px 10px 0 10px;
	float:left;
	text-align:left;
	border:#666666 solid 1px;
}
.navigation ul li a {
	display:block;
	height:39px;
	padding:0 3px 0 3px;
	background-position:top center;
}
.navigation ul li a.home {
	width:46px;
	background:url(../images/home.png) no-repeat;
}
.navigation ul li a.about {
	width:45px;
	background:url(../images/about.png) no-repeat;
}
.navigation ul li a.doctors {
	width:58px;
	background:url(../images/doctors.png) no-repeat;
}
.navigation ul li a.services {
	width:60px;
	background:url(../images/services.png) no-repeat;
}
.navigation ul li a.facilities {
	width:62px;
	background:url(../images/facilities.png) no-repeat;
}
.navigation ul li a.rooms {
	width:49px;
	background:url(../images/rooms.png) no-repeat;
}
.navigation ul li a.gallery {
	width:50px;
	background:url(../images/gallery.png) no-repeat;
}
.navigation ul li a.contact {
	width:57px;
	background:url(../images/contact.png) no-repeat;
}
.navigation ul li a span {
	display:none;
}
.navigation ul li a:hover, .navigation ul li a.active {
	background-position:bottom left;
}
div.middleAreaHome {
	padding:32px 0 28px 28px;
	margin:0 0 0 0;
}
div.homeLeft {
	float:left;
	width:520px;
}
.homeLeft img {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
div.homeLeftq {
	float:left;
	width:920px;
	margin-bottom:10px;
}
div.homeLeft1 {
	float:left;
	width:300px;
}
div.homeRight {
	background:url(../images/middle_caption.gif) no-repeat top left;
	float:right;
	width:423px;
	min-height:182px;
	height:auto !important;
	height:182px;
}
div.homeRightq {
	background:url(../images/middle_caption.gif) no-repeat top left;
	float:right;
	width:400px;
	min-height:182px;
	height:auto !important;
	height:182px;
}
div.homeRight1 {
	background:url(../images/middle_caption.gif) no-repeat top left;
	float:right;
	width:490px;
	min-height:182px;
	height:auto !important;
	height:182px;
}
div.highlights {
	float:right;
	width:360px;
	min-height:158px;
	height:auto !important;
	height:158px;
	margin:7px 0 0 0;
}
div.highlights1 {
	float:right;
	width:360px;
	min-height:200px;
	height:200px;
	margin:7px 10px 15px 0;
}
div.highlights h2 {
	margin:0 0 7px 0;
	padding:0 0 0 0;
	font-size:22px;
	color:#1c4488;
}
div.highlights h4 {
	margin:0 0 0 1px;
	padding:3px 0 3px 18px;
	color:#1c4488;
	font-size:15px;
	background:url(../images/blt.png) no-repeat left;
}
*html div.highlights h4 {
	padding:0px;
	padding-left:18px;
}
div.bottomArea {
	width:100%;
	height:192px;
	padding-top:31px;
	background:url(../images/bg_grey.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#bottam-box{
	height:150px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:25px;
	margin-right:25px;
}
div.box {
	width:250px;
	height:198px;
	border-right:#e8e9eb solid 1px;
	float:left;
	position:relative;
}
div.box .txt {
	width:210px;
	height:auto;
	position:absolute;
	left:26px;
	top:25px;
	z-index:50;
	font-size:11px;
	line-height:14px;
}
div.box .txt h2 {
	margin:0 0 12px 0;
	padding:0 0 0 0;
	color:#252525;
	font-size:16px;
}
div.box .txt h2 a{
	color:#252525;
}
div.box img {
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	text-align:center;
}
.more {
	margin:15px 0 0 0;
	display:block;
	height:16px;
	background:url(../images/more.gif) no-repeat;
}
div.middleAreaInner {
	padding:32px 23px 28px 28px;
	margin:0 0 0 0;
}
div.leftSection {
	float:left;
	width:569px;
	height:auto;
	margin:0 23px 0 0;
}
div.leftSection2 {
	float:left;
	width:493px;
	height:auto;
	margin:0 23px 0 0;
}
div.leftSection3 {
	float:left;
	width:700px;
	height:auto;
	margin:0 23px 0 0;
}
div.leftSection4 {
	float:left;
	width:678px;
	height:auto;
	margin:0;
}
div.middleSection{
	float:right;
	width:235px;
}
img.captionMiddle{
	float:right;
	margin:0 0 10px 0;
}
ul.listing{
/*	float:left;
*/	display:block;
	margin:12px 40px 0 0;
}
ul.listing li{
	display:block;
	background:url(../images/blt_grey.gif) no-repeat left 3px;
	padding:0 0 0 17px;
	margin:0 0 10px 0;
	line-height:15px;
}
div.doctor{
	margin-bottom:15px; padding-bottom:15px; border-bottom:solid 1px #ddd;
}
div.doctor strong{
	color:#333;
}
div.serviceList{
	padding:0 0 0 0;
	margin:0 0 57px 0;
}
div.serviceList .pic{
	float:left;
	width:195px;
	height:auto;
	margin:30px 0px 0 0;
	clear:left;
}
div.serviceList .pic img{
	display:block; margin-bottom:15px;
}
div.serviceList .discription{
	padding:0 0 0 0;
	float:right;
	width:469px;
}
div.serviceList .discription h2{
	padding:0 0 7px 0;
	font-size:16px;
}
div.roomCol{
	width:285px; float:left; margin-right:54px; display:inline;
}
div.roomCol img{
	margin:10px 0 20px 0;
}
img.galPic{
	float:left; margin:17px 55px 15px 0; display:inline;
}
div.map{
	float:left;
	width:293px;
	height:auto;
	margin:35px 0 0 10px;
}
div.map img{
	width:287px;
	height:161px;
	border:#dfced0 solid 0px;
	display:block;
}
div.map .largemap{
	display:block;
	float:right;
	width:120px;
	height:17px;
	background:url(../images/large_map.gif) no-repeat;
	margin:10px 3px 0 0;
}
div.footer {
	height:86px;
	padding:0px 27px 0 27px;
	font-size:12px;
	border-top:#e8ebf0 solid 1px;
}
div.footer .left{
	float:left;
}
div.footer .right{
	float:right;
	width:650px;
}
div.footer span.social {
	font-weight:bold;
	display:block;
	margin:22px 0 7px 0;
}
div.footer span.social span.follow{
	float:left;
	margin:2px 5px 0 1px;
}
div.footer span.copyright {
	display:block;
}
div.footer .links {
	float:right;
	margin:25px 0 0 0;
}
div.footer .links a {
	padding:0 3px 0 3px;
}
div.footer .links a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
div.footer .links a.ftractv, div.footer .links a.ftractv:visited, div.footer .links a.ftractv:hover{
	color:#a41251; text-decoration:none;
}
span.martinmanoly{
	display:block;
	float:right;
	font-size:11px;
	padding:5px 3px 0 0;
	color:#909090;
}
span.cams a {
	color:#909090;
}
span.cams a:hover {
	text-decoration:underline;
}
div.footerShadow {
	width:999px;
	overflow:hidden;
	height:9px;
	margin:0px auto;
	margin-bottom:15px;
}

.introContent{
	width:360px;
	position:absolute;
	top:210px;
	left:35px;
}
.logoIntro{
	background:url(../images/logo_intro.png) no-repeat;
	width:285px;
	height:83px;
	display:block;
	margin:0;
	padding:0 0 22px 0;
}
.happinessInside{
	position:absolute;
	width:395px;
	right: 93px;
	top: 340px;
}
.happinessInside H1{
	font-size:29px;
	color:#8c2c58;
	display:block;
	float:left;
	padding:0;
	line-height:15px;
}
.happinessInside A.arrowIntro{
	background:url(../images/intro_arrow.png) top left no-repeat;
	height:22px;
	width:22px;
	margin:5px 0 0 10px;
	padding:0;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.happinessInside A.arrowIntro:hover{
	background-position:bottom;
}
.menu {
	float:left;
	margin:10px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.menu a {
	padding:0 12px 0 12px;
	
}
.menu a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.menu a.ftractv, div.footer .menu a.ftractv:visited, div.footer .menu a.ftractv:hover{
	color:#a41251; text-decoration:none;
}
.in-tex{
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
margin-right:10px;
margin-top:10px;
font-style:italic;
color:#666666;
line-height:15px;
}
.q-text{
	width:142px;
	margin-top:4px;
	margin-bottom:10px;
	line-height:15px;
}
.style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#727272;
	font-weight:bold;
}
.f-filda{
	width:300px;
	height:30px;
	border:solid 1px #e1dede;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-left:5px;
}
.f-fild1a{
	width:300px;
	height:70px;
	border:solid 1px #e1dede;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-left:5px;
}