*{
	padding:0px;
	margin:0px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #D7CCBA;
	background-image: url(../_media/backgrounds/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body#home{
	background-image: url(../_media/backgrounds/background.jpg);
}
body#interior{
	background-image: url(../_media/backgrounds/tb_background.jpg);
}



p, ul, ol {
	color:#242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 150%;
	margin: 14px 0px 14px 0px;
	}

h1 {
	color: #564319;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	text-transform:uppercase;
	font-weight:bold;
	visibility:hidden;
	}
#home h1 {
	font-weight:bold;
	font-size: 28px;
	color: #564319;
	text-transform: none;
	}
#home h1 span {
	color: #492e29;
	display: block;
	font-size: 80%;
	text-indent: 80px;
}
	
h2 {
	color: #427967;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 10px 0px;
	}

h3 {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	}

h4 {
	color: #000000;
	font-size: 100%;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.testimonial {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-color: #165594;
}
.testimonial h4, .testimonial .replace {
	color: #FFF;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 110%;
	line-height: 150%;
}
.moveRight {
	text-align: right;
	display: block;
	padding-right: 20px;
}

a {
	color: #993300;
	font-weight: 700;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}
#doctor_pic {
	float: right;
	height: 280px;
	width: 230px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 34px;
	top: 270px;
	}

ul {
	list-style-image: url(../_media/common_assets/asterisk.png);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	line-height: 150%;
	color: #000;
	margin-left: 30px;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	line-height: 150%;
	color: #000;
	margin-left: 30px;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*------------- header section ----------------- */


#header_wrapper{
	width: 1000px;
	position: relative;
	margin: auto;
	height: 250px;
	}
#home #header_wrapper{
	width: 1000px;
	height: 800px;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
	height: 140px;
	position:relative;
	}

#home #header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
	background-image: url(none);
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
	}

/*------------- middle section ----------------- */

#middle_wrapper{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(.);
	background-repeat: repeat-x;
	background-position: center top;
	}
#home #middle_wrapper{
	display:inherit;
	background-position: center top;
	padding-bottom: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
	}
#home #content_wrapper{
	width: 1000px;
	display:inherit;
	background-image: url(none);
	background-color: transparent;
	}

/*------------- content header/footer section ----------------- */

#content_header{
	width: 100%;
	margin: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#home #content_header{
	background-image: url(none);
	background-color: transparent;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: center bottom;
	}	
#home #content_footer{
	background-image: url(none);
	background-color: transparent;
	}
/*------------- content main ----------------- */

#content_main{
	width: 750px;
	min-height: 350px;
	text-align: left;
	float: right;
	position: relative;
	right: 14px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#content_main .bottom {
	display: none;
}
#home #content_main{
	background-color: transparent;
	min-height: 0px;
	width: 1000px;
	float: none;
	margin: 0px auto;
	right: 0px;
	clear: both;
	background-repeat: no-repeat;
	padding: 0px;
}
.noside #content_main {
	width: 950px;
	right: 0px;
}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:210px;
	min-height: 100%;
	display: inherit;
	position: relative;
	left: 5px;
	margin-top: 18px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#home #content_side{
	width: 1000px;
	left: 0px;
	padding: 0;
	height: 0px;
}
.noside #content_side {
	display: none;
}

#home #content_side p{
	font-size:16px;
	color:#494130;
	line-height:30px;
	text-align: justify;	
}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #000000;
    }
	
#content_side h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
    }
	
#content_side h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	margin: 10px 0px 10px 0px;	
	}
#content_side h3 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0px;
	line-height: 150%;
	background-image: url(../_media/backgrounds/side-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 210px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	height: 45px
	}
	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-image: url(../_media/backgrounds/side-body.png);
	background-repeat: repeat-y;
	background-position: center top;
	}
#content_side .bottom {
	background-image: url(../_media/backgrounds/side-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 210px;
}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(none);
	}
	
#content_side li a {
	color: #FFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 188px;
	font-weight: normal;
	line-height: 150%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-left: 0px;
	}
#content_side ul li a.indent {
	padding-left: 30px;
	width: 169px;
}
#content_side li li a {
	background-color: #F8F5EE; 
	text-indent:5px;
	}
a.active {
	background-color:#DED3A6;
	}
	
