/* CSS Document */
/* Design - Mark Abrams 2/2009 */
/* Reset tags */
/* Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
 { margin : 0; padding : 0; }
/* Normalizes font-size for headers */ 
h1, h2, h3, h4, h5, h6 
 { font-size : 100%; }
/* Removes list-style from lists */ 
ol,ul 
 { list-style: none; }	
/* Normalizes font-style and font-weight to normal */ 
address, caption, cite, code, dfn, em, strong, th, var 
 { font-style: normal; font-weight: normal; }
/* Remaves borders and spacing from tables */ 
 table { border-width: 0px;}
/* Removes border from fieldset and img */ 
fieldset, img 
 { border : 0; }
/* Left-aligns text in caption and th */ 
caption,th 
 { text-align : left; }
/* Remaves quotation marks from q */ 
 q:before, q:after { content: ''; }
 
 /* Page Layout   */

body {
	background: #FFF;
	}
  	 
#header{
	height: 165px;
	width:100%;
	top:0px;
	z-index: 2;
	height: 225px;
	visibility: visible;
	background: url(../images/layout/banner.jpg) no-repeat center;
	margin: 0px auto;
	padding: 0px;

}   
#circle, #slideshow {
	position:absolute;
	left:50%;
	top:5px;
	width:243px;
	height:230px;
	z-index:100;
	background: url(../images/slideshow/slideShow_circle1.jpg) no-repeat;
	margin-left: 135px;
}

#content {
	width:760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
 	}
#contentTop {
	height: 60px;
	position: relative;
	z-index: 3;
	top: 0px;
}
#contentBottom {
	width:100%;
	height:135px;
	z-index:100;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/layout/footer.jpg) no-repeat center top;
	position: relative;
}
#contentCol {
	width:560px;
	color: #555;
	min-height: 625px;
	margin: 0px;
	padding: 0em;
	float: right;
	font: 75%/1.5em Verdana, Arial, Helvetica, sans-serif;

}
#content #navbar {
	font: bold 70% Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content #navbar ul {
	list-style: url(none) none;
	padding: 0px;
	margin: 0px;
}
#content #navbar ul .MenuBarSeperator {
	padding: 1em 0px 0em 0em;
	margin: 0px;
	color: #336767;
	font-style: oblique;
	font-weight: bold;
	font-size: 120%;
}

#content #navbar ul li a{
	text-decoration: none;
	margin-left: 1em;
	color: #0F7DC2;
	line-height: 1.5em;
}
#content #navbar ul li a:hover{
	color: #F00;
}
.menulable {
	font-style: italic;
	font-weight: 500;
}
#form1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	background-color: #D1E6FA;
	padding: 10px;
	border: thin dashed #336767;
}

#form1 tr {	
	vertical-align: top;
}
.colA  {
	width: 35%;
}
.colB  {
	width: 1%;
}
.colC  {
	width: 25%;
}
.colD  {
	width: 30%;
}

#footer {
	font: 9px Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
 #footer .address {
	display: inline;
	width: 138px;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 1.3em;
	float: left;
}

#credits {
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
	background: no-repeat center;
	text-decoration: none;
}
#credits a:link{
	text-decoration: none;
 }
#content #contentCol #credits a {
	text-decoration: none;
}

 
 h1	{
	width: 500px;
	font: bolder normal 150% Georgia, "Times New Roman", Times, serif;
	color: #336767;
	margin-bottom: .5em;
	margin-top: 10px;
 	}
 
 
h2	{
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 105%;
	color: #0F7DC2;
	margin-bottom: 0.5em;
	}
.smaller {
	font-size: 90%;
}

imgz + h2	{
	background-image: url(../images/layout/page-horizontal-break.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 100%;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: -1em;
	margin-left: 0px;
	border: 1px none #00FF00;
	padding: 0em;
	line-height: 1em;
	}
h3	{
	font-size: 95%;
	font-weight: 900;
	font-style: italic;
	text-indent: 1em;
	margin-bottom: 0em;
	padding: 0px;
	color: #3366CC;
	}
h3 + p{
	margin-left: 1.5em;
	}

h4	{
	font-size: 110%;
	font-weight: 900;
	color: #06F;
	letter-spacing: 0.2em;
	}
p {
	margin-bottom: 1em;
}
hr {
	color: #CCC;
	height: 1px;
}

#content ul  {
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ol {
	list-style: decimal inside;
}
ol li {
	margin: 1em;
}
#content #contentCol ul li {
	padding-left: 20px;
	background-image: url(../images/layout/check.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	list-style-type: none;
	margin-bottom: .5em;
	list-style-position: outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

 #mapdirections ol li{
	list-style: inside;
	padding: 0em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-top: 0.5em;
}
#mapdirections ul li{
	list-style: disc inside;
	padding: 0em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	margin-top: 0.5em;
	background: url(none);
}

