/*
Author: Creative Soapbox
Author URL: http://www.creativesoapbox.com/
Created: 9/21/09
@copyright (c) 2009 Creative Soapbox
-------------------------------------- */

/* Global Reset Courtesy of Eric Meyer - if you are reading this you better know who he is */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Typography
--------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; }
h1 { font-size:2.2em; line-height:1.4em; padding:1em 0 .25em; margin:0 0 .25em;color: #753f00;}
h2 { font-size:1.6em; line-height:1.3em; padding:1.07em 0 .335em; margin:0 0 .2em; color: #753f00;}
h3 { font-size:1.6em; line-height:1.2em; margin:1.14em 0 .57em; }
h4 { font-size:1.4em; line-height:1; margin:1.23em 0 .615em; }
h5 { font-size:1.2em; line-height:1; margin:1.33em 0 .67em; }
h6 { font-size:1em; line-height:1; margin:1.6em 0 .8em; }



p, ul, ol, dl, dt, dd, table, form { font-size:1.2em; line-height:1.6em; margin-bottom: 1.35em; color:#1b1b1b; }

p {font-family:Georgia,"Times New Roman",Times,serif;}

a {
	color: #cf7019;
	text-decoration: underline;
}

a:hover {
  color:#333;
}

ol {
	list-style: lower-latin;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Classes sitewide
--------------------------------------- */

body {
	border-top: 5px solid #814f15;
	color:#333333;
	font-size:12px;
	padding:0 0 40px;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	background: #f1f0da url(/images/interface/site-bg.jpg) no-repeat top center;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.min_height {
	height: 400px;
}

.wrap {
	float: none;
	width: 100%;
}

.content_wrap {
	margin:0 auto;
	padding:30px 0 0 0;
	position:relative;
	width:1000px;	
	background: transparent url(/images/interface/page-top.png) no-repeat top center;
}

.content {
	width: 980px;
	padding: 0 10px;
	background: transparent url(/images/interface/page-slice.png) repeat-y top left;
/*
	-moz-box-shadow: 0 0 10px #b4b4ad;
	-webkit-box-shadow: 0 0 10px #b4b4ad;
	box-shadow: 0 0 10px #b4b4ad;
*/
}

a.btn {
	border: 1px solid #e5e4d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 8px;
	background-color: #f0efe4;
	color: #9a998e;
	text-decoration: none;
	font-size: 13px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

a.btn:hover {
	background-color: #eae9e1;
}

a.btn2 {
	border: 1px solid #e5e4d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 12px;
	background-color: #fff;
	color: #9a998e;
	text-decoration: none;
	font-size: 13px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

a.btn2:hover {
	background-color: #f0efe4;
}

a.white-btn {
	border: 1px solid #DBDACE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 15px;
	background-color: #fff;
	color:#CF7019;
	font-size:16px;
	text-decoration: none;
	display: block;
}

a.white-btn:hover {
	background-color: #f8f7f1;
}

ul.bulleted li {
	background: transparent url(/images/interface/arrow-bullet.gif) no-repeat 0 6px;
	padding-left: 15px;
}

ul.bulleted li.header {
	background: none;
	padding: 0;
}

.wrap_960 {
	width: 940px;
	padding: 0 20px;
	background: #faf9f0 url(/images/interface/page-slice.jpg) repeat-x top left;
}

.left {
	float: left;
	margin: 10px 20px 20px 0;
	
}

.right {
	float: right;
	margin: 10px 0 20px 20px;
}

ul {
	font-family:Georgia,"Times New Roman",Times,serif;
}

.bullets_ul {
	list-style: disc;
	margin:0 0 10px 14px;
}

.pdf {
	background: transparent url(/images/interface/pdf_icon17.gif) no-repeat 0 0;
	padding: 0 0 10px 25px;		
	line-height: 2em;	
}

/* IE6 Message
--------------------------------------- */

#ie_message {
	margin: 0 auto;
	width: 600px;
	border-bottom:1px solid #814F15;
	border-left:1px solid #814F15;
	border-right:1px solid #814F15;
	background-color: #f1f0d8;
	padding: 20px;
	margin-bottom: 50px;
}

#ie_message h3 {
	color:#753F00;
	margin-top:0;
}



/* Header
--------------------------------------- */

#header_content{
	margin: 0 auto;
	width: 970px;
	position:relative;
	padding-right: 10px;
	height:185px;
}

ul#quicknav {
	margin: 10px 10px 0 0;
}

ul#quicknav li {
	float: right;
	display: inline;
}

ul#quicknav li a {
	display: block;
	text-indent: -99999px;
}

