/**** Begin Basic Framework
 - Be careful making changes to this section *****/

body {
	margin: 0;
	
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-x;
	background-color: #b4cfe4; /*Enter Background Color*/
	color: #000000; /*Enter Text Color*/
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 25px auto 0 auto;

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	
	text-align: center;
	
	color: #0956A4;
}

h2 {
	margin: 0 0 30px 0;

	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin: 0;
	
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: #0956A4;
}

p {
	margin: 0 0 18px 0;
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #000c75;
	text-decoration: none;
}

a:hover {
	color: #fdd22d;
	text-decoration: underline;
}

hr {
	margin: 20px 50px 20px 50px;
	height: 1px;
	color: #0956A4;
}

/*** Contain ***/

#contain {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #0956A4;
	
	background-image: url(images/containBG.gif);
	background-repeat: repeat-y;
	
	border: 1px solid #b4cfe4;
}


/*** Header ***/

#head {
	height: 124px;
	
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-color: #0956A4;
}

#headLeft {
	margin: 20px 0 0 20px;
	
	float: left;
	display: inline;
	
	width: 328px;
	height: 103px;
	
	background-color: #ffffff;
	
	border: 1px solid #b4cfe4;
	border-bottom: none;
}

#headLeft img.logo {
	float: left;
	display: inline;
}

#headRight {
	margin: 20px 20px 0 0;
	
	float: right;
	display: inline;
	
	width: 514px;
	height: 103px;
	
	background-color: #ffffff;
	
	border: 1px solid #b4cfe4;
	border-bottom: none;
}

#headRight p.top {
	margin: 0;
	padding: 7px 10px 3px 10px;
	
	width: 494px;
	
	font-size: 11px;
	text-align: right;
	
	color: #000000;
	background-color: #e6f4ff;
}

#headRight span.emphasize {
	font-weight: bold;
	color: #000c75;
}

#headRight img {
	margin: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#headRight p.bottom {
	margin: 0;
	
	font-size: 11px;
	text-align: center;
}


/*** Menu ***/

#menu {
	margin: 0 auto;
	width: 900px;
}


/*** Content ***/

#content {
	margin: 0;
	padding: 0 20px 0 20px;
}

#contentLeft {
	float: left;
	display: inline;
	width: 344px;
}

#contentRight {
	float: right;
	display: inline;
	width: 500px;
	
	padding: 7px;

	background-image: url(images/contactBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	
	border: 1px solid #b4cfe4;
	border-top: none;
}


/*** Left Content ***/

#largeImage {
	border-left: 1px solid #b4cfe4;
	/*border-top: 1px solid #b4cfe4;*/
	border-bottom: 1px solid #b4cfe4;
	
	background-color: #ffffff;
}


#officeFlash{
	border-left: 1px solid #b4cfe4;
	/*border-top: 1px solid #b4cfe4;*/
	border-bottom: 1px solid #b4cfe4;
	
	background-color: #ffffff;
}


/* Add for Contact Form on ALL Pages */
#largeImage img {
	border-bottom: 1px solid #b4cfe4;
}

#contentLeft h3 {
	margin: 0 0 3px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #0956A4;
}

#sideNav {
	margin: 0 20px 0 20px;
	width: 303px;
	
	position: relative;
	top: -10px;
	
	background-color: #b4cfe4;
	border: 1px solid #b4cfe4;
	
	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;
	padding: 0;
	height: 11px;
}

#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;
}

#phone span.emphasize {
	font-weight: bold;
	color: #000c75;
}


/*** Tag ***/

#tag {
	background-image: url(images/tagBG.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#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;
}

/*#tag a {
	color: #FDD22D;
}

#tag a:hover {
	color: #ffffff;
}*/


/*** Footer ***/

#foot {
	margin: 0 auto;
	padding-top: 15px;
	width: 900px;
	
	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: #0956A4;*/
	text-decoration: none;
}

#foot ul li a:hover {
	/*color: #000000;*/
	text-decoration: underline;
}

#foot p {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}


/*** Commonly Used Classes ***/

div.clear {
	clear: both;
}

#listPage {
	height: 580px; /*Adjust based on longest page*/
}

div.flashLG {
	border-bottom: 1px solid #b4cfe4;
}


/***** Start Specific Pages *****/


/*** Home Page ***/


#largeImage img.homeIMG {
	border-bottom: 1px solid #b4cfe4;
}

/** Contact Form **/

#contactForm {
	padding: 12px;
	
	border-left: 1px solid #b4cfe4;
	border-bottom: 1px solid #b4cfe4;
	
	background-color: #ffffff;
}

#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: #A5A5A5;
	border: 1px solid #0956A4;
}

#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: #0956A4;
	background-color: #fdd22d;
	border: 1px solid #0956A4;
}

