#wrapper {
	background: url(../images/bg.jpg) center top no-repeat;
	}
#container {
overflow: hidden;
}


/* -------------------------------------------------------------- HEADER SECTION -------------------------------------------------------------- */

#header  {
	height: 120px;
	background: url(../images/clinic-logo-white.png) no-repeat;
}

#email-tab { 
	width: 248px;
	margin-left: 670px;
}


/* -------------------------------------------------------------- NAVIGATION -------------------------------------------------------------- */

#nav {
	background: url(../images/nav-bg.jpg) no-repeat top left;
	height: 44px;
}

ul#navList {
	list-style: none;
	text-decoration: none;
	font-size: 1em;
	padding-top: 13px;
}

ul#navList li {
	display: inline;
	padding: 0 16px 0 0;
}

ul#navList a:link,  ul#navList a:visited {
	color:#333;
	text-decoration: none;
}

ul#navList a:hover {
	color: #0099C2;
}

body#home a#homenav,
body#about a#aboutnav,
body#inpatient a#inpatientnav,
body#outpatient a#outpatientnav,
body#events a#eventsnav,
body#blog a#blognav,
body#contact a#contactnav {
	color: #FFF;
}
/* --------------------------------------------------------------
END NAVIGATION -------------------------------------------------------------- */

#box1, #box2, #box3 {margin-top: 16px; }

#lower-box1, #lower-box2, #lower-box3  {margin-top: 26px; margin-bottom: 16px;  }

#mainContent {
	margin-top:26px
}

#treatment-banner {margin-top: 16px; }

#banner-motif {
	margin-top: 16px; 
	height: 175px;
	width: 300px;
	}

#rightContent {
	margin-top:26px;
}

.newsItem {
	background: url(../images/bg-news-item.png) no-repeat top left;
	padding: 10px ;
}

.eventOdd {
	padding: 0 10px 4px 10px;
	background: url(../images/news-event-BG.png) bottom left no-repeat;
	margin-bottom: 26px;
}

.eventEven {
	padding: 0 10px 4px 10px;
	background: url(../images/news-event-BG.png) bottom left no-repeat;
	margin-bottom: 26px;
}

.imgLeftFloat {
	float: left;	
	margin-right: 14px;
}

/* --------------------------------------------------------------
TO TOP
-------------------------------------------------------------- */
.totop 		{text-align:right; font-size:11px; padding-right: 16px;}

#footerContain {
	background: url(../images/footer-bg-repeat.jpg);
	}

#footerbox {
	width: 960px;
	background: url(../images/footer-bg.jpg) no-repeat;
	height: 164px;
	margin: auto;
}

#footerNav1 {
	margin-top: 22px;	
	width: 300px;
	border-right: 1px #900047 solid;
}

#footerNav2 {
	margin-top: 22px;
}

#footerNav2 p, #footerNav2 h6 { padding-left: 20px;}

/* --------------------------------------------------------------
PNGFIX
-------------------------------------------------------------- */

img, div { behavior: url(iepngfix.htc) }
