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

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

#flower-container {
	width: 100%;
	height: auto;
	background: url(../images/bkgd-flowers.jpg) center top no-repeat fixed;
}

#container {
	width: 910px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -455px;
	background: url(../images/bkgd-columns.jpg) center 371px no-repeat;
}

/*--------------------> Header Selectors <--------------------*/

#header {
	width: 910px;
	height: 318px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/temp.jpg) left top no-repeat;
}

#logo {
	width: 440px;
	height: 155px;
	position: absolute;
	left: 2px;
	top: 0;
}

#top-dental-patient {
	width: 340px;
	height: 307px;
	position: absolute;
	left: 553px;
	top: 0;
}

/*--------------------> Mast Selectors <--------------------*/

#mast {
	width: 910px;
	height: 318px;
	position: absolute;
	left: 0;
	top: 0;
}

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

#top-navigation {
	width: 906px;
	height: 50px;
	position: absolute;
	left: 2px;
	top: 318px;
	border-bottom: 1px solid #161915;
	border-top: 1px solid #161915;
}

#top-navigation ul {
	list-style: none;
	width: 892px;
	padding: 0 7px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#top-navigation ul li {
	height: 46px;
	float: left;
	padding: 2px 0;
	margin: 0 -2px;
}

#top-navigation ul li a {
	height: 18px;
	display: block;
	color: #adc78e;
	text-decoration: none;
	padding: 14px 22px;
	margin: 0 5px;
}

#top-navigation ul li a:hover {
	background: #55466b url(../images/topnav-hover.gif) left top repeat-x;
	color: #fff;
}

#top-navigation ul li ul li {
	padding: 0;
}

#top-navigation ul li ul li a {
	width: 11em;
	height: auto;
	display: block;
	margin: 0;
	padding: 10px 7px;
}

/*** 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: 12em;  /*left offset of submenus need to match (see below) */
	background-color: #000;
	border: 1px solid #161915;
	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;
	text-align: justify;
}
#top-navigation .sf-menu li:hover ul, #top-navigation .sf-menu li.sfHover ul {
	left: 0;
	top: 45px;  /*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: 12em; /* 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: 12em; /* match ul width */
	top: 0;
}

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

#column-container {
	width: 908px;
	height: auto;
	padding: 394px 2px 0 0;
}

.center {
	text-align: center !important;
}

.noBorder {
	border: none;
}

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

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

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

#left-column {
	width: 245px;
	height: auto;
	float: left;
}

#left-column ul {
	list-style: none;
	width: 228px;
	height: auto;
	padding: 0 0 0 18px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#left-column ul ul {
	width: 215px;
	background-color: #000;
	border: 1px solid #161915;
	margin-top: 0;
	padding: 0;
}

#left-column ul li {
	width: 215px;
	background: url(../images/sidenav-bar.gif) left top no-repeat;
	margin-bottom: 11px;
	padding-left: 3px;
}

#left-column ul ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}

#left-column ul ul li a {
}

#left-column ul li a {
	width: 200px;
	display: block;
	padding: 3px 0 5px 15px;
	color: #71955e;
	text-decoration: none;
}

#left-column ul li a:hover {
	color: #dcf6ce;
	background-color: #3c4d34;
}
/*** ESSENTIAL STYLES ***/
#left-column .sf-menu, #left-column .sf-menu * {
	list-style: none;
}
#left-column .sf-menu {
	/*line-height:	1.0;*/
}
#left-column .sf-menu ul {
	position: absolute;
	top: -999em;
}
#left-column .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#left-column .sf-menu li {
	float: left;
	position: relative;
}
#left-column .sf-menu li li{
	/*padding:0 0px 0 0px;*/
}
#left-column .sf-menu a {
	display: block;
	position: relative;
}
#left-column .sf-menu li:hover ul, #left-column .sf-menu li.sfHover ul {
	left: 218px;
	top: 0; /* match top ul list item height */
	z-index: 99;
}
#left-column ul.sf-menu li:hover li ul, #left-column ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#left-column ul.sf-menu li li:hover ul, #left-column ul.sf-menu li li.sfHover ul {
	left: 215px; /* match ul width */
	top: 0;
}
#left-column ul.sf-menu li li:hover li ul, #left-column ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#left-column ul.sf-menu li li li:hover ul, #left-column ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}

