/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 8px 0;
}
.imgLeft2 {
	float: left;
	margin: 0 15px 8px 0;
	border:2px solid #000;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
.imgRight2 {
	float: right;
	margin: 0 0 10px 10px;
	border:2px solid #000;
}
.center {
	text-align: center;
}

body {
	background: url(../images/bkgd-top.jpg) top left repeat-x #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 988px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -494px;
}
/*--------------------> Column Container Selector <--------------------*/

#column-container {
	width:988px;
	padding:82px 0 34px 0px;
}



/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	width:653px;
	float:left;
}
h1 {
	font-size:24px;
	color:#d5723e;
	line-height:28px;
}

h2 {
	font-size:12px;
	color:#683d26;
	margin-bottom:36px;
}
h3 {
	font-size:16px;
	color:#b75521;
	margin-bottom:5px;
}
h2 {
	font-size:14px;
	color:#683d26;
}

#leftcontent{
	width:625px;
	padding:0 0 0 28px;
	color:#683d26;
	font-size:14px;
	line-height:20px;
}
#leftcontent p{
	margin-bottom:27px;

}
#leftcontent a{
	color:#d5723e;
	text-decoration:underline;
}
#leftcontent a:hover{
	color:#000;
}
#leftcontent ul{
	list-style:outside;
	margin:0 0 27px 0px;
}
#leftcontent ol{
	list-style:outside;
	margin:0 0 27px 50px;
}

#leftcontent li{
	margin-bottom:6px;
}
#tour{
	width:250px;
	height:333px;
	float:left;
	margin:0 20px 20px 0;

}
#bottomcontactinfo{
	text-align:center;
	color:#d5723e;
}
#bottomcontactinfo p{
	font-size:18px;
	font-weight:bold;
	margin: 0 0 8px 76px;
}

address{
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color:#3f3d3d;
	margin:0 0 0 67px;
}
.examplepics{
	width: 524px;
	text-align:center;
	margin-bottom:24px;
	padding:20px 0 3px 88px;
	background-color:#ebe3de;
	border:2px solid #8f3c10;

	
}
.examplepics img{
	border:2px solid #8f3c10;
}
.examplepics2{
	width: 524px;
	text-align:center;
	margin-bottom:24px;
	padding:20px 0 5px 0px;
	background-color:#ebe3de;
	border:2px solid #8f3c10;

	
}
.examplepics2 img{
	border:2px solid #8f3c10;
}

.bondingpic{
	width: 612px;
	text-align:center;
	margin-bottom:24px;
}
.bondingpic h3{
	margin:5px 0;
}
#did-you-know{
	width:212px;
	padding:10px;
	border:2px solid #8f3c10;
	background-color:#ebe3de;
	float:right;
	clear:both;
	margin:0 0px 0 20px;
}
#did-you-know hr {
	margin-bottom:14px;

}
.bagallery{
	width:480px;
	text-align:center;
}
#leftcontent .bagallery ul{ 
	margin:0 0px 24px 0;
	padding:0;

}
.galleryR{
	width:220px;
	list-style:none;
	float:right;
}
.galleryL{
	width:220px;
	margin:0 20px 0 0;
 	float:left;
}
.galleryR li{
	list-style:none;
	margin:0;
	padding:0;
}
.galleryL li{
	list-style:none;
	margin:0;
	padding:0;
}

/*Specials Contact Appointment Form*/
#special-form{
	width:400px;
	background-color:#ebe3de;
	border:2px solid #8f3c10;
	padding:10px;
	margin-bottom:5px;
}
#special-form input{
	border:1px solid #8f3c10;
	width:250px;
	height:20px;
	padding:2px 0 0 2px;
	
}
#special-form input.radio{
	border: none;
	width:20px;
	
}
#special-form input.submit{
	width:385px;
	height:41px;
	display:block;
	border:none;
	cursor:pointer;
	background-color:#8f3c10;
	font-size:16px;
	font-weight:bold;
	color:#feaf84;
	
}