ul#quicknav li#appointment {
	width: 155px;
	height: 24px;
	border-right: 1px solid #bdbda5;
	margin-right: 15px;
	padding-right: 15px;
}

ul#quicknav li#appointment a {
	width: 155px;
	height: 24px;
	background: transparent url(/images/interface/appt-contact-btns.png) no-repeat 0 0;
}

ul#quicknav li#appointment a:hover {
	background: transparent url(/images/interface/appt-contact-btns.png) no-repeat 0 -43px;
}



ul#quicknav li#contact {
	width: 188px;
	height: 25px;
}

ul#quicknav li#contact a {
	width: 188px;
	height: 25px;
	background: transparent url(/images/interface/appt-contact-btns.png) no-repeat -184px 0;
}

ul#quicknav li#contact a:hover {
	background: transparent url(/images/interface/appt-contact-btns.png) no-repeat -184px -43px;
}

/* Logo - h1 for home and strong for other pages */
.logo { 
	float: left;
	display: inline;
	margin: 0 0 30px 20px;
	padding:0;
	width: 221px;
	height: 133px;
}

.logo a { 
	display: block;
	width: 221px;
	height: 133px;
	text-indent: -9999px;
	background: transparent url(/images/interface/cottonwood-creek-logo.png) no-repeat 0 0;
}

.logo a:hover, .logo a:focus { 
	
}

#main_navigation {
	float: right;
	display: inline;
}

ul#main_navigation {
	margin: 0;	
	height:1.8em;
	margin: 30px 0 0 0;
}
ul#main_navigation li {
	display: inline;
	float: left;
	margin: 5px 10px;
	height: 43px;
}

ul#main_navigation li a {
	display: block;
	padding: 0 10px;
	height:25px;
	text-indent: -99999px;
	padding: 5px 0;
	border-top: 1px solid #fcfcee;
}

ul#main_navigation li a:hover {
	border-top: 1px solid #ddddca;
}

ul#main_navigation li.selected_main_nav {
	background: transparent url(/images/interface/nav-current.png) no-repeat bottom center;
}

ul#main_navigation li.selected_main_nav a {
	border-top: 1px solid #ddddca;
	border-bottom: 1px solid #ddddca;
}

ul#main_navigation li#about {
	width: 81px;
	}

ul#main_navigation li#about a {
	background: transparent url(/images/interface/nav.png) no-repeat 0 10px;
	width: 81px;
}

ul#main_navigation li#resources {
	width: 152px;
	}

ul#main_navigation li#resources a {
	background: transparent url(/images/interface/nav.png) no-repeat -109px 10px;
	width: 152px;
}

ul#main_navigation li#services {
	width: 108px;
	}

ul#main_navigation li#services a {
	background: transparent url(/images/interface/nav.png) no-repeat -289px 10px;
	width: 108px;
}

ul#main_navigation li#news {
	width: 137px;
	}

ul#main_navigation li#news a {
	background: transparent url(/images/interface/nav.png) no-repeat -426px 10px;
	width: 137px;
}



/* Page structure
--------------------------------------- */

.page_content {
	width: 580px;
	float: right;
	display: inline;
	margin: 0 40px;
	padding: 0 0 40px 0;
}

.page_content h1 {
	border-bottom: 2px solid #e4e3d3;
}

.page_content h2 {
	border-bottom: 1px solid #e4e3d3;
}

