body  {
	color: #000000;
	background: #ffffff;
	font-family: "helvetica neue", ariel, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	
}

h1, h2 {
	padding-top: 0;
	margin-top: 0;
}

body div {
	font-size: 100%;
}

img {border: 0px;}

#content img {margin-right: 1em;}

#content .thumb {
	padding: 0px !important;
	margin-bottom: 1em !important;
}

#content2 {
	max-width: 800px;
}

.thumb .caption {
	opacity: 0;
	font-size:.8em;
	position:absolute;
	left:0px;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	bottom:3px;
	background: rgba(50,50,50,.75);
	color:#fff;
	transition: .25s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
}

.caption a {color: #cc9 !important}

a {text-decoration:none; color: #0066ff; color: #3333aa;}
a:visited {}
a:hover {text-decoration: underline;}
a:active {}

hr {
	height: 5px;

	background: #eeeeee;
	border: solid 1px #cccccc;
}

.boxed, .colorbox {border: solid 1px;}

.colorbox {background: #ffffcc; padding: 3px;}

#container {
}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	background-image: url(img/newheader2.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#tabs {
	height: 100px;
	width: 551px;
	margin-left: 250px;
	position: relative;
	background-position: top left;
}

#page {
	/*position: relative;
	top: 0px;
	left: 0px;*/
	background: #cccc99;
}

#menus {
	background: #cccc99;
	width: 200px;
	position: absolute;
	/*top: 100px;*/
	left: 0px;
	border-left: none;
	border-bottom: none;
	/*border-right: solid 1px #aaaa88;*/
}


#content {
	position: relative;
	margin-left: 200px;

	/*width: 550px;*/
	top: 0px;
	padding: 1em;
	background: white;
}

.menuul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menus ul {
	margin: 0px;
	list-style-type: none;
}


.menuul li a {
	padding: 5px;
	display: block;
	background: #333366;
	color: #ffffff;
}

.menuul li {
	border-bottom: solid 1px #ffffff;
}

.menuul ul li, .menuul ul li ul li {
	border: none;
	border-bottom: solid 1px #666699;
	border-bottom: solid 1px #ffffff;
}

#menus ul ul a {
	border: none;
	border-left: solid 10px #666699;
	border-left: solid 5px #ffffff;

	/*border-right: solid 10px #666699;*/
	/*background: #ffffcc;
	background: #999966; */
	background: #cccc99;
	color: #000000;
}


#menus li a.active {
	background: #666699;
	background: #ffffff;
	color: #333366;
	font-weight: bold;
}

#menus li li a.active {
	background: #ffffff;
	background: #ffffcc;
	color: #000000;
}

#menus li li a.active:before {
	content: "\00bb\00a0";
}

#menus li a:hover, #menus li li a:hover {
	background: #dddddd;
	color: black;
	text-decoration: none;
}

#breadcrumbs ul {
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: .2em;
	padding-bottom: 10px;
	margin-bottom: 1em;	
	display: block;
}

#breadcrumbs li {
	display: inline;
	padding-right: .3em;
}

.stickymenu {
	padding: 1em;
	margin: 0px;
}

.stickymenu a {
	color: #000000;
}

.stickymenu a:before {
	content: "\00a4\00a0";
}

.stickymenu input {
	border: solid 1px #aaaa88;
}

.logos {
	margin: 1em;
	text-align: center;
}

.tabsul {
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	border-left: solid 1px red;
}

#tabs li {
	list-style: none;
	float: left;
	width: 125px;
	height: 100px;
	text-align: center;
}

#tabs li a {
	display: block;
	content: none;
	color: #333366;
	width: 125px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}

#tabs li a:hover {
}

#tabs li a.active {
	background: #ffffff;
}

.shadedbox, .rightfloatbox {
	background: #eeeeee;
	border: solid 1px #cccccc;
}
.rightfloatbox {
	float: right;
	padding: .5em 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

#smokedglass {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:1;
	opacity: .5;
	filter: alpha(opacity=50); 
	 /*-moz-opacity: .50;  */
}

#popupWin {
	text-align: left;
	display:none;
	
	margin: 5em;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-height: 70%;

	background: #ffffff;
	padding: 1em;
	border: solid 1px #000000;
	overflow: scroll;
}

#popupContainer {
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 25;
	top: 0px;
	bottom: 0px;
	
}

/* hack for IE 6 */
* html #popupWin {

	height: 60%;
}
* html #popupContainer{
	position: absolute;
	height: 90%;
}
* html #smokedglass {
	position: absolute;
}	

.closebutton {
	float: right;
	border: solid 1px #000000;
	color: #ff0000;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background: #ffdddd;
	margin-left: 1em;
	margin-bottom: .5em;
}

.closebutton:hover {
	background: #ffbbbb;
	border-color: #ff0000;
}


/** this section defines the tab images */

#discoveriestab a {
	background-image: url(img/discoveries-inactive.jpg);
}

#discoveriestab.active a, #discoveriestab a:hover {
	background-image: url(img/discoveries-active.jpg);
}

#academictab a {
	background-image: url(img/academic-inactive.jpg);
}

#academictab.active a, #academictab a:hover {
	background-image: url(img/academic-active.jpg);
}

#clinicaltab a {
	background-image: url(img/clinical-inactive.jpg);
}

#clinicaltab.active a, #clinicaltab a:hover {
	background-image: url(img/clinical-active.jpg);
}

#researchtab a {
	background-image: url(img/research-inactive.jpg);
}

#researchtab.active a, #researchtab a:hover {
	background-image: url(img/research-active.jpg);
}


#footer {
	border-top: solid 1px black;
	background: #ffffff;
	text-align: center;
	/*margin-top: 1em; */
	position: relative:
	top: 0px;
	left: 0px;
	padding-left: 251px;
	font-size: .8em;
}

#content img {
	/*border: solid 1px black;*/
}
/*
#_PageEditLink {
	float: right;
	border: solid 1px black;
	background: #BBB;
	color: white;
	padding: .5em;
}*/

#_PageEditLink a
{
	color: #dd0000;
}

#_VersionWarning
{
	border: solid 1px #bbbb00;
	background: #eeee66;
	color: #dd0000;
	font-weight: bold;
	margin-bottom: 1em;
	padding: .5em;
}

/* homepage only stuff */

#webcam {
	position: relative;
	float: left;
	margin-right: 1em;
	font-size: .8em;
}

#news {
	display: inline;
	margin-right: 1em;
}

#news h2 {
	margin: 0px;
}

#news ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

#news li {
	list-style: none;
}


/* Faculty Profiles */
.leftColumn {
	float: left;
	left: 0;
	width: 210px;
}

.rightColumn {
    margin-left: 210px;
}

.facultyContainer {
	/*font-family: "Trebuchet MS",Verdana,sans-sarif; */
	/*margin-left: 10px;*/
}

.facultyContainer p {
	margin-top: 3px;
}

.facultyName {
	color: #336;
	font-size: 1.5em;
}

.facultyTitle {
	font-style: italic;
	font-weight: bold;
}
.facultyTitle p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.facultyContactSection .facultyFieldTitle {
	color: #997;
	font-weight: bold;
	font-size: .85em;
	text-transform: uppercase;
}

.facultyContactSection .facultyFieldContent {
	/*font-size: 12px;*/
}

.facultySectionTitle { 
	color: #997;
	font-weight: bold;
	font-size: .95em;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top: solid 0px;
}

.subpagelist {
	border-collapse: collapse;
}

.subpagelist p {
	margin: 0px;
}

.subpagelist tr {
	vertical-align: top;
	border: solid 1px #dddddd;
	border-width: 1px 0px;
	
}