body {
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #522e0a url(../images/bg_body.gif) top left repeat-x;
}

/* -- General ----------------------- */
h1 {
	color: #510e00;
	font-size: 21px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/icn_dotted.gif) bottom left repeat-x;
	margin: 10px 0 16px 0;
	padding: 0 0 8px 0;
}

h2 {
	color: #510e00;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	padding: 0;
}

p {
	line-height: 16px;
}

ul {
	margin-bottom: 10px;
	line-height: 16px;
}

ul li {
	margin-bottom: 3px;
}

ul.homeList {
	margin-left: 0;
	padding-left: 15px;
}

hr {
	border: 0;
	border-bottom: 1px dotted #333;
	padding: 0;
}

.bord {
	border: 1px solid #ccc;
}

.forceLft {
	float: right;
	margin: 0 10px 10px 20px;
	border: 1px solid #ccc;
}

.forceRt {
	float: right;
	margin: 0 0 10px 20px;
}

.forceRtBord {
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #ccc;
}

/* -- Force Colors ----------------------- */
.black {
	color: #000;
}

/* -- Layout ----------------------- */
#container {
	width: 797px;
	background: #fff;
}

.sides {
	width: 17px;
}

#content {
	width: 761px;
	text-align: left;
	vertical-align: top;
}

a:link, a:visited, a:active {
	color: #4c170c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	padding-right: 6px;
	background: url(../images/icn_arrow.gif) center right no-repeat;
}

.dotted {
	clear: both;
	width: 100%;
	height: 3px;
	margin: 15px 0 15px 0;
	background: url(../images/icn_dotted.gif) center left repeat-x;
}

/* -- Header, Footer ----------------------- */
#header {
	width: 100%;
	padding: 0;
	vertical-align: top;
	background: #3a371a;
}

#headerTop {
	height: 59px;
	background: #3a371a url(../images/hdr_main.gif) top right no-repeat;
	vertical-align: top;
}

#mainMenu {
	width: 100%;
	padding: 0;
}

#mainMenu img {
	border-top: 1px solid #575330;
	border-right: 1px solid #2a331e;
	border-bottom: 1px solid #2a331e;
	border-left: 1px solid #575330;
}

#mainMenu img.first {
	border-top: 1px solid #575330;
	border-left: none;
}

#mainMenu img.last {
	border-top: 1px solid #575330;
	border-right: none;
}

#flashArea {
	width: 100%;
	background: #858b59;
}

#footer {
	color: #fff;
	width: 100%;
	height: 66px;
	background: #3a371a;
	border-top: 1px solid #575330;
	border-right: 1px solid #575330;
	border-left: 1px solid #575330;
}

#footer td {
	font-size: 10px;
	padding: 7px 10px;
	vertical-align: top;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* -- Section Content ----------------------- */
#sectionContent {
	width: 100%;
	padding: 20px 6px 38px 6px;
}

.testimonial {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

.general {
	width: 100%;
	padding: 0 10px 0 10px;
}

/* -- Dentists ----------------------- */
.dentistName {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
}

/* -- Photo Gallery ----------------------- */
 .photoGallery {
 	width: 100%;
 	border-top: 1px solid #ccc;
 	border-right: 1px solid #ccc;
 }
 
 .photoGallery td {
 	padding: 8px;
 	border-bottom: 1px solid #ccc;
 	border-left: 1px solid #ccc;
 	text-align: center;
 }
 
  .photoGallery img {
  	border: 2px solid #4c170c;
  }
  
  /* -- Results Gallery ----------------------- */
  .resultsGallery {
   	width: 100%;
 	border-top: 1px solid #ccc;
 	border-right: 1px solid #ccc;
 	margin-bottom: 10px;
  }
  
  .resultsGallery td {
 	padding: 8px;
 	border-bottom: 1px solid #ccc;
 	border-left: 1px solid #ccc;
 	text-align: center;
 }
 
 .resultsGallery td.label {
 	color: #fff;
 	font-size: 10px;
 	font-weight: bold;
 	padding: 3px;
 	background: #666;
 	text-transform: uppercase;
 }
 
/* -- General Form ----------------------- */
.genForm {
   	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

.genForm td {
	width: 250px;
	padding: 6px;
	background: #c5c8b8;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
}

.genForm td.key {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	background: #3a371a;
	vertical-align: top;
	text-align: left;
}

.genForm td.submit {
	width: 100%;
	padding: 6px 0 6px 0;
	background: #522e0a;
}

.genForm input, .genForm textarea {
	width: 90%;
	border: 1px solid #3a371a;
}

.genForm input.submitBtn {
	color: #fff;
	font-size: 10px;
	width: 66px;
	margin: 0;
	background: #2e1803;
	border: 1px solid #c5c8b8;
}