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

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

#container {
	width: 820px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -410px;
	padding: 0;
	background: url(../images/container-bkgd.gif) left top repeat-y;
}
/*------------------ Header Selectors <--------------------*/

#header {
	width: 800px;
	height: 367px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px;
	background: url(../images/header.gif) left top repeat-x;
}

#logo {
	width: 226px;
	height: 159px;
	padding-left: 46px;
}

#logo a img {
	border: none;
}

#phone {
	width: 180px;
	height: 30px;
	position: absolute;
	left: 567px;
	top: 34px;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: right;
	display: none;
}

#free {
	width: 299px;
	height: 167px;
	background-attachment: scroll;
	background-image: url(../images/free.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-top: 31px;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	background-position: 40px 10px;
}
#free .appCTA {
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 71px;
	top: 306px;
	width: 90px;
	height: 40px;
}
#free .intCTA {
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 204px;
	top: 303px;
	width: 90px;
	height: 40px;
}


#free ul {
	list-style: none;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ece4c0;
	padding: 10px 0 20px 18px;
}

#free ul li {
	background: url(../images/free-bullet.gif) left 5px no-repeat;
	padding-left: 32px;
}

#free-cta {
	width: 299px;
	height: 30px;
	display: block;
	background-image: url(../images/free-cta.gif);
	background-position: 0 0;
}

#free-cta:hover {
	background-position: 0 -30px;
}

#free-cta:active {
	background-position: 0 -60px;
}

#mast {
	width: 800px;
	height: 208px;
	display: block;
	background-color: #191919;
}

#mast-head {
	width: 429px;
	height: 466px;
	position: absolute;
	left: 361px;
	top: 0;
}

/*------------------ column-container Selectors <--------------------*/

#column-container {
	width: 820px;
	padding-top: 367px;
}

#columns {
	width: 800px;
	background: url(../images/column-bkgd.gif) center top no-repeat;
	padding: 10px 10px 0 10px;
}

.center {
	text-align: center;
}

/*------------------ left-column Selectors <--------------------*/

#left-column {
	width: 250px;
	float: left;
}
#left-nav {
	width: 250px;
	height: 362px;
}
#left-column ul {
	width: 250px;
	list-style: none;
}

#left-column ul li {
	width: 250px;
	font-size: 14px;
}

#left-column ul li a {
	width: 206px;
	display: block;
	background: url(../images/bullet.gif) 17px 14px no-repeat;
	padding: 10px 0 10px 44px;
	color: #6c3019;
	text-decoration: none;
}

#left-column ul li a:hover {
	background: #926841 url(../images/bullet-over.gif) 17px 14px no-repeat;
	color: #000;
}

#left-column ul li ul {
	background-color: #ecd598;
	margin-top: 0;
	margin-left: 250px;
}

#left-column h3 {
	font-size: 16px;
	margin-left: 17px;
}

#blog-cta {
	width: 226px;
	height: 50px;
	display: block;
	background-image: url(../images/blog-cta.gif);
	background-position: left top;
	margin: 5px 0 0 12px;
}
#blog-cta:hover {
	background-position: 0 -50px;
}

#blog-cta:active {
	background-position: 0 -100px;
}
#facebook-cta {
	width: 226px;
	height: 50px;
	display: block;
	background-image: url(../images/facebook-cta.gif);
	background-position: left top;
	margin: 5px 0 0 12px;
}
#facebook-cta:hover {
	background-position: 0 -50px;
}

#facebook-cta:active {
	background-position: 0 -100px;
}
#twitter-cta {
	width: 226px;
	height: 50px;
	display: block;
	background-image: url(../images/twitter-cta.gif);
	background-position: left top;
	margin: 5px 0 0 12px;
}
#twitter-cta:hover {
	background-position: 0 -50px;
}

#twitter-cta:active {
	background-position: 0 -100px;
}

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

#qc {
	width: 225px;
	height: auto;
	margin: 10px 6px 10px 7px;
	padding: 14px 6px;
	border-bottom: 1px dotted #90896b;
	border-top: 1px dotted #90896b;
}

#qcBox {
	width: 200px;
	background: #000 url(../images/qc-top.gif) left top no-repeat;
	padding: 55px 12px 13px 13px;
}

#qc textarea {
	width: 196px;
	height: 88px;
	background-color: #f7f3dc;
	border: none;
	margin: 0 0 5px 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#qc input {
	width: 196px;
	height: 19px;
	background-color: #f7f3dc;
	border: none;
	margin: 0 0 5px 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.address2 {
	display: none;
}

