body
 {
 border: 1px solid #d1d1d4;
 width: 966px;
margin-left: auto;
margin-right: auto;
}

#container
{
	width:966px;
	margin:0 auto;
	position:relative;
}

#centercontent {
	margin-right:119px;
	/*padding: 0 5px 0 10px;*/
	background-image: none;
	background-color: #ffffff;
	border-left: 1px solid #d1d1d4;
}
#centercontentrhborder {
	background-image: none;
	width: 100%;
	/*padding-left: 2em;
	padding-right: 2em;*/
	margin: 0 auto 0 auto;
}

body #centercontent
{
	margin-left:129px;
	margin-right:0;
}

html>body #centercontent {
	margin-right:113px;
	margin-left:128px;
}
#rightcontent {
	z-index:10;
	width:119px;
	/*padding-left: 1em;
	padding-right: 1em;*/
	background:url(../++resource++iwh2_images/ucl.gif) 50% 100% no-repeat;
	background-color:#996699;
	color:#fff;

}

#rightcontent a, #rightcontent a:active, #rightcontent a:hover,#rightcontent a:link, #rightcontent a:visited
{
	color:#fff;
}
content{
	margin-bottom:0px !important;
	margin-bottom: 0px;
}
/*the logo position*/
#logo_holder {
position:relative;
}

#logo {
	width:265px;
	top: 0 !important;
	top: 3px;
	position: relative;
}


#leftcontent.container{

background:url(../++resource++iwh2_images/uclh.gif) no-repeat #996699;
background-position:bottom center;
margin: 0 0 0 0;
color:#fff;
width:132px;
overflow:hidden;
}
div.clearing {
    height: 0;
    clear: both;
    font-size: 0em;
	line-height: 0px;
}
#footer {
	padding-top:0px;
}
/*Override the default ucl menu styles below*/
ul.lhmenu {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.lhmenu li{
	list-style-type: none;
    margin-top: 0px;
	/*text-align: right;*/
}
/*menu styling*/
ul.lhmenu {
	list-style: none;
	margin: 10px 0px 0 0px;
	padding: 0 0 0 0;
}
/*define all li links*/
.lhmenu li a {
	display: block;
	width: auto !important;
	width: 90%;
	padding: 5px 0px 5px 15px;
	text-transform: capitalize;
	border-bottom: 1px dotted #d1d1d4;	
	color: #fff;
}
#silva-link a{
font-weight: bold;
}
#pub-root-folder a{
}
#normal-folder a{
	padding-left:25px;
}
#normal-folder .selected{
}
/*Indent the 2nd level navs*/
.lhmenu .indent{
	margin: 0px 0px 0px  0px;
}

div.rule {
	height: 1px;
	border-bottom: 1px solid #EF8100;
}
div.rule hr {
	display: none;
}


/*central table stylings*/

#centercontent table.grid {
width:90%;
border: none;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
margin-top: 0.5em;
}
#centercontent table.grid tr, table.grid td, table.grid th{
border: none;
border-bottom: 1px dotted #000000;
}
#centercontent table.grid tr td a{
text-decoration: none;
color: #6A7C80;
text-transform: capitalize;
font-weight: bold;
}
#centercontent table.grid tr td a:hover{
color: #000000;
}
#right-column{
margin-left: 10px;
margin-right: 10px;
}

#centercontent h3.heading{
border-bottom:1px solid black;
color: black;
}

#right-column img.default{
margin: 0 0 10px 0;
}
#right-column h2.heading{
display: none;
}
#centercontent .flash-movie{
text-align: center;
width: 100%;
margin-top: 20px;
}
/*tab styles*/
/*#mainnavblock{
}
#mainnav {
list-style-type: none;
width: 538px;
padding: 0;
width:100%;
height:30px;
margin:0;
background-color:#996699;
border-top:1px solid #fff;
}
#mainnav li{
display: block;
float:left;
background-color:#996699;
color:#fff;
border:solid #fff 1px;
width:65px;
height:30px;
text-align:center;
margin-bottom:10px;
border-top-width:0;
font-style:italic;
}
#mainnav li a, #mainnav li a:active, #mainnav li a:hover, #mainnav li a:link, #mainnav li a:visited
{
color:#fff;
font-size:1.1em;
}*/

