/**** 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: #ffffff; /*Enter Background Color*/
	font-family: Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/
	color: #996633;
	overflow: hidden; 
}


/*** Elements ***/

h1 {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #94c600;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #94c600;
}

h3	{
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #996633;
}

p {
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif; /*Same as in body*/
	font-size: 15px;
	text-align: left;
}

a {
	color: #94c600;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #b2dc34;
}


/*** Header/Navigation ***/

/*Only Change Marked Elements*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px; /*Enter Header Height*/
	overflow: hidden;
	background-image: url(images/headerBG.jpg); /*Extend Header Graphic*/
	background-repeat: repeat-x;
	background-color: #ffffff; /*Same as Body*/
	z-index: 5;
}

/** 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*/ /*Footer Removed*/
	overflow: hidden;
	background: #ffffff; /*Same as Body*/
	z-index: 2;
}

/*Only Change Marked Elements*/
#footBlock {
	margin-left: 213px;
	background-color: #ffffff; /*Enter Footer Color*/
}

/*Only Change Marked Elements*/
div.footBar {
	line-height: 7px; /*Enter Bar Height*/
	font-size: 1px;
	height: 7px; /*Enter Bar Height*/
	background-color: #a1d30d; /*Enter Bar Color*/
}

#footBlock .slogan {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #996633; /*Enter Slogan Color*/
}

#footBlock .info {
	margin: 7px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #996633;
}

#footBlock .info img {
	vertical-align: middle;
}


/*** Contain ***/

/*Only Change Marked Elements*/
#contain {
	position: fixed;
	top: 145px; /*Enter Header Height*/
	left: 0;
	/*bottom: 75px;*/ /*Enter Footer Height*/ /*Footer Removed*/
	bottom: 0;
	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*/ /*Footer Removed*/
	padding: 145px 0 0 0;
}

* html #contain {
	height: 100%;
	width: 100%;
}


/*** Menu ***/

#navigation {
	position: absolute;
	left: 0;
	top: 120px; /*Enter Header Height*/
	width: 100%;
	background-color: #a1d30d; /*Enter Menu Background Color*/
	text-align: center; /*Center Dynamic Menu*/
	z-index: 4;
}

#menu {
	margin: 0 auto; /*Center Dynamic Menu*/
	width: 900px; /*Dynamic Menu Width*/
}


/*** Static Side Graphic Area ***/

/*Only Change Marked Elements*/

#sideGraphic {
	position: absolute;
	left: 0;
	top: 141px; /*Enter Header Height*/
	width: 205px;
	z-index: 3;
	background-image: url(images/sideBG.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#sideGraphic .address {
	margin: 25px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF; /*Enter Address Color #9A3101*/
	text-align: center;
}

#sideGraphic .social {
	margin: 20px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000; 
	text-align: center;
}

#sideGraphic .socialSmall {
	margin: 20px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000; 
	text-align: center;
}

#sideGraphic .socialImg {
	margin: 10px 0 10px 0;
	text-align: center;
	border: none;
}

/** Contact Form **/

#contactForm {
	width: 295px;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	
	background-color: #9a3101;
	
	border: 1px solid #996633;
}

#contactForm p {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #996633;
	/*background: #ffffa0;*/
	border: 1px solid #7c7c7c;
}

#contactForm .submit input {
	margin-right: 3px;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #d58026;
	border: 1px outset #996633;
}

#contactForm .alignRight {
	width: 280px;
	padding-right: 5px;
	text-align: right;
	
}

/*Temporary until graphic is added*/
#graphicContent p {
	width: 185px;
	height: 300px;
	background-color: Gray;
}

/** Align Graphic Using This DIV **/
#graphicPosition {
	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 0 5px 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: #815a33;
}


/***** End Basic Frame Work *****/



/***** Start General Elements *****/

.clear {
	clear: both;
}


/***** End General Elements *****/



/***** Start Page Layouts *****/


/*** Home ***/

#home {
	padding-top: 18px;
	text-align: left;
}

#center {
	/*margin: 0 auto;
	width: 660px;*/
}

#homeImages img {
	margin-bottom: 20px;
	border: 10px solid #94c600;; /*Enter Border Color*/
	border-color: #94c600;
}

#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;
}


#listPage .procImages {
	float: left;
	display: inline;
}

#listPage .procImages img {
	margin-right: 10px;
	border: 1px solid #94c600;
}


/***** 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 #94c600;
}


/*** Meet Our 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 #94c600;
}

#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;
	margin-bottom: 10px;
	border: 1px solid #94c600;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #94c600;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #94c600;
}


/*** 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: 600px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 300px;
	padding-left: 8px;
}

#forms img {
	margin-left: 250px;
}


/*** Contact Us ***/

#contact img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #Black;
}

#contact p {
	margin-bottom: 20px;
}


/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	width: 350px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight .pushBullets {
	text-indent: 40px;
}

/*** Technology ***/

#technology .procImages {
	float: left;
	display: inline;
}

#technology .procImages img {
	margin-right: 10px;
	border: 1px solid #94c600;
}


/***** End Code for Specific Pages *****/