.wide-wrap {
	width: 900px;
	padding: 0 20px;
}

.image-header {
	border: 1px solid #E4E3D3;
	padding: 2px;
}


/* Sidebar
--------------------------------------- */

.sidebar {
	width: 260px;
	float: left;
	display: inline;
	margin: 0 0 30px;
	padding: 30px 10px 30px;
	background: transparent url(/images/interface/sidebar-bk.png) no-repeat 0 0;
}

.sidebar ul.subnav {
	margin-bottom: 40px;
}

.sidebar ul {
	padding: 0 0 15px;
	margin: 0 10px;
}

.sidebar ul li a {
	display: block;
	padding: 10px 10px;
	color: #753f00;
	text-decoration: none;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

.sidebar ul li a:hover, .sidebar ul li a.current {
	background-color: #efeede;
}

.appt-sidebar a, .video-sidebar a, .care-share a, .before-after-wrap a {
	display: block;
	text-indent: -99999px;
	width: 260px;
	margin-top: 20px;
}

.appt-sidebar a {
	background: transparent url(/images/interface/appt-sidebar.png) no-repeat 0 0;
	height: 72px;
}

.appt-sidebar a:hover {
	background: transparent url(/images/interface/appt-sidebar.png) no-repeat 0 -72px;
}

.video-sidebar a {
	background: transparent url(/images/interface/video-sidebar.jpg) no-repeat 0 0;
	height: 174px;
}

.video-sidebar a:hover {
	background: transparent url(/images/interface/video-sidebar.jpg) no-repeat 0 -174px;
}

/* Patient referral box */

.care-share a {
	background: transparent url(/images/interface/share-sidebar.jpg) no-repeat 0 0;
	height: 194px;
}

.care-share a:hover {
	background: transparent url(/images/interface/share-sidebar.jpg) no-repeat 0 -194px;
}


/* Videos box */

.sidebar .video-btn p {
	margin-right: 100px;
}

.sidebar .video-btn img {
	position:absolute;
	right: 10px;
	top: 15px;
}

/* Before and After - sidebar */

.before-after-wrap a {
	background: transparent url(/images/interface/before-after-btn.jpg) no-repeat 0 0;
	height: 157px;
	display: block;
}

.before-after-wrap a:hover {
	background: transparent url(/images/interface/before-after-btn.jpg) no-repeat 0 -157px;
}


/* Home
--------------------------------------- */

.slideshow {
	height: 377px;
	background: transparent url(/images/interface/home-slideshow-frame.jpg) no-repeat 0 0;
	
}

.slideshow a {
	display: none;
}

.slideshow a img {
	padding:6px;
}

.slideshow-right {
	position: absolute;
	background: transparent url(/images/interface/home-slideshow-pitch.jpg) no-repeat 0 0;
	width: 299px;
	height: 318px;
	right: 31px;
	top: 48px;
	text-indent: -99999px;
	display: block;
}

.slideshow-right h3, .slideshow-right p, .slideshow-right a {
	text-indent: -99999px;
	display: block;
}

.slideshow-right a {
	width: 299px;
	height: 318px;
	position: absolute;
	right: 0;
	top: 0;
}

.img_placeholder {
	display: block;
	background-color: #000;
	height: 150px;	
	color: #fff;
	text-align: center;
	padding-top: 150px;
	font-size: 2em;
}

#home-wrap {
	background: transparent url(/images/interface/line3.gif) repeat-x 0 0;
	margin: 20px 0 0;
}

#home-wrap h2 {
	font-style: italic;
	padding:2em 0 0.335em;
}

#home-wrap .col_1 {
	width: 420px;
	margin: 0 40px 0 20px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}

#home-wrap .col_2 {
	width: 460px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}

#home-wrap .testimonial {
	background-color: #fff;
	margin: 40px 120px 30px 0;
	padding: 20px 130px 20px 30px;
	position: relative;
	background: #fff url(/images/interface/quote.png) no-repeat 12px 8px;
	
}

