/**** Begin Basic Framework
 - Be careful making changes to this section *****/

body {
	margin: 0;
	
	/*background-image: url(images/sand.jpg);
	background-repeat: repeat;*/
	/*background-color: #d7d7d7;*/ /*Enter Background Color*/
	background-color: #c2a98b;
	color: #000000; /*Enter Text Color*/
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 0px 0 10px 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	
	line-height: 80%;
	text-align: left;
	
	color: #632101;
}

h2 {
	margin: 0 0 30px 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h3 {
	margin: 0;
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: #000000;
}

h4 {
	margin: 0 0 10px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: #000000;
}

h5 {
	margin: 0 0 30px 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	
	color: Blue;
}

p {
	margin: 0 0 18px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #363636;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	
	background-color: #ffffff;
	
	border: 1px solid #444444;
}


/*** Header ***/

/*#head {
	height: 170px;
	text-align: center;
	background-image: url(images/starburstHeader.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#headAd {
	float: right;
	display: inline;
	
	margin: 40px 48px 0 0;
	width: 265px;
}

#headAd p {
	margin: 0 0 5px 0;
	padding: 0;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#headAd p a {
	color: #ff0000;
}

#headAd p a:hover {
	color: #000000;
}

#head h1 {
	padding: 145px 0 0 20px;
}

#head h1 span {
	color: #ff0000;
}

#head p.slogan {
	margin: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .2em;
}

#head p.practice {
	margin: 0 0 2px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

#head p.headAddress {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}*/

#head {
	height: 172px;
	padding: 0 0 0 0;
	background-color: #fdfaeb;
}

#headLeft {
	width: 626px;
	float: left;
	display: inline;
}

#headRight {
	width: 254px;
	float: right;
	display: inline;
}

#headLeft img.drHeadPhoto {
	float: left;
	display: inline;
	margin: 0 25px 0 0;
}

span.drSPAN {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #422419;
}

/*p.slogan {
	margin: 0 10px 0 0;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	color: #a50003;
}

p.slogan a {
	font-size: 22px;
	font-style: italic;
	text-decoration: none;
	color: #9c4309;
}

p.slogan a:hover {
	text-decoration: underline;
	color: #a50003;
}*/

p.doctor{
	margin: 7px 0 2px 0;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #422419;
}

p.phone {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #4B5382;
}

p.address {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #632101;
}


/*** Menu ***/

#menu {
	margin: 0 auto;
	width: 900px;
}


/*** Content ***/

#content {
	margin: 0;
	padding: 0 20px 0 20px;
}

#contentLeft {
	float: left;
	display: inline;
	/*width: 344px;*/
	width: 200px;
}

#contentRight {
	float: right;
	display: inline;
	/*width: 500px;*/
	width: 644px;
	
	padding: 7px;

	background-image: url(images/contactBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	
	border: 1px solid #444444;
	border-top: none;
}

#contentLeftHome {
	float: left;
	display: inline;
	/*width: 344px;*/
	width: 300px;
}

#contentRightHome {
	float: right;
	display: inline;
	/*width: 500px;*/
	width: 544px;
	
	padding: 7px;

	background-image: url(images/contactBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	
	border: 1px solid #444444;
	border-top: none;
}

#contentLeftTestimonials {
	float: left;
	display: inline;
	width: 300px;
}

#contentRightTestimonials {
	float: right;
	display: inline;
	width: 544px;
	
	padding: 7px;

	background-image: url(images/contactBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	
	border: 1px solid #444444;
	border-top: none;
}

#contentFull {
	padding-top: 20px;
}


/*** Left Content ***/

#largeImage {
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	
	background-color: #ffffff;
}

#contentLeft h3 {
	margin: 0 0 3px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #000000;
}

#sideNav {
	margin: 0 20px 0 20px;
	width: 303px;
	
	position: relative;
	top: -20px;
	
	background-color: #ffffff;
	border: 1px solid #444444;
	
	text-align: center;
}

#sideNav ul {
	margin: 0;
	padding: 5px;
	
	list-style: none;
	
	font-size: 11px;
}

#sideNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


/*** Right Content ***/

#phone {
	margin: 0;
	padding: 0;
	height: 11px;
}

#phone p.left {
	margin: 0px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#phone p.right {
	margin: 0px;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	/*color: #000000;*/
}

#phone span.emphasize {
	font-weight: bold;
	/*color: #000000;*/
}


/*** Tag ***/

#tag p.left {
	margin: 5px 20px 5px 20px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#tag p.right {
	margin: 5px 20px 5px 20px;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

/*#tag a {
	color: #000000;
}*/


/*** Footer ***/

#foot {
	margin: 0 auto;
	padding-top: 15px;
	width: 900px;
	
	text-align: center;
}

#foot ul {
	margin: 0 0 10px 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 11px;
}

