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

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

a img {
	border: none;
}

.center {
	text-align: center;
}

#container {
	width: 780px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -390px;
	background: url(../images/container-bkgd.gif) left top repeat-y;
}

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

#header {
	width: 552px;
	height: 100px;
	position: absolute;
	left: 194px;
	top: 0;
	padding: 0px 25px 0 0;
	text-align: right;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 18px;
	font-weight:bold;
}
#header p {
	margin-top: 10px;
}
#header strong {
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
}

#logoTop {
	float: left;
	padding: 55px 0 0 0;
}

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

#mast {
	width: 543px;
	height: 200px;
	position: absolute;
	left: 208px;
	top: 117px;
	padding: 15px 11px 16px 14px;
	background: url(../images/dentistry.jpg) left top no-repeat;
	z-index: 1;
}

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

#columnContainer {
	width: 780px;
	height: auto;
	background: url(../images/columnContainer-bkgd.jpg) left top no-repeat;
}


/* ----------- leftColumn ---------- */

#leftColumn {
	width: 222px;
	height: auto;
	/*float: left;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 500 !important;
}

#logo {
	padding: 0px 47px;
}

#sideNav {
	width: 222px;
	height: auto;
	background: url(../images/nav-bkgd2.gif) left top repeat-y;
}

#sideNavTop {
	width: 222px;
	height: auto;
	background: url(../images/nav-top2.gif) left top no-repeat;
}

#MenuBar1 {
	width: 222px;
	height: auto;
	background: url(../images/nav-bottom2.gif) bottom left no-repeat;
	padding-bottom: 20px;
}

#leftColumn ul {
	list-style: none;
	padding-left: 25px;
}

#leftColumn ul li {
	width: 152px;
	height: auto;
	margin-top: 3px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#leftColumn ul li a {
	width: 138px;
	height: auto;
	display: block;
	padding: 8px 7px;
	color: #fefefe;
	text-decoration: none;
}

#leftColumn ul li a:hover {
	background: #56653f url(../images/nav-hover.gif) left top repeat-y;
}

#MenuBar1 ul {
	width: 195px;
	background-color: #222;
	margin-left: 197px;
	padding-bottom: 20px;
	padding-left: 18px;
}

#MenuBar1 ul li {
	width: 171px;
	text-align: left !important;
	font-weight: normal;
}

#MenuBar1 ul li a {
	width: 147px;
	padding-left: 15px;
}

#leftColumn h3 {
	font-size: 14px;
	color: #738852;
	padding: 10px 25px 0 25px;
}

#powered-by {
	text-align: center;
	padding: 10px 0 20px 0;
	background: url(../images/nav-bottom.gif) bottom left no-repeat;
}

#cta-blog {
	width: 226px;
	height: 62px;
	margin-top: 15px;
}

#cta-blog a {
	width: 226px;
	height: 62px;
	display: block;
	background-image: url(../images/cta-blog.gif);
	background-position: 0 0;
}

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

#cta-media {
	width: 226px;
	height: 62px;
	margin-top: 15px;
}

#cta-media a {
	width: 226px;
	height: 62px;
	display: block;
	background-image: url(../images/cta-media.gif);
	background-position: 0 0;
}

#cta-media a:hover {
	background-position: 0 -62px;
}

#cta2-media a {
	width: 220px;
	height: 97px;
	display: block;
	background-image: url(../images/cta2.jpg);
	background-position: 0 0;
}

#cta2-media a:hover {
	background-position: 0 -97px;
}

/* - qc - */

#qc {
	width: 222px;
	height: auto;
	background: url(../images/qc-bkgd.gif) left top repeat-y;
	margin: 20px 0;
	font-size: 12px;
	color: #fff;
}

#qcTop {
	width: 222px;
	height: auto;
	background: url(../images/qc-top.jpg) left top no-repeat;
}

#qcBtm {
	width: 188px;
	height: auto;
	background: url(../images/qc-btm.gif) bottom left no-repeat;
	padding: 158px 17px 20px 17px;
}

