/**** Begin Basic Framework
 - Be careful making changes to this section *****/

/*Only Change Marked Elements*/
body {
	margin: 0;
	border: 0;
	padding: 0;
	
	height: 100%;
	max-height: 100%;
	
	background-color: #121206; /*Enter Background Color*/
	
	font-family: Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/
	color: #fff;
	
	overflow: hidden; 
	
}


/*** Elements ***/

h1 {
	margin: 0px 0px 0px 0px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

h2 {
	margin: 0px 0px 0px 0px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #8F8F8F;
}

p {
	margin: 0px 0px 10px 0px;
	
	font-family: Arial, Helvetica, sans-serif; /*Same as in body*/
	font-size: 15px; /*Same as in body*/
	font-weight: normal;
	
	text-align: left;
}

a {
	color: #8F7040;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #9B9B9B;
}


/*** Header ***/

/*Only Change Marked Elements*/
#header {
	position: absolute;
	top: -1px;
	left: 0;
	
	width: 100%;
	height: 155px; /*Enter Header Height*/
	
	overflow: hidden;
	
	background-color: #F5F5F5; /*Same as Body*/
	background-repeat: repeat-x;
	z-index: 4;
	
	text-align: center;
}

/** If Using Flash Header - Wrap this DIV around Flash **/
#flashHeader {
	width: 960px;
	margin: 0 auto;	
}

/** If Using Static Header - Only need to add IMG **/
/*Only Change Marked Elements*/
#header .headerIMG {
	height: 152px; /*Change Header IMG height: Note Image Height 3px less than DIV height*/
}


/*** Footer ***/

/*Only Change Marked Elements*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	
	width: 100%;
	height: 75px; /*Enter Footer Height*/
	
	overflow: hidden;
	
	background: #FEFBEA; /*Same as Body*/
	
	z-index: 2;
}

/*Only Change Marked Elements*/
#footBlock {
	/*margin-left: 213px;*/
	background-color: #000000; /*Enter Footer Color*/
	text-align: center;
}

/*Only Change Marked Elements*/
div.footBar {
	line-height: 7px; /*Enter Bar Height*/
	font-size: 1px;
	height: 7px; /*Enter Bar Height*/
	background-color: #DBDBDB; /*Enter Bar Color*/
}

#footBlock .slogan {
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	text-align: center;
	
	color: #213758; /*Enter Slogan Color*/
}

#footBlock .info {
	margin: 7px 0px 0px 0px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: #fff;
}

#footBlock .info img {
	vertical-align: middle;
}


/*** Contain ***/

/*Only Change Marked Elements*/
#contain {
	position: fixed;
	top: 155px; /*Enter Header Height*/
	left: 0;
	bottom: 75px; /*Enter Footer Height*/
	right: 0;
	
	overflow: auto;
	
	z-index: 1;
}

/** for internet explorer **/

/*Only Change Marked Elements*/
* html body {
	padding: 155px 0 75px 0; /*Enter Header and Footer Height*/
}

* html #contain {
	height: 100%;
	width: 100%;
}


/*** Menu ***/

/*Only Change Marked Elements*/
#navigation {
	position: absolute;
	left: 0;
	top: 155px; /*Enter Header Height*/
	
	width: 205px;
	
	z-index: 3;
}

#navigation .address {
	margin: -15px 0 0 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #8F7040; /*Enter Address Color*/
	
	text-align: center;
}

#implants	h1 {
	margin: 0px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}


/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	margin: 20px 0px 20px 10px;
}

/** If Using Non-Dynamic Menu - Only use UL**/
#plainMenu {
	margin: 20px 10px 20px 10px;
	padding: 10px;
	
	list-style: none;
	
	background-color: #D58026; /*Enter Menu Color*/
	
	border: 1px solid White; /*Enter Menu Border Color*/
}

#plainMenu a {
	font-size: 12px;
	font-weight: bold;
	
	line-height: 21px;
	
	color: White; /*Enter Menu Link Color*/
	
	text-decoration: none;
}

#plainMenu a:hover, #plainMenu a:active {
	color: #7A0001; /*Enter Menu Link Hover Color*/
}


/*** Page Title ***/

#pageTitle {
	display: block;
	padding: 18px 10px 10px 223px;
}


/*** Content ***/

#content {
	display: block;
	padding: 0px 10px 0px 223px;
}


/*** Bottom Navigation & Taglines ***/

#tag {
	display: block;
	padding: 30px 10px 5px 223px;
	
	text-align: center;
	clear: both;
}

#tag ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 11px;
}

#tag ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tag ul li a {
	padding: 0px 6px 0px 4px;
}

#tag p {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #223552;
}


/***** End Basic Frame Work *****/



/***** Start General Elements *****/