/*Main Contact Form*/
#contact {
	width: 227px;
	height: auto;
	padding: 0 0 0 150px;
	text-align: center;
}
#contact label {
	font-weight: bold;
	display: block;
	text-align: left;
	width: 227px;
}
#contact textarea {
	width: 227px;
	height: 138px;
	border: 1px solid #f8f8f8;
	background: url(../images/textarea.gif) left top no-repeat;
	margin-bottom: 15px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252f48;
	letter-spacing: 1px;
}

#contact input {
	width: 227px;
	height: 17px;
	border: 1px solid #f8f8f8;
	background: url(../images/input.gif) left top no-repeat;
	margin-bottom: 15px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252f48;
	letter-spacing: 1px;
}

#contact #submitBtn {
	padding-left: 15px;
}

#contact input.submit{
	width:225px;
	height:41px;
	display:block;
	border:none;
	background: url(../images/submitBtn2.gif) left top no-repeat;
	cursor:pointer;
}

#contact #submitBtn :hover input.submit{
	background-position: 0px -41px;
}
dl.dentalDef dt {
	font-size: 14px;
	font-weight: bold;
	}
dl.dentalDef dd {
	font-size: 12px;
	margin-bottom:10px;
	}
/*--------------------> Mini Form Selectors <--------------------*/
#qc{
	width:252px;
	height:auto;
	display: block; 
	background-color:#a14819;
	padding-bottom:8px;
 
}
#qc-top{
	width:252px;
	height:53px;
	background:url(../images/qc-top-bkgd.jpg) top left no-repeat;
}
.qc-hidden {	
}

#qc textarea{
	width:228px;
	height:62px;
	border:none;
	padding:3px 12px 0 12px;
	margin:-1px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#b45b2c;
	font-size:12px;
	overflow:hidden;
	background:url(../images/qc-textarea-bkgd.jpg);
}
#qc input{
	width:222px;
	height:20px;
	margin: 0 0 8px 9px;
	padding:3px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b45b2c;
	font-size:12px;
	border:1px solid #000;
}
#qc p{
	font-size:10px;
	color:#513c32;
	margin:2px 0 0 10px;
	
}
#qc a{
	color:#513c32;
	text-decoration:underline;
}
#qc a:hover{
	color:#fff;
	text-decoration:underline;
}

#qc input.submitBTN{
	background:url(../images/submit.jpg) bottom left no-repeat;
	width:234px;
	height:29px;
	display:block;
	cursor:pointer;
	border:none;
	margin:0 0 0 9px;
	padding:0;
}

/*--------------------> Right Column Selector <--------------------*/

#right-column {
	width:252px;
	float:right;

}
#side-nav{
	width:252px;
	margin-top:18px;
	background:url(../images/side-nav-bkgd.jpg) top left repeat-y;
	font-weight:bold;
	
}
/*** ESSENTIAL STYLES ***/
.sf-menu-side, .sf-menu-side * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu-side {
	line-height:	1.0;
	text-align:right;
	font-size:14px;
}
.sf-menu-side ul {
	position:		absolute;
	top:			-999em;
	width:			252px; /* left offset of submenus need to match (see below) */
	z-index:999;
}
.sf-menu-side ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-side li {
	float: left;
	clear: both;
	position: relative;
 	border-bottom:1px solid #e4c2b1;
}
.sf-menu-side a {
	display:		block;
	position:		relative;
	width: 222px;
	color: #000;
	padding: 5px 15px 8px 15px;
	text-decoration: none;
}
.sf-menu-side li:hover ul, .sf-menu-side li.sfHover ul {
	right:			252px;
	top:			0px; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu-side li:hover li ul, ul.sf-menu-side li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-side li li:hover ul, ul.sf-menu-side li li.sfHover ul {
	right:			252px; /* match ul width */
	top:			0;
}
ul.sf-menu-side li li:hover li ul, ul.sf-menu-side li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu-side li li li:hover ul, ul.sf-menu-side li li li.sfHover ul {
	left:			252px; /* match ul width */
	top:			0;
}
.sf-menu-side span {
	display:block;
}


.sf-menu-side li li a:hover {
	border-bottom:none;
}

.sf-menu-side a:hover, .sf-menu-side a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fff;
}
.sf-menu-side li li {
	background-color: #ba7753;
}
.sf-menu-side li li:hover, .sf-menu-side li.sfHover, .sf-menu-side a:focus, .sf-menu-side a:hover, .sf-menu-side a:active {
	outline:0;
	background:url(../images/side-nav-ro.jpg) top left repeat-x #665246;
	color:#fff;
}