#mapdirections p {
	margin-left: 5em;
}
address {
	font-size: 105%;
	font-weight: 600;
	margin-bottom: 0.5em;
}
 strong {
	font-weight: 600;
	color: #336767;
	font-style: italic;
}

blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
}
.run-in {
	font-weight: bold;
	margin-bottom: -1em;
}
 
cite {
	width: 55px;
}
/* Controls SEO Div visability and position */	
#splash {
	position: absolute;
	z-index: 2;
	width: 640px;
	height: 360px;
	margin-left: -320px;
	left: 50%;
	top: 15%;
	visibility: visible;
	background-color: #FFF3D6;
}
.imageCol {
	width: 175px;
	margin-left: 20px;

}
.imageColDentist {
	width: 190px;
	float: left;
}

.imageCaption {
	float: right;
	height: auto;
	width: 200px;
 }

.portriat_text_column {
	width: 320px;
	float: right;
}

.img_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
 }
  .img_Portriat_shadow {
	background-image: url(../images/shadows/shadow_Portriat.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 0px;

  }

 .img_left_Portriat {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/shadows/shadow_Portriat.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
	clear: both;
	}
.img_left_Portriat_tbl {
	clear: both;
	background: url(../images/shadows/shadow_Portriat160.png) no-repeat center center;
	margin: 0px 10px 0px 0px;
	padding: 0px 9px 9px 0px;
	}	
.img_Panaramic_tbl{
	margin: 0px;
	padding: 0px 9px 9px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/shadows/shadow_Panoramic.png);
 }	
 .img_left_Landscape {
	float: left;
	background-image: url(../images/shadows/shadow_Landscape.png);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px 10px 0px 0px;
	padding: 0px 9px 9px 0px;
	}
.img_left_Panaramic {
	float: left;
	background-image: url(../images/shadows/shadow_Panoramic.png);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px 10px 0px 0px;
	padding: 0px 9px 9px 0px;
	}
	
.img_Panaramic{
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	background: url(../images/shadows/shadow_Panoramic.png) no-repeat;
 }

.img_right {
	float: right;
	margin-left: 20px;
	margin-top: 0px;
}
.img_right_Portriat {
	float: right;
	margin-left: 20px;
	background-image: url(../images/shadows/shadow_Portriat.png);
	background-repeat: no-repeat;
	clear: both;
	padding-right: 9px;
	padding-bottom: 9px;
	margin-top: 0px;
}

.img_right_Landscape {
	float: right;
	margin-left: 20px;
	background-image: url(../images/shadows/shadow_Landscape.png);
	background-repeat: no-repeat;
	clear: both;
	padding-right: 9px;
	padding-bottom: 9px;
	margin-top: 0px;

 }
.img_right_Panaramic {
	float: right;
	margin-left: 20px;
	background-image: url(../images/shadows/shadow_Panoramic.png);
	background-repeat: no-repeat;
	clear: both;
	padding-right: 9px;
	padding-bottom: 9px;
	margin-top: 0px;

}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

#content .testimonial {
	font-size: 95%;
	clear: right;
 }


#pageBanner {
	background-image: url(../images/layout/title-horizontal-break.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bold_list {
	font-weight: bold;
	line-height: 1.5em;
	font-size: small;
}
.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
  
a:link, a:visited {
	color: #1E5373;
}
.imageCaption {
	margin-top: 20px;
	font-size: x-small;
	position: relative;
 }
#content .todo {
	background-color: #FFFFD5;
}
th {
	font-weight: bold;
}
.portriat_text_column {
	width: 365px;
	float: right;
}
.table_staff {
	width: 550px;
}
.table_staff td {
	text-align: center;
}
#content #contentCol .keywords {
	display: none;
}