.clear {
	clear: both;
}


/***** End General Elements *****/



/***** Start Page Layouts *****/


/*** Home ***/

#home {
	padding-top: 18px;
	text-align: left;
	/*width: 700px;*/
	overflow: hidden;
}

div.homeFlashImage {
	width: 160px;
	height: 160px;
	border: 5px solid #8f7040; /*Enter Border Color*/
}

#homeImages {
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

#homeLeftImage {
	width: 170px;
	height: 170px;
	float: left;
	display: inline;
	margin: 0;
	text-align: left;
}

#homeRightImage {
	width: 170px;
	height: 170px;
	float: right;
	display: inline;
	margin: 0;
}

#homeCenterImage {
	width: 170px;
	height: 170px;
	float: none;
	display: block;
	margin: 0 auto;
}

#homeText	{
	margin: 0;
}

#homeText .signature {
	font-family: Academy,Times New Roman,Times,serif;
	font-size: 18px;
	text-align: right;
}
/*** Page with list of subpages ***/

#listPage ul {
	list-style: square;
}


/***** End Page Layouts *****/



/***** Start Code for Specific Pages *****/


/*** About Our Practice ***/
#about img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

#Our_vision1	{
	float: left;
	display: inline;
}

#highlight	{
	width: 200px;
	
}

#highlight	h2	{
	color: #8F7040;
}

/*** Meet the Doctor ***/

#doctor img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
	margin-bottom: 20px;
}
#staffPhoto	{
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 0px solid Black;
	width:115px;
	/*height:345px;*/
}

#staffPhoto	img	{
	margin: 0px 10px 50px 0px;
}

p.menuP {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 40px 5px;
}

p.topP {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}


p.StaffSignatureP	{
	text-align:center;
	font-size: 15px;
	font-style: italic;
	color:#8f8f8f; 
}
/*** Meet Our Dental Team ***/

.staffIntro {
	padding-bottom: 56px;/*Add only for short content, adjust depending on length*/
}

#staff img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

#staff img {
	margin-bottom: 10px;/*Add only for short content, adjust depending on length*/
}


/*** Services Provided ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}


/*** Smile Gallery ***/

#gallery {
	text-align: center;
}

#gallery table {
	margin: 0 auto;
}

#gallery td {
	width: 275px;
	text-align: center;
}

#gallery td p {
	font-weight: bold;
	text-align: center;
}

#gallery img {
	margin: 10px 0px 10px 0px;
}


/*** Patient Forms ****/

#formTable {
	width: 500px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms img {
	margin-left: 250px;
}


/*** Directions ***/

#directions img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

#directions p {
	margin-bottom: 20px;
}


/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	width: 350px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight .pushBullets {
	text-indent: 40px;
}

/*** Tour Our Office ***/
#tour	{
	
}


#tour img {
	margin: 0;
}

/* common styling for all galleries */
a.show, a.show:visited {
	display:block;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border:1px solid #000000;
	width:65px;
	height:65px;
	float:left;
	margin:4px;
	z-index:50;
}

a.slidea {background:url('images/tour/thumbs/tour1.jpg');}
a.slideb {background:url('images/tour/thumbs/tour2.jpg');}
a.slidec {background:url('images/tour/thumbs/tour3_2.jpg');}
a.slided {background:url('images/tour/thumbs/tour4.jpg');}
a.slidee {background:url('images/tour/thumbs/tour5_1.jpg');}
a.slidef {background:url('images/tour/thumbs/tour5_2.jpg');}
a.slideg {background:url('images/tour/thumbs/tour6_2.jpg');}
a.slidei {background:url('images/tour/thumbs/tour8.jpg');}
a.slidej {background:url('images/tour/thumbs/tour9_2.jpg');}
a.show em, a.show span {display:none;}
a.show:hover {border:1px solid #8f7040;}

/* styling for LEFT gallery */
#container_left {
	overflow: auto;
	position: relative;
	width:460px;
	background:#fff;
	border:1px solid #000000;
	margin:1em auto;
}
#container_left img {
	border:0px none;
}
#container_left .thumbs {
float:left;
width:150px;
}

#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 #000000; z-index:50;
}
#container_left h1 {
color:#000000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:3em;
font-weight:normal;
margin-left:160px;
text-align:center;
width:300px;
}

#container_left h1 em {
	font-size:0.6em;
	color:#000000;
}

.siteMapDiv
{
	margin: 8px 0px 4px 0px;
	padding: 0px;
}

.siteMapList
{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.siteMapListItem
{
	margin: 2px 0px 2px 8px;
	padding: 0px;
}
/***** End Code for Specific Pages *****/


 
/*  Special Classes
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.larger															{
																		font-size: 2em;
																	}

 */