#captcha {
	display: none;
}

#qc a {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f7f3dc;
	text-decoration: underline;
}

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

#qc button {
	width: 75px;
	height: 30px;
	background-color: transparent;
	background-image: url(../images/submitBtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	border-style: none;
	float: right;
	cursor: pointer;
}

#qc button:hover {
	background-position: 0 -30px;
}

#qc button:active {
	background-position: 0 -60px;
}
/*------------------ Main Contact Form Selectors <--------------------*/

#contact {
	width: 300px;
	height: auto;
	margin: 10px 0;
	padding: 10px;
	background-color: #000;
}

#contact textarea {
	width: 296px;
	height: 88px;
	background-color: #f7f3dc;
	border: none;
	margin: 0 0 5px 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact input {
	width: 296px;
	height: 19px;
	background-color: #f7f3dc;
	border: none;
	margin: 0 0 5px 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact button {
	width: 75px;
	height: 30px;
	background-color: transparent;
	background-image: url(../images/submitBtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	border-style: none;
	cursor: pointer;
}

#contact button:hover {
	background-position: 0 -30px;
}

#contact button:active {
	background-position: 0 -60px;
}

/*------------------ right-column Selectors <--------------------*/

#right-column {
	width: 484px;
	float: right;
	padding: 85px 36px 0 30px;
	font-size: 14px;
	line-height: 24px;
	color: #7c5524;
}

#right-column h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

#right-column h2 {
	font-size: 14px;
	font-weight: normal;
	color: #926841;
	line-height: 18px;
	border-bottom: 1px dotted #90896b;
	margin-bottom: 15px;
	padding: 3px 0;
}

#right-column h3 {
	font-size: 14px;
	color: #6c3019;
	line-height: 18px;
	padding: 18px 0 0 0;
}

#right-column p {
	margin: 18px 0;
}

#right-column span {
	color: #000000;
	font-weight: bold;
}

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

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

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

#right-column ol {
	padding: 0 20px;
}

#right-column ul li {
	padding: 0 20px  18px 20px;
	background: url(../images/bullets.gif) left 9px no-repeat;
}

.imgLeft {
	float: left;
	border: 1px solid #987854;
	margin: 8px 10px 10px 0;
}

.imgRight {
	float: right;
	border: 1px solid #987854;
	margin: 8px 0 10px 10px;
}

.imgLeft2 {
	float: left;
	margin: 8px 10px 10px 0;
}

.imgRight2 {
	float: right;
	margin: 8px 0 10px 10px;
}

.textCenter {
	text-align: center;
}

#procedures {
	background-color: #926841;
	border-bottom: 1px dotted #90896b;
	border-top: 1px dotted #90896b;
	padding: 8px 17px;
	color: #f7f3dc;
}

#procedures ul {
	width: 225px;
	float: left;
	list-style: none;
	padding: 8px 0 0 0;
}

#procedures ul li {
	background: url(../images/check.png) left 6px no-repeat;
	padding-left: 28px;
}

#sedation-cta {
	width: 179px;
	height: 30px;
	display: block;
	float: left;
	margin: 5px 0 0 28px;
	background-image: url(../images/sedation-cta.gif);
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
}

#sedation-cta:hover {
	background-position: 0 -30px;
}

#sedation-cta:active {
	background-position: 0 -60px;
}

#map {
	width: 450px;
	height: 400px;
	border: 1px dotted #000;
	font-size: 13px !important;
}

#info {
	border-top: 1px dotted #90896b;
	margin-top: 15px;
	padding-right: 45px;
	font-size: 12px;
}

#info a img {
	float: left;
	border: none;
	margin: 10px 38px 5px 13px;
}

#info p {
	margin-top: 10px;
	line-height: 18px;
}

#info a {
	color: #dcb54c;
}

#video-container {
	margin: 0px 0px 10px 75px;
	padding: 0px;
}

#video-container-1 {
	margin: 0px 0px 0px 75px;
	padding: 0px;
}

/*------------------ footer Selectors <--------------------*/

#footerContainer {
	width: 100%;
	background: #816440 url(../images/footer-bkgd.gif) left top repeat-x;
}

#footer {
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0 40px 0;
	font-size: 11px;
	color: #f7f3dc;
	text-align: center;
}

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

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

#disclaimer {
	padding-top: 35px;
}

#disclaimer p {
	padding: 10px 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;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
img {
	border-style: none;
}
a {
	outline: none;
}
