@charset "utf-8";

/*  ######################### PORTAL STYLE SHEET ###########################   */


.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../../images/background.jpg);
	background-repeat:no-repeat;
} 
.thrColFixHdr #header { 
	padding: 0px 30px 10px 33px;  /* this padding is left-adjusted to allow for the uneven edge of the Legatum logo.  */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs.  */
	padding: 10px 0; /* using padding instead of margin keeps the element away from the edges of the div */
}
.thrColFixHdr #header img {
	padding: 10px 0 0 0;
}
.thrColFixHdr #mainNavBar { 
	float: right; /* since this element is floated, a width must be given */
	width: 498px; 
	height:50px;
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
	background-image:url(../../images/navControlShadow.jpg);
	background-position:top;

	} 
.thrColFixHdr #mainImage { 
	padding: 0 0px 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. */
	margin: 0 5px 0 0; /* this margin lines the news & media background image up against all the other pages' main images. */
	background-image:none;
	background-position:top;
	background-repeat:no-repeat;

} 

.thrColFixHdr #nmMainImage { 
	padding: 0 0 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. */
	margin: 0 5px 0 0; /* this margin lines the news & media background image up against all the other pages' main images. */
	background-image:url(../siteImages/NM-homeImage1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:263px;
	border-top:1px solid #ffffff;  /* Don't know why or how, but a top border fixed the top alignment of this div in Firefox/Chrome etc*/
} 
.thrColFixHdr #breadcrumbs { 
	padding: 3px 10px 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it.  */
} 


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 315px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0 40px 0 10px;
}


.thrColFixHdr #mainContent { 
	border: 0px solid #000000;
	margin: 0 30px 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	margin:0 20px 30px 0;
	padding: 0 30px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}					
.thrColFixHdr #fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin:10px 0 0 0;
	padding:0;

}
.thrColFixHdr #fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	margin-top:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  ######################### GENERAL LAYOUT STYLES ###########################   */


.siteBrand {
	color:#051644;
}

.siteBrandVENTURES {
	color:#4d6687;
}

.siteBrandCAPITAL {
	color:#b12727;
}

.siteBrandFOUNDATION {
	color:#47a30a;
}

.siteBrandINSTITUTE {
	color:#6B3FA0;
}


hr {
height: 1px;
border:0;
border-top:1px dotted #999999;
}

a {
	text-decoration:none;
	color: #051644
}

a:hover {
	text-decoration:none;
	color:#999999;
}


h1, h2, h3, h4 {
color:#051644;
}



/*  ######################### NAVIGATION STYLES ###########################   */


.firstNavControl a:hover {
color:#4d6687;
}

.navControlSearch {
border-bottom:dotted 1px #4d6687;
}

.navControlSearch a {
color: #4d6687;
}

.secondNavControl a:hover {
color:#4d6687;
}

.subMenu a{
color:#4d6687;
}

.subMenu a:hover{
color:#999999;
}


.secondNavControl .currentLink {
	color:#999999;
}


.thirdNavControl ul{
border-top:1px dotted #4d6687;
}

.thirdNavControl .currentLink {
	color:#999999;
}

.footerNavControl a:hover {
color:#051644;
}

.bread a:hover {
color:#051644;
}



/*  ######################### 1. MULTIMEDIA FEATURE-BOX CONTENT STYLES ###########################   */

.videoFeature {
	margin:10px 0 15px 15px;
	padding:0px; 
}
	
.videoFeature h3{
	margin:0 0 .3em .3em;
	padding:0; 
	color:#ffffff;
}

ul.featuresList {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
}

ul.featuresList img {
float:right;
padding:0 6px 0 0;
margin: 0;
}


.featuresList li {
margin: .3em 0 .3em 0;
color:#ffffff;
height:62px;
}

.featuresList span  {
display:block;
color:#aed2e8;
}


.featuresList li:hover {
	background-color:#4b7a9e;
	border: white 0px solid;
}