/*Start Top Menu styling*/
#mainnavblock{
	
	width: 100%;
	/*font-family: arial, helvettica;*/
	font-size: 1em;
}
.iwh_spacer{
	display: block !important;
	height: 5px !important;
	display: none;
}
/************************************************/
/* Pure CSS Drop Down Menu [IWH_dropDown] v1.1  */
/************************************************/

/* zeroing padding/margin for all elements */
#IWH_dropDownMenu,
#IWH_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#IWH_dropDownMenu {
	position:relative;
	background: #996699;
	/*width:50em;
	max-width:100%;*/
	float:left;
	margin-bottom:3.5em;
}
/* sub-menu ULs */
#IWH_dropDownMenu li ul {
	cursor:default;
	/*width:48em;*/
	width: 100%;
	max-width:97%;
	position:absolute;
	border-bottom:1px solid #996699;
	height:auto;
	top:2.08em;
	padding:5px 0;
	padding-left:2em !important;
	padding-left: 4.3em;
	left:-9000px;
	margin-left:-1px;
}

*>#IWH_dropDownMenu li ul
{
	margin-left:0;
}
/* All LIs */
#IWH_dropDownMenu li {
	cursor:pointer;
	float:left;
	/*width:8.23em;
	max-width:16.5%;*/
	text-align:center;
	list-style-type:none;
		border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
/* sub-menu LIs */
#IWH_dropDownMenu li ul li {
	padding:0 10px 0 0;
	border:none;
	width:auto;
	max-width:none;
}
/* All anchors */
#IWH_dropDownMenu li a {
	cursor:pointer !important;
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .4em;
	height:2em;
	line-height:2em;
}

/* sub-menu Anchors */
#IWH_dropDownMenu li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	color:#666;
}
/* :hover and stuff */
#IWH_dropDownMenu li a:hover,
#IWH_dropDownMenu li a:focus,
#IWH_dropDownMenu li a:active {color:#000000; background-color: #79527a;}
#IWH_dropDownMenu li ul li a:hover,
#IWH_dropDownMenu li ul li a:focus,
#IWH_dropDownMenu li ul li a:active {color:#000000; background-color: #996699;}
/* position and z-index for the sub-menus */
#IWH_dropDownMenu li:hover ul,
#IWH_dropDownMenu li.msieFix ul {left:0;z-index:10}
/* Current location - class on Body must match LI's id */
.home_section #IWH_dropDownMenu li#home_section a,
.academic_research #IWH_dropDownMenu li#academic_research a,
.clinical_units #IWH_dropDownMenu li#clinical_units a,
.education #IWH_dropDownMenu li#education a,
.projects #IWH_dropDownMenu li#projects a,
.meetings #IWH_dropDownMenu li#meetings a,
.our_mission #IWH_dropDownMenu li#our_mission a {color:#ffffff;cursor:default;}
.home_section #IWH_dropDownMenu li#home_section ul,
.academic_research #IWH_dropDownMenu li#academic_research ul,
.clinical_units #IWH_dropDownMenu li#clinical_units ul,
.education #IWH_dropDownMenu li#education ul,
.projects #IWH_dropDownMenu li#projects ul,
.meetings #IWH_dropDownMenu li#meetings ul,
.our_mission #IWH_dropDownMenu li#our_mission ul {left:0;z-index:5}
/* background images and border colors */
#IWH_dropDownMenu li#home_section ul,
.home_section #IWH_dropDownMenu li#home_section {background:#79527A !important}/* current location */
#home_section,#home_section li a,
.home_section #IWH_dropDownMenu li#home_section ul {background:#996699;}

#academic_research:hover,#academic_research:focus,
#IWH_dropDownMenu li#academic_research ul,
.academic_research #IWH_dropDownMenu li#academic_research {background:#79527A !important}/* current location */
#academic_research,#academic_research li a,
.academic_research #IWH_dropDownMenu li#academic_research ul {background:#996699;}

#clinical_units:hover,#clinical_units:focus,
#IWH_dropDownMenu li#clinical_units ul,
.clinical_units #IWH_dropDownMenu li#clinical_units {background:#79527A !important}/* current location */
#clinical_units,#clinical_units li a,
.clinical_units #IWH_dropDownMenu li#clinical_units ul {background:#996699;}

