/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #303030 url(../images/bkgd.gif) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 950px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -475px;
}

.center {
	text-align: center;
}

a img {
	border: none;
}

.imgRight {
	float: right;
	margin: 0 0 10px 35px;
}

.imgRight-caption {
	width: 155px;
	float: right;
	clear: right;
	margin: 0 0 10px 35px;
	font-size: 11px;
	line-height: 14px;
}

.imgRight-caption ul {
	padding-left: 0 !important;
}

.imgLeft {
	float: left;
	margin: 0 35px 10px 0;
}

.imgLeft-caption {
	width: 155px;
	float: left;
	clear: left;
	margin: 0 35px 10px 0;
	font-size: 11px;
	line-height: 14px;
}

.imgLeft-caption ul {
	padding-left: 0 !important;
}

/*--------------------> Header Selectors <--------------------*/

#header {
	width: 901px;
	height: 295px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 18px 0 31px;
	background: url(../images/dental-team2.jpg) left top no-repeat;
}

#logo {
	float: left;
	margin-top: 7px;
}

#contact-info {
	width: 350px;
	height: 100px;
	position: absolute;
	right: 20px;
	top: 27px;
	font-size: 20px;
	color: #d8e86d;
	text-align: right;
}

#contact-info em {
	color: #fff;
}

.top-image {
	float: right;
	margin-right: 16px;
}

/*--------------------> Mast Selectors <--------------------*/

#taglines {
	width: 295px;
	height: 95px;
	position: absolute;
	left: 30px;
	top: 180px;
}

#flash-mast {
	width: 611px;
	height: 295px;
	float: right;
	margin-right: 16px;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	width: 918px;
	height: 38px;
	position: absolute;
	left: 9px;
	top: 295px;
	background: url(../images/topnav.gif) left top no-repeat;
	font-size: 18px;
	padding: 5px;
}

/*** ESSENTIAL STYLES ***/
#top-navigation .sf-menu, #top-navigation .sf-menu * {
	list-style: none;
}
#top-navigation .sf-menu {
	line-height: 1.0;
}
#top-navigation .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 9.7em;  /*left offset of submenus need to match (see below) */
	background-color: #b6d86d;
	border: 1px solid #81a13d;
	padding: 0;
}
#top-navigation .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#top-navigation .sf-menu li {
	float: left;
	position: relative;
}
#top-navigation .sf-menu a {
	display: block;
	position: relative;
	color: #243501;
	text-decoration: none;
	padding: 10px 18px 10px 21px;
	background: url(../images/topnav-divider.gif) right top no-repeat;
}
#top-navigation .sf-menu a:hover {
	color: #fff;
}

#top-navigation a.lastnav {
	padding-right: 0px;
	background: none;
}

#top-navigation .sf-menu ul li a {
	width: 11em;
	padding: 10px 5px;
	font-size: 15px;
	text-decoration: none;
	background: none;
}

#top-navigation .sf-menu ul li a:hover {
	background-color: #73ab00;
}

#top-navigation .sf-menu li:hover ul, #top-navigation .sf-menu li.sfHover ul {
	left: 0;
	top: 38px;  /*match top ul list item height */
	z-index: 99;
}
#top-navigation ul.sf-menu li:hover li ul, #top-navigation ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li:hover ul, #top-navigation ul.sf-menu li li.sfHover ul {
	left: 9em; /* match ul width */
	top: 0;
}
#top-navigation ul.sf-menu li li:hover li ul, #top-navigation ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li li:hover ul, #top-navigation ul.sf-menu li li li.sfHover ul {
	left: 9em; /* match ul width */
	top: 0;
}


/*--------------------> Column Container Selector <--------------------*/

#column-top {
	width: 928px;
	height: auto;
	padding: 343px 13px 0 9px;
}

#column-container {
	width: 928px;
	height: auto;
	background: #161616 url(../images/column-bkgd.gif) left top repeat-x;
	padding-bottom: 20px;
}

#column-container a {
	color: #b5d91d;
	text-decoration: underline;
}

#column-container a:hover {
	text-decoration: none;
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	width: 250px;
	height: auto;
	float: left;
	padding: 0 25px;
}

/*--------------------> Right Column Mini Form Selectors <--------------------*/

#qc-head {
	width: 45px;
	height: 5px;
	display: block;
	position: absolute;
	left: 60px;
	top: 338px;
	z-index: 5;
	background: url(../images/qc-head.jpg) left top no-repeat;
}

#qc {
	width: 250px;
	height: auto;
	background: url(../images/qc-top.jpg) left top no-repeat;
	padding: 122px 0 40px 0;
	font-size: 11px;
}

#qc textarea {
	width: 240px;
	height: 65px;
	border: none;
	margin: 0 0 10px 0;
	padding: 2px 5px 6px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e3f2c;
	line-height: 18px;
}

#qc input {
	width: 240px;
	height: 20px;
	border: none;
	margin: 0 0 10px 0;
	padding: 2px 5px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e3f2c;
	line-height: 18px;
}

#submitBtn {
	width: 135px;
	height: 35px;
	float: right;
}

#submitBtn input.submit{
	width: 135px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/submitBtn.gif) left top no-repeat;
}

#submitBtn :hover input.submit{
	background-position: 0px -35px;
}


/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Blog Navigation <--------------------*/

#blog-nav h3 {
	font-size: 16px;
	color: #d8e86d;
	margin-top: 16px;
}