#home-wrap .testimonial p {
	color: #7d7c61;
	font-size: 13px;
}

#home-wrap .testimonial h5 {
	color:#7D7C61;
	margin:1.33em 0 0.3em;
}

#home-wrap .testimonial ul {
	margin: 0 20px 0 0;
}

#home-wrap .testimonial ul li {
	font-style: italic;
	display: inline;
	float: left;
	margin-right: 8px;
	color: #7d7c61;
}

.all-test {
/* 	margin-left: 250px; */
}

#home-wrap .testimonial img {
	position: absolute;
	right:-180px;
	top:-30px;
}


/* About
--------------------------------------- */
/* Testimonials */

.picture-mask {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}

.testimonial-image {
	left:0;
	position:absolute;
	top:20px;
	z-index:99;
}

.testimonial-wrap {
	padding: 20px 0 20px;
	border-bottom:1px solid #E4E3D3;
	position: relative;
	height: 280px;
}

.testimonial-media {
	float: left;
	display: inline;
	margin-right: 40px;
	width: 280px;
}

.testimonial-info {
	margin-left: 320px;
	width: 260px;
	background: transparent url(/images/interface/quote.png) no-repeat 0 40px;

}

.testimonial-info h2 {
	border: none;
	padding:10px 0 20px;
}

.testimonial-info .quote {
	margin-left: 20px;
	padding-bottom: 15px;
	font-size: 14px;
}

ul.testimonial-services-list li {
	color:#7D7C61;
	font-size: 13px;
}
ul.testimonial-services-list li a {
	text-decoration: none;
}

ul.testimonial-services-list li span {
	font-style: italic;
}

.before-after-wrap-services {
	margin: 20px 0 30px;
}

.before-after-wrap-services a.show {
	display: inline;
}

.before-after-wrap-services a {
	display: none;
}

.before-after-wrap-single {
	padding: 0 0 20px 0;
}

.before-after-wrap-single a {
	display: none;
}

.before-after-wrap-single a.show {
	display: block;
}

.before-after-wrap-single a.show:hover {
	background-color: #f9f9f4;
}

.before-after-wrap-single a.ba-btn {
	line-height: 16px;
	text-align: center;
}

/* Before and After - Slideshow */


.before-after {
	padding: 20px 20px 0;
	background-color: #fff;
	border: 1px solid #E4E3D3;
	position: relative;
}

.ba-slideshow{
	height: 540px;
	position: relative;
}

.before-after-slide img {
	padding: 5px;
	border: 1px solid #E4E3D3;
	background-color: #fff;
}

.ba-slideshow h3 {
	color: #753F00;
	padding-bottom: 10px;
	margin: 0;
	width: 400px;
}

.ba-slideshow p {
	padding-top: 10px;
	font-size: 14px;
	width: 400px;
}

.ba-thumbs {
	border-top: 1px solid #E4E3D3;
	padding-top: 10px;
}

.ba-thumbs li {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
}

.ba-thumbs a {
	border: 1px solid #E4E3D3;
	padding: 2px;
	display: block;
	width: 50px;
	height: 50px;
}

.ba-thumbs li.activeSlide a, .ba-thumbs li a:hover {
	border: 1px solid #cf7019;
}

.ba-controls {
	position: absolute;
}

.ba-controls li a {
	position: absolute;
	text-decoration: none;
	border: 1px solid #E5E4D3;
	padding: 2px 7px;
	top: -28px;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #F0EFE4;
	color: #9A998E;
}

.ba-controls li a:hover {
	background-color: #fff;
}

#pauseButton {
	left: 0;
}

#resumeButton {
	left:60px;
}

/* Meet Dr. */

img.dr-dolby {
	margin: 20px 0 20px 20px;
	border: 1px solid #E4E3D3;
	padding: 2px;
}
/* Staff */

.staff-wrap {
	margin-bottom: 20px;
	border-bottom: 1px solid #E4E3D3;
}

.staff-wrap img {
	float: left;
	display: inline;
	margin-bottom: 40px;
	border: 1px solid #E4E3D3;
	padding: 2px;

}

