/**** Begin Basic Framework
 - Be careful making changes to this section *****/

/*Only Change Marked Elements*/
body {
	margin: 0;
	padding: 0;
	
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat;
	background-color: #85674b; /*Enter Background Color*/
	color: #2d1a07; /*Enter Text Color*/
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 0;
	
	font-family: "Copperplate Gothic Bold", "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	
	color: #000000;
}

h2 {
	margin: 0px 0px 10px 0px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 18px;
	font-weight: bold;
	
	color: White;
}

h3 {
	margin: 20px 0 30px 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 24px;
	font-weight: bold;
	
	color: Black;
}

p {
	margin: 0 0 10px 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/
	font-weight: normal;
	
	text-align: left;
	color: #2d1a07; /*Enter Text Color*/
}

/* My Comment */

a {
	text-decoration: none;
	color: #3f260e; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #660200; /*Enter Link Hover Color*/
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	width: 900px;
}


/*** Header ***/

#header {
	padding: 0px 30px 0px 0px;
}

#header .logo {
	float: left;
	display: inline;
}

#header h1 {
	padding-top: 30px;
}

#header p {
	margin: 0;
	font-size: 18px;
	color: #660200; /*Enter Highlight Color*/
}

#call {
	float: right;
	display: inline;
	width: 230px;
}

#call p {
	margin-top: 20px;
	position: relative;
	bottom: -9px;
	
	text-align: left;
	color: #000000;
}

#call span {
	color: #660200; /*Enter Text Color*/
}

#call p.loc {
	margin: 5px 0 0 0;
	
	font-size: 14px;
	font-weight: bold;
	
	text-align: left;
}

#call p.login {
	margin: 10px 0 20px 0;
	padding: 2px 2px 5px 2px;
	background-color: #660200;
	border: 1px solid #ffffff;
	text-align: center;
}

#call p.login a {
	color: #ffffff;
}


/*** Navigation Block ***/

#navigation {
	border-top: 1px solid #660200; /*Enter Highlight Color*/
	border-bottom: 1px solid #660200; /*Enter Highlight Color*/
}

#flashHeader {
	/*background-color: Gray;*/ /*Temporary for Positioning*/
	height: 185px;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	margin-top: 8px;
}


/*** Page Titles ***/

#pageTitle {
	height: 80px;
}


/*** Content ***/

#content {
	padding: 10px 30px 30px 30px;
	
	/*background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;*/
	background-color: #ae9279;
}

#contentLeft {
	width: 100%;
	display: block;
}

/*#contentLeft {
	float: left;
	display: inline;
	width: 640px;
}

#contentRight {
	float: right;
	display: inline;
	width: 200px;
	
	position: relative;
	top: -75px;
}*/


/** Contact Form **/

#contactForm {
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 20px 0px;
	
	width: 180px;
	
	background-color: #660200;
	
	/*border: 1px solid #26376b;*/
}

#contactForm p {
	margin: 0 0 10px 6px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	/*background: #ffffa0;*/
	border: 1px solid #696969;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #696969;
	border: 1px outset #660200;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}


/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #660200; /*Enter Highlight Color*/
	text-align: center;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 11px;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	padding: 0px 6px 0px 4px;
	color: #ffffff;
}

#footer ul li a:hover, #footer ul li a:active {
	color: #660200;
}

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #660200; /*Enter Tag Color*/
}

#footer .info {
	margin: 7px 0px 0px 10px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: White; /*Enter Copyright Color*/
}

#footer p.info img {
	vertical-align: middle;
}

/***** End Basic Frame Work *****/



/***** Start General Elements *****/

.clear {
	clear: both;
}

ul.topNav {
	margin: 20px 0 0 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 11px;
	text-align: center;
}

ul.topNav li {
	display: inline;
	margin: 0;
	padding: 0;
}


/***** End General Elements *****/



/*** Page with list of subpages ***/

#listPage ul {
	list-style: square;
}


/***** End Page Layouts *****/



/***** Start Code for Specific Pages *****/


/*** Home ***/

#home .signature {
	font-family: Academy,"Times New Roman",Times,serif;
	font-size: 22px;
	text-align: right;
	
	color: #660200;
}

#homeAd {
	margin: 0 0 0 10px;
	float: right;
	display: inline;
	
	width: 200px;
	/*** height: 390px; ***/
	
	text-align: center;
	
	background-color: #85674b;
	border: 3px dashed #660200;
}

