div.maincontainer{
width: 838px; /*Width of main container*/
/*margin: 0 auto; Center container on page*/
border:1px solid #000;
background: #fff url(../images/background2.jpg) no-repeat;
}

div.topsection{
margin:0;
padding:0;
height:149px;
}

div.contentwrapper{
float: left;
width: 100%;
}

div.contentcolumn{
margin-left: 140px; /*Set left margin to LeftColumnWidth*/
margin-top:-25px;
margin-right: 25px;
font-family:verdana;
font-size:12px;

}

div.leftcolumn{
float: left;
width: 140px; /*Width of left column*/
height: 450px;
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
display:table-cell;
vertical-align:top;
position:static;
}

div.footer{
clear: left;
width: 100%;
background: #EAEAEA;
color: black;
text-align: center;
padding: 4px 0;
font-size:9px;
font-family:verdana;
font-style:italic;
}

div.footer a{
color: blue;
}

div.header {
z-index:1;
position:relative;
padding-bottom:0px;
border-bottom:1px solid black;
}

div.header h1 {
font-family:verdana;
font-size:24px;
font-weight:bold;
}

a img  {
border:none;
}


/*=============================================================
------------------------- Top Navigation Links  -----------------------------
===============================================================*/
span.topnavlinks {
	position:relative;
	top:70px;
}

a.office,
a.doctors,
a.staff,
a.philosophy,
a.employment, 
a.downloads,
a.contact {
	position:absolute;
	color: #FFFFFF;
	text-decoration:none;
	display:inline;
	height:19px;
	top:0px;
	display:table-cell;
}

a.office:link,
a.office:visited {
	background: url(../images/topnav/theoffice.jpg) no-repeat;
	width:81px;
	left:185px;
}
a.doctors:link,
a.doctors:visited {
	background: url(../images/topnav/thedoctors.jpg) no-repeat;
	width:87px;
	left:274px;
}
a.staff:link,
a.staff:visited {
	background: url(../images/topnav/thestaff.jpg) no-repeat;
	width:68px;
	left:369px;
}
a.philosophy:link,
a.philosophy:visited {
	background: url(../images/topnav/philosophy.jpg) no-repeat;
	width:118px;
	left:445px;
}
a.employment:link,
a.employment:visited {
	background: url(../images/topnav/employment.jpg) no-repeat;
	width:89px;
	left:571px;
}
a.downloads:link,
a.downloads:visited {
	background: url(../images/topnav/downloads.jpg) no-repeat;
	width:79px;
	left:668px;
}
a.contact:link,
a.contact:visited {
	background: url(../images/topnav/contactus.jpg) no-repeat;
	width:82px;
	left:755px;
}

a.office:hover {
	background: url(../images/topnav/theofficeHover.jpg) no-repeat;
}
a.doctors:hover {
	background: url(../images/topnav/thedoctorsHover.jpg) no-repeat;
}
a.staff:hover {
	background: url(../images/topnav/thestaffHover.jpg) no-repeat;
}
a.philosophy:hover {
	background: url(../images/topnav/philosophyHover.jpg) no-repeat;
}
a.employment:hover {
	background: url(../images/topnav/employmentHover.jpg) no-repeat;
}
a.downloads:hover {
	background: url(../images/topnav/downloadsHover.jpg) no-repeat;
}
a.contact:hover {
	background: url(../images/topnav/contactusHover.jpg) no-repeat;
}



/*=============================================================
------------------------- Side Navigation Links -----------------------------
===============================================================*/
a.news, 
a.coupons,
a.appointments,
a.newsletters, 
a.directions, 
a.officeTour {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:98px;
	height:21px;
	line-height: 21px;
	text-indent:-100.0em;
	padding-top:5px;
	margin-left:3px;
}

a.news:link,
a.news:visited {
	background: url(../images/sidenav/news.jpg) no-repeat;
}
a.news:hover {
	background: url(../images/sidenav/newsHover.jpg) no-repeat;
}

