@charset "utf-8";
/* CSS Document */

@import "coupon.css";
@import "slideshow.css";

body {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	overflow: hidden; 
}


/*** Standard Elements ***/
h1 {
	margin: 0px;
	padding: 3px 0 10px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #003764;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003764;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.formsTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

p {
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
}

.homeTxt {
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}

a {
	color: #0f2c90;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #003764;
}

a.siteMap {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #003764;
}

a.siteMap:hover, a.siteMap:active {
	color: #ffd777;
}

a.linksA:link, a.linksA:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

a.linksA:hover, a.linksA:active {
	text-decoration: none;
	color: Blue;
}

/*** Header ***/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	overflow: hidden;
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	background-color: #e4f5ff;
	color: #ffffff;
	z-index: 4;
}

img.headerIMG {
	margin: 0;
	border: 0;
	padding: 0;
	height: 152px;
}

#flash {
	position: absolute;
	top: 10px;
	left: 10px;
}

.border {
	border: 3px solid #f6ff04;
}

/*** Smile Gallery ***/
#galleryLeft {
	padding-top: 20px;
	float: left;
	display: inline;
	width: 50%;
	text-align: center;
}

#galleryRight {
	padding-top: 20px;
	float: right;
	display: inline;
	width: 50%;	
	text-align: center;
}

#galleryLeft p {
	font-weight: bold;
	text-align: center;
}

#galleryRight p {
	font-weight: bold;
	text-align: center;
}

#gallery {}

#gallery a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#gallery img {
	margin: 10px 0px 10px 0px;
}

/*** Special Promotions and Offers ***/
#promotions {}

/*** Payment Options ***/
#payment {}

/*** Footer ***/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 0px;
	width: 100%;
	height: 120px;
	overflow: auto;
	background: #4d87b6;
	z-index: 200;
}

div.footBar {
	margin-left: 213px;
	line-height: 7px;
	font-size: 1px;
	height: 7px;
	background-color: #F6FF04;
}

p.slogan {
	margin: 0px 0px 0px 223px;
	padding: 5px 0px 5px 0px;
	font-family: Tahoma, Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #ffffff;
}

.subTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-style: italic;
}

#footLinks {
	margin-left: 213px;
	padding-top: 5px;
}

#footLinks p {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#footLinks a {
	text-decoration: none;
	color: #ffffff;
}

#footLinks a:hover, a:active {
	text-decoration: none;
	color: #f6ff04;
}

/*** Contain ***/
#contain {
	position: fixed;
	top: 130px;
	left: 0;
	bottom: 120px;
	right: 0;
	overflow: auto;
	z-index: 1;
}

/* !- For Internet Explorer -! */
* html body {
	padding: 130px 0 120px 0;
}

* html #contain {
	height: 100%;
	width: 100%;
}

#contentLeft {
	float: left;
	display: inline;
	width: 210px;
}

#contentRight {
	float: right;
	display: inline;
	width: 728px;
}

#contentMiddle {
	float: right;
	display: inline;
	width: 320px;
}

#contact {
	padding-bottom: 120px;
	width: 650px;
}

#contactFormHolder	{
	margin: 0 34px 0 5px;
	float: right;
	display: inline;
}

#contactForm	{
	text-align: left;
	padding: 6px;
	background:#4d87b6;
}

/*** Menu ***/
#menu {
	position: absolute;
	left: 0;
	top: 130px;	
	width: 205px;
	z-index: 3;
}

#dynamicMenu {
	margin: 20px 0px 0px 10px;
}

/*** Content ***/
#content {
	display: block;
	padding: 18px 0px 0px 223px;
}

#logo {}

/*** Home ***/
#center {
	text-align: left;
	width: 420px;
	float: left;
	display: inline;
}

#home {
	text-align: left;
	width: 650px;
}


#homeTxt {
	margin: 0 auto;
	width: 650px;
	float: left;
	display: inline;
}

