/**** Begin Basic Framework
 - Be careful making changes to this section *****/

body {
	margin: 0;
	background-color: #B4CFE4; /*Enter Background Color*/
	color: #4e4e4e; /*Enter Text Color*/
	background-image: url(images/boxback.gif);
	background-repeat: repeat-x;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 28px auto 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

h2 {
	margin: 0 0 30px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
 color: #567BA5;
}


/**Anderson added h4**/
h4	{
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
p {
	margin: 0 0 18px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}
	
a {
	color: #39536F;
	text-decoration: none;
}

a:hover {
	color: #177A89;
	text-decoration: underline;
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-image: url(images/headerback.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border:1px;
}


/*** Header ***/

#head {
	height: 150px;
}

#headLeft {
	margin: 20px 0 0 20px;
	float: left;
	display: inline;
	width: 318px;
	height: 94px;
}

#headLeft img.name {
	margin-top: 25px;
}

#headLeft p {
	margin: 0;
	font-size: 12px;
	color: #0a3b77;
	text-align: center;
}

#headRight {
	margin: 25px 3px 0 0;
	float: right;
	display: inline;
	width: 524px;
	height: 95px;
	border-bottom: none;
	text-align:right;
	padding-right:10px;
}

#bottom{
	color:#000000;
}
.top{
	color:#000000;
}

#headRight img {
	margin: 0;
	padding-bottom:10px;
}

#address {
font-size:11px;
color:#efefef;
text-align:center;
}


/*** Menu ***/

#menu {
	margin: 0 auto;
	width: 900px;
}


/*** Content ***/

#content {
margin-left: auto; 
margin-right: auto;
width: 50em;
	padding: 0 0px 0 0px;
	width:900px;
	background-color: #ffffff;
	
	background-image: url(images/back.gif);background-repeat: repeat-y;
}

#contentLeft {
	float: left;
	display: inline;
	width: 344px;
	padding-left:20px;
}

#contentRight {
	float: right;
	display: inline;
	width: 500px;
	
	padding-right:20px;
	
}

#contentTour {
	float: left;
	display: inline;
	width: 600px;
	padding-left:20px;
}


/*** Left Content ***/

#largeImage {

}

#contentLeft h3 {
	margin: 0 0 3px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #177A89;
	
}

#sideNav {
	margin: 0 auto;
	width: 303px;
	position: relative;
	top: -20px;
	background-color: #ffffff;
	border: 1px solid #9b9b9b;
	text-align: center;
}

#sideNav ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	font-size: 11px;
}

#sideNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


/*** Right Content ***/

#phone {
	margin: 0;
	margin-bottom:10px;
	padding: 5px;
	height: 15px;
	background-color:#D1ECDC;
}

#phone p.left {
	margin: 0px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
		
}

#phone p.right {
	margin: 0px;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
		
}

#phone span.emphasize {
	font-weight: bold;
	color: #000C75;
		
}

/**Anderson added new div #PatientSpecialsCoupons**/
#PatientSpecialsCoupons	{
	width: 500 px;
	border: 0px;
	margin-left: 7px;
	margin-bottom: 15px;
}

#PatientSpecialsCoupons img	{
	border: 3px dashed #177A89;
}

#PatientSavings	{
	width: 825px;
	padding: 36px;
}

h3.savings	{
	margin: 0 0 30px 0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
   color: #567BA5;
}

h3.coupon	{
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
   color: #000C75;
}
#coupon1	{
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	padding:10px;
	margin:0 0 20px 50px;
	border: dashed;
	background-color: #d8e5f4;
}

#coupon2 {
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	padding:10px;
	margin:0 0 20px 50px;
	border: dashed;
	background-color: #d8e5f4;
}
#coupon3 {
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	padding:10px;
	margin:0 0 20px 50px;
	border: dashed;
	background-color: #d8e5f4;
}
#coupon4 {
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	padding:10px;
	margin:0 0 20px 50px;
	border: dashed;
	background-color: #d8e5f4;
}

/*** Tag ***/

#tag p.left {
	margin: 5px 20px 5px 20px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
	
}

#tag p.right {
	margin: 5px 20px 5px 20px;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

	
}


/*** Footer ***/

#foot {
	margin: 0 auto;
	margin-top:-2px;
	padding-top: 15px;
	padding-bottom:15px;
	border-bottom:3px solid #B1C4D5;
	width: 900px;
	background-image: url(images/back.gif);background-repeat: repeat-y;
	text-align: center;
}

#foot ul {
	margin: 0 0 10px 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 11px;
}

#foot ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#foot ul li a {
	padding: 0px 6px 0px 4px;
	color: #000C75;
	text-decoration: none;
}