.featuresList li a {
color:#ffffff;
font-weight:bold;

}

.featuresList li a:hover {
text-decoration:underline;
}

.featuresList span.descriptor {
padding: 0 0 0 .6em;
}

.featuresList span.audio {
background-image:url(../siteImages/icon-audioW.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#ffffff;
}

.featuresList span.video {
background-image:url(../siteImages/icon-videoW.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#ffffff;
}

.featuresList span.podcast {
background-image:url(../siteImages/icon-podCastW.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#ffffff;
}

.featuresList span.text {
background-image:url(../siteImages/icon-textPDFW.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#ffffff;
}



/*   portal section featuresList class - varies from the one on the News & Media area   */
ul.portalFeaturesList {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;

}

ul.portalFeaturesList img {
float:right;
padding:0 6px 0 0;
margin: 0;
}


.portalFeaturesList li {
margin: .3em 0 .3em 0;
color:#444444;
height:62px;
}

.portalFeaturesList span  {
display:block;
color:#999999;
}


.portalFeaturesList li:hover {
	background-color:#E6E6E6;
	border: white 0px solid;
}


.portalFeaturesList li a {
color:#051644;
font-weight:bold;

}

.portalFeaturesList li a:hover {

}

.portalFeaturesList span.descriptor {
padding: 0 0 0 .6em;
}

.portalFeaturesList span.audio {
background-image:url(../Images/icon-audio.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#999999;
}

.portalFeaturesList span.video {
background-image:url(../Images/icon-video.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#999999;
}

.portalFeaturesList span.podcast {
background-image:url(../Images/icon-podCast.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#999999;
}

.portalFeaturesList span.text {
background-image:url(../Images/icon-textPDF.gif);
background-repeat: no-repeat;
background-position: .6em .5em;
padding: .3em 0 0 2.7em;
color:#999999;
}


/*   portal section nowPlaying class - varies from the one on the News & Media area   */
.portalNowPlaying {
padding:0 .6em 0 0;
margin:0 0 0 0;
color:#444444;
float:right;
height:188px;
font-size:1.2em;
}


.portalNowPlaying h4 {
line-height:1.2em;
}

.portalNowPlaying span {
display:block;
font-size:.85em;

}

.portalNowPlaying p a {
color:#051644;
font-weight:normal;
}


.portalNowPlaying a {
color:#051644;
font-weight:bold;
}

.portalNowPlaying a:hover {
text-decoration:none;
}


.nowPlaying {
padding:.8em;
margin:0 0 0 30px;
color:#ffffff;
float:left;
}

.nowPlaying .mainLink li {
background-image: url(../siteImages/arrowW.gif);
}

.nowPlaying .mainLink li a{
color:#ffffff;
}


.nowPlaying h3 {
margin:0 0 .3em 0;
padding:0;
}

.nowPlaying span {
display:block;
font-size:.85em;
color:#aed2e8;
}

.nowPlaying p  {
font-size:.85em;

}

.nowPlaying p a {
color:#ffffff;
font-weight:bold;
}

.nowPlaying a:hover {
text-decoration:underline;
}



/*  ######################### 2. HEADLINE ITEMS CONTENT STYLES ###########################   */

.headlineFeature {
	margin:1em 0 2.6em 0;
}
	
.headlineFeature img{
	margin:0 0 .6em 0;
}
	
	
/*  ######################### 3. NEWS FILTER CONTENT STYLES ###########################   */

.filterFeature {
	margin:1em 0 2.6em 0;
}
	
	
.buFeature div {
	margin:0 0 0 0;
	padding:10px;
	background-repeat:no-repeat;
	width:247px;
	height:115px;
	font-size:.85em;
	}
	
	
div.capital  {
	background-image:url(../siteImages/portal-BUboxCAPITAL.jpg);

}

div.capital a {
color:#b12727;
}
	
div.capital:hover {
	background-position: -267px 0; 
	}

div.capital h3 {
	color:#b12727;
	}
	
	
	
div.ventures {
	background-image:url(../siteImages/portal-BUboxVENTURES.jpg);

}
	
div.ventures a {
color:#4d6687;
}

div.ventures:hover {
	background-position: -267px 0; 
	}

div.ventures h3 {
	color:#4d6687;
}



div.institute {
	background-image:url(../siteImages/portal-BUboxINSTITUTE.jpg);

}	

div.institute a {
	color:#6B3FA0;
}	

div.institute:hover {
	background-position: -267px 0; 
	}

div.institute h3 {
	color:#6B3FA0;
	}



div.center  {
	background-image:url(../siteImages/portal-BUboxCENTER.jpg);

}

div.center a {
	color:#EBB129;
}

div.center:hover {
	background-position: -267px 0; 
	}

div.center h3 {
	color:#EBB129;
}


div.foundation {
	background-image:url(../siteImages/portal-BUboxFOUNDATION.jpg);

	}


div.foundation a {
	color:#47a30a;
	}

	
div.foundation:hover {
	background-position: -267px 0; 
	}

div.foundation h3 {
	color:#47a30a;
	}


div.ladder {
	background-image:url(../siteImages/portal-BUboxLADDER.jpg);

	}

div.ladder p {
		padding-left:90px;
	}
	
div.ladder h3 {
		padding-left:90px;
	}
	
div.ladder a {
	color:#051644;
	}
	
div.ladder:hover {
	background-position: -267px 0; 
	}





.filterResult {
	font-size:.85em;
	margin-bottom:1em;
}

.filterResult img{
padding-left:2em;
}


.buFilterHead {
padding-right:80px;
}

.filterResult a{
	color:#051644;
	font-weight:bold;
}

.filterResult a:hover {
	color:#999999;
}

.portalMediaTypeControl a {
color:#051644;
}

.newsMediaFeature {
	margin:0 0 10px 0;
	padding:10px; 
	background-image:url(../siteImages/portal-newsMediaBox.jpg);
	background-repeat:no-repeat;
	width:307px;
	height:410px;
	font-size:.85em;
}

.newsMediaFeature img {
padding-right:.8em;
border:0;
}

.newsMediaFeature a{
	color:#444444;
	font-weight:bold;
}

.newsMediaFeature a:hover {
	color:#999999;
}


.mediaTypeControl {
font-size:.85em;
color:#999999;
}

.mediaTypeControl img {
padding-right:.2em;
border:0;
vertical-align:middle;
}

.mediaTypeControl a {
color:#ffffff;
}

.mediaTypeControl a:hover {
color:#051644;
}

.mediaTypeControl li {
display:inline;
padding: .1em 0 .3em 1em;
}


.secondaryText {
font-size:.9em;
color:#999999;
}



#newsFilterControl {
padding: 13px 0 0 0;
margin: 0 0 0 0;
border:0;
width:750px;

}
#newsFilterControl ul{
padding:0;
margin: 0;
}

#newsFilterControl li{
display:inline;
padding:0;
margin: 0 0 0 0;
}

#newsFilterControl .small{
display:block;
font-size:.9em;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#666666;
text-align:right;
}

#newsFilterControl label{
display:block;
text-align:right;
margin-left:20px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:lighter;
font-size:.9em;
padding: 2px 0 0 0;

}

#newsFilterControl input{
float:left;
font-size:.85em;
color:#444444;
border:solid 1px #999999;
margin: .2em 0 0 .5em;

}

#newsFilterControl select{
float:left;
font-size:.85em;
color:#444444;
border:solid 1px #999999;
width:140px;

margin: .1em 0 0 .5em;
}


/*Modal Popup*/
.modalBackground {
                    background-color:#ffffff;
                    z-index:200;
                    filter:alpha(opacity=80);
                    opacity:0.8;
    }

.modalPopup {
                    /*background-color:#FFFFFF;*/
                    border-width:3px;
                    border-style:none;
                    border-color:#888888;
                    padding:10px;
    }