#homeText	{
	padding-left: 18px;
}

.homeImage p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #9a3101;
}

div.homeImage {
	margin: 20px 20px 10px 20px;
	float: left;
	display: inline;
	text-align: center;
}

img.homeIMG {
	border: 6px solid #009168;
}

/*** About Our Practice ***/
#about object {}

#fiveImage {
	position: absolute;
	top: 55px;
}

#rightText {
	padding-right: 10px;
	padding-left: 370px;
	
}

p.signature {
	font-size: 18px;
	font-style: italic;
}

/*** Meet the Team ***/
#staff img {
	margin-bottom: 10px;
	border: 1px solid #000000;
}

#leftMenu {
	position: absolute;
	top: 55px;
	width: 208px;
	text-align: right;
}

#leftMenu ul {
	margin: 0;
}

#leftMenu li {
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#leftMenu a {
	color: #000000;
}

#leftMenu a:hover, a:active {
	color: #009367;
}

#rightMenu {
	padding-left: 210px;
}

#rightMenuContent {
	padding: 0px 50px 0px 10px;
	border-left: 1px solid Black;
}

/*** What is a Prosthodontist ***/
#what object {}

/*** Dentures ***/
#dentures {
	padding-right: 10px;
}

#textImage {
	margin-bottom: 10px;
	text-align: left;
}

/*** Crowns & Bridges ***/
#crowns {}

/*** TMJ ***/
#tmj {
	width: 700px;
}

/*** Additional Services ***/
#services img {
	border: 1px solid #000000;
}

/*** Patient Testimonials ***/
#patients img {
	margin-bottom: 10px;
	border: 1px solid #000000;
}

/*** Financial Info/Insurance Info ***/
#financial {}

#financial img {
	border: none;
}

/*** Contact Us/Location/Hours ***/
#contact img {
	border: 1px solid #000000;
}

p.caption {
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
}

/*** Patient Forms ***/
#formsLeft {
	padding-bottom: 120px;
	float: left;
	display: inline;	
	width: 34%;
}

#formsRight {
	float: right;
	display: inline;
	width: 66%;
}

#formsMiddle {
	float: right;
	display: inline;
	width: 66%;
}

#forms h3 {
	margin-bottom: 20px;
}

img.acrobatIMG {
	position: relative;
}

/*** Start Slideshow Layout ***/
table.slideshowTABLE {}

table.slideshowImageTABLE {}

img.slideshowIMG {
	margin: 10px 0px 15px 0px;
	width: 250px;
	height: 250px;
}

a.slideshowA:link, a.slideshowA:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.slideshowA:hover, a.slideshowA:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffd777;
}

p.ssCaptionP {
	font-size: 15px;
	font-weight: bold;
}

.galleryCaption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

div.leftCaptionDIV {
	margin: 5px 0px 0px 0px;
	width: 250px;
	margin-right: 48px;
	text-align: center;
}

div.rightCaptionDIV {
	margin: 5px 0px 0px 0px;
	width: 250px;
	margin-left: 48px;
	text-align: center;
}
/*** End Slideshow Layout ***/


/*** Whitening for Life ***/
#w4l {
	padding-bottom: 120px;
	width: 650px;
}

#w4l p {
	text-align: center;
}

/*** Free Reports ***/
#reports {
	padding-bottom: 120px;
	width: 650px;
}

/*** Site Map ***/
#sitemap {
	clear: both;
}

#sitemap a {
	font-weight: bold;
}

#sitemapLeft {
	width: 325px;
	height: auto;
	margin: 0 15px 0 0;
	padding: 3px;
	float: left;
	clear: left;
}

#sitemapRight {
	width: 325px;
	height: auto;
	margin: 0;
	padding: 3px;
	float: left;
	clear: right;
}

#reports .required {
	color: Red;
}

/*** Facebook Button ***/
#fbButton	{
	margin-top: 12px;
}

#fbButton a img	{
	border: none;
}


