body {
	background: #fff;
	min-width: 760px;
	text-align: center;
	margin: 0;
}

#main {
	width: 745px;
	margin: 0 auto;
	text-align: left;
}

h1,h2,h3,h4,p,div {
	font: 11px/14px Verdana, Arial, sans;
	color: #000000;
	margin: 0;
	padding: 0;
}

a {
	color: #999;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

img { border: 0; }

CONTENT______________________________ {}

#content {
	padding: 25px 150px 15px 130px;
}

#content p {
	margin-bottom: 1em;
}
#content .eventinfo {
	font-style: italic;
}
#content .abstract p,  {
	margin-left: 13px;
}

#content .locations p,
#content .hours p,
#content .resources p {
	text-indent: -13px;
	margin-left: 13px;
}

#content .pubs p {
	text-indent: -26px;
	margin-left: 26px;
}

#content .resources p,
#content .events p,
#content .articles p {
	margin-bottom: 0.2em;
}

#content .education p {
	margin-bottom: 0.5em;
}

#content h1 {
	font-size: 20px; line-height: 23px;
	color: #C95657;
}

#content h2 {
	line-height: 14px;
	font-weight: bold;
	color: #C95657;
}

#content h3 {
	font-weight: bold;
	color: #C95657;
	margin: 14px 0 4px;
}

#content .first {
	margin-top: 50px;
}

#pullquote {
	margin-right: -70px;
	padding: 0 0 5px 0px;
	float:left; 
	width: 550px; 
	voice-family: "\"}\""; voice-family:inherit;

}

/*
html>body #pullquote { width: 220px; }
*/

#pullquote p {
	color: #C95657;
	font: 16px/20px Arial, Helvetica, sans;
	margin: 0; padding: 0;
	text-indent: -6px;
}
#pullquote p.cite {
	margin-top: 4px;
	margin-right: 25px;
	font: 12px Arial, Helvetica, sans;
	text-align: right;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	list-style: none;
	display: block;
	padding-left: 17px;
	background: url(../_images/bullet.gif) no-repeat;
	background-position: 2px 4px;
	margin-bottom: 1em;
}

#bio_info {
	height: 75px;
	padding: 40px 0 80px;
}

#loc_info {
	height: 90px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#loc_info h1 {
	margin-bottom: 35px;
}

#bio_photo,#loc_photo { 
	float: left;
	display: block;
	padding-right: 17px;
}
#bio_photo_r { 
	float: right;
	display: block;
	padding-left: 17px;
	margin-right: -50px;
}

HEAD___________________________________ {}

#head {
	height: 210px;
	background: #fff url(../_images/back.gif) repeat-x;
	position: relative;
}

#logo {
	position: absolute;
}

#head h3,#head h1 {
	margin: 0; padding: 0;
	position: absolute;
	left: 124px;
	top: 129px;
	z-index: 15;
}

#head_photo {
	position: absolute;
	top: 0;
	height: 200px;
	left: 500px;
	width: 258px;
	background: url(../_images/spacer.gif) top right no-repeat;
	z-index: 1;
}

NAV____________________________________ {}

#main_nav {
	position: absolute;
	left: 123px;
	top: 48px;
	margin: 0; padding: 0;
	list-style: none;
	display: inline;
	z-index: 10;
}
#main_nav li {
	margin: 0;
	padding: 0 10px 0 0;
	display: block;
	list-style: none;
	float: left;
}

#practice_nav {
	position: absolute;
	left: -4px;
	top: 175px;
	margin: 0; padding: 0;
	list-style: none;
	display: inline;
	z-index: 11;
	width:750px;
}
#practice_nav li {
	margin: 0; padding: 0;
	display: block;
	list-style: none;
	float: left;
}

#bar {
	position: absolute;
	left: -2px;
	top: 203px;
	height: 16px;
	width: 745px;
	background: url(../_images/bar.gif);
	background-position: 0 0;
}

FOOTER_______________________________ {}

#footer { 
	clear: both;
	font-size: 9px;
	padding: 10px 0;
	text-align: center;
	color: #999999;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


FORM_________________________________ {}

form {
	margin: 30px 0 0;
}

label {
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	font-weight: bold;
	color: #333;
	padding: 2px 5px 0 0;
	
	clear: left;
}

input, textarea {
	display: block;
	margin: 0 0 10px;
	width: 300px;
}

#submit {
	margin-left: 105px;
	width: auto;
}