#left-column p {
	margin: 22px 0;
}

#testimonials-cta {
	width: 210px;
	height: 74px;
	display: block;
	margin: 48px 0 0 18px;
	background-image: url(../images/testimonials-cta.jpg);
	background-position: 0 0;
	clear: both;
}

#testimonials-cta:hover {
	background-position: 0 -74px;
}

#testimonials-cta:active {
	background-position: 0 -148px;
}
#raffle-cta {
	width: 210px;
	height: 74px;
	display: block;
	margin: 48px 0 0 18px;
	background-image: url(../images/raffle-cta.jpg);
	background-position: 0 0;
	clear: both;
}

#raffle-cta:hover {
	background-position: 0 -74px;
}

#raffle-cta:active {
	background-position: 0 -148px;
}

#blog-cta {
	width: 210px;
	height: 65px;
	display: block;
	margin: 48px 0 0 18px;
	background-image: url(../images/blog-cta.gif);
	background-position: 0 0;
}

#blog-cta:hover {
	background-position: 0 -65px;
}

/*--------------------> Mini Contact Form Selectors <--------------------*/

#qc {
	width: 196px;
	height: 289px;
	background: url(../images/qc.jpg) left top no-repeat;
	margin-top: 17px;
	padding: 58px 9px 0 25px;
	font-size: 12px;
	text-align: center;
	clear: both;
}

#qc textarea {
	width: 190px;
	height: 75px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#qc input {
	width: 190px;
	height: 14px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#qc a {
	color: #edf7e7;
	text-decoration: underline;
}

#qc a:hover {
	text-decoration: none;
}

#qc p {
	margin: 0;
}
#qc-win {
	width: 196px;
	height: 289px;
	background: url(../images/qc-win.jpg) left top no-repeat;
	margin: 17px 0 0 70px;
	padding: 58px 9px 0 25px;
	font-size: 12px;
	text-align: center;
	clear: both;
}

#qc-win textarea {
	width: 190px;
	height: 75px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#qc-win input {
	width: 190px;
	height: 14px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#qc-win a {
	color: #edf7e7;
	text-decoration: underline;
}

#qc-win a:hover {
	text-decoration: none;
}

#qc-win p {
	margin: 0;
}
/*--------------------> Main Contact Form Selectors <--------------------*/

#contact {
	width: 396px;
	padding: 10px 0 0 50px;
	font-size: 12px;
	text-align: center;
}

#contact textarea {
	width: 390px;
	height: 80px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#contact input {
	width: 390px;
	height: 18px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#contact a {
	color: #edf7e7;
	text-decoration: underline;
}

#contact a:hover {
	text-decoration: none;
}

#contact p {
	margin: 0;
}

input#submit {
	width: 126px;
	height: 21px;
	background: url(../images/submitBtn.gif) left top repeat-x;
	border: 1px solid #bed9b0;
	color: #bed9b0;
	text-transform:uppercase;
	margin-top: 11px;
	padding: 0;
	cursor: pointer;
}


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

#right-column {
	width: 620px;
	height: auto;
	float: right;
	color: #dcf6ce;
	font-size: 14px;
}

#phoneInfo {
	width: 150px;
	height: 19px;
	float: right;
	margin-right: 40px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6fbe44;
	text-align: right;
}

#social-media-icons {
    height: 38px;
    width: 150px;
	margin-top: 8px;
	float: right;
	clear: right;
	margin-right: -14px;
}

.facebook {
	text-indent:-999em;
	float: left;
	width:38px;
	height:76px;
	background-image:url(../images/facebook-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
 .facebook:hover {
	background-position: top right;
}
 .twitter {
	text-indent:-999em;
	float: left;
	width:38px;
	height:76px;
	background-image:url(../images/twitter-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
 .twitter:hover {
	background-position: top right;
}


#right-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #d7c7ef;
}

#right-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b3aac5;
	margin: 15px 0 10px 0;
}

#right-column h3 {
	font-size: 18px;
	font-weight: normal;
	color: #d7c7ef;
	padding: 14px 40px 14px 0;
}

.dentistry {
	float: right;
	margin: 5px 4px 0 10px;
}

#right-column a {
	color: #9d8bb7;
	text-decoration: underline;
}

