/**** 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: #cdcdd8; /*Enter Background Color*/
	
	font-family: Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/
	
	overflow: hidden; 
}
/*** Directions ***/

#directions img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #44442B;
}

#directions p {
	margin-bottom: 20px;
}


/*** Elements ***/

h1 {
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	
	color: #304030;
}

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: Arial, Helvetica, sans-serif; /*Same as in body*/
	font-size: 15px; /*Same as in body*/
	font-weight: bold;
	text-align: left;
}

a {
	color: #304030;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #2e6c59;
}


/*** Header ***/

/*Only Change Marked Elements*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100px; /*Enter Header Height*/
	
	overflow: hidden;
	

	background-repeat: no-repeat;
	background-color: #304030; /*Same as Body*/
	
	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: 100px; /*Change Header IMG height: Note Image Height 3px less than DIV height*/
}


/*** Footer ***/

/* Removed per client */


/*** Contain ***/

/*Only Change Marked Elements*/
#contain {
	position: fixed;
	top: 100px; /*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: 100px 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: 100px; /*Enter Header Height*/
	
	width: 205px;
	
	z-index: 3;
}

#navigation .address {
	margin: -8px 0 14px 0;;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #304030; /*Enter Address Color*/
	
	text-align: center;
}


/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	margin: 20px 0px 20px 10px;
}


/*** 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: #204050;
}

#tag .info {
	margin: 10px 28px 0px 0px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: #304030;
	
	clear: both;
}

#tag .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: 18px;
	text-align: left;
}

#homeImages img {
	margin-bottom: 20px;
	border: 10px solid #ffffff; /*Enter Border Color*/
}

#homeImages {
	text-align: center;
}

#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;
}


/*** Page with list of subpages ***/

#listPage ul {
	list-style: square;
}

img.leftIMG {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

img.rightIMG {
	float: right;
	display: inline;
	margin: 0px 0px 10px 10px;
	border: 1px solid Black;
}


/***** 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;
}*/

#about .flashImage {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	border: 1px solid Black;
}


/*** Our Doctors and Staff ***/

.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*/
}


/*** Orthodontic Treatment ***/

#treatment img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

#treatment img {
	margin-bottom: 10px;/*Add only for short content, adjust depending on length*/
}


/*** 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;
}


/*** Office News ***/

#news img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

#news img {
	margin-bottom: 40px;/*Add only for short content, adjust depending on length*/
}


/*** Financial ***/

#financial {
	padding-bottom: 150px;
}


/*** Patient Forms ****/

#formTable {
	width: 500px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms img {
	margin-left: 250px;
}


/*** Contact Us ***/

#contact .contactImages {
	margin-bottom: 10px;
}

#contact .contactImages img {
	margin-right: 10px;
	border: 1px solid Black;
}

div.googleMap {
	margin: 0 10px 10px 0;
}

#contact table p {
	margin: 0;
}


/*** Emergencies ***/

#emergencies {
	padding-bottom: 150px;
}


/*** Just For Fun ***/

#fun img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

#fun img {
	margin-bottom: 10px;/*Add only for short content, adjust depending on length*/
}


/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	width: 350px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight .pushBullets {
	text-indent: 40px;
}


/***** End Code for Specific Pages *****/

/***** Special Classes *****/
.listWithImageLeft {
	float: left;
	clear: left;
}

.listWithImageRight {
	float: left;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 20px 0 0 30px;
}

.listWithImageRight img {
	border: #000000 1px solid;
}