#content_side li a:hover {
	background-color: #359653;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	background-color: #004833;
	background-image: linear-gradient(bottom, rgb(17,20,17) 0%, rgb(4,61,44) 100%);
background-image: -o-linear-gradient(bottom, rgb(17,20,17) 0%, rgb(4,61,44) 100%);
background-image: -moz-linear-gradient(bottom, rgb(17,20,17) 0%, rgb(4,61,44) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(17,20,17) 0%, rgb(4,61,44) 100%);
background-image: -ms-linear-gradient(bottom, rgb(17,20,17) 0%, rgb(4,61,44) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(17,20,17)),
	color-stop(1, rgb(4,61,44))
);
}
#footer_wrapper #decoration {
	background-image: url(../_media/common_assets/footer-decoration.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 12px;
	width: 100%;
}

#footer{
	text-align: center;
	width: 1000px;
	margin: 0px auto 0px auto;
	height: 0px;
}

#home #footer{
	width:1000px;
}

#footer_links{
	text-align: center;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 30px;
}
#footer_links p{
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer_links a {
	color: #FFF;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer_links a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
.column_left {
	width: 32%;
	float: left;
}
#home .column_left {
	width: 48%;
}
#home .column_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 48%;
}
.column_right {
	width: 48%;
}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	margin-bottom: 5px;
	padding: 4px;
	background:#fff;
	/*border:1px solid #564319;*/
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	}

.image_center {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #564319;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	width: 90%;
	height: auto;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}	

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}

/*  DESIGN ELEMENTS */
	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
.float_left{
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
}

.float_right{
	float: right;
	width: 350px;
	margin-right: 15px;
	margin-left: 15px;
}
.clear{
	clear: both;
	width: 100%;
	padding-top: 1px;
	margin: 5px 0px;
	}
.clear_line{
	clear: both;
	background-color: #E4DBB4;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 20px 0px;
	}
#breadcrumbs{
	position:relative;
	left:8px;
	padding:0px 0px 26px 0px;
}
#breadcrumbs #breadcrumbPage,#breadcrumbs #breadcrumbSpacer{
	float:left;
	margin:0px;
	padding:5px 0px 5px 5px;
	font-size:10px;
	line-height:100%;
}

#interior #sb-nav-close{

}

.pbhs {
	font-weight:bold;
	font-size: 80%;
	}
/* CSS3/PIE.htc stuff */

.rounded6
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rounded8
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.rounded10
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.shadow {
  /* offset left, top, thickness, color with alpha */
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#interior .rounded6, #interior .rounded8, #interior .rounded10, #interior .shadow
{
    behavior: url(../_css/PIE.htc);
}
#home .rounded6, #home .rounded8, #home .rounded10, #home .shadow
{
    behavior: url(_css/PIE.htc);
}

.opacity80
{
    opacity:.8;
}
/* no flash styles */

#name, #interior #name{
	width:261px;
	height:190px;
	display:block;
	left:8px;
	position:absolute;
	top:10px;
}
/*#interior #name {
	left: 53px;
}*/
#bottom-buttons {
	display: block;
	height: 108px;
	padding: 0;
	left: 15px;
	position: absolute;
	top: 650px;
	width: 972px;
}
#bottom-buttons ul {
	list-style: url(none) none;
	margin: 0;
	padding: 0;
}
#bottom-buttons li {
	float: left;
	margin: 0;
	padding: 0 0px 0 0;
}
#bottom-buttons li.regisiter {
	padding: 0;
}
#bottom-buttons a {
	color: #175794;
	display: block;
	font-size: 120%;
	height: 74px;
	padding: 30px 20px 0 130px;
	text-decoration: none;
	text-align: left;
	width: 174px;
}
.third-molar a {
	background-image: url(../_media/images/button2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.dental-implants a {
	background-image: url(../_media/images/button1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.register a {
	background-image: url(../_media/images/button3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*#interior #name {
	height: 110px;
	width: 154px;
	top: 15px;
	left: 5px;
	z-index: 10000;
}*/
#name{
	top: 7px;
}
#address{
	width:955px;
	height:16px;
	background-image:url(../_media/images/address.png);
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:647px;
	text-indent: -9999px;
	opacity:1;
	float:left;
}

#interior #address{
	width:409px;
	height:116px;
	background-image:url(../_media/images/name2.png);
	background-repeat:no-repeat;
	position:absolute;
	left:565px;
	top:250px;
	text-indent: -9999px;
	opacity:1;
	float:left;
}
#phone {
	position: absolute;
	right: 1px;
	top: 27px;
}
#phone p {
	color: #FFFFFF;
	font-size: 160%;
	line-height: 100%;
	margin: 5px 0px;
	text-align: right;
	top: 10px;
	width: 200px;
}
.phone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: right;
}
#home #address{

}
#address.start{
	
	opacity:0;

}

