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

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;
}

body {
	background-color: #242424;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 960px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -480px;
}
/*------------------ Header Selectors <--------------------*/

#header {
	height: 249px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/header-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topLogo .homeLink {
	background-image: url(../images/top-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 133px;
	width: 288px;
	position: absolute;
	left: 4px;
	top: 60px;
	text-indent:-999em;
	display:block;	
}
#topLogo .homeLink:hover {
	background-position: -288px 0px;
}
.contactLink {
	height: 30px;
	width: 288px;
	position: absolute;
	top: 200px;
	text-align: center;
	left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.contactLink a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.contactLink a:hover{
	color: #de9463;
}
/*------------------ Mast Selectors <--------------------*/

#mast {
	height: 249px;
	width: 668px;
	position: absolute;
	left: 292px;
	top: 0px;
	z-index:111;
}

#flash-mast {

}

/*------------------ Top Nav Selectors <--------------------*/

#topNav {
	height:51px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 249px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:999;
}
#topNav ul {
}
#topNav li {
	list-style-type: none;
	float:left;
	display:inline;
	height:51px;
	position:relative;
}
#topNav li a {
	text-decoration:none;
	text-indent:-999em;
	height:51px;
	display:block;
	width:230px;
}
/* ---------------------------------------------------------------------------------------------------- Home */
#topNav .topNav-home {
	width:118px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav .topNav-home:hover{
	background-position: 0px -51px;
}
/* ---------------------------------------------------------------------------------------------------- About */
#topNav .topNav-about {
	width:130px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -118px 0px;
}
#topNav .topNav-about:hover {
	background-position: -118px -51px;
}
/* ---------------------------------------------------------------------------------------------------- Gallery */
#topNav .topNav-gallery {
	width:124px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -248px 0px;
}
#topNav .topNav-gallery:hover {
	background-position: -248px -51px;
}
/* ---------------------------------------------------------------------------------------------------- General Dentistry */
#topNav .topNav-genDent {
	width:199px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -372px 0px;
}
#topNav .topNav-genDent:hover {
	background-position: -372px -51px;
}
/* ---------------------------------------------------------------------------------------------------- Financing */
#topNav .topNav-financing {
	width:234px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -571px 0px;
}
#topNav .topNav-financing:hover {
	background-position: -571px -51px;
}
/* ---------------------------------------------------------------------------------------------------- Contact Us */
#topNav .topNav-contact {
	width:155px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -805px 0px;
}
#topNav .topNav-contact:hover {
	background-position: -805px -51px;
}
/*------------------ Dropdown Menu <--------------------*/
#topNav .top-nav-sub {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	display:none;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	background-color:#e8a070!important;
	top:51px!important;
	left:0px!important;
	z-index:845!important;
	position: absolute;
	width:230px;
}
#topNav .top-nav-sub li {
	list-style-type: none!important;
	float:left!important;
	display:block!important;
	background-color:#e8a070!important;
	padding:0px!important;
	margin:0px!important;
	display:inline;
	height:45px;		
}
#topNav .top-nav-sub a {
	text-indent:0em!important;
	background-color:transparent !important;
	float:left!important;
	display:block!important;
	width:230px;
}
#topNav .top-nav-sub li a {
	height:auto;
	color:#ffffff;
	display:block!important;
	float:left!important;
	margin:0px!important;
	background-color:transparent;
	padding: 15px 0px 0px 10px;
}
#topNav .top-nav-sub li a:hover {
	color:#ffffff;
	background-color:#c9b14f!important;
	height:30px;
	padding: 15px 0px 0px 10px;	
}
#topNav li:hover ul, #topNav li.sfHover ul {

}
#topNav li:hover li ul, #topNav li.sfHover li ul {
	top:-999em;
	position:relative;
}
#topNav li li:hover ul, #topNav li li.sfHover ul {
	left:9.45em;
	top:-1px;
	position:relative;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}