#testimonialBoxes {
	margin: 15px 15px 15px 15px;
	padding: 12px;
	border: 1px solid #B4CFE4;
	background-color: #efefef;
}

#testimonialBoxes .testify {
 float: right;
 display: inline;
 margin:0 0 10px 10px;
border: 1px solid #000C75;	
}

/** Services **/

#homeServices {
	margin: 15px 15px 0 0;
	padding: 12px;
	border: 1px solid #b4cfe4;
	
	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 #b4cfe4;
}

/** 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 #b4cfe4;
}

/** Home Content **/

h2.homeTitle {
	color: #0956A4;
}

#home p {
	padding: 0 3px 0 3px;
	text-align: justify;
}

#home h3 {
	margin: 0 0 10px 0;
	color: #0956A4;
}

#home div.categories {
	margin: 0 0 18px 0;
	padding: 7px;
	width: 484px;
	
	background-color: #b4cfe4;
	border: 1px solid #000c75;
}

#home div.categories h3 {
	height: 16px;
}

#home div.categories img {
	float: left;
	display: inline;
	
	border: 1px solid #000c75;
}

#home div.categories p {
	float: right;
	display: inline;
	
	padding: 0;
	
	width: 415px;
	
	color: #000000;
}

#home div.categories p.read {
	text-align: right;
}

#home div.categories a {
	color: #000c75;
}

#home div.categories a:hover {
	color: #ffffff;
}

#home p.homeLogo {
	margin:  100px auto 18px auto;
	text-align: center;
}


/*** New Patients ***/

#newpatients {
	
}

#newpatients div.specials {
	margin:  10px;
	padding:  5px;
	border: 3px dashed #000000;
}
#newpatients div.specials h3 {
   
}


/*** Meet Our Team ***/

#staff {
	height: 690px; /*Adjust based on longest page*/
}


/*** Cosmetic Procedures ***/

#services {
	height: 1100px; /*Adjust based on longest page*/
	/*padding-bottom: 150px;*/ /*Adjust with text length*/
}

#services .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #0956A4;
}


/*** Smile Gallery ***/

#gallery {
	height: 580px; /*Adjust based on longest page*/
}

#flashGallery {
	text-align: center;
}


/*** Our Office ***/

#office {
	height: auto; /*Adjust based on longest page*/
}

#office p {
        border-bottom:1px solid #B4CFE4;
        padding-bottom: 12px;
}

/*Remove this entry when the new flash slideshow is added*/
#office div.flashLG {                                  
            border-bottom: none;
}

#cashForCandy	{
							width: 500px;
							height: 622px;
							margin-top: 24px;
							margin-bottom: 16px;
							position: relative;
						}


/*** Dental Implants ***/

#implants {
	
}

#implants .procImages {
	float: right;
	display: inline;
	margin: 20px 0px 5px 0px;
}

#implants .procImages img {
	margin: 0px 10px 0px 10px;
	border: 1px solid #0956A4;
}

#implants .flashElement {
	float: right;
	display: inline;
	margin: 20px 10px 30px 10px;
	
	border: 1px solid #0956A4;
}

#implantVideo {
	float: right;
	display: inline;
}


/*** Invisalign ***/

#invisalign {
	height: 580px; /*Adjust based on longest page*/
}


/*** Forms ***/

#forms {
	height: 580px; /*Adjust based on longest page*/
}

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}


/*** Contact ***/

#contact {
	height: 580px; /*Adjust based on longest page*/
}


/*** Site Map ***/

#sitemap {
	padding-left: 20px;
}

/* slideshow gallery */

.slideshowlite {
	position: relative;
	border: 2px solid #111;
	overflow: hidden;
}

	.slideshowlite a {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.slideshowlite img {
		border: none;
	}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5px;
	right: 5px;
	z-index: 3;
}

	.slideshowlite ul li,
	.slideshowlite ol li {
		float: left;
		margin: 0 3px;
		width: 16px;
	}
	
	.slideshowlite ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 14px;
		padding-top: 2px;
		text-decoration: none;
		color: #666;
		background: #eee;
		border: 1px solid #666;
		text-align: center;
		font-size: 11px;
	}
	
	.slideshowlite ul li a.current {
		color: #111;
		font-weight: bold;
		border: 1px solid #111;
		background: #fff;
	}
	
	.slideshowlite ul li a:hover {
		color: #fff;
		background: #333;
	}
	
.center	{
				margin: auto;
				width: 441px;
}	

.center img	{
						margin:auto;
						padding-bottom: 12px;
}


/*   Special Classes
----------------------------------------------------------------------------------------------------------------------------------------------------- */

.officeList																{
																				margin-bottom: 48px;
																			}

.officeList li															{
																				margin: 12px 0;
																			}
