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; 
}


/*** Elements ***/

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: Black;
}

.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: Black;
	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: #fff;
	
	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 a {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

#gallery img {
	margin: 10px 0px 10px 0px;
}


/*** 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;
}

/*#menu {
	position: absolute;
	left: 0;
	top: 130px;
	
	width: 205px;
	
	color: #000000;
	
	z-index: 3;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	
	line-height: 21px;
	
	color: #FFFFFF;
	
	text-decoration: none;
}

#menu a:hover, a:active {
	color: #FFD777;
}

#menuStyle {
	margin: 20px 10px 20px 10px;
	padding: 10px;
	
	list-style: none;
	
	background-color: #4D87B6;
	
	border: 2px solid #FFD777;
}

p.addressP {
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
}*/


/*** 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 {
	/*border: 1px solid Black;*/
	
}

#fiveImage {
	position: absolute;
	top: 55px;
}

#rightText {
	padding-right: 10px;
	padding-left: 370px;
	
}

p.signature {
	font-size: 18px;
	font-style: italic;
}


/*** Meet Your Doctors & Staff ***/

#staff img {
	margin-bottom: 10px;
	border: 1px solid Black;
}

#leftMenu {
	position: absolute;
	top: 55px;
	width: 200px;
	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 {
	/*border: 1px solid Black;*/
}


/*** Dentures ***/

#dentures {
	padding-right: 10px;
}

#textImage {
	margin-bottom: 10px;
	text-align: left;
}


/*** Crowns & Bridges ***/

#crowns {
	
}


/*** Implants ***/

#tmj {
	width: 700px;
	
}


/*** Additional Services ***/

#services img {
	border: 1px solid Black;
}

/*li p {
	margin: 0px;
}*/


/*** Patient Testimonials ***/

#patients img {
	margin-bottom: 10px;
	border: 1px solid Black;
}


/*** Financial Info/Insurance Info ***/

#financial img {
	border: 1px solid Black;
}


/*** Contact Us/Location/Hours ***/

#contact img {
	border: 1px solid Black;
}

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;
	/*top: 80px;*/
}


/*** Site Map ***/

#sitemap a {
	font-weight: bold;
}

#leftHalf {
	position: absolute;
	top: 50px;
	width: 340px;
}

#rightHalf {
	padding-left: 350px;
}

/*** Start Slideshow Layout ***/
table.slideshowTABLE {
	
}

table.slideshowImageTABLE {
	
}

img.slideshowIMG {
	margin: 10px 0px 15px 0px;
	width: 250px;
	height: 250px;
	/*border: 1px solid Black;*/
}

a.slideshowA:link, a.slideshowA:visited {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

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;
}

#reports .required {
	color: Red;
}

/** Facebook Button **/

#fbButton	{
	margin-top: 12px;
}

#fbButton a img	{
	border: none;
}