#foot ul li a:hover {
	color: #CBC221;
	text-decoration: underline;
}

#foot p {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #9b9b9b;
}


/*** Commonly Used Classes ***/

div.clear {
	clear: both;
}

#listPage {
	height: 492px; /*Adjust based on longest page*/
}


/***** Start Specific Pages *****/


/*** Home Page ***/

#home {
	padding-bottom: 250px;
	padding: 7px;
	
}

#largeImage img.homeIMG {
	border-bottom: 1px solid #9b9b9b;
}

#largeImage img {
	border-bottom: 1px solid #9b9b9b;
}

#largeImage div.largeFlash {
	border-bottom: 1px solid #9b9b9b;
}


/** Reports Form **/

#reportsForm {
	padding: 2px;
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	background-color: #B4CFE4;
}


#reportsForm input {
	color: #9B9B9B;
	border: 1px solid #9B9B9B;
}

#reportsArea table {
	margin: 12px;
	
}

#reportsArea  table th {
	text-align: left;
}

#reportsArea  table td {
	padding: 5px;
	vertical-align: top;
}

#reportsArea  input, #largeImage textarea {
	color: #9B9B9B;
	border: 1px solid #9B9B9B;
	
}

#reportsArea .submit input {
	margin: 0 0 1px 10px;
	padding: 3px 0 3px 0;
	width: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000C75;
	background-color: #D1ECDC;
	border: 1px solid #000C75;
}

#reportsArea h3 {
	margin: 0 0 3px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #882E0B;
}



/** Contact Form **/

#contactForm {
	padding: 12px;
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	background-color: #dcc7a5;
}

#largeImage table {
	margin: 12px;
	width: 310px;
}

#largeImage table th {
	text-align: left;
}

#largeImage table td {
	padding: 1px;
	vertical-align: bottom;
}

#largeImage input, #largeImage textarea {
	color: #9B9B9B;
	border: 1px solid #9B9B9B;
}

#largeImage .submit input {
	margin: 0 0 1px 10px;
	padding: 3px 0 3px 0;
	width: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000C75;
	background-color: #D1ECDC;
	border: 1px solid #000C75;
}


#testimonialBoxes {
	margin: 15px 15px 15px 15px;
	padding: 12px;
	border: 1px solid #B4CFE4;
	background-color: #efefef;
}


/** Services **/

#homeServices {
	margin: 15px 15px 0 0;
	padding: 12px;
	border: 1px solid #82ABCD;
	font-size: 13px;
	font-weight: bold;
	background-color: #E6F4FF;
}

#homeServices ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#homeServices ul li {
	margin: 7px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #82ABCD;
}

/** Links **/

#homeLinks {
	margin: 15px 15px 0 0;
	padding: 12px;
	
	font-size: 13px;
	font-weight: bold;
}

#homeLinks ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#homeLinks ul li {
	margin: 3px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #82ABCD;
}

/** Home Content **/

h2.homeTitle {
	color: #567BA5;
}

#home p {
	padding: 0 3px 0 3px;
	text-align: justify;
}

#home h3 {
	margin: 0 0 10px 0;
	color: #882E0B;
}

#home div.categories {
	margin: 0 0 18px 0;
	padding: 7px;
	width: 484px;
	
	color: #090a2a;
	background-color: #B4CFE4;
	border: 1px solid #B4CFE4;
}

#home div.categories h3 {
	height: 16px;
}

#home div.categories img {
	float: left;
	display: inline;
	
	border: 1px solid #9B9B9B;
}

#home div.categories p {
	float: right;
	display: inline;
	
	padding: 0;
	
	width: 415px;
}

#home div.categories p.read {
	text-align: right;
}

#home p.homeLogo {
	margin:  100px auto 18px auto;
	text-align: center;
}

#home p.signature {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #000C75;
	text-align: right;
}


/*** Meet Dr. Fendrich ***/

#doctor {
	height: 492px; /*Adjust based on longest page*/
}


/*** Meet Our Staff ***/

#staff {
	height: 467px; /*Adjust based on longest page*/
}


/*** Cosmetic Procedures ***/

#cosmetic {
	padding-bottom: 250px; /*Adjust with text length*/
}

#cosmetic .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #393041;
}


/*** Smile Gallery ***/

#gallery {
	height: 492px;
}

#flashGallery {
	position: relative;
	top: -15px;
}


/*** Tour Our Office ***/

#slideShow	{
							position: relative;
					}

.slide				{
							display: none;
							position: absolute;
							top: 0;
							left: 0;
					}

.slide.first		{
							display: block;
					}

div#contentRight > #OfficeTour	{
	height: 425px;
}

