body {
	background: #192243 url(images/site-back.jpg) top center repeat-x scroll;
}
html {height:100.1%;
}
* {
	margin: 0; padding: 0;
}

#wrap-copy { /* encloses all content including footer. */
	background: transparent url(images/wrap-back.png) top center repeat scroll;
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: arial,helv,sans;
	font-size: 1.1em;
	color: #fff;
}
#wrap-content {
	width: 960px;
}
#left-col {
	width: 375px;
	float: left;
}
#right-col {
	/*width: 585px;
	float: left;*/
}
* html div#left-col { width: 371px; }
* html div#right-col { width: 589px; }

/*
* html {
	display: block;
} */

/* non-menu links */
a, a:link, a:visited { color: #ccc; }
a:hover { color: #fff; }
a:active { color: #fff; }

#top-menu {
   margin-left: 370px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 12px;
	color: #ddd;
	font-family: "Times New Roman",Serif;
	font-size: 90%;	
}

#menu-bottom {
float: left; 
margin-left: 30px;
width: 100%;
}
#menu-bottom a, #menu-bottom a:link, #menu-bottom a:visited {
font-size: 90%;
}
/*** DIVs that toggle ***/
div#l-r-mobley {
	width: 100%;
	display: none;
	margin-bottom: 1em;
}
div#t-o-mobley {
	width: 100%;
	display: none;
	margin-bottom: 1em;
}
div#firm-bio {
	width: 100%;
	display: none;
	margin-bottom: 1em;
}
div#a-hopkins {
	width: 100%;
	display: none;
	margin-bottom: 1em;
}
div#s-parkinson {
	width: 100%;
	display: none;
	margin-bottom: 1em;
}

#footer {
	width: 960px;
	padding-bottom: 14px;
	padding-top: 0px;
	color: #ddd;
	margin-left: auto;
	margin-right: auto;
	
}
/* bottom menu */
#footer a {
	color: #ddd;
	font-family: "Times New Roman",Serif;
	border: none;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
#footer a:active {
	text-decoration: underline;
	color: #fff;
} 

body.sm #footer #sm, body.sm #footer #sm a,
body.pr #footer #pr, body.pr #footer #pr a,
body.di #footer #di, body.di #footer #di a
{
	color:#ffffff;
	text-decoration: underline;
	font-weight: bold;
}



h1, h2, h3, h4, h5 {
	font-family: "Times New Roman",serif;
	margin-bottom: .6em;
}
h1 {
	font-size: 140%;
}
img.bio {
	margin-bottom: 1em;
}
img.lgpic {
	margin-bottom: 1em;
	margin-right: 46px;
}

p {
	margin-left: 4px;
	font-size: 80%;
	text-align: justify;
	margin-right: 60px;
	margin-bottom: .6em;
}
p.hd {
	margin-bottom: .1em;
}

p.foot {
	color: #ddd;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
p.credits {
	text-align: center;
}

address {
	font-family: "Times New Roman",serif;
	font-style: normal;
	font-size: 80%;
}

dl {
	text-align: left;
	font-size: 80%;
	margin-right: 60px;
}
dt {
	margin-left: 30px;
	font-weight: bold;
}
dd {
	margin-left: 47px;
	margin-bottom: .7em;
}

ul {
	text-align: left;
	font-size: 80%;
	margin-bottom: .7em;
	margin-left: 20px;
	margin-right: 60px;
}
ol {
	text-align: left;
	font-size: 80%;
	margin-bottom: .7em;
	margin-left: 26px;
	margin-right: 60px;
}
table ul {
	margin-right: 0;
}
table ol {
	margin-right: 0;
}
li {
	margin-bottom: .4em;
}


sup {
	font-size: 70%;
}

label {
	text-align: left;
	font-size: 80%;
}
/* Allset Clearing Method */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* backslash hack hides from IE Mac\ */
* html .clearfix { height: 1%; }
/* end backslash hack */
