/* CSS Document */

/*
--------------------------------------------------------
Resets
--------------------------------------------------------
*/

*{
    margin: 0;
    padding: 0;
}

li {
	list-style: none;	
}

/*
--------------------------------------------------------
Basic Elements
--------------------------------------------------------
*/

body {
    background: #e5eae8;
    text-align: center;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
   text-align: left;
}
	
h1 {
	margin-bottom: 10px;
	padding: 0 0 5px 40px;
	border-bottom: 1px solid #6e310c;
	background: url(../media/images/bg_h1.gif) no-repeat left center;
	color: #6e310c;
	font: 18px Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font: bold 13px Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 10px;
	}
	
h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #6e310c;
	margin-bottom: 10px;
	}
	
p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px
	}
	
.p_question { 
	font-weight: bold;
	color: #607569;
	}
	
cite {
	font-weight: bold;
	color: red;
	}
	
td {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	}
	
img {
	border: 0;
	}
	
a { 
	font-weight: bold;
	color: #607569;
	text-decoration: none;
	border-bottom: 1px dotted #607569;
	}
	
a:hover {
	color: #9aaea2;
	text-decoration: none;
	border: none;
	}
	
/*
--------------------------------------------------------
Additional Links
--------------------------------------------------------
*/

.pdf {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(../media/icons/pdf.png) no-repeat left center;
	padding-left: 20px;	
	border-bottom: none;
}
	
/*
--------------------------------------------------------
Errors
--------------------------------------------------------
*/
	
#form_error {
	border: 1px solid #6e310c;
  	background-color : #ffffff;
  	width: auto;
  	padding: 10px;
	margin-bottom: 10px;
	}
	
#form_confirm {
	border: 1px solid #607569;
  	background-color : #e5eae8;
  	width: auto;
  	padding: 10px;
	margin-bottom: 10px;
	}	
	
.p_error {
	margin: 0px;
	padding: 0px;
	}
	
/*
--------------------------------------------------------
Header
--------------------------------------------------------
*/
	
#header {
	width: 100%; 
	height: 95px;
	background: url(../media/images/bg_header.jpg) repeat-x top left;
	}	
	
#header_800 {
	width: 800px;
	height: 95px;
	margin: auto;
	}
	
#top_nav {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(../media/images/bg_topnav.jpg) top left no-repeat;
	text-align: center;
	width: 150px;
	height: 32px;
	padding-top: 9px;
	float: right;
	}
	
#top_nav a {
	color: #ffffff;
	text-decoration: none;
	border: none;
	}
	
#top_nav a:hover {
	color: #b48366;
	text-decoration: none;
	}
	
#established {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #ffffff;
	width: 150px;
	margin-top: 30px;
	float: right;
	clear: right;
	}
	
/*
--------------------------------------------------------
Main Navigation
--------------------------------------------------------
*/
	
#nav {
	width: 100%;
	height: 31px;
	background: url(../media/images/bg_nav.jpg) repeat-x top left;
	}
	
#nav_800 {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font: 13px Georgia, "Times New Roman", Times, serif;
	}
	
#nav_800 ul {
	display: inline;
	line-height: 31px;
	}

#nav_800 li { 
	display: inline;
	border-left: 1px solid #512307;
	}
	
#nav_800 a {
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color:  #ffffff;
	margin: 0 20px;
	border: none;
	}
	
#nav_800 a:hover {
	color:  #b48366;
	}	
	
/*
--------------------------------------------------------
Sub Navigation
--------------------------------------------------------
*/

#subnav {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6e310c;
	background: #fff;
	}
	
#subnav_800 {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}

#subnav_list {
	width: 300px;
	text-align: center;
	background: #e6dfdb;
	padding-top: 6px;
	}
	
#subnav ul {
	display: inline;
	}
	
#subnav ul li {
	list-style: none;
	display: inline;
	border-right: 1px dotted #6e310c;
	padding-right: 10px;
	margin-right: 10px;
	}	
	
#subnav li a {
	border-bottom: none;
	color: #6e310c;
	}
	
#subnav li a:hover {
	color: #914e26;
	}

#subnav ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	}

/*
--------------------------------------------------------
Content
--------------------------------------------------------
*/
	
#content {
	width: 100%;
	background: #ffffff url(../media/images/bg_content.jpg) repeat-x bottom left;
	}
	