#new-patient-cta{
	width:252px;
	height:62px;
	display:block;
	background:url(../images/new-patient-cta.jpg) top left no-repeat;
	background-position:0 0;
	margin-top:24px;
}

#new-patient-cta:hover{
	background-position:0 -62px;
}



#right-accord {
	width: 250px;
	height: auto;
	background-color: #b15a2c;
	border: 1px solid #000;
	margin: 24px 0px 0px 0px;
	font-size:14px;
	color:#000000;
}

#right-accord img {
	border:none;
}
#right-accord ul {
	list-style: none;
}
#right-accord ul li {
	margin-bottom:-4px;
/*padding: 0px 0px 15px 0px;*/
}
#right-accord ul li ul {
	list-style: none;
}
#right-accord ul ul li {
	padding: 10px 15px 15px 15px;
}
#right-accord ul li a {
}
#right-accord a:link, #right-accord a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#right-accord a:hover, #right-accord a:active {
	color: #4f3222;
}

.fox-abc-cta {
	margin-top:20px;
	display:block;
	background-image:url(../images/fox-abc-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 252px;
}
.fox-abc-cta:hover {
	background-position: 0px -62px;
}

/*Video CTA*/
.mast-video-about-us{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background:url(../images/videocta1.jpg) top left no-repeat;
	cursor:pointer;
}
#video1 {
	width:218px;
	height:125px;
	display:block;
	background:url(../images/videocta1.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video1 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-video-cerec{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background: url(../images/video-cta-cerec.jpg) top left no-repeat;
	cursor:pointer;
}
#video2 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-cerec.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video2 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-video-ppm{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background: url(../images/video-cta-ppm.jpg) top left no-repeat;
	cursor:pointer;
}
#video3 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-ppm.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video3 span{
	background-position:0 -125px;
	cursor:pointer;

}

.video-gallery1{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	cursor:pointer;
}
#video4 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-gallery.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video4 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-sleep-apnea{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background:url(../images/video-cta-sleep-apneac.jpg) top left no-repeat;
	cursor:pointer;
}
#video5 {
	width:218px;
	height:125px;
	display:block;
	background:url(../images/video-cta-sleep-apneac.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#video5 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-video-testimonials{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background: url(../images/video-cta-testimonial.jpg) top left no-repeat;
	cursor:pointer;
}
#video6 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-testimonial.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video6 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-video-veneers{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background: url(../images/video-cta-veneers.jpg) top left no-repeat;
	cursor:pointer;
}
#video7 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-veneers.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video7 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-video-zoom{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background: url(../images/video-cta-zoom.jpg) top left no-repeat;
	cursor:pointer;
}
#video8 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-zoom.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video8 span{
	background-position:0 -125px;
	cursor:pointer;

}

.mast-video-az-colors{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background:url(../images/video-cta-az-colors.jpg) top left no-repeat;
	cursor:pointer;
}
#video9 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-az-colors.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video9 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-video-clouds{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background:url(../images/video-cta-cloud.jpg) top left no-repeat;
	cursor:pointer;
}
#video10 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-cloud.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video10 span{
	background-position:0 -125px;
	cursor:pointer;

}
.mast-video-fish{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background:url(../images/video-cta-fish.jpg) top left no-repeat;
	cursor:pointer;
}
#video11 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-fish.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video11 span{
	background-position:0 -125px;
	cursor:pointer;

}

.mast-video-swan{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background:url(../images/video-cta-swan.jpg) top left no-repeat;
	cursor:pointer;
}
#video12 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-swan.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video12 span{
	background-position:0 -125px;
	cursor:pointer;

}


.mast-video-swan{
	width:218px;
	height:125px;
	display:block;
	text-indent:-999em;
	background:url(../images/video-cta-natural.jpg) top left no-repeat;
	cursor:pointer;
}
#video13 {
	width:218px;
	height:125px;
	display:block;
	background: url(../images/video-cta-natural.jpg) top left no-repeat;
	background-position:0 0;
	cursor:pointer;
}