#education:hover,#education:focus,
#IWH_dropDownMenu li#education ul,
.education #IWH_dropDownMenu li#education {background:#79527A !important}/* current location */
#education,#education li a,
.education #IWH_dropDownMenu li#education ul {background:#996699;}

#projects:hover,#projects:focus,
#IWH_dropDownMenu li#projects ul,
.projects #IWH_dropDownMenu li#projects {background:#79527A !important}/* current location */
#projects,#projects li a,
.projects #IWH_dropDownMenu li#projects ul {background:#996699;}

#meetings:hover,#meetings:focus,
#IWH_dropDownMenu li#meetings ul,
.meetings #IWH_dropDownMenu li#meetings {background:#79527A !important}/* current location */
#meetings,#meetings li a,
.meetings #IWH_dropDownMenu li#meetings ul {background:#996699;}

#our_mission:hover,#our_mission:focus,
#IWH_dropDownMenu li#our_mission ul,
.our_mission #IWH_dropDownMenu li#our_mission {background:#79527A !important}/* current location */
#our_mission,#our_mission li a,
.our_mission #IWH_dropDownMenu li#our_mission ul {background:#996699;}
/* "trigger" and "msieFix" classes */
#IWH_dropDownMenu li.msieFix a {color:#ffffff !important}

/*End Top Menu styling*/



h2.heading
{
	clear:left;
}

.research-table{
/*border: 1px solid #d1d1d4;*/
border-collapse: collapse;
margin: 0;
}
.research-table td{
border-bottom: 1px solid #d1d1d4;
}

#iwhHeader
{
	width:958px;
	height:110px;
	background-color:#996699;
	margin:0;
	padding:0;
}

*>#iwhHeader
{
	width:966px;
}


/*layout amends*/
#centercontentrhborder
{
	padding:0;
	margin:0;
}

#footer #hr
{
height:3px;
background-color:#996699;
border-top-width:0;
}

#centercontentrhborder h2, #centercontentrhborder h3, #centercontentrhborder h4, #centercontentrhborder p, #centercontentrhborder ul.disc, #centercontentrhborder ol
{

	margin-left:20px;
	margin-right:20px;

}

#centercontentrhborder #mainnavblock ul#IWH_dropDownMenu
{
margin-left:0 !important;
margin-right:0 !important;
}

body #centercontentrhborder ul
{
	width:100%;
	margin:0;
}

#mainnavblock
{
width:110%;
}

*>body #mainnavblock
{
width:100%;
}

#left-silva-content
{
	width:100%;
	margin:0;
	position:relative;
	top:18px;
	
	
	overflow:hidden;
}


#left-silva-content a, #left-silva-content a:active, #left-silva-content a:hover, #left-silva-content a:link, #left-silva-content a:visited
{
	font-style:italic;
	color:#fff;

}
#left-silva-content h2,#left-silva-content p,#left-silva-content h3,#left-silva-content h4,#left-silva-content h5
{
margin-left:20px;
margin-right:20px;
}

#right-column
{
	position:relative;
	top:15px;
}



#IWH_dropDownMenu li ul
{
	padding-right:3px;
	margin-left:-2px;
}

#iwhSearch
{
	position:absolute;
	left:850px;
	z-index:30;
}

#linkList
{
	background-color:#cccccc;
	border:1px solid #460566;
	border-top-width:0;
	margin-bottom:20px;
}

#linkList h3
{
	color:#fff;
	background-color:#460566;
	padding:0 !important;
	margin:0 !important;
}

body #left-silva-content #linkList ul
{
padding:0;
margin:0;
}

body #left-silva-content #linkList ul li
{
	list-style:none;
	border-bottom:1px solid #fff;
	padding:2px;
}

body #left-silva-content #linkList ul li a
{
	font-style:normal;
	color:#460566;
}

#menu1Content, #menu2Content, #menu3Content, #menu4Content, #menu5Content, #menu6Content, #menu7Content, #menu8Content, #menu9Content
{
display:none;
font-size:1em;
}

#iwhImage
{
float:left;
}

#buildings
{
	float:left;
	margin-left:395px;
	margin-top:20px;
}

*>#buildings
{
	margin-left:405px;
}

.subnav
{
display:none;
}