#nav{
	width:1000px;
	height:25px;
	background-image:none;
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:152px;
	z-index:2000;
	opacity:1;
}
#nav.start{
	opacity:0;
	
}
#home #nav{
}
#banner{
	width:991px;
	height:414px;
	background-repeat:no-repeat;
	position: absolute;
	top: -100px;
	margin-top: -100;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#interior #banner {
	height: 300px;
	top: 0px;
	display: none;
}
#home #banner{
	width: 991px;
	height: 414px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	top: 37px;
	background-image: url(../_media/backgrounds/home_images_bg.png);
	background-position: center top;
}
#nivoSlider{
	position: absolute;
	top:14px;
	left:15px;
	height:388px;
	width:963px;
	overflow:hidden;
}
#interior #nivoSlider {
	height: 297px;
	top: 180px;
}
.youtube {
	position: absolute;
	top: 20px;
	right: 15px;
}
#home #nivoSlider{
	height:423px;
}
#nivoSlider.start{
	opacity:0;
}
#overlay{
	position: absolute;
	top:0px;
	left:510px;
	height:384px;
	width:491px;
	overflow:hidden;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 1000;
	background-color:transparent;
	opacity:1;	
}
#overlay.start{
	top:-60px;
	left:570px;
	opacity:0;
}


.portal{
	width:380px;
	float:left;
	position:relative;
	margin-right:8px;
	margin-left:10px;
	padding-bottom:5px;
	background-image: url(../_media/images/box.png);
	height: 260px;
}
.intro {
	float: left;
	margin-left: 10px;
	margin-right: 8px;
	position: relative;
	width: 1200px;
	margin-top: 0px;
}
.intro p {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-style: italic;
}
.intro #home_left p {
	color: #000000;
	font-style: normal;
}
.intro h2 {
	color: #FFFFFF;
	font-size: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.intro h3 {
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 17px;
	padding-left: 15px;
}
.intro .contact_box h3 {
	color: #3E3123;
	font-size: 140%;
}
.portal h2{
	color:#FFFFFF;
	font-size:17px;
	padding-bottom:0px;
	text-transform:uppercase;
	font-weight:normal;
	visibility:hidden;
	padding-left: 15px;
	padding-top: 10px;
}
.portal h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	position: absolute;
}
.intro  h3  span {
	font-style: italic;
}
.portal p{
	color:#FFFFFF;
	text-align:left;
	margin: 7px 7px 7px 7px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 130%;
}
.portal img {
	padding: 0px 10px;
}
.portal a {
	white-space: nowrap;
}
#portal3{
	margin-right:0px;	
