/**** 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-image: url(images/bodyBG.jpg);
	background-repeat: repeat-y;
	background-color: #000000; /*Enter Background Color*/
	
	font-family: Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 14px; /*Enter Text Font Size*/
	color: #ffffff;
	
	overflow: hidden; 
}


/*** Elements ***/

h1 {
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
	color: #ffffff;
}

h2 {
	margin: 0px 0px 10px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: #ffffff;
}

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: #a9a9a9;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #9e5b65;
}


/*** 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: #000000; /*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: 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: 25px; /*Enter Footer Height*/
	
	overflow: hidden;
	
	/*background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;*/
	/*background-color: #000000;*/
	
	z-index: 2;
}

/*Only Change Marked Elements*/
#footBlock {
	margin-left: 213px;
	/*background-color: #9a3101;*/ /*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: #7A0001;/ /*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: #ffffff; /*Enter Slogan Color*/
}

#footBlock .info {
	margin: 3px 0px 0px 0px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: #ffffff;
}

#footBlock .info img {
	vertical-align: middle;
}


/*** Contain ***/

/*Only Change Marked Elements*/
#contain {
	position: fixed;
	top: 152px; /*Enter Header Height*/
	left: 0;
	/*bottom: 25px;*/ /*Enter Footer Height*/
	bottom: 0;
	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: 152px; /*Enter Header Height*/
	
	width: 205px;
	
	z-index: 3;
}

#navigation .address {
	margin: -10px 0 6px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #a9a9a9; /*Enter Address Color*/
	
	text-align: center;
}

#navigation .credit {
	margin: 5px 0 0 0;
	padding: 0 20px 0 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #a9a9a9; /*Enter Address Color*/
	
	text-align: center;
}

/** Contact Form **/

#contactForm {
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	
	/*background-color: #9a3101;*/
	
	/*border: 1px solid #000000;*/
}

#contactForm p {
	margin-bottom: 3px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #a9a9a9;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	/*background: #ffffa0;*/
	border: 1px solid #a9a9a9;
}

#contactForm .submit input {
	margin-right: 0px;
	font-size: 11px;
	font-weight: bold;
	
	color: #000000;
	background-color: #9e5b65;
	border: 1px outset #a9a9a9;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	margin: 20px 0px 20px 10px;
}


/*** Page Title ***/

#pageTitle {
	display: block;
	padding: 16px 10px 10px 223px;
}

#pageTitle h1 {
	/*font-family: "Brush Script MT", cursive;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}


/*** 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: Gray;
}


/***** End Basic Frame Work *****/



/***** Start General Elements *****/

.clear {
	clear: both;
}


/***** End General Elements *****/



/***** Start Page Layouts *****/


/*** Home ***/

#home {
	padding-top: 20px;
	text-align: left;
}

#homeImages img {
	margin-bottom: 20px;
	border: 3px solid #303030; /*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: "Brush Script MT", cursive;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: right;
}

#homeText .homeScript {
	/*font-family: "Brush Script MT", cursive;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}


/*** 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 #303030;
}


/*** Meet Dr. Maniscalco ***/

#meet img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #303030;
}


/*** Televised Smile Make Overs ***/

#makeover {
	text-align: center;
}


/*** Cosmetic Procedures ***/

#cosmetic .procImages {
	float: left;
	display: inline;
}

#cosmetic .procImages img {
	margin: 0 10px 0 0;
	border: 1px solid #303030;
}


/*** 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;
}


/*** Technology in Our Office ***/

#technology .procImages {
	float: left;
	display: inline;
}

#technology .procImages img {
	margin: 0 10px 0 0;
	border: 1px solid #303030;
}


/*** Dental Spa Services ***/

#spa img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #303030;
}

#spa ul {
	list-style: square;
	list-style-position: inside;
}


/*** Dental Hygiene ***/

#hygiene {
	
}


/*** Patient Forms ****/

#formTable {
	width: 500px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms img {
	margin-left: 250px;
}


/*** Financial Arrangements ***/

#financial img {
	float: right;
	display: inline;
	margin: 0px 0px 10px 10px;
	border: 1px solid #303030;
}


/*** Contact Us ***/

#contact img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #303030;
}

#contact p {
	margin-bottom: 20px;
}


/*** 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 Cases ***/

#fbBadge	{
	width: 120px;
	margin: 24px auto;
}

a.standOut {
	color:  #e8a670;
}

a.standOut:hover {
	color:#9e5b65;
}