#foot ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#foot ul li a {
	padding: 0px 6px 0px 4px;
	color: #363636;
	text-decoration: none;
}

#foot ul li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#foot p {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #444444;
}


/*** Commonly Used Classes ***/

div.clear {
	clear: both;
}

#listPage {
	height: 419px; /*Adjust based on longest page*/
}

img.leftIMG {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

img.rightIMG {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.times {
	font-family: "Times New Roman", Times, serif;
}

.verdana {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.courier {
	font-family: "Courier New", Courier, monospace;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.highlight {
	background-color: #ffff00;
}

.red {
	color: #ff0000;
}

.green {
	color: #4f9e52;
}

div.subMenu {
	margin: 10px 0 15px 0;
	width: 180px;
	background-color: #fdfaeb;
	border: 1px solid #632101;
}

div.subMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.subMenu ul li {
	margin: 0;
	padding: 5px 10px;
}

div.subMenu ul li a {
	color: #000000;
	font-size: 14px;
}

div.subMenu ul li a:hover {
	color: #4B5382;
}

div.subMenu p {
	margin: 0;
	padding: 10px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	text-align: justify;
}

div.subMenu p.subTitle {
	padding: 10px;
	/*background-color: #588ABF;*/
	background-color: #632101;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

div.subForm {
	margin: 10px 0 15px 0;
	width: 182px;
	text-align: center;
}

div.subForm p.subTitle {
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.subForm form {
	margin: 0;
	padding: 0;
}

div.subForm input, div.subForm textarea {
	margin: 0 0 5px 0;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.subForm span.submit input {
	margin: 0 auto;
	font-weight: bold;
	background-color: #ffcc00;
	text-align: center;
}

/***** Start Specific Pages *****/


/*** Home Page ***/


#largeImage img.homeIMG {
	border-bottom: 1px solid #444444;
}

#homeTestimonials {
	margin: 15px 15px 0 0;
	padding: 12px 0;
	border: 1px solid #444444;
	
	font-size: 13px;
	font-weight: bold;
	
	/*background-color: #ffff94;*/
	background-color: #fdfaeb;
	text-align: center;
}

#homeTestimonials h3 {
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	/*color: #ff0000;*/
	color: #A50003;
}

div.testimonial {
	margin: 0 0 15px 0;
	/*width: 250px;
	border: 1px solid #000000;*/
}

div.testimonial p {
	margin: 0;
	padding: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

div.testimonial p.testimonialTitle {
	padding: 10px;
	height: 120px;
	/*background-color: #4041fd;
	color: #ffffff;*/
	background-color: #C2A98B;
	color: #632101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

div.testimonial p.testimonialTitle img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #9c4309;
}

div.testimonial p.testimonialName {
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align: right;
	font-style: italic;
}

/** Home Content **/

img.homeDocIMG {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

h2.homeTitle {
	font-size: 26px;
	font-style: normal;
	text-align: center;
	color: #588abf;
	position: relative;
	top: 5px;
}

/*#home p {
	padding: 0 3px 0 3px;
	text-align: justify;
}*/

#home h3 {
	margin: 0 0 5px 0;
	text-align: center;
	color: #588abf;
}

#home p.promiseTitle {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#home p.promiseText {
	margin: 15px 0 10px 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}

#home p.promiseSig {
	margin: 10px 12px 20px 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: right;
}

#home p.homeLogo {
	margin:  100px auto 18px auto;
	text-align: center;
}


p.homeFeature {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #ff6600;
	/*border: 1px dashed #fffa63;*/
	
	position: relative;
	top: 8px;
}

p.homeFeature span {
	color: #000000;
}

p.homeFeature a {
	color: #000000;
	text-decoration: none;
}

p.homeFeature a:hover {
	color: Blue;
}

#conditionLists {
	
}

div.conditionGroup {
	width: 166px;
	float: left;
	display: inline;	
}

#conditionLists ul {
	margin: 10px 5px 10px 5px;
	padding: 5px;
	list-style: none;
	list-style-position: outside;
	border: 3px solid #000000;
}

#conditionLists ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


/** 4.22.10 New Home Features **/

#homeBox {
	padding: 5px;
	border: 2px solid #588ABF;
}

#homeBox p {
	font-style: italic;
}

#homeBox p.testimonialName {
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}

#homeLeft div.subMenu p.subTitle {
	padding: 10px;
	background-color: #632101;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


/*** Thank You ***/

#thankyouLeft {
	padding-top: 10px;
}


/*** About Us ***/

#aboutAd1 {
	margin: 0 18px 15px 0;
	background-color: #FF6600;
	border: 5px dashed #000000;
}

#aboutAd1 p {
	margin: 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

#aboutAd1 p span {
	color: #ffffff;
}

#aboutAd2 {
	margin: 0 18px 15px 0;
	background-color: #33cccc;
	border: 5px dashed #000000;
}