.staff-wrap {
	padding: 20px 0 0 0;
}

.staff-info {
	margin-left: 180px;
}

.staff-info h2 {
	border-bottom: none;
	padding:0 0 0.335em;
}

.staff-info h3 {
	font-size:1.2em;
	line-height:1;
	margin:0 0 0.57em;
	font-style: italic;
	color:#753F00;
}

/* Location */

.location-body {
	float: left;
	display: inline;
	width: 260px;
	margin-top: 30px;
}

.location-body2 {
	float: left;
	display: inline;
	width: 320px;
	margin-top: 30px;
}

ul.map-options {
	float: right;
	display: inline;
}

ul.map-options li {
	display: inline;
	float: left;
}

img#map {
	float: left;
} 


/* Patient Resources
--------------------------------------- */

/* Patient Forms */
h2 a.download-all {
	float: right;
	display: inline;
	font-size: 12px;
	line-height:1em;
	padding-top:3px;
}

/* Video */

.video-wrap {
	margin-top: 20px;
}

.video-wrap .first, .video-wrap .middle, .video-wrap .last {
	float: left;
	display: inline;
	margin-bottom: 30px;
	position: relative;
}

.video-wrap .first, .video-wrap .middle {
	width: 170px;
	margin-right: 34px;
}

.video-wrap .last {
	width: 170px;
}

.video-wrap img{
	display: block;
}

.video-wrap h3 {
	color: #753f00;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 3px 0;
	padding: 10px 0 5px;
	border-bottom: 1px solid #98703f;
	line-height: 1.4em;
}

.video-wrap h3 a {
	color: #753f00;
	text-decoration: none;
}
.video-wrap h3 span {
	font-weight: normal;
}

.video-wrap p {
	font-size: 1em;
	margin: 0;
}

.video-wrap a.read-more {
	display: block;
	margin: 5px 0 0 0;
}

.play {
	position: absolute;
	left: 59px;	
	top: 24px;
}

.video-view {
	padding: 20px 0;
}

.video-view-info {
	padding: 20px 0 0 0;
}


/* FAQ */

#faq-super-wrap {
	border-top: 1px solid #753f00;
}

.faq-wrap {
	border-bottom: 1px solid #753f00;
	background: transparent url(/images/interface/faq-arrow-left.gif) no-repeat right 19px;
}

#faq-super-wrap .open {
	background: transparent url(/images/interface/faq-arrow-down.gif) no-repeat right 19px;
}

#faq-super-wrap .active, #faq-super-wrap .white  {
	background-color: #fff;
}


.faq-wrap h3 {
	color: #753f00;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 1.4em;
	line-height: 1.4em;
	background: transparent url(/images/interface/q.gif) no-repeat 10px 19px;
	padding: 15px 20px 15px 40px;
	margin: 0;
	cursor: pointer;
}

.faq-wrap .answer {
	background: transparent url(/images/interface/a.gif) no-repeat 10px 4px;
	padding: 0 20px 0 40px;
}

.faq-wrap .answer p {
	color: #753f00;
}

/* Services
--------------------------------------- */
.services-video {
	padding: 15px 0 0 0;
}
.service-wrap {
	position: relative;
}

.serv-test-wrap {
background:url("/images/interface/quote.png") no-repeat scroll 20px 118px #FFFFFF;
	display:inline;
	float:right;
margin:160px -60px 20px 60px;
padding:120px 10px 40px 40px;
	width:180px
}

.serv-test-wrap img {
	margin:-300px 0 10px -60px;
}

.serv-test-wrap p, .serv-test-wrap h5, .serv-test-wrap ul li {
	color:#7D7C61;
}

.serv-test-wrap ul li {
	font-style: italic;
}

.serv-test-wrap h5 {
	margin:1.33em 0 0.3em;
}

ul.services-options a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	width: 150px;
}

.services-body-wrap img {
	border: 1px solid #E4E3D3;
}

