/**** 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: #c8d3b4;*/ /*Enter Background Color*/
	/*background-color: #c0c4b6;*/
	background-color: #C8D3B3;/*afe2e5*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/
	
	overflow: hidden; 
}


/*** Elements ***/

h1 {
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	
	color: #354624;
}

h2 {
	margin: 0px 0px 10px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
	color: Black;
}

p {
	margin: 0px 0px 10px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Same as in body*/
	font-size: 15px; /*Same as in body*/
	font-weight: normal;
	
	text-align: left;
}

a {
	color: #354624;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #907B67;
}


/*** Header ***/

/*Only Change Marked Elements*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 152px; /*Enter Header Height*/
	
	overflow: hidden;
	
	background-image: url(images/headerBG.jpg); /*Extend Header Graphic*/
	background-repeat: repeat-x;
	background-color: #90A191;
	
	z-index: 4;
}

/** If Using Flash Header - Wrap this DIV around Flash **/
#flashHeader {
	
}

/** 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: #F5DEB3;*/ /*Same as Body*/
	
	z-index: 2;
	
	text-align: right;
}

/*Only Change Marked Elements*/
#footBlock {
	margin-left: 213px;
	padding-top: 11px;
	background-color: #90a191; /*Enter Footer Color*/
	height: 75px;
	text-align: right;
}

/*Only Change Marked Elements*/
div.footBar {
	line-height: 7px; /*Enter Bar Height*/
	font-size: 1px;
	height: 7px; /*Enter Bar Height*/
	background-color: #354624; /*Enter Bar Color*/
}

#footBlock .slogan {
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 350px;
	margin-left: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	text-align: right;
	
	color: #e3d483; /*Enter Slogan Color*/
	border-bottom: 1px solid #354624;
}

#footBlock .info {
	margin: 10px 28px 0px 0px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: right;
	
	color: #ffffff;
	
	clear: both;
}

#footBlock .info img {
	vertical-align: middle;
}


/*** Contain ***/

/*Only Change Marked Elements*/
#contain {
	position: fixed;
	top: 152px; /*Enter Header Height*/
	left: 0;
	bottom: 0; /*Enter Footer Height*/
	right: 0;
	
	overflow: auto;
	
	z-index: 1;
}

/** for internet explorer **/

/*Only Change Marked Elements*/
* html body {
	padding: 152px 0 0 0; /*Enter Header and Footer Height*/
}

* html #contain {
	height: 100%;
	width: 100%;
}


/*** Menu ***/

/*Only Change Marked Elements*/
#navigation {
	position: absolute;
	left: 0;
	top: 142px; /*Enter Header Height*/
	
	width: 205px;
	
	z-index: 3;
}

#navigation .address {
	margin: -15px 10px 5px 10px;
	padding: 0px 5px 0px 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #ffffff; /*Enter Address Color*/
	
	text-align: center;
	
	background-color: #907b67;
	border: 1px solid #E2E1DF;
}

/** Contact Form **/

#contactForm {
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	
	background-color: #acb4a7;
	
	border: 1px solid #E2E1DF;
}

#contactForm p {
	margin-bottom: 3px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	/*background: #ffffa0;*/
	border: 1px solid #90a191;
}

#contactForm .submit input {
	margin-right: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9e9a7e;
	border: 1px outset #E2E1DF;
}

#contactForm .alignRight {
	padding-right: 0px;
	text-align: right;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	margin: 20px 0px 20px 10px;
}


/*** Page Title ***/

#pageTitle {
	display: block;
	padding: 8px 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: #90a191;
}

#tag p.info {
	margin: 10px 28px 0px 0px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: #907B67;
	
	clear: both;
}

#tag p.info img {
	vertical-align: middle;
}


/***** End Basic Frame Work *****/



/***** Start General Elements *****/

.clear {
	clear: both;
}


/***** End General Elements *****/



/***** Start Page Layouts *****/


/*** Home ***/

#home {
	padding-top: 8px;
	text-align: left;
}

#homeImages img {
	margin-bottom: 20px;
	border: 10px solid #e2e1df; /*Enter Border Color*/
	/*border: 10px solid #E3D483;*/
}

#homeImages {
	text-align: center;
	margin: 0px auto;
}

#homeImages .leftIMG {
	float:left;
	display: inline;
	margin: 0;
}

#homeImages .rightIMG {
	float: right;
	display: inline;
	margin: 0;
}

#homeImages .centerIMG {
	margin-left: 5px;
	margin-right: 5px;
}

#homeText .signature {
	font-family: Academy,Times New Roman,Times,serif;
	font-size: 18px;
	text-align: right;
}

/** environmentally_friendly **/
#environmentally_friendly	{
	width: 258px;
	height: 150px;
	margin: 0 auto ;
	margin-bottom: 25px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: 10px solid #e2e1df;
	background-color: #acb4a7;
}

#environmentally_friendly	p	{
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#environmentally_friendly form {
	margin:0px;
}

#environmentally_friendly .submit input {
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9e9a7e;
	border: 1px outset #E2E1DF;
}

#environmentally_friendly .alignRight {
	text-align: right;
}

#environmentally_friendly	.environment	{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #000000;
}

#joinEnvironment	p	{
	font-family: Palatino Linotype, "MS Serif", "New York", serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	color: #907b67;
}

/*** Page with list of subpages ***/

#listPage ul {
	list-style: square;
}


/***** End Page Layouts *****/



/***** Start Code for Specific Pages *****/

/*** Home ***/

#homeBanner	{
	width: 500px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	border: 10px solid #e2e1df;
	background-color: #acb4a7;
}

#homeBanner p {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#homeBanner p.bannerTitle {
	color: #000000;
}


/*** About Our Practice ***/

#about img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid Black;
}

#about .flashImage {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid Black;
}


/*** Meet the Doctors ***/

#doctors img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid Black;
}

#doctors img {
	margin-bottom: 10px;/*Add only for short content, adjust depending on length*/
}

.rightDoctors	{
	float: right;
	display:inline;
	margin-left:10px;
	border: 1px solid Black;
}


/*** Family & General Dentistry ***/

#dentistry .flashImage {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid Black;
}


/*** Cosmetic Dentistry ***/

#cosmetic .procImages {
	float: left;
	display: inline;
}

#cosmetic .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}

/*** Smile Makeovers ***/

#gallery {
	text-align: center;
}

#gallery table {
	margin: 18px auto 0 auto;
}

#gallery td {
	width: 275px;
	text-align: center;
}

#gallery td p {
	font-weight: bold;
	text-align: center;
}

#gallery img {
	margin: 10px 0 10px 0;
	border: 1px solid #000000;
}


/*** Orthodontics ***/

#orthodontics .procImages {
	float: left;
	display: inline;
}

#orthodontics .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}


/*** 1 Hour Whitening ***/

#whitening .procImages {
	float: left;
	display: inline;
}

#whitening .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}


/*** Replacing Missing Teeth ***/

#missingteeth .procImages {
	float: left;
	display: inline;
}

#missingteeth .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}


/*** Location ***/

#location img {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
	border: 1px solid Black;
}

#location p {
	/*margin-bottom: 20px;*/
}


/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	width: 350px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight .pushBullets {
	text-indent: 40px;
}


/*** Family Images ***/

#family p {
	text-align: center;
}


/***** End Code for Specific Pages *****/