#right-column a:hover {
	text-decoration: none;
}

#right-column p {
	padding: 14px 40px 14px 0;
	line-height: 24px;
}

#right-column ul {
	list-style: none;
	padding: 14px 0 14px 30px;
}

#right-column ul li {
	background: url(../images/bullet.gif) left 8px no-repeat;
	padding: 0 40px 14px 20px;
	line-height: 24px;
}

#right-column ol {
	list-style: none;
	padding-left: 30px;
}

#right-column ol li {
	padding: 0 40px 14px 20px;
	line-height: 24px;
}

.lists {
	width: 260px;
	float: left;
}

#ctas {
	padding: 10px 0 10px 30px;
}

#gallery-cta {
	width: 255px;
	height: 90px;
	display: block;
	float: left;
	background-image: url(../images/gallery-cta.jpg);
	background-position: 0 0;
	margin-right: 25px;
}

#gallery-cta:hover {
	background-position: 0 -90px;
}

#gallery-cta:active {
	background-position: 0 -180px;
}

#appointment-cta {
	width: 255px;
	height: 90px;
	display: block;
	float: left;
	background-image: url(../images/appointment-cta.jpg);
	background-position: 0 0;
}

#appointment-cta:hover {
	background-position: 0 -90px;
}

#appointment-cta:active {
	background-position: 0 -180px;
}

/*----------> Smile Gallery <----------*/

.gallery {
	width: 500px;
	height: auto;
	background: url(../images/gallery-bkgd.gif) right top repeat-y;
	text-align: center;
	padding-left: 60px;
}

.gallery-top {
	width: 500px;
	height: auto;
	background: url(../images/gallery-top.gif) right top no-repeat;
}

.gallery-btm {
	width: 465px;
	height: auto;
	background: url(../images/gallery-btm.gif) bottom right no-repeat;
	padding: 20px 20px 89px 15px;
}

.gallery span {
	font-weight: bold;
	padding: 10px 80px;
}

.gallery img {
	border: 1px solid #9386a4;
	margin: 10px 5px 0 0;
}

/*----------> contactInfo Selectors <----------*/

#contactInfo {
	width: 590px;
	clear: both;
	padding: 20px 0 0 20px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#contactInfo strong {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
}

#contactInfo p {
	padding-top: 45px;
	color: #6c4a7e;
}

#contactInfo a {
	color: #6c4a7e;
	text-decoration: underline;
}

#contactInfo a:hover {
	text-decoration: none;
}

/*--------------------> Main Contact Form Selectors <--------------------*/

#contact {

}

/*----------> Form Selectors <----------*/

.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Footer Selectors <--------------------*/

#footer {
	width: 890px;
	height: auto;
	position: relative;
	left: 50%;
	bottom: 0;
	background: url(../images/bkgd-bottom.png) bottom center no-repeat;
	margin: 0 0 0 -620px;
	padding: 20px 175px;
	font-size: 14px;
	color: #9d8bb7;
	line-height: 24px;
	text-align: center;
}

#footer p {
	margin-bottom: 24px;
}

#footer a {
	color: #9d8bb7;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#sponsors {
	width: 888px;
	height: auto;
	background: #493a60 url(../images/sponsor-bkgd.gif) left top repeat-x;
	border: 1px solid #9386a4;
	margin: 10px 0 35px 0;
	padding: 25px 0 26px 0;
}

#sponsors img {
	margin: 0 25px;
}

/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer {
	font-size: 11px;
	line-height: 18px;
}

#disclaimer p {
	margin: 0 0 18px 0;
}

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

#map {
	width: 550px;
	height: 500px;
	color: #000;
	line-height: 22px;
	border: 1px solid #9d8bb7;
}