/* News and Articles
--------------------------------------- */

h1#nav_heading {
	font-size: 1.3em;
	font-style: italic;
}

.news_entry {
	padding: 10px 0 10px;
	border-bottom: 1px solid #E4E3D3;
	margin: 20px 0 20px;
}

.featured {
border:1px solid #E4E3D3;
margin:20px 0 40px;
padding:30px 20px 20px;
background: #FFFFFF url(/images/interface/featured-news.png) no-repeat right top;

}

.news_body {
	margin-top: 20px;
}
.news_date {
	color: #9a998e;
	padding: 0;
	text-transform: uppercase;
}


h2.news_title {
	margin-top: 10px;
	padding: 0 0 5px;
	border: none;
}

h2.news_title a {
	text-decoration: none;
	color: #753F00;
	line-height: 1.4em;
}


h2.news_title a:hover {
	text-decoration: underline;
	color: #753F00;
}

.featured h2.news_title {
	padding: 0 40px 5px 0;
}


h1.news_title {
	margin-top: 10px;
	padding:0 0 0.2em;
}
.news_title span {
	font-size: 16px;
	display: block;
}

a.full_post {
	border: 1px solid #e5e4d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 7px;
	background-color: #f0efe4;
	color: #9a998e;
	text-decoration: none;
	font-size: 13px;
}

a.full_post:hover {
	background-color: #eae9e1;
}

.meta ul {
	margin-bottom:12px;
}

.meta ul li {
	display: inline;
	float: left;
	font-size: 12px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #9a998e;
}

.meta ul li a {
	padding: 5px;
	text-decoration: none;
}

ul#share_bookmarks li a {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -99999px;
	padding: 0;
	margin: 0 5px;
}

ul#share_bookmarks li.delicious a {
	background: transparent url(/images/interface/share-icons.png) no-repeat 0 0;
}

ul#share_bookmarks li.delicious a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat 0 -22px;	
}

ul#share_bookmarks li.twitter a {
	background: transparent url(/images/interface/share-icons.png) no-repeat -22px 0;
}

ul#share_bookmarks li.twitter a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat -22px -22px;	
}

ul#share_bookmarks li.facebook a {
	background: transparent url(/images/interface/share-icons.png) no-repeat -44px 0;
}

ul#share_bookmarks li.facebook a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat -44px -22px;	
}

ul#share_bookmarks li.digg a {
	background: transparent url(/images/interface/share-icons.png) no-repeat -66px 0;
}

ul#share_bookmarks li.digg a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat -66px -22px;	
}

ul#share_bookmarks li.reddit a {
	background: transparent url(/images/interface/share-icons.png) no-repeat -88px 0;
}

ul#share_bookmarks li.reddit a:hover {
	background: transparent url(/images/interface/share-icons.png) no-repeat -88px -22px;	
}



ul#share_bookmarks li a.email {
	background: transparent url(/images/interface/email-icon.gif) 5px 3px no-repeat;
	padding: 5px 5px 3px 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-indent: 0;
	display: inline;
}

ul#share_bookmarks li a.email:hover {
	background: #EFEEDE url(/images/interface/email-icon.gif) 5px -21px no-repeat;
}

.news_body ul {
	list-style: disc;
	padding-left: 15px;
}

.news_body ul li {
	margin-bottom: 10px;
}


/* Email a friend form */

#tellfriend {
  position: absolute;
	bottom:-40px;
	right:160px;
  z-index: 102;
  background-color: #f6f5ec;
	padding: 20px;
	border: 1px solid #bbbbbb;
	box-shadow: 0 0 7px #797979;
	-moz-box-shadow:0 0 7px #797979;
	display: none;
}

#tellfriend h6 {
	margin-top: 0;
}

#tellfriend a.close {
  z-index: 102;
	background:transparent url(/images/interface/close.png) no-repeat;
	height:40px;
	overflow:hidden;
	position:absolute;
	right:-15px;
	text-indent:-1000px;
	top:-15px;
	width:40px;
}

