@charset "UTF-8";
/* CSS Document */

/**********  General Styles **********/


.blue {color:#7891AC;}
.darkblue {color:#435A66;}
.sage {color:#758573;}
.orange {color:#B68F35;}
.brown {color:#48221F;}
.mint {color:#BAB1A6;}

h2 
{
	margin-top:20px;
	font-size:18px;
	display:block;
	width:460px;
	border-bottom: 1px dotted #bbb;
}

.img-right
{
	float:right;
	margin-left:10px;
}

.img-left
{
	float:left;
	margin-right:10px;
}

body
{
	font-family:Myriad Pro, Lucida Grande, Sans-serif;
	font-size:14px;
	color:#666666;
}

a
{
	color:#666666;
}

/*********************************************/

/************** Layout Styles ****************/

/* Wrap */

#wrap
{
	width:960px;
	margin:0 auto;
}

/* Left Bar */


#left-bar
{
	width:240px;
	float:left;
}

/* Main */

#main
{
	float:right;
	width:720px;
	margin-bottom:25px;
}

/* Content */

#content
{
	padding-left:10px;
	margin-top:20px;
	width:460px;
	float:left;
	font-size:95%;
}

#content span
{
	display:none;
}

#content p
{
	line-height:1.5em;
	letter-spacing:0.0707em;
	width:455px;
	padding:15px 0px 5px 0px;
}

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

#content p a:hover
{
	text-decoration:none;
}

/* End Content */

/* Right Bar */

#right-bar
{
	float:right;
	width:160px;
}

/* End Right Bar */

/* Footer */

#footer
{
	clear:both;
	height:100px;
	background-color:#48221F;
}

#footer-content
{
	padding-top:9px;
	margin-left:165px;
	color:#BAB1A6;
}

#footer-content img
{
	float:left;
}

#footer-content p
{
	font-size:80%;
	padding-top:20px;
	margin-bottom:3px;
	font-weight:bold;
	
}

#footer-content ul > li:first-child
{
	list-style-type:none;
	padding-left:0px;
	padding-right:3px;
	border-left:none;
}

#footer-content ul li
{
	font-size:80%;
	display:inline-block;
	list-style-image:url(../images/bullet.png);
	padding-left:6px;
	padding-right:3px;
	border-left:1px solid #BAB1A6;
	margin:3px 0px;
}

#footer-content a
{
	color:#BAB1A6; 
}

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

#footer-content a:visited
{
	color:#666666;
}

/********** End Footer ***********/

/***********************************/

/********** Module Styles **********/

/* Logo */

#logo 
{
	margin-top:30px;
}

#logo a
{
	text-decoration:none;
}

/* End Logo */

/* Nav */

#nav 
{
	width:160px;
	overflow:hidden;
	margin-top:20px;
}

#nav span
{
	display:none;
}

#nav ul li
{
	list-style-type:none;
}

#nav li a
{
	display:block;
	text-decoration:none;
	background-image:url(../images/nav.jpg);
	height:27px;
}

a#welcome
{
	background-position:0px -162px;
}

a#welcome:hover, a#welcome:active, a#welcome:visited
{
	background-position:0px 0px;
}

a#our-team
{
	background-position:0px -189px;
}

a#our-team:hover, a#our-team:active, a#our-team:visited
{
	background-position:0px -27px;
}

a#services
{
	background-position:0px -216px;
}

a#services:hover, a#services:active, a#services:visited
{
	background-position:0px -54px;
}

a#new-patients
{
	background-position:0px -243px;
}

a#new-patients:hover, a#new-patients:active, a#new-patients:visited
{
	background-position:0px -81px;
}

a#faqs
{
	background-position:0px -270px;
}

a#faqs:hover, a#faqs:active, a#faqs:visited
{
	background-position:0px -108px;
}

a#contact-us
{
	background-position:0px -297px;
}

a#contact-us:hover, a#contact-us:active, a#contact-us:visited
{
	background-position:0px -135px;
}

/* End Nav */

/* Request Appointment */

#appointment
{
	width:160px;
	margin-bottom:4px;
	border-top: 1px solid #BAB1A6;
	border-bottom: 1px solid #BAB1A6;
	padding:15px 0px;
}

#appointment:hover
{
	background-color:#aff;
}

#appointment img
{
	margin-left:1px;
}

#request
{
	width:140px;
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:70%;
}

#request p:first-child
{
	margin-top:0px;
	width:140px;
	
}

#request p
{
	margin-top:10px;
	width:140px;
	line-height:110%;
}

.box
{
	width:135px;
}

select
{
	width:148px;
}

#submit_btn
{
	width:86px; 
}

/* End Appointment */

/* Slideshow */

#slideshow p
{
	text-align:right;
	font-size:80%;
	font-weight:bold;
	padding:10px 20px 6px 0px;
	text-transform:uppercase;
	color:#48221F;
}

#slideshow p a
{
	color:#48221F;
}

#slideshow p a:hover
{
	text-decoration:none;
}

/* End Slideshow */

/* Testimonial */

#testimonial
{
	font-size:105%;
	line-height:1.5em;
	border-top:1px solid #BAB1A6;
	margin-top:4px;
	padding:3px 0px 10px 0px;
	width:160px;
}

#testimonial p#quote
{
	background:url(../images/open-quotes.png) top left no-repeat;
	width:140px;
	padding:20px 0px 10px 10px;
}

#testimonial p#name-test
{
	background:url(../images/end-quotes.png) bottom no-repeat;
	margin-top:10px;
	padding-bottom:20px;
	padding-right:10px;
	height:31px;
	text-align:right;
}

#testimonial p
{
	font-size:80%;
	padding:0px 10px;
}

#testimonial p a
{
	text-decoration:underline;
}

#testimonial p a:hover
{
	text-decoration:none;
}

/* End Testimonial */

/* News */

#news
{
	margin-top:4px;
	border-top:1px solid #BAB1A6;
	padding-top:15px;
}

#news h3
{
	color:#435A66;
	font-size:100%;
	text-transform:uppercase;
}


#feeds
{
	padding: 0px 10px;
	font-size:80%;
	color:#666666;
	line-height:110%;
}


#feeds h4
{
	margin:7px 0px 3px 0px;
	font-weight:normal;
}

#feeds h4 a
{
	color:#666666;
	font-weight:normal;
}

#feeds h4 a:hover
{
	text-decoration:none;
}

.footnote
{
	font-size:70%;
	text-align:right;
}

.footnote a:hover
{
	text-decoration:none;
}

/*  Feedback  */

#feedback
{
	margin-top:4px;
	border-top:1px solid #BAB1A6;
	border-bottom:1px solid #BAB1A6;
	padding:15px 10px 0px 10px;
}

#feedback h3
{
	color:#435A66;
	font-size:100%;
	text-transform:uppercase;
	margin-left:-10px;
}

#feedback p
{
	padding-top:6px;
	padding-bottom:18px;
	font-size:90%;
	line-height:1.3em;
}

#feedback p a
{
	text-decoration:underline;
}

#feedback p a:hover
{
	text-decoration:none;
	color:#435A66;
}

/* Contact Info */

#contact-info
{
	margin-top:5px;
	border-bottom:1px solid #BAB1A6;
	padding:15px 10px 0px 10px;
}

#contact-info h3
{
	color:#435A66;
	font-size:100%;
	text-transform:uppercase;
	margin-left:-10px;
}

#contact-info p
{
	padding-top:2px;
	padding-bottom:18px;
	font-size:100%;
	line-height:1.3em;
}

#contact-info p a
{
	text-decoration:underline;
}

#contact-info p a:hover
{
	text-decoration:none;
	color:#435A66;
}



/* FAQs */

.faq 
{
	margin: 15px 0px 15px 0px;
}
	
.faq dt 
{
	font-size: 90%; 
	cursor: pointer; 
	background-position: right 50%; 
	background-repeat: no-repeat;
	padding: 6px 0px 6px 0px; 
	border-bottom: 1px dotted #bbb;
}

.faq dt:hover 
{
	color: #000;
	background-color:#CFF;
}

.faq dt.off 
{
	background-image: url(../images/expand.gif);
}

.faq dt.on 
{
	background-image: url(../images/collapse.gif);
}

.faq dd 
{
	font-size: 90%; 
	line-height: 120%; 
	background-color:#cff;
	padding: 6px 20px 6px 20px; 
	border-bottom: 1px dotted #bbb;
}


 /* Services */

.svc
{
	margin-bottom:5px;
}
.services-list li
{
	display:block;
	width:455px;
	padding:5px 0px 5px 5px;
}

.services-list li:hover
{
	background-color:#cff;
	color:#000;
}

.servcices-list li a
{
	color:#666666;
	text-decoration:none;
}

.services-list li a:hover
{
	color:#000;
}

blockquote
{
	display:block;
	width:455px;
	background-color:#cff;
	color:#435A66;
	border-left:1px dotted #bbb;
	padding:10px 10px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:140%;
	font-size:115%;
	margin-top:20px;
	
}

p#quote 
{
	text-align:right;
	/* color:#B68F35; */
	font-size:90%;
	margin-right:15px;
}

/* Contact Us */	

#map
{
	width:460px;
	height:300px;
	margin-top:15px;
	background-image:url(../images/loader.gif) center no-repeat;
}

#contact-us-form
{
}

#contact-us-form .c-box
{
	height:25px;
	width:160px;
}

#contact-us-form .c-textarea
{
	width:300px;
	height:100px;
}

/* Forms */

#forms
{
	padding:5px 10px 5px 10px;
	margin-top:3px;
	padding-top:15px;
	padding-left:10px;
	padding-bottom:15px;
	font-size:90%;
	border-top:1px solid #BAB1A6;
	border-bottom:1px solid #BAB1A6;
	width:140px;
	
}

#forms h3
{
	color:#435A66;
	font-size:110%;
	text-transform:uppercase;
	margin-left:-10px;
}

#forms p
{
	margin:10px 0px;
}

#forms p a
{
	text-decoration:underline;
}

#forms p a:hover
{
	text-decoration:none;
}