width:230px;	
margin-top:-50px;
height:228px;
}
.contactForm .label{
	float:left;
	clear:both;
	padding:6px 0px 6px 0px;
	text-transform: uppercase;
	font-size: 12px;
}
#home_left {
	width: 680px;
	float: left;
	position: relative;
	left: 0px;
}
#home_left ul {
	list-style: none;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#home_right {
	width: 480px;
	float: right;
	position: relative;
	right: 20px;
}
.contact_box {
	background-color: #e3dfda;
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 10px #bab0a4;
	border: 1px solid #FFFFFF;
	margin-bottom: 25px;
} 
.icons {
	float: right;
}
.cellphone {
	background-image: url(../_media/images/phone.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.schedule {
	background-image: url(../_media/images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 88px;
	text-indent: 20px;
	line-height: 78px;
	text-decoration: none;
	color: #492E29;
}
.contact_box p {
	color: #000000;
	font-style: normal;
}

.smiles {
	float: left;
	margin-top: 0px;
}
.smiles h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.contactForm input, .contactForm textarea, .contactForm select{
	float:right;
	border: solid #e4dccc 1px;
	padding:3px;
	background-color:#FFFFFF;
	color:#494130;
	width:130px
}
.contactForm select{
float:right;
border: solid #e4dccc 1px;
padding:3px;
background-color:#FFFFFF;
	color:#494130;
	width:138px

}
.contactForm textarea{
height:40px;

}
#requestAppWrapper{
	width:279px;
	float:right;
	height:112px;
	position:relative;
}
#requestApp{
	
	
}
#requestApp.start{
	
	opacity:0;
	right:20px;

	
}
a#requestAppLink{
	position:absolute;
	top:30px;
	right:0px;
	width:279px;
	height:60px;
	opacity:1;
	background-image:url(../_media/images/btn_requestApp.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
a#requestAppLink span{
	background-image:url(../_media/images/btn_requestApp_hover.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
	display:block;	
	width:279px;
	height:60px;
	opacity:0;
	
	
}
.pngFix{
	-pie-png-fix:true;
   	behavior:url(_css/PIE.htc);	
}
.iefix
{
 /* IE hack */
  background:none\9; /* Targets IE only */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader();
}
a.btnDirections{
	width:126px;
	height:26px;
	background-image:url(../_media/images/btn_directions.png);
	background-position:left top;
	display:block;
	position:absolute;
	right:0px;
	text-indent:-9999px;
	text-align:left;
	top: 135px;
}
a.btnDirections:hover{
	background-position:left bottom;
}

a.btnSendMessage{
	width:116px;
	height:26px;
	background-image:url(../_media/images/btn_SendMessage.png);
	background-position:left top;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	text-indent:-9999px;
	text-align:left;
}
a.btnSendMessage:hover{
	background-position:left bottom;
}
#doctors{
	padding-top:16px;
	height:40px;
	color:#FFF;
	font-size:26px;
	text-transform:uppercase;
	opacity:1;
	width:1000px !important;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 3s;
}
#doctors.start{
	opacity:0;
}
#doctors span{
	float:left;
}
.diamond{
	width:12px;
	height:22px;
	background-image:url(../_media/images/diamond.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:0px 12px 0px 12px;

}
.quoteLeft{
	width:18px;
	height:14px;
	background-image:url(../_media/images/quoteLeft.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:0px 6px 0px 0px;

}

.quoteRight{
	width:18px;
	height:14px;
	background-image:url(../_media/images/quoteRight.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	float:right;
	margin:0px 90px 0px 0px;

}
.animate{
	visibility:hidden;
}

#nivoSliderTwo{
	position: absolute !important;
	bottom:24px;
	right:24px;
	height:166px;
	width:248px;
	overflow:hidden;
	z-index:10000;
}


element.style {
    opacity: 0.8;
}
#banner .nivo-caption {
	background-image:url(../_media/images/blue50.png);
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 8;
	background-color:transparent;
	font-size:16px;
	line-height:40px;
	border-top: solid #005dae 1px;
}
#banner .nivo-caption p{
	margin:6px 0px 6px 20px;
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	opacity: 1;
	padding:10px;
}

.map{
	display:block;
	position:relative;
	float:left;
}
.facebook {
	position: absolute;
	left: 670px;
	top: -3px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	visibility: hidden;
}
/*#interior a.facebook {
	top: 14px;
	background-image: url(../_media/images/names_interior.png);
	height: 113px;
	width: 236px;
	left: 670px;
}*/
.map .office{
	top:600px;
	left:7px;
	overflow:hidden;
	width:220px;
	height:270px;
	display:block;
	position:relative;
}
.phone-number {
	font-size: 250%;
}
.directions {
	float: right;
}
.columLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
.columRight {
	float: right;
	width: 635px;
	margin: 0px;
	padding: 0px;
}
.indent {
}
#doctorsName {
	color: #564319;
	font-size: 24px;
	text-align: right;
	visibility: hidden;
	padding: 20px 0 0 0;
}
.doctor {
	color: #564319;
	font-size: 24px;
	text-align: right;
	visibility: hidden;
	line-height: 1.4em;	
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bottom-buttons {
		top: 16px;
		position:relative;
	}
}