#topNav .sub-nav-sub {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	display:none;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	background-color:#c9b14f!important;
	position:absolute!important;
	top:0px!important;
	left:240px!important;
	z-index:845!important;
	width:250px!important;
	
}
#topNav .sub-nav-sub li {
	list-style-type: none!important;
	float:left!important;
	background-color:#c9b14f!important;
	height:45px;
	clear:both!important;
	padding:0px!important;
	margin:0px!important;	
	width:250px!important;	
}

#topNav .sub-nav-sub li a {
	height:auto;
	color:#ffffff;
	display:block!important;
	float:left!important;
	padding: 15px 0px 0px 10px;
	margin:0px!important;
	background-color:transparent;
	width:140px!important;	
}
#topNav .sub-nav-sub a {
	text-indent:0em!important;
	font-family: Arial;
	font-weight:bold;	
	color:#ffffff;
	background-color:transparent !important;
	float:none!important;
	display:block!important;
	width:150px!important;	
}
#topNav .sub-nav-sub li a:hover {
	color:#ffffff;	
	background-color:#e8a070!important;
	width:240px!important;
	padding: 15px 0px 0px 10px;	
}

/*------------------ Content Selectors <--------------------*/

#content {
	padding-top: 300px;
	position: relative;
	width: 960px;
	height: auto;
	background-color: #1F1F1F;
}

/*------------------ Column Container Selector <--------------------*/

#column-container {
}

/*------------------ Left Column Selectors <--------------------*/

#left-column {
	float: left;
	height: auto;
	width: 258px;
	background-color: #1F1F1F;
}

/*------------------ Mini Form Selectors <--------------------*/
#qc{
	height:auto;
	width: 258px;
	background-image: url(../images/qc-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1F1F1F;
}
#qc form{

}
#qc ul{
	list-style-type: none;
}
#qc input {
	height: 20px;
	width: 240px;
	margin-bottom: 6px;
	background-color: #FFFFFF!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 8px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index:222;
}
.inputBox {
	background-image: url(../images/qc-input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	height:25px;
}
#qc textarea{
	height: 95px;
	width: 240px;
	margin-bottom: 6px;
	margin-top: 98px;
	background-color: #FFFFFF!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 8px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index:222;
}
.textareaBox {
	background-image: url(../images/qc-textarea-input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 250px;
}
#qc input.select{
}
#qc .button {
	height:30px;
	width:131px;
	cursor:pointer;
	background-color: transparent;
	background-image: url(../images/qc-sumbit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 127px;
}
#qc input.orange-qc{
}
#qc a {
	color:#de9463;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#qc a:hover {
	color:#ffffff;
}
#qc img {
    vertical-align:middle;
}
#qc .address2 {
    display:none;
}
#qc .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#qc .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}
#testimonials {
	background-image: url(../images/testimonials-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 250px;
	margin-top: 9px;
	margin-left: 8px;
}
#blog .blogLink {
	width:250px;
	height:60px;
	background-image: url(../images/dental-blog-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-999em;
	margin-top: 9px;
	margin-left: 8px;
}
#blog .blogLink:hover {
	background-position: 0 -60px;
}
#espanol .ctaLink {
	width:250px;
	height:60px;
	background-image: url(../images/espanol-cta.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-999em;
	margin-top: 9px;
	margin-left: 8px;
}
#espanol .ctaLink:hover {
	background-position: 0 -60px;
}

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

