body {
margin: 0;
padding: 0;
background-color: #e3e4dc;
font-size: 0.9em;
}

html {
font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
font-size: 100%;
}

* { 
margin: 0; /*remove all default margins!*/
padding: 0; /*remove all default padding!*/
}

p {
font-size: 100%;
color: #848172;
line-height: 130%;
}

a {
color: #848172;
text-decoration: underline;
}
a:hover {
color: #0195d3;
text-decoration: underline;
}

#Container {
width: 800px;
margin: 10px auto;
background: url(images/BG-Container.gif);
}

#Masthead {
height: 130px;
}

#PDS {
padding: 0 10px;
}

#LeftCol {
float: left;
width: 200px;
margin: 30px 0 0 20px;
padding: 30px 0 0 0;
background-color: #848172;
}

#LeftCol img {
	display: block;
}

#LeftNav {
width: 200px;
padding: 30px 0;
font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
font-size: 90%;
background-color: #f5f5f3;
}

#LeftNav ul {
margin: 0;
background-color: #f5f5f3;
}

#LeftNav li {
list-style-type: none;
width: 180px;
height: 32px;
background-color: #f5f5f3;
padding: 0 10px;
}

#LeftNav a {
display: block;
width: 180px;
padding: 6px 0 0 0;
height: 25px;
text-decoration: none;
border-bottom: 1px dashed #e5e5e3;
}

#LeftNav a:hover {
background-color: #eeeeeb;
text-decoration: none;
border-bottom: 1px dashed #cececc;
}

#LeftNav ul li a.active {
color: #0195d3;
}

#LeftNav ul li a:hover.active {
color: #5a584e;
}

#Content {
margin-left: 220px;
padding: 30px 30px 20px 20px;
}

#Content p {
padding: 10px 20px 10px 0;
}

#Content p span {
	color: #0195d3;
	font-weight: bold;
}

#Content a {
	color: #0195d3;
	text-decoration: underline;
}
#Content a:hover {
	color: #848172;
}

#Content h1 {
height: 60px;
margin: 0 0 20px 0;
font-size: 110%;
color: red;
text-indent: -9999px;
border-top: 2px dotted #e5e5e3;
border-bottom: 2px dotted #e5e5e3;
}

#Content img {
	margin: 10px 0;
}

#Content h1.welcome {
background: url(images/title_Welcome.gif) no-repeat;
}
#Content h1.Privacy {
background: url(images/title_Privacy.gif) no-repeat;
}
#Content h1.Facility {
background: url(images/title_Facility.gif) no-repeat;
}
#Content h1.Services {
background: url(images/title_Services.gif) no-repeat;
}
#Content h1.Staff {
background: url(images/title_Staff.gif) no-repeat;
}
#Content h1.Patient {
background: url(images/title_PatientInfo.gif) no-repeat;
}
#Content h1.Fees {
background: url(images/title_Fees.gif) no-repeat;
}
#Content h1.Location {
background: url(images/title_Location.gif) no-repeat;
}
#Content h1.Quality {
background: url(images/title_Quality.gif) no-repeat;
}
#Content h1.Contact {
background: url(images/title_Contact.gif) no-repeat;
}
#Content h1.Legal {
background: url(images/title_Legal.gif) no-repeat;
}
#Content h1.SiteMap {
background: url(images/title_SiteMap.gif) no-repeat;
}
#Content h1.Rights {
background: url(images/title_Rights.gif) no-repeat;
}

#Content h2 {
font-size: 110%;
color: #0195d3;
padding: 15px 0 0 0;
}

#Content h3 {
padding: 10px 0 0 0;
font-size: 100%;
color: #0195d3;
font-weight: normal;
}

#Content ul {
margin: 10px 0;
width: 500px;
}
#Content li {
list-style-type: none;
color: #848172;
padding: 4px 0 4px 20px;
background: url(images/Arrow-List.gif) no-repeat;
}
#Content ul li ul {
margin: 6px 0;
padding: 0 0 0 20px;
width: 470px;

}
#Content ul li ul li {
color: #848172;
padding: 0;
background: none;
list-style-type: disc;
}

#Content ol {
margin: 10px 0;
padding: 0 0 0 24px;
width: 480px;

}
#Content ol li {
list-style-type: decimal;
color: #848172;
padding: 4px 0;
background: none;
}

#Footer {
clear: both;
height: 60px;
padding: 20px 0;
background: url(images/BG-Footer.gif) no-repeat;
}

#Footer p {
color: #e5e5e3;
margin: 4px 0;
text-align: center;
}

#Footer a {
font-size: 75%;
padding: 0 5px;
text-decoration: none;
}

#Footer a.active {
color: #0195d3;
}

#Footer a:hover.active {
color: #5a584e;
}

#Footer img {
vertical-align: middle;
padding: 0 0 0 5px;
}

/* Classes */

.FloatRight {float: right; padding: 0 0 0 20px;}