#blog-nav ul {
	list-style: none;
	margin-bottom: 20px;
}

#blog-nav a {
	color: #fff;
	text-decoration: underline;
}

#blog-nav a:hover {
	text-decoration: none;
}

/*--------------------> Right Column Selector <--------------------*/

#right-column {
	width: 592px;
	height: auto;
	float: right;
	padding: 40px 26px 20px 10px;
	font-size: 14px;
	color: #faffe7;
	line-height: 24px;
}

#testimonials {
	width: 181px;
	height: auto;
	float: right;
	clear: right;
	margin: 10px 0 10px 35px;
}

#testimonials h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #d8e86d;
	text-align: center;
}

#testimonials h3 strong {
	font-weight: normal;
	color: #b5d91d;
}

.testimonial {
	width: 181px;
	height: auto;
	background-color: #b5d91d;
	color: #243501;
	font-size: 16px;
	line-height: 20px;
}

.testimonial-top {
	width: 181px;
	height: auto;
	background: url(../images/testimonial-top.gif) left top no-repeat;
}

.testimonial-bottom {
	width: 151px;
	height: auto;
	background: url(../images/testimonial-bottom.gif) bottom left no-repeat;
	padding: 29px 15px 13px 15px;
}

#right-column .testimonial p {
	padding: 0 0 16px 0 !important;
}

#right-column .testimonial p.quote {
	background: url(../images/close-quote.gif) bottom right no-repeat;
	padding: 0 !important;
}

#right-column .testimonial p.patient {
	padding: 16px 0 0 0 !important;
	text-align: right;
}

h1 {
	font-size: 24px;
	font-style: italic;
	color: #d8e86d;
}

h2 {
	font-size: 14px;
	color: #b5d91d;
}

#right-column h3 {
	font-size: 18px;
	font-weight: normal;
	color: #d8e86d;
	margin-top: 18px;
}

#right-column p {
	padding: 14px 0;
}

#right-column a {
	color: #b5d91d;
	text-decoration: underline;
}

#right-column a:hover {
	text-decoration: none;
}

#right-column ul {
	padding-left: 30px;
	list-style: none;
}

#right-column ul li {
	padding-left: 15px;
	background: url(../images/bullet.gif) left 9px no-repeat;
}

#right-column ol {
	padding-left: 30px;
}

#map {
	width: 580px;
	height: 400px;
	border: 5px solid #b5d91d;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

/*----------------------> Page 1 Forms <---------------------*/
#contact {
	width:560px;
	padding:15px;
	}
#contact form{
}
#contact div {
	margin-bottom:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#contact input {
	width:555px;
	height:25px;
	background:#303030;
	border:solid #7dbf0d;
	color:#fff;
}
#contact textarea{
	width:555px;
	height:80px;
	background:#303030;
	border:solid #7dbf0d;
	color:#fff;
}
#contact input.select{
}
#contact #submit{
	width:130px;
	height:40px;
	background-color:#7dbf0d;
	border:none;
	font-size:18px;
	font-weight:bold;
	float:right;
}
#contact #submit:hover {
	background-color:#303030;
	cursor:pointer;
}
/*--------------------> Call To Actions <--------------------*/

#cta {
	width: 928px;
	height: auto;
	clear: both;
}

.cta {
	width: 209px;
	height: auto;
	float: left;
	padding: 0 0 20px 18px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
}

.cta strong {
	font-weight: normal;
	color: #b5d91d;
}

#side-cta .cta {
	padding: 10px 0 10px 18px;
}


/*--------------------> Footer Selectors <--------------------*/

#footer {
	width: 100%;
	background: #151515 url(../images/footer-bkgd.gif) left top repeat-x;
}

#sitemap {
	width: 913px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	background: url(../images/sitemap.gif) left top no-repeat;
	margin-left: -466px;
	padding: 43px 0 0 15px;
	color: #fff;
	line-height: 24px;
}

#sitemap .footer-column {
	width: 315px;
	float: left;
	padding: 38px 0 0 20px;
	font-size: 16px;
}

#sitemap .footer-column2 {
	width: 190px;
	float: left;
	padding: 45px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

#sitemap .footer-column2 p {
	margin-top: 15px;
}

#sitemap .footer-column2 a {
	color: #b5d91d;
	text-decoration: underline;
}

#sitemap .footer-column2 a:hover {
	text-decoration: none;
}

.sitemap-gap {
	margin-bottom: 25px;
}

#sitemap .footer-column ul {
	list-style: none;
	margin-bottom: 35px;
	padding-left: 10px;
}

#sitemap .footer-column ul li {
	padding-left: 15px;
	background: url(../images/bullet.gif) left 9px no-repeat;
}

#sitemap .footer-column ul li a {
	color: #b5d91d;
	text-decoration: none;
}

#sitemap .footer-column ul li a:hover {
	text-decoration: underline;
}

#sitemap h3 a {
	font-size: 16px;
	font-weight: normal;
	color: #d8e86d;
	text-decoration: none;
	margin-bottom: 10px;
}

#sitemap h3 a:hover {
	text-decoration: underline;
}

#disclaimer {
	width: 928px;
	clear: both;
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 40px auto 0 auto;
	padding-bottom: 40px;
}

#disclaimer a {
	color: #b5d91d;
	text-decoration: underline;
}

#disclaimer a:hover {
	text-decoration: none;
}

/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer {
}

/*-------------------> 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;
}
