/*--------------------> 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: 650px;
	height: auto;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	display: none;
}

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

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

#left-column {
	display: none;
}

/*--------------------> 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: 600px;
	padding: 25px;
	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 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: 25px;
}

#info a {
	color: #dcb54c;
}

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