#aboutAd2 p {
	margin: 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #000000;
}

#aboutAd2 p span {
	color: #ffff66;
	font-size: 24px;
	font-style: normal;
}

#about p.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	text-align: right;
}

#findLeft {
	float: left;
	display: inline;
	width: 370px;
}

#findRight {
	float: right;
	display: inline;
	width: 260px;
	text-align: right;
}

#findLeft ul {
	font-family: "Courier New", Courier, monospace;
}

img.officeIMG {
	margin: 0 27px 0 0;
}

#findRight p {
	margin: 10px 0 10px 0;
	width: 254px;
	font-weight: bold;
	text-align: center;
}


/*** Conditions ***/

#conditionsTitle {
	margin: 0 0 10px 0;
	padding: 5px;
	position: relative;
	bottom: -3px;
	background-color: #ffff67;
	border: 2px inset #444444;

}

#conditionsTitle p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}

#conditionsTitle p span {
	color: Red;
	font-weight: bold;
}

table.conditionTable {
	margin: 0 0 20px 0;
	width: 100%;
	border: 2px solid #000000;
}

table.conditionTable td {
	width: 33%;
	text-align: center;
	vertical-align: top;
}

table.conditionTable p {
	font-size: 14px;
}

table.conditionTable ul {
	margin: 0 0 10px 25px;
	padding: 0;
	list-style-position: outside;
}

table.conditionTable li {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}

table.conditionTable a {
	color: Blue;
}

table.conditionTable a:hover {
	color: #FF6600;
}

table.conditionTable img {
	margin: 5px auto;
}


/*** Read Patients' Stories ***/

#smallTestimonials {
	margin: 15px 15px 0 0;
	padding: 12px 0;
	
	font-size: 13px;
	font-weight: normal;
	
	text-align: left;
}

div.testimonialLT {
	margin: 0 0 5px 0;
	padding: 5px;
	border: 3px double #000000;
}

div.testimonialLT p.testimonialEnd {
	margin: 0;
}

#largeTestimonials p {
	font-size: 13px;
	font-weight: normal;
	
	text-align: left;
}

div.testimonialRT {
	margin: 0 0 5px 0;
	padding: 5px;
	border: 3px double #000000;
}

div.testimonialRT p.testimonialEnd {
	margin: 0;
}


/*** How to Contact Us ***/

#contactLeft img {
	margin: 10px 0 15px 0;
}

#contact p, h4 {
	text-align: center;
}


/*** Free Gift ***/

#gift h5 span {
	color: Red;
	font-size: 12px;
}

#gift p {
	font-size: 14px;
}

/** Gift Form **/
div.subForm2 {
	margin: 10px auto;
	width: 302px;
	text-align: center;
	border: 1px solid #000000;
}

div.subForm2 p.subTitle {
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.subForm2 form {
	margin: 0;
	padding: 0;
}

div.subForm2 input, div.subForm2 textarea {
	margin: 0 0 5px 0;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.subForm2 span.submit input {
	margin: 0 auto 5px auto;
	font-weight: bold;
	background-color: #ffcc00;
	text-align: center;
}


/*** Gift2 ***/

table.giftTable {
	font-weight: bold;
}

table.giftTable tr td.value {
	color: #197b30;
	background-color: #ffff66;
}

table.giftFormTable td {
	vertical-align: top;
}

table.giftFormTable span.submit input {
	margin: 10px auto 0 auto;
	font-weight: bold;
	background-color: #ffcc00;
	text-align: center;
	border: 1px solid #000000;
}





















/*** Our Chiropractic Family ***/

#family {
	height: 419px; /*Adjust based on longest page*/
}


/*** Our Mission ***/

#mission {
	padding-bottom: 150px; /*Adjust  text length*/
}


/*** Our Courtesy System ***/

#courtesy {
	padding-bottom: 150px; /*Adjust  text length*/
}


/*** General Information ***/

#general {
	padding-bottom: 150px; /*Adjust  text length*/
}


/*** Conditions We Commonly Treat ***/

/*#conditions {
	height: 419px;
}*/

/*** Contact ***/

/*#contact {
	
}

#contact h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}*/


/*** Site Map ***/

#sitemap {
	padding-left: 20px;
}





















/*** Meet Our Team ***/

#staff {
	height: 419px; /*Adjust based on longest page*/
}


/*** Services Provided ***/

#services {
	padding-bottom: 150px; /*Adjust with text length*/
}

#services .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #000000;
}


/*** Dental Implants ***/

#implants {
	padding-bottom: 150px;
}

#implants .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #000000;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign {
	
}


/*** Smile Gallery ***/

#gallery {
	padding-bottom: 100px; /*Adjust based on image height*/
}

#gallery td {
	width: 50%;
}

#gallery table p {
	margin: 0;
}

#gallery table img {
	border: 1px solid #000000;
}


/*** Forms ***/

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}






