body {
	background-color: #ffffff;
}

div#hd {
	background-color: #6184AC;
	height: 200px;
	width: 100%;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#ft {
	background-color: #6184AC;
	height: 5em;
	width: 100%;
	position: static;
	background-image: url(../images/title-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
}
div#ft a {
	color: #FFFFFF;
	font-weight: bold;
}
div#ft p {
	margin-top: .75em;
}
h1, h2, h3, h4, h5, h6 {
	color: #005596;
	padding-top: .5em;
	padding-bottom: .5em;
}
h1 {
	font-size: 159%;
}
div#page-title {
	background-color: #6184AC;
	margin-bottom: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/title-bg.jpg);
	background-position: bottom;
	color:#FFFFFF;
	letter-spacing: .15em;
	font-size: 114%;
	background-repeat: repeat-x;
}
div#page-title h1 {
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
}
p {
	margin-top: .5em;
	margin-bottom: .5em;
	text-indent: 2em;
}

p.qualifications {
	text-indent: 0;
}

strong {
	font-weight: bold;
}

/* Headings for qualifications paragraphs */
.qualification-head {
	font-weight: bold;
	font-variant: small-caps;
	color: #005596;
	font-size: 107%;
	letter-spacing: .1em;
}

/* A class for doctor's photos */
div.yui-u img.doc-photo {
	border: 3px double #6184AC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

/* Centers the pain-center logo in its column */
img#center-logo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	display: block;
	border: 3px double #6184AC;

}

/* Applies to images in any content area */
div.yui-u img {
	border: 3px double #6184AC;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

/* Centers images in a content area that is also in a grid (eg columns) */
div.yui-g div.yui-u img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* A class for images which shouldn't have borders */
div.yui-u img.no-border {
	border: 3px double #6184AC;
}

/* Make bullets blue but text black in unordered lists*/
div.yui-u ul {
	color: #005596;
	padding-left: 2em;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
}
div.yui-u ul span {
	color:#000000;
	font-weight: normal;
}

dt {
	font-weight: bold;
	font-variant: small-caps;
	color: #005596;
	font-size: 107%;
	margin-top: 1em;
	text-indent: 0;
	letter-spacing: .1em;
}
dd {
	margin-top: .25em;
	text-indent: 2em;
}
dl dl {
	margin-left: 2em;
}
dl dl dt {
	font-size: 100%;
}
.caption {
	font-weight: bold;
	text-align: center;
	display: block;
	text-indent: 0;
	color: #005596;
}
form div {
	margin-top: .5em;
	vertical-align: top;
}
form div label {
	width: 5em;
	display: block;
	float: left;
}
.accessibility {
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
input#submit {
	margin-left: 5em;
}
div#bd {
	background-image: url(../images/left-bg2.gif);
	background-repeat: repeat-y;
}
div.location {
	text-align: center;
	margin-bottom: 2em;
}
div.location p {
	text-indent: 0em;
}.email {
	background-image: url(../images/email-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}
a.pdf {
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 15px;
}