#video13 span{
	background-position:0 -125px;
	cursor:pointer;

}

/*Thickbox Gallery CTA*/
#TB_caption, #TB_closeWindow{
	color:#000000;
	margin:5px 0;
}
#TB_window a {
	color: #85674b;
}
#TB_window a:hover {
	color: #000;

}
/*Blogger Navigation*/
#blogger-navigation{
	margin-top:14px;
	font-size:14px;
}
#blogger-navigation h3{
	margin:15px 0 5px 0;
}
#blogger-navigation ul{
}
#blogger-navigation ul li{
	list-style:none;
	margin:0 0 5px 15px;
}
#blogger-navigation ul li a{
	color:#000;
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
	color:#000;}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
	color:#945822;}
#blogger-navigation #powered-by{
	margin:15px;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	width:245px;
	height:22px;
	position:absolute;
	top:70px;
	left:28px;
	z-index:13;
	font-size:18px;
	font-weight:bold;
	color:#feaf84;
	text-align:right;
}
#logo-top{
	position:absolute;
	top:0px;
	left:28px;
	z-index:9;
	cursor:pointer;
}
/*--------------------> Mast Selectors <--------------------*/

#mast {
	position:relative;
	width:590px;
	height:379px;
	top:18px;
	margin-bottom:20px;
}

#flash-mast {

}
/*--------------------> Google map Selectors <--------------------*/
#mapcontain{
	width:505px;
	height:353px;
	background:url(../images/googlemap-bkgd.jpg) top left no-repeat;
	margin:10px 0 0 0;
	padding:26px 0 0 85px;
}
#map {
    width:472px;
    height:310px;
	font-size:12px;
	
}
/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	width:710px;
	height:104px;
	position:absolute;
	top:-17px;
	right:0;
	z-index:999;
	
	
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	float:right;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	/*padding:0 18px 0 18px; Styling to give between your text for your top nav*/
	}
.sf-menu li li{
	padding:0 0px 0 0px; /*I left this alone*/
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#d5723e !important; /*Your font color*/
	padding:67px 10px 27px 10px; /*Styling to give above and below your text for your top nav*/
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	

}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			104px; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

.sf-menu li a:hover {
	background:url(../images/top-nav-ro.jpg) top left repeat-x; /*roll over*/

}

.sf-menu li li a:hover {
	border-bottom:none; 
	/*You can match the drop down hover state to match the top nav hover state. I left this alone*/
}
.sf-menu li li a, .sf-menu li li li a {
	padding:5px;
}

.sf-menu a:hover, .sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fdae84 !important;
}
.sf-menu li {	
}
.sf-menu li li {/*Styling of my Dropdown*/
	border-bottom: #333333 1px solid; 
	background-color: #000;
}
.sf-menu li li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
	background:url(../images/top-nav-ro.jpg) top left repeat-x; /*Background color of hover state*/
}


/*Footer Sitemap Disclaimer Section*/
#bottombody{
	width:100%;
	height:300px;
	position: relative;
	background:url(../images/bottom-bkgd.jpg) bottom center repeat #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#bottomcontainer{
	width: 988px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -494px;
	padding-top:37px;
	color:#db8558;
	font-size:12px;
}
#footer{
	width:628px;
	float:left;
	padding:0px 90px 0 18px;
	line-height:20px;

}
#footer a{ 
	color:#b75c2c;
	text-decoration:none;
	

}
#footer a:hover{
	color:#FFFFFF; 
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin-bottom:20px;
}
#footer ul li{
	padding:0 10px;
	display:inline;
	border-left:1px solid #b75c2c;
}
#footer li.noborder{
	border:none;
}

#footer p{
	padding:0 0 0 10px;
	margin-bottom:26px;
}


#top-dentist{
	width:101px;
	float:left;
}
#affiliations{
	width:141px;
	float:right;
}
/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #009900 !important;
  background-image:none !important;
  color:#fff !important;
}
.invalid {
  background-color: #FF0000 !important;
  background-image:none !important;
  color:#fff !important;

}

/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