#OfficeTour	{
	width: 400px;
	margin: 0 auto;
}



/* common styling for all galleries */
a.show, a.show:visited {
	display:block;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border:1px solid #0a3b77;
	width:45px;
	height:45px;
	float:left;
	margin:4px;
	z-index:50;
}

a.slidea {background:url(images/tour/thumb/Pic1.jpg);}
a.slideb {background:url(images/tour/thumb/Pic2.jpg);}
a.slidec {background:url(images/tour/thumb/Pic3.jpg);}
a.slided {background:url(images/tour/thumb/Pic4.jpg);}
a.slidee {background:url(images/tour/thumb/Pic5.jpg);}
a.slidef {background:url(images/tour/thumb/Pic6.jpg);}
a.slideg {background:url(images/tour/thumb/Pic7.jpg);}
a.slideh {background:url(images/tour/thumb/Pic8.jpg);}
a.slidei {background:url(images/tour/thumb/Pic9.jpg);}
a.slidej {background:url(images/tour/thumb/Pic10.jpg);}
a.slidek {background:url(images/tour/thumb/Pic11.jpg);}
a.slidel {background:url(images/tour/thumb/Pic12.jpg);}
a.slidem {background:url(images/tour/thumb/Pic13.jpg);}
a.show em, a.show span {display:none;}
a.show:hover {border:1px solid #0088ce;}

/* styling for LEFT gallery */
#container_left {
	position:relative;
	width:448px; height:400px;
	background:#fff;
	border:1px solid #0a3b77;
	margin:1em auto;
}
#container_left img {
	border:0;
}
#container_left .thumbs {
	width:112px;
	position:absolute;
	left:0; top:0;
}
#container_left a.show:hover span {
	display:block;
	position:absolute;
	width:250px; height:50px;
	top:265px; left:175px;
	padding:5px;
	font-style:italic;
	color:#fff;
	z-index:100;
}
#container_left a.show:hover span:first-line {
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	color:#000;
}
#container_left a.show:active, #container_left a.show:focus {
	border:1px solid #000;
}
#container_left a.show:active em, #container_left a.show:focus em {
	display:block;
	position:absolute;
	width:250px; height:250px;
	top:5px; left:180px;
	padding:5px;
	color:#000;
	border:1px solid #0a3b77; z-index:50;
}
#container_left h1 {
	clear:both;
	/*margin:0;
	padding-top:80px;
	padding-left:200px;*/
	padding-top:80px;
	margin-left:100px;
	width:300px;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:normal;
	color:#0a3b77;
}
#container_left h1 em {
	font-size:0.6em;
	color:#0a3b77;
}


/*** Dental Implants ***/

#implants {
	
}

#implants .procImages {
	float: right;
	display: inline;
	margin: 20px 0px 5px 0px;
}


#implants .procImages2 {
	float: right;
	display: inline;
	margin: 20px 0px 5px 0px;
	border-bottom: 1px solid #393041;
}

.procImages img {
	margin: 0px 10px 0px 10px;
	border: 1px solid #393041;
}

.procImages.implants img {
	margin: 0 4px;
}



#implants .procImages img {
	margin: 0px 10px 0px 10px;
	border: 1px solid #393041;
}

#implants .flashElement {
	float: right;
	display: inline;
	margin: 20px 10px 30px 10px;
	
	border: 1px solid #393041;
}

#implantVideo {
	float: right;
	display: inline;
}


/*** Invisalign ***/

#invisalign {
	height: 490px;
}


/*** Testimonials ***/

#testimonials {
	/*Adjust based on longest page*/
}


/*** Directions ***/

#directions {
	height: 467px; /*Adjust based on text length */
}

/** Make an Appointment **/

#appointment {
	height: 467px; /*Adjust based on longest page*/
}

/** Forms **/

#forms {
	height: 467px;
}

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}


/*** Site Map ***/

#sitemap {
	padding-left: 20px;
}


#flashGallery {

	position: relative;

	top: -15px;

}

#implantVideo {

	float: right;

	display: inline;

}


/*** Smile Gallery ***/

/*#gallery {
	padding-bottom: 100px;
}

#gallery td {
	width: 50%;
}

#gallery table p {
	margin: 0;
}

#gallery table img {
	border: 1px solid #393041;
}*/




/*** Periodontal Health ***/

#perio img {
	float: right;
	display: inline;
	margin: 0 0px 50px 10px;
	border: 1px solid #09008b;
}

/*** Special Classes ***/

.center 	{
	text-align: center;
	margin-top: 24px;
}

.left	{
	float: left;
	margin: 0 10px 10px 0;
}

