/* Page Structure */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ebddc6;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6357;
}
#header {
	background-image: url(images/red_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 57px;
	display: block;
	background-color: #f8f1e4;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat;
	background-position: bottom;
	height: 153px;
	clear:both;
	font-size: 14px;
	color: #CCC;
}
#footertext a {
	font-weight: bold;
	color: #FFF;
}

#footertext {
	padding: 10px;
	text-align: center;
}
#credits {
	color: #CCC;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
}

#header #top {
	height: 57px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #2f2e29;
	font-weight: normal;
}
#header #logobg {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 213px;
	width: 943px;
	margin: auto;
}
#top #periodontist {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #50100e;
	font-weight: normal;
	height: 57px;
	display: block;
	vertical-align: middle;
	padding-top: 17px;
	padding-left: 110px;
	float: left;
	width: 450px;
}
#top #phone {
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 160px;
	float: left;
	margin-top: 10px;
}
#top #referring {
	float: left;
	width: 150px;
	margin-top: 10px;
}
#top #referring a b {
	color: #4B0102;
	text-decoration: none;
}
#top #referring a {
	color: #2F2E29;
	text-decoration: none;
}
#logo {
	display:block;
	clear:left;
	margin-top:20px;
	width:610px;
	height:100px;
	overflow:hidden;
}
#logo span {
	display:block;
	height:400px;
	width:900px;
}
#content {
	background-color: #dcd1b5;
	width: 943px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin:auto;
	margin-top:0px;
}
#content_bottom {
	background-image: url(images/content_bottom.gif);
	margin: auto;
	height: 24px;
	width: 943px;
}
#left {
	float: left;
	height: 647px;
	width: 230px;
	margin: 10px;
}
/* Menu */
#left #nav a {
	background-image: url(images/menu_off.gif);
	height: 33px;
	width: 220px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #423c33;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 3px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding-top: 12px;
}
#left #nav a.selected {
	background-image: url(images/menu_hover.gif);
}
#left #nav a:hover {
	background-image: url(images/menu_selected.gif);
	color: #F7EFE1;
}
#left #nav a.lrg {
	padding-top: 3px;
	height: 42px;
}
#left #nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Sub Menu */ 
#subnav {
	float: right;
	background-color: #F2F2D6;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	width: 180px;
	margin-right: 0px;
	margin-left:15px;
}
#subnav,  #subnav h2 {
	-moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px #CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	background-image:none;
	
}
#subnav img {
	margin-top:-10px;
	margin-left:-5px;
	padding-bottom:15px;
}
#subnav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#subnav a {
	display:block;
	color: #794901;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #DCDCC7;
	width: 90%;
	margin: 1px;
	background-color: #FFFFFF;
}
#subnav div a:hover {
	background-color:#E3DBB7;
	color: #523F31;
}
#subnav div a:active {
	color: #FFFFFF;
	background-color: #EEF4C6;
}
a {
	color: #056123;
	font-weight: bold;
}

#subnav h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: -5px;
	padding-right:5px;
	padding-top: 0px;
	text-align: right;
	display:inline;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #244B6C;
}
#subnav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #214867;
	margin: -5px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid #536C79;
}
#subnav h2 a:hover {
	background-color: #476378;
	color: #FFFFFF;
}
/* End Sub Menu */

/* Text formatting */
#text {
	margin: 10px;
	float: left;
	width: 669px;
	line-height:17px;
	font-size: 14px;
}
a {
	color: #036;	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #440000;
	background-image: url(images/h1_swirl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 75px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #440000;
	background-image: url(images/h1_swirl.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-right: 75px;
}
h2,.h2 {
	font-size: 18px;
	font-weight: normal;
	color: #6B3D3D;
	line-height: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #794901;
}

blockquote {
	padding-left: 0px;
	margin-left: 15px;
}


.title h1 {
	background:none;
	padding-left:2px;
}
.title h4 {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:16px;
	font-weight:normal;
}
.photo {
	float: right;
	border: 1px solid #4E0D0B;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photocaption {
	text-align:center;
	float:right;
	font-size: 12px;
	font-weight: bold;
	color: #4C0002;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photocaption img.photo{
	float:none;
	margin-left:0px;
	margin-bottom:3px;
}
.border {
	border: 1px solid #A0894B;
}
.pdf{
	width:450px;
	padding:5px;
	border: 1px solid #A0894B;
	background-color: #EBE6D6;
}
#theview {
	height: 240px;
	width: 320x;
	display:block;
}
#theview.home {
	width:225px;
	height:169px;
	display:block;	
}
#brush {
	height:189px;
	width:297px;
	display:block;
}
.film {
	border:1px solid #7B3E29;
	width:320px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.caption {
	font-size: 12px;
	background-color: #F1F1D3;
	padding: 5px;
}
table .caption {
	padding: 5px;
}

.important {
	background-color: #F1EDE0;
	padding: 5px;
	border: 1px solid #633;
}
.quote {
	background-color: #FFF;
	border: 1px solid #CA9968;
	padding: 5px;
	width:450px;
}
.feature{
	background-image: url(images/feature.jpg);
	height: 191px;
	width: 426px;
	color: #322f29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
}
.feature2 {
	background-image: url(images/feature_bg2.jpg);
	margin-left:30px;
}
.feature h2 a, .feature h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #440000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.feature h2, .feature2 h2 {
	margin-left:-20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.feature div, .feature2 div{
	padding-left: 120px;
	height: 146px;
}
.feature .more, .feature2 .more {
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 190px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.feature .more:hover, .feature2 more:hover {
	text-decoration:underline;
}
table.border {
	background-color: #F1F1D3;
}
.answer {
	background-color: #FFFFE8;
	padding: 5px;
	border: 1px solid #C5BF50;
	margin-left:10px;
	display:none;
}
#questions h3 a {
	padding-left:10px;
	display:block;
	margin:0px;
}
#questions h3 {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}
.hours {
	width:200px;
	float:right;


text-align;right;	
	text-align: center;
	background-color: #E3DBC6;
	border: 2px dashed #470000;
	padding: 10px;
	margin-right: 10px;
}
form textarea {
	width: 550px;
}
form .full {
	width:300px;
}
#location {
	background-image: url(images/location.jpg);
	height: 191px;
	width: 230px;
	margin-top: 15px;
	margin-bottom: 15px;
	display:block;
}
#location div {
	padding-top: 60px;
	padding-left: 10px;
	font-size: 14px;

}
#location div strong {
	color: #620301;
}
#footerclear {
	clear: both;
	height: 60px;
}
#referralform {
	background-color: #F1EDE0;
	padding: 10px;
	border: 1px solid #C7B689;
	margin-right: 10px;
	margin-left: 10px;
	color: #333;
	font-weight: bold;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;	
}
#referralform input[type=text], #referralform textarea {
	border: 1px solid #BEAA76;
}


#referralform h2 {
	margin: 0px;
	padding: 0px;
}