#tellfriend .col1 {
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
}

#tellfriend .col2 {
	width: 400px;
	margin: 0;
	padding: 0;
}

ul.related-services {
	margin:20px 0 20px 0;
	padding-top: 20px;
	border-top: 1px solid #E4E3D3;
}

ul.related-services li {
	color:#753F00;
}

ul.related-services li.header {
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

.news-nav p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color:#753F00;
	font-size: 12px;
}

p.paginate {
	padding-top: 10px;
}

.paginate a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

#blog_prevpage {
	float: left;
	display: inline;
	width: 200px;
}
#blog_nextpage {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
}


/* News Sidebar
--------------------------------------- */

.news-sidebar-wrap {
	margin-bottom: 40px;
}

.news-sidebar h3 {
	color:#9a998e;
	font-size:1em;
	font-weight:normal;
	margin: 0;
	padding:15px 20px 5px;
	text-transform:uppercase;
}


.news-sidebar ul li a {
	padding: 3px 10px;
	font-size: 12px;
}

a#back_news {
	display: block;
	padding: 0 0 10px 20px;
}

#rss_link {
	padding: 0 0 10px 25px;
	background: transparent url(/images/interface/rssicon_17.gif) no-repeat 0 0;
	margin: 10px 0 0 20px;
	display: block;
}

form#blog_simple_search input {
	width: 140px;
}

#searchform {
	padding: 0 0 0 20px;
}


/* Forms */

form {
	margin-bottom: 20px;
}

.required {
	font-weight: bold;
	background: transparent url(/images/interface/required.gif) no-repeat left 4px;
	padding-left: 12px;
	
}

form input[type="text"], form textarea {
	border-color:#d9cca3 #d9cca3;
	border-style:solid;
	border-width:1px;
	color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.4em;
	margin:0;
	padding:7px;
	background: #fbfbf7 url(/images/interface/form-slice.gif) repeat-x 0 0;
	
}

form p {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:11px;
	margin:0 0 1.5em;
}

form label {
	display:block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}


form label span {
	color:red;
	margin:-5px 0 0 5px;
}

form input#comment_submit {
	width: auto;
}

#captcha p {
	margin:0 0 .5em;
}

#captcha img {
	margin-right: 10px;
}

#captcha img, #captcha input {
	float: left;
	display: inline;
}

#captcha input {
	padding: 7px 5px;
}

#captcha .arrow {
	margin-top: 8px;
}

input.submit-btn {
	background-color: #753f00;
	border: none;
	padding: 7px;
	color: #fff8f0;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 20px;
}


/* Appointment form
--------------------------------------- */
form li {
	clear:both;
	margin:0;
	padding:6px 0 10px;
}

label.desc {
	display:block;
	font-size:12px;
	line-height:150%;
	margin:0;
	padding:0 0 3px;
}

span.symbol {
	font-size:9px;
}

form li span {
	color:#444444;
	float:left;
	margin:0 0.3em 0 0;
	padding:0;
}

form li div label, form li span label {
	clear:both;
	display:block;
	font-size:65%;
	line-height:160%;
	margin:0;
	padding-top:3px;
}

form#appointment_form p {
	margin: 0;
}

form#appointment_form .phone {
	width: 100px;
	padding-left: 15px;
}

a.appointment-link {
	display: block;
	background:#f4f3ea url("/images/interface/appt-contact-btns.png") no-repeat 7px 7px ;
	height:24px;
	width:155px;	
	text-indent: -99999px;
	border: 1px solid #e5e4d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
}

a.appointment-link:hover {
	background:#f8f8f1 url("/images/interface/appt-contact-btns.png") no-repeat 7px -36px ;
}

/* Footer
--------------------------------------- */

.footer_wrap {
	background: transparent url(/images/interface/page-btm.png) no-repeat top center;
	margin: 0 auto;
	width: 1010px;
	padding: 100px 0 0 0;
}

.footer-content {
	width: 920px;
	padding: 0 50px;
}