#homeAd p {
	text-align: center;
	color: #660200;
}

#homeAd p.first {
	margin: 20px 0 10px 0;
}

#homeMainButton {
	height: 50px;
	text-align: center;
}

#homeMainButton div.button {
	display: inline;
	
	position: relative;
	top: 8px;
}

#homeMainButton div.button a:link, #homeMainButton div.button a:visited {
	padding: 5px;
	
	display: inline;
	
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	
	background-color: #660200;
	border-top: 5px solid #9e0300;
	border-left: 5px solid #9e0300;
	border-bottom: 5px solid #410200;
	border-right: 5px solid #410200;
}

#homeMainButton div.button a:hover, #homeMainButton div.button a:active {
	color: #AE9279;
	
	background-color: #660200;
	border-top: 5px solid #410200;
	border-left: 5px solid #410200;
	border-bottom: 5px solid #9e0300;
	border-right: 5px solid #9e0300;
}

#homeVideo {
	margin: 0 auto;
	width: 660px;
	text-align: center;
}

#videoLT {
	float: left;
	display: inline;
}

#videoRT {
	float: right;
	display: inline;
}

#homeNavButtons {
	text-align: center;
}

#homeNavButtons div.button {
	margin: 0 5px;
	display: inline;
}

#homeNavButtons div.clear {
	margin-bottom: 25px;
}

#homeNavButtons div.button a:link, #homeNavButtons div.button a:visited {
	padding: 5px;
	
	display: inline;
	
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	
	background-color: #660200;
	border-top: 5px solid #9e0300;
	border-left: 5px solid #9e0300;
	border-bottom: 5px solid #410200;
	border-right: 5px solid #410200;
}

#homeNavButtons div.button a:hover, #homeNavButtons div.button a:active {
	color: #AE9279;
	
	background-color: #660200;
	border-top: 5px solid #410200;
	border-left: 5px solid #410200;
	border-bottom: 5px solid #9e0300;
	border-right: 5px solid #9e0300;
}


/*** About Our Practice ***/

#about img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #660200;
}

#about .flashImage {
	float: left;
	display: inline;
	margin: 0 10px 0px 0;
	border: 1px solid #660200;
}


/*** Our Team ***/

#staff .staffImages {
	/*float: left;
	display: inline;*/
}

#staff .staffImages img {
	margin: 0 5px 10px 0;
	border: 1px solid #660200;
}


/*** Procedures ***/

#procedures .procImages {
	float: left;
	display: inline;
}

#procedures .procImages img {
	margin-right: 10px;
	border: 1px solid #660200;
}


/*** 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;
}


/*** Invisalign ***/

#invisalign .flashImage {
	/*float: right;
	display: inline;
	margin: 0 0 10px 10px;*/
	border: 1px solid #660200;
}

#invisalignSidebar {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

#invisalignSidebar p {
	margin: 10px 0 0 0;
	width: 290px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	background-color: #660200;
	border: 3px dashed #ffffff;
}


/*** Forms ****/

#formTable {
	width: 500px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms img {
	margin-left: 250px;
}


/*** Newsletter ***/

#newsletter {
	
}


/*** Health & Wellness ***/

#health img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #660200;
}


/*** Financial ***/

#financial .flashImage {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
	border: 1px solid #660200;
}


/*** Contact Us ***/

#contact img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #660200;
}

#contact p {
	margin-bottom: 20px;
}

#appointment .apptRequest {
	text-align: left;
}


/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	/*width: 350px;*/
	width: 320px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight {
	float: left;
	display: inline;
	/*width: 490px;*/
	width: 320px;
}


/***** End Code for Specific Pages *****/

 
/*** Special Classes **/

.facebook a	{
	text-decoration: none;
}

.facebook a img	{
	border: none;
	vertical-align: middle;
	margin-right: 6px;
}

.center	{
	text-align: center;
}

.noBorder	img {
	border: none;
}

.leftImage {
	margin: 2px 10px 10px 5px;
	padding: 0;
	border: #3f260e 1px solid;
	float: left;
	display: inline;
}

.rightImage {
	margin: 2px 10px 10px 10px;
	padding: 0;
	border: #3f260e 1px solid;
	float: right;
	display: inline;
}