/* Avoid left page shift in Firefox */

html { min-height: 100%; margin-bottom: 1px; }

/* Global Styles */

body {
	font-size: 12px;
	color: #ffe178;
	line-height: 20px;
	background-attachment: scroll;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #070707  url(../images/bgBody.jpg) no-repeat;
}

p {
    padding: 10px 0;
} 

a.navUnderline {
   color: #ffe178;
   text-decoration: none;
   border-bottom: dotted 1px #ffe178;
   font-weight: bold;
}

a:hover {
	color: #ffe178;
	text-decoration: none;
	border-bottom: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Wrapper, Header, Tagline, Menu */

#wrapper {
	margin: 0 auto;
	width: 944px;
	padding: 0 40px;
	background: url(../images/bgWrapper.png) repeat;
}

#header {
    text-align: right;
	overflow: hidden;
	height: 150px;
}

.headerlogoImg {
    float: left;
    padding-top: 25px;
}

.headerPhone {
	color: #ffe178;
	font-size: 21px;
	padding-top: 45px;
}

.headerAddress {
	color: #e0ca7e;
	padding-top: 10px;
	text-transform: uppercase;
}

#tagline {
	color: #e0ca7e;
	font-size: 28px;
	padding: 5px 0 10px 0;
	border-top: solid 1px #47473a;
	border-bottom: solid 1px #47473a;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
	text-align: center;
}

/* Menu */

#menu {
	margin: 20px 0;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style: none;
	display: inline;
	padding: 10px 0;
}

#menu a {
	color:#9D873C;
	font-size:15px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding: 0 20px 0 18px;
	text-transform: uppercase;
	border-right: solid 1px #47473a;
}

#menu a:hover {
	color: #ffe178;
}

/* Index Page */

#content .photoIndex {
    float: right;
	margin: 0 0 0 50px;
}
#content .photoIndex img {
    border: 18px solid #2d3523;
}

#content #indexBottom {
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: solid 1px #47473a;
	width: 944px;
	clear: left;
	overflow: hidden;
}

#content #indexBottom .practiceBox {
	width: 276px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding-right: 58px;
}

#content #indexBottom .practiceBox img {
	border: 8px solid #2d3523;
}

#content h2.index {
	font-size: 16px;
}

/* Content */

#content {
	clear: both;
	overflow: hidden;
	padding: 15px 0 3px 0;
}

#content h1 {
	color: #e0ca7e;
	font-size: 26px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
    padding: 0 0 10px 0;
}

#content h2 {
	color: #e0ca7e;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding: 20px 0 0 0;
}

#content .photo {
    float: right;
	margin: 0 0 0 50px;
	display: block;
}

#content .photo img {
    border: 8px solid #2d3523;
}

#content .photo .caption {
	font-size: 12px;
	text-align: center;
}


/* Clinic Page */

.clinicContainer {
	margin-top: 15px;
	padding: 0 0 10px 0;
    border-bottom: solid 1px #47473a;
	overflow: hidden;
}

.clinicContainer img {
	border: 8px solid #2d3523;
}

#content .photoClinicRight {
	float: right;
	margin: 0 0 0 50px;
}

#content .photoClinic {
    float: left;
	margin: 0 50px 0 0;
}

#content .caption {
	font-size: 12px;
	text-align: center;
}

/* Services */

.servicesContainer {
	margin-top: 15px;
	padding: 0 0 10px 0;
    border-bottom: solid 1px #47473a;
	overflow: hidden;
}

#content h2.services {
	padding: 0 0 15px 0;
}

ul.services {
	margin-left: 5%;
	padding: 10px 0;
}

ul.services li {
	list-style-type: disc;
}

/* Our Practitioners */

#content h2.pract {
	padding: 0;
}

.practContainer { 
    margin-top: 15px;
	padding: 25px 0;
    border-bottom: solid 1px #47473a;
	overflow: hidden;
}

.practTextContainer {
	width: 69%;
	float: right;
}

.practSubtitle {
	color: #e0ca7e;
	font-weight: bold;
}

.practItalic {
	font-style: italic;
	text-align: center;
	color: #B84A25;
	font-weight: bold;
}

ul.practList {
}

ul.practList li {
	margin-left: 5%;
}

ul.practList li li {
	list-style-type: disc;
}

#content .photoPract {
    float: left;
	margin: 0 50px 0 0 ;
}

#content .photoPract img {
    border: 8px solid #2d3523;
}

#content .photoPract .caption {
	font-size: 12px;
	text-align: center;
}

/* Join Page */

.photoJoin {
	border: 8px solid #2d3523;
}

/* Fees Page */

.feeTitleComment {
	font-size: 11px;
	font-weight: bold;
}

.feesContainer {
	padding: 40px 0 20px 0;
	border-top: solid 1px #47473a;
	overflow: hidden;
}

#content h2.fees {
    padding: 0 0 10px 0;
}

ul.fees {
	margin-left: 5%;
	padding: 10px 0 0 0;
}

ul.fees li {
	list-style-type: disc;
}

ul.list {
	margin-left: 5%;
    padding-bottom: 10px;
}

ul.list li {
	list-style-type: decimal;
}

.photoFees {
	border: 8px solid #2d3523;
}

/* Office Policies Page */

#content h1.policies {
    padding: 40px 0 10px 0;
	border-top: solid 1px #47473a;
}
	

/* Contact Page */

#content h1.contact {
	padding: 0 0 15px 0;
}

#contactInfo {
	clear: left;
	overflow: hidden;
}

address {
    font-style: normal;
	float: left;
}
address .addressTitle {
	font-size: 14px;
	font-weight: bold;
    line-height: 30px;
}
form {
	padding: 15px 0;
	clear: left;
}
#saddr {
   width: 60%;
   margin: 4px 0;
}


/* Footer */

#footer {
	width: 944px;
	margin: 20px auto 0 auto;
	text-align: center;
	color: #2d3523;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #47473a;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #2d3523;
}

#footer a:hover {
	text-decoration: none;
	color: #6C8055;
}  

#footer .copyright {
	padding-top:10px;
	float: left;
} 

#footer .designCredits {
	text-align: center;
}

/* FooterMenu */

#footer #footerMenu {
	font-size: 10px;
	padding-top: 10px;
}

#footer #footerMenu li {
	display: inline;
}

#footer #footerMenu li a {
	text-decoration: none;
	color: #2d3523;
	padding: 0 15px;
	border-right: 1px solid #2d3523;
	text-transform: capitalize;
}

#footer #footerMenu li a:hover {
	color: #6C8055;
}



/* Page ids */

#indexpage #indexlink a {
	color: #ffe178;
}
#clinicpage #cliniclink a {
	color: #ffe178;
} 
#servicespage #serviceslink a {
	color: #ffe178;
}
#practitionerspage #practitionerslink a {
	color: #ffe178;
}
#feespage #feeslink a {
	color: #ffe178;
}
#joinpage #joinlink a {
	color: #ffe178;
}
#policiespage #policieslink a {
	color: #ffe178;
}
#contactpage #contactlink a {
	color: #ffe178;
}