#qc textarea {
	width: 178px;
	height: 87px;
	border: 2px solid #3f3f3f;
	background: transparent;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#qc input {
	width: 178px;
	height: 15px;
	border: 2px solid #3f3f3f;
	background: transparent;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#submitBtn {
	width: 86px;
	height: 29px;
	float: none;
	margin-top: 10px;
}


#qc .orange input {
	width: 145px;
}

.submit {
	width: 86px !important;
	height: 29px !important;
	background-color: #000000 !important;
	border: none !important;
	cursor: pointer;
}

#qc p {
	margin-top: 10px;
}

#qc a {
	color: #96dc2b;
	text-decoration: none;
}

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

/* ----------- rightColumn ---------- */

#rightColumn {
	width: 549px;
	min-height: 600px;
	float: right;
	padding: 339px 9px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}

#dentistry-heading {
	width: 519px;
	height: 65px;
	background-color: #555;
	padding: 13px 8px 13px 22px;
	color: #000;
	margin-bottom: 20px;
}

#rightColumn h1 {
	font-size: 24px;
	padding-top: 5px;
}

#rightColumn h2 {
	font-size: 12px;
}

.box {
	padding: 10px 20px;
	background: #576640 url(../images/box.gif) left top no-repeat;
	color: #000;
	text-align: center;
}

#content {
	padding: 0 15px;
}

#content p {
	margin: 22px 0;
}

#content a {
	color: #96dc2b;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: none;
	padding-left: 15px;
}

#content ul ul {
	padding-left: 50px;
}

#content ul li {
	margin-bottom: 22px;
	padding-left: 22px;
	background: url(../images/bullet.jpg) left 6px no-repeat;
}

#content ol {
	padding-left: 35px;
}

.bulletList {
	width: 240px;
	height: auto;
	float: left;
}

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

.textCenter {
	text-align: center;
}
#cta1 a{
	width:225px;
	height:96px;
	display:block;
	background-image:url(../images/cta1.jpg);
	background-position:0 0;
	float:right;
	margin:5px;
	
}
#cta1 a:hover{
	background-position:0 -96px;
	
}

.question {
	color: #8aa264;
}

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

#bottomContainer {
	width: 759px;
	height: auto;
	padding: 20px 10px 0 11px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

#bottomContainer p {
	margin-top: 30px;
	letter-spacing: 1px;
}

#footer {
	margin-top: 50px;
	padding: 35px 50px 15px 50px;
	background-color: #1d1d1d;
	color: #96dc2b;
}

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

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

#disclaimer {
	color: #fff;
	padding: 30px 0;
}

#disclaimer a {
	color: #96dc2b;
	text-decoration: none;
}

#disclaimer a:hover {
	text-decoration: underline;
}


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

/* - contact form - */

#contact {
	width: 400px;
	height: auto;
	background-color: #1d1d1d;
	padding: 20px;
	margin: 20px 0;
	font-size: 12px;
	color: #fff;
}

#contact textarea {
	width: 396px;
	height: 87px;
	border: 2px solid #3f3f3f;
	background: transparent;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#contact input {
	width: 396px;
	height: 15px;
	border: 2px solid #3f3f3f;
	background: transparent;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#contact p {
	margin-top: 10px;
}

#contact ul li {
	padding-left: 20px;
}
#contact div.orange input {
	width: 185px;
}

#map {
	width: 510px;
	height: 400px;
	border: 1px solid #5C6E41;
	color: #000;
}

#gallery {
	width: 426px;
	padding-left: 50px;
}

.gallery {
	width: 426px;
	height: auto;
	background-color: #1d1d1d;
	margin: 20px 0;
	padding: 20px 0;
}

.gallery img {
	border: 1px solid #5C6E41;
}

.before {
	width: 183px;
	height: auto;
	float: left;
	text-align: center;
	padding-left: 20px;
}

.after {
	width: 183px;
	height: auto;
	float: left;
	text-align: center;
	padding-left: 20px;
}

.video-container {
	padding: 0 0 20px 100px;
}

/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
	background-color: #738852 !important;
}
.invalid {
  background-color: #EC8486 !important;
}