a.coupons:link,
a.coupons:visited {
	background: url(../images/sidenav/coupons.jpg) no-repeat;
}
a.coupons:hover {
	background: url(../images/sidenav/couponsHover.jpg) no-repeat;
}

a.appointments:link,
a.appointments:visited {
	background: url(../images/sidenav/appointments.jpg) no-repeat;
}
a.appointments:hover {
	background: url(../images/sidenav/appointmentsHover.jpg) no-repeat;
}

a.newsletters:link,
a.newsletters:visited {
	background: url(../images/sidenav/newsletters.jpg) no-repeat;
}
a.newsletters:hover {
	background: url(../images/sidenav/newslettersHover.jpg) no-repeat;
}

a.directions:link,
a.directions:visited {
	background: url(../images/sidenav/directions.jpg) no-repeat;
}
a.directions:hover {
	background: url(../images/sidenav/directionsHover.jpg) no-repeat;
}

a.officeTour:link,
a.officeTour:visited {
	background: url(../images/sidenav/officetour.jpg) no-repeat;
}
a.officeTour:hover {
	background: url(../images/sidenav/officetourHover.jpg) no-repeat;
}

div.indent {
	padding-left:15px;
	padding-bottom:5px;
}
td.formLabel {
	text-align:right;
	font-family:verdana;
	font-size:10pt;
	padding-right:3px;
	vertical-align:top;
}





div.doctorImage {
	font-family:verdana;
	font-size:9px;
	margin: 5px;
	padding:10px;
	background:#EAEAEA;
	float:right;
	width:250px;
	
	text-align:center;
	display:table-cell;
}
div.doctorImage img {
	margin-bottom:5px;
}

div.galleryImageV {
	font-family:verdana;
	font-size:9px;
	margin: 5px;
	padding:10px;
	background:#EAEAEA;
	float:left;
	margin-left:22px;
	width:95px;
}
div.galleryImageV img {
	margin-bottom:5px;
}

div.galleryImageH {
	font-family:verdana;
	font-size:9px;
	margin: 5px;
	padding:10px;
	background:#EAEAEA;
	float:right;
	width:127px;
}
div.galleryImageH img {
	margin-bottom:5px;
}

div.galleryImage {
	margin: 5px;
	padding: 5px;
	text-align:center;
	display:table-cell;
	width:130px;
}

div.coupon {
	font-family:verdana;
	font-size:9px;
	padding:15px;
	/*background:#EAEAEA;
	position:relative;
	float:left;*/
	width:125px;
}
div.coupon img {
	margin-bottom:5px;
	width:125px; 
	border:1px dashed black; 
	padding:5px;
}
div.coupon span.caption { 
	width:125px; 
	display:block;
	background: #EAEAEA; 
	border:1px solid black; 
	font-family:verdana,sans-serif; 
	text-decoration:none; 
	font-size:8pt; 
	padding:5px;
} 





div.zoom { 
	float:right; 
	margin:0px 0px 5px 10px;
	display:inline;
	position:relative;
	z-index:2;
} 
div.zoom img { 
	width:100px; 
	border:1px solid #369; 
	display:inline;
	z-index:2;
} 
div.zoom span.caption { 
	display:none; 
} 
div.zoom a:active { 
	padding:0px; 
	position:absolute;
	bottom:-100px;
	right:-150px;
	z-index:3;
} 
div.zoom a:active img { 
	width:400px; 
	margin-bottom:5px; 
	z-index:3;
} 
div.zoom a:active span.caption { 
	width:400px; 
	display:block;
	background: #eef; 
	border:1px solid #369; 
	font-family:verdana,sans-serif; 
	text-decoration:none; 
	text-align:justify; 
	font-size:8pt; 
	color:#339; 
} 
div.zoom a:active span.inner { 
	display:block; 
	padding:2px 5px; 
} 



a {
	font-family:verdana,sans-serif;
	font-size:9pt;
}


div.toplogos {
	position:absolute;
	display:inline;
	left:225px;
}

div.toplogos img {
	margin-left:0px;
	margin-top:11px;
	border: 1px solid black;
	vertical-align:middle;
}