#content_800 {
	width: 800px;
	margin: 0 auto;
	}
	
/*
--------------------------------------------------------
Sidebar
--------------------------------------------------------
*/
	
#sidebar {
	width: 257px;
	color: #213c2d;
	margin: 20px 0;
	text-align: left;
	float: left;
}
	
#office_information h1, #services_offered h1{
	display: block;
	height: 29px;
	line-height: 29px;
	padding-left: 14px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	border-bottom: none;	
}
	
#sidebar .module h2, #sidebar .module p {
	padding: 0 14px;
}

#sidebar .module .footer {
	display: block;
	height: 11px;
	margin-top: 0;
	padding: 0;
}
	
#office_information {
	background: url(../media/images/brdr_office_information.jpg) top left repeat-y;
	margin-bottom: 10px;
}
	
#office_information h1 {
	background: url(../media/images/hdr_office_information.jpg) no-repeat top left;	
}

#office_information .footer{
	background: url(../media/images/btm_office_information.jpg) no-repeat bottom left;
}

#services_offered {
	background: url(../media/images/brdr_services_offered.jpg) top left repeat-y;
	margin-bottom: 10px;
}

#services_offered h1 {
	background: url(../media/images/hdr_services_offered.jpg) no-repeat top left;	
}

#services_offered .footer{
	background: url(../media/images/btm_services_offered.jpg) no-repeat bottom left;
}
	
/*
--------------------------------------------------------
Animation
--------------------------------------------------------
*/
	
#animation {
	width: 533px;
	height: 200px;
	margin: 20px 0 0 10px;
	background: #cccccc;
	float: left;
	}
	
/*
--------------------------------------------------------
Content Text
--------------------------------------------------------
*/
	
#text {
	width: 533px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	}
	
#text h2 {
	color: #6e310c;
	}
	
#text ul {
	margin: 10px 20px;
	}
	
#text ol {
	margin: 10px 30px;
	list-style: decimal;
	}
	
#text li {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
	
#fix {
	width: 100%;
	height: 1px;
	clear: both;
	}
	
/*
--------------------------------------------------------
Thumbnail Gallery
--------------------------------------------------------
*/

#thumbs {
	float: left;
	margin-bottom: 10px;
	}

#thumbs a {
	border-bottom: none;
	}	
	
.img_thumbnails {
	margin: 0 22px 9px 0;
	}
	
/*
--------------------------------------------------------
Footer
--------------------------------------------------------
*/
	
#footer {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #607569;
	width: 800px;
	height: 100px;
	clear: both;
	margin: 20px auto 0;
	}
	
#footer h2 {
	color: #607569;
	margin-bottom: 15px;
	}
	
#footer p {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #607569;
	}
	
#footer ul {
	list_style: none;
	line-height: 0;
	width: 233px;
	margin-bottom: 10px;
	}

#footer ul li{
	width: 233px;
	line-height: 17px;
	}

#footer ul li a {
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: none;
	}
	
#footer a {
	color: #607569;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #94a89c;
	}
	
.footer_document {
	background: url(../media/images/icon_16-file-page.png) no-repeat;
	}

#footer_about {
	width: 233px;
	text-align: left;
	float: left;
	padding: 0 33px 0 0;
	}
	
#footer_services {
	width: 233px;
	text-align: left;
	float: left;
	padding: 0 33px;
	}
	
#footer_patients {
	width: 233px;
	text-align: left;
	float: left;
	}

#footer_copyright {
	width: 100%;
	text-align: center;
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #94a89c;
	}
	
/*
--------------------------------------------------------
Notification
--------------------------------------------------------
*/

#notification {
	float: left;
	display: block;
	width: 100%;
	background: #fff3c7;
	border: 1px solid #eed060;
	margin-bottom: 10px;
	padding: 10px 0;
}


#notification p {
	margin: 0 10px;	
}

/*
--------------------------------------------------------
Newsletter Module
--------------------------------------------------------
*/

.newsletter {
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaa;	
}

.newsletter h2 {
	font-size: 12px;
	margin-bottom: 0;	
}
	
/*
--------------------------------------------------------
Extra Classes
--------------------------------------------------------
*/
	
.left {
	float: left;
	margin-right: 10px;
}

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