#footer p {
	padding:0 0 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #aead92;
	margin: 0;
}

#footer strong {
	font-weight: bold;
}

#footer a {
	color: #aead92;
}

.footer-row1 {
	border-bottom: 2px solid #e4e3d3;
	margin-bottom: 20px;
}

/* newsletter module - Mailchimp form*/

.newsletter-signup {
	width: 260px;
	float: left;
	display: inline;
}

.newsletter-signup h6 {
	color:#753F00;
	padding-bottom: 5px;
	margin-top: 0;
}

.newsletter-signup input {
	font-style: normal;
	font-weight: normal;
}

.newsletter-signup input.btn {
	margin-top: 15px;
	background-color: #fff;
	border: 1px solid #e5e4d3;
	padding: 5px 10px;
	color: #908f88;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.newsletter-signup input.btn:hover {
	color: #666552;
}

/* mailchimp error and message */

.mce_inline_error {
	font-size: 12px;
	font-style: italic;
	color: #c23b25;
}

#mce-success-response {
	font-size: 12px;
	font-style: italic;
	color: #908f88;
}

/* address and contact info */

.footer-info {
	width: 610px;
	float: left;
	display: inline;
	margin: 20px 0 0 50px;
}

ul.cottonwood-sociamedia {
	float: right;
	display: inline;
}

ul.cottonwood-sociamedia li {
	display: inline;
	float: left;
	margin-right: 5px;
}

ul.cottonwood-sociamedia li a {
	display: block;
	width: 47px;
	height: 48px;
	text-indent: -99999px;
}

ul.cottonwood-sociamedia li.facebook a {
	background: transparent url(/images/interface/social-icons-color.png) no-repeat 0 0;
}

ul.cottonwood-sociamedia li.twitter a {
	background: transparent url(/images/interface/social-icons-color.png) no-repeat -53px 0;
}

ul.cottonwood-sociamedia li.youtube a {
	background: transparent url(/images/interface/social-icons-color.png) no-repeat -105px 0;
}


/* 2nd row of footer */

#site-credit {
	float: right;
	display: inline;
}


ul.orgs {
	float: left;
	display: inline;
	width:610px;
}


ul.orgs li {
	float: left;
	display: inline;
}

ul.orgs li a {
	display: block;
	text-indent: -99999px;
	margin-right: 20px;
}

#academy {
	background: transparent url(/images/interface/academny-general-dentistry.png) no-repeat 0 0;
	width: 97px;
	height: 76px;
}

#cosmetic {
	background: transparent url(/images/interface/cosmetic-dentistry-logo.png) no-repeat 0 0;
	width: 203px;
	height: 76px;
}


#bbb {
	background: transparent url(/images/interface/bbb.png) no-repeat 0 0;
	width: 50px;
	height: 76px;
}

#ecc {
	background: transparent url(/images/interface/eagle-chamber-logo.png) no-repeat 0 0;
	width: 109px;
	height: 76px;
}

/* User message
--------------------------------------- */
div.user-message {
	background-color: #fff;
	padding: 0 20px 10px;
	margin-top: 10px;
	border:1px solid #E4E3D3;
}


/* Sitewide Classes that stick
--------------------------------------- */

.noborder {
	border: none;
}

/* Grid
--------------------------------------- */

.one_unit, .two_unit, .three_unit, .four_unit, .five_unit, .six_unit, .seven_unit, .eight_unit, .nine_unit, .ten_unit, .eleven_unit, .twelve_unit, .thirteen_unit, .fourteen_unit, .fifteen_unit, .sixteen_unit {
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 0;
}

.one_unit { width: 40px; }
.two_unit { width: 100px; }	
.three_unit { width: 160px; }
.four_unit { width: 220px; }
.five_unit { width: 280px; }
.six_unit { width: 340px; }
.seven_unit { width: 400px; }
.eight_unit { width: 460px; }
.nine_unit { width: 520px; }
.ten_unit { width: 580px; }
.eleven_unit { width: 640px; }
.twelve_unit { width: 700px; }

