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

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
	}

body {
    background: #dad9cd url(../images/bg.jpg) 0 0 repeat-x;
    text-align: center;
	}
	
p, div, li, td, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 18px;
	}
	
p, h1, h2, h3, h4, #main ul, #main ol, #main table {
	margin-bottom: 15px;
	font-weight: normal;
	}

a img, :link img, :visited img {
    border: none
	}

a:link, a:visited {
    color: #fff;
    text-decoration: none;
	}
	
a:hover, a:active {
    color: #fff;
    text-decoration: underline;
	}

blockquote {
	background: #f5f4f1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

blockquote p, blockquote table {
	padding: 15px 15px 0 15px;
	}

blockquote h2 {
	padding: 0 15px 0 15px;
	}
	
.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
	}

.feature {
	background: url(../images/bullet.gif) no-repeat left center;
	color: #444;
	padding-left: 20px;
	padding-right: 10px;
	}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 108px;
	background: transparent url(../images/top.jpg) -50px 0 no-repeat;
	}

#top img {
	float: left;
	margin: 0 0 0 0;
	}

#action-menu {
	/*background: url(../images/doc.gif) no-repeat left center;*/
	padding-left: 18px;
	float: right;
	text-align: right;
	margin: 40px 12px 0 100px;
	}

#phone {
	/*background: url(../images/phone.gif) no-repeat left center;*/
	padding-left: 10px;
	text-align: right;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	float: right;
	margin: 20px 12px 0 0;
	width: 315px;
	}

#phone span, #action-menu span {
	text-transform: uppercase;
	margin: 0 0 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 10px;
	}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	height: 34px;
	background: transparent url(../images/main_menu.gif) left bottom no-repeat;
	padding-left: 12px;
	padding-top: 16px;
	}

.menu { 
	width: 960px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	text-align: center;
	font-weight: normal;
	}

#home #pmenu .home a, #philosophy #pmenu .philosophy a, #services #pmenu .services a, #profile #pmenu .profile a, #staff #pmenu .staff a, #appointments #pmenu .appointments a, #contact #pmenu .contact a {
 	color: #189387;
	}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
p.header {
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 5px;
	}

#main {
	background: #FFF url(../images/main.gif) 0 0 repeat-y;
	margin-bottom: 25px;
	}

#container {
	margin: 0 12px;
	}

#one-column {
	margin: 0 20px 0 20px;
	padding: 15px 0 0 0;
	}

.two-column {
	float: left;
	width: 47%;
	margin: 0 1% 0 1%;	
	}
	
#one-column h2, .two-column h2 {
	font-size: 14px;
	margin: 0;
	}	

#one-column p, .two-column p {
	padding-top: 0;
	}		
	
.two-column blockquote {
	margin-right: 20px;
	}
	
#contactus a {
	color: #444;
	}
	
#contactus a:hover, #contactus a:active {
	color: #9a9782;
    text-decoration: underline;
	}
			
/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
.intro h1 {
	font-size: 20px;
	text-transform: lowercase;
	margin-bottom: 5px;
	color:#333;
	}
	
.intro p, .intro td {
	font-size: 12px;
	}
	
.intro h2, .intro a, .intro a:visited {
	font-size: 12px;
	color:#189387;
	}

#history { 
	float: left;
	width: 240px;
	margin: 15px 20px 0 20px;
	display: inline;
	}
	
#today {
	float: left;
	width: 380px;
	margin: 15px 0 0 0;
	}
	
#hours {
	float: right;
	width: 220px;
	margin: 15px 20px 0 0;
	}

#hours p {
	font-size: 12px;
	line-height: 16px;
	}	

#hours table {
	background:#f5f4f1;
	padding:5px;
	}

#position-vacant {
	background: #189387;
	padding: 5px 5px 5px 5px;
	width: 220px;
	}

#position-vacant h1 {
	color: #fff;
	}
	
#position-vacant p, #position-vacant a {
	color: #fff;
	margin-bottom: 0;
	}
	
#bulk-billed {
	background: #189387;
	padding: 5px 5px 5px 5px;
	width: 210px;
	}

#bulk-billed h1 {
	color: #fff;
	}

#bulk-billed p, #bulk-billed a {
	color: #fff;
	margin-bottom: 0;
	}	
/* ----------------------------------- */
/* PROFILES
/* ----------------------------------- */
.profile-l {
 	position: relative;
 	float: left;
	width: 98%;
 	text-align: left;
	}

.profile-r {
 	position: relative;
 	float: right;
	width: 98%;
 	text-align: right;
	}

.profile-l img {
	margin: 0 20px 0 30px;
	float: left;
	}

.profile-r img {
	margin: 0 40px 0 10px;
	float: right;
	}

.profile-r a, .profile-l a, .profile-r a:visited, .profile-l a:visited{
	text-decoration:none;
	color:#333;
	}

.profile-r a:hover, .profile-r a:active, .profile-l a:hover, .profile-l a:active {
    color: #9a9782;
    text-decoration: none;
	}

.profile-r h1, .profile-l h1 {
 	color: #333;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: normal; 
 	margin: 20px 0 0 0;
 	padding: 0;
	}

.profile-r h2, .profile-l h2 {
 	font-size: 14px;
 	color: #189387;
 	margin: 0;
	}

.profile-r h3, .profile-l h3 {
 	color: #333;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: normal; 
 	margin: 10px 40px 0 70px;
 	padding-right: 30px;
 	background: url(../images/arrow_r.gif) no-repeat center right;
	float: right;
	}

.profile-r h4, .profile-l h4 {
 	color: #333;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: normal; 
 	margin: 10px 70px 0 40px;
 	padding-left: 30px;
 	background: url(../images/arrow_l.gif) no-repeat center left;
	float: left;
	}

.profile-r h5, .profile-l h5 {
 	color: #333;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: normal; 
 	margin: 10px 100px 0 70px;
 	padding: 0;
	}

.profile-r p, .profile-l p {
 	position: relative;
 	font-size: 12px;
 	font-weight: normal;
 	margin: 0 20px 0 20px;
 	padding-bottom: 10px;
	text-align: left;
 	}
	
/* ----------------------------------- */
/* SERVICES
/* ----------------------------------- */
.services h2 {
 	font-size: 16px;
 	color: #444;
 	padding: 10px 0 0 10px;
	}
.services h5 {
 	color: #333;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: normal; 
 	margin: 10px 100px 0 30px;
 	padding: 0;
	}	
.services .img_left {
	margin: 20px 10px 10px 20px;
	float: left;
	}
.services .img_mid {
	margin: 20px 10px 10px 10px;
	float: left;
	}
.services .img_right {
	margin: 20px 0 10px 10px;
	float: left;
	}				
/* ----------------------------------- */
/* BOTTOM
/* ----------------------------------- */
#page-bottom {
	height: 20px;
	background: transparent url(../images/main-bottom.gif) left bottom no-repeat;
	}
	
/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footerHolder {
 	background: #DAD9CD;
	margin: 0 auto;
 	min-width: 745px;
 	text-align: left;
 	clear: both;
 	padding: 0 12px 0 12px;
	vertical-align: top; 
 	}

.footer {
	font-size: 10px;
	color: #333;
	}
	
.footer a, .footer a:visited {
	color: #333;
	}
	
.footer a:hover, .footer a:active {
	color: #189387;
	text-decoration: underline;
	}

.footerLink, .footerLink a, .footerLink a:visited {
	font-size: 10px;
	color: #189387;
	}
	
.footerLink a:hover {
	text-decoration: underline;
	}

#footerLeft {
 	float: left;
	}

#footerRight {
 	float: right;
 	}
	