#right-column {
	float: right;
	height: auto;
	width: 702px;
	background-color: #1F1F1F;
}
#right-ctas {
	float: right;
	height: auto;
	width: 241px;
	margin-left: 15px;
}
#right-ctas .ourHours {
	width:240px;
	height:122px;
	background-image: url(../images/our-hours-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 26px;
	margin-bottom: 9px;
	padding-top: 43px;
}
#right-ctas .ourHours p {
	color:#4c4c4c;
	line-height: 16px;
	font-size: 12px;
	margin-left: 15px;
	font-weight: bold;
}
#right-ctas .ourHours a {
}
#right-ctas .ourHours a:hover {
	color:#000000;
}
.hours {
	color:#000000;
	font-size: 14px;
}
#right-ctas #video .videoLink {
	width:240px;
	height:165px;
	margin-bottom:15px;
	background-image: url(../images/video-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-999em;
}
#right-ctas #video .videoLink:hover {
	background-position: 0 -165px;
}
#right-ctas #valuePack .insurance {
	width:230px;
	height:60px;
	background-image: url(../images/value-pack-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	display:block;
	text-indent:-999em;	
}
#right-ctas #valuePack .insurance:hover {
		background-position: 0 -60px;
}
#right-ctas #video-center .insurance {
	width:230px;
	height:60px;
	margin-top: 10px;
	background-image: url(../images/video-center-cta.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	display:block;
	text-indent:-999em;	
}
#right-ctas #video-center .insurance:hover {
		background-position: 0 -60px;
}
 #video-container {
	position:absolute;
	width:215px;
	height:125px;
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	left: 736px;
	top: 535px;
	
}
#video-container01 {

margin: 40px 0 0 50px;
}
h1 {
	margin-left: 30px;
	font-family: "Monotype Corsiva";
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 23px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cfb85a;
	margin-left: 30px;
}

#right-column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #de9463;
	margin-right: 9px;
	margin-left: 30px;
}
#right-column h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cfb85a;
}
#right-column p {
	font-size: 14px;
	line-height: 22px;
	color: #bebcb5;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-right: 9px;
}
#right-column a {
	color:#de9463;
}
#right-column a:hover {
	color:#FFFFFF;
}
#right-column ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #dddddd;
	margin-left: 45px;
	margin-right: 9px;
}

#right-column ul li {
}

#right-column ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #dddddd;
	margin-left: 49px;
	margin-right: 9px;
}

#right-column ol li {
}

#map {
	width:400px;
	height:400px;
	margin-left: 30px;
}
/*-------------------- Page 1 Forms <---------------------*/
#contact{
}
#contact form{
}
#contact ul{
	list-style-type: none;
}
#contact ul li{
}
#contact div{
}
#contact input{
	background-color:#FFFFFF!important;
	height: 20px;
	width: 340px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#contact textarea{
	background-color:#FFFFFF!important;
	height: 145px;
	width: 340px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#contact input.select{
}
#contact .button {
	height:30px;
	width:131px;
	cursor:pointer;
	background-color: transparent;
	background-image: url(../images/qc-sumbit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 127px;
	border:none;
}
#contact input.orange-main{
}

#contact img {
    vertical-align:middle;
}
.address2 {
    display:none;
}
#contact .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#contact .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}
#right-column .disclaimer {
	font-size: 11px;
	line-height: 13px;
}
.right {
	float:right;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: auto;
	width: auto;
}
.left {
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
	height: auto;
	width: auto;
}
/*------------------ Footer Selectors <--------------------*/
#footer {
	height: 87px;
	width: 663px;
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-right: 9px;
	padding-top: 15px;
	color: #bebcb5;
	margin-top: 15px;
	clear:both;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 3px;
}

#footer p {
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
}
.bottomAddress {
	height: 70px;
	width: 161px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#disclaimer {
	height: 87px;
	width: 663px;
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-right: 9px;
	padding-top: 15px;
	color: #bebcb5;
	margin-top: 50px;
}

#disclaimer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 3px;
}

#disclaimer p {
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
}

/*------------------ Blog Navigation Selectors <--------------------*/
#right-column #blogDiv {
	font-size: 14px;
	line-height: 22px;
	color: #bebcb5!important;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-right: 9px;
	margin-bottom: 50px;
	margin-top: 10px;
}

#right-column #blogDiv a {
	color:#de9463;
}

#blogger-navigation{
	height: auto;
	width: 250px;
	margin-top: 9px;
	padding-left: 8px;
}
#blogger-navigation h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cfb85a;
}
#blogger-navigation ul{
	list-style-type: none;
}
#blogger-navigation ul li{
	list-style-type: none;
}
#blogger-navigation ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-type: none;
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-type: none;
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
	color: #de9463;
}
#blogger-navigation #powered-by{
}


/*----------------- 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;
}
