/* GENERAL STYLES */
/* GENERAL STYLES */
/* GENERAL STYLES */
/*HTML TAGS*/
body{
	background: #FFFFFF url(/images/backgrounds/mbi-group-bg.jpg) repeat-x fixed left top;
	font: 12px/18px Arial, Helvetica, sans-serif; 
	color: #444444;
	margin:10px 0 0 0;
	padding:0;
}
h1 {
	color: #002262; 
	font: 400 18px Georgia, "Times New Roman", Times, serif; 
	padding: 6px 0px 10px 0px;
	margin:0;
	border-bottom:1px dotted #dadada;
}
h2 {
	color: #BC8756; 
	font: 400 14px Georgia, "Times New Roman", Times, serif;
	text-align:left;

}
h3 {
	color: #002262; 
	font: 400 12px Georgia, "Times New Roman", Times, serif; 
}
a, a:visited {
	color: #002262; 
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #bb8956; 
	text-decoration: underline;
}
/*END HTML TAGS*/

.wrapper {
	margin: auto;
	width: 775px;
	padding:0 10px;
	background:url(../images/generic/wrap-shadow.png) repeat-y left top;
}

#header {
	background: #001958 url(../images/generic/top-fade.gif) repeat-x left top;
	height: 100px;
	border-bottom: 1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:0px 0px 0px 0px;
}

#header h1{
	padding:0;
}

#header h1 a{
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;	
	color:#FFFFFF;
	line-height:100px;
	vertical-align:middle;
	margin:0 0 0 30px;
	padding:0;
	border:none;
}

#header h1 span{
	color:#bf9f72;
}

#header a:hover{	
	text-decoration:none;
}

#h-left{
	padding:0px;
	width:532px;
	float: left;
}

#h-right{
	padding:0px;
	width:241px;
	float: right;
}

#h-right img{
	float:right;
	margin:20px 30px 0 0;
}

/*BANNERS*/
#banners{
	width:774px;
	clear:both;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
#banner-left {
	background: #002262;
	height: 155px;
	padding:0px;
	width:532px;
	float: left;
}
#banner-right {
	background: #989898;
	height: 155px;
	padding:0px;
	width:241px;
	float: right;	
}
#banner-left IMG, #banner-right IMG {
	border-bottom:1px solid #FFF;
}
/*END BANNERS*/

/*MAIN CONTENT SECTION*/
#main {
	width:774px;
	/*background: #f0f6fa url(/images/generic/2-col-bg.gif) repeat-y left top;*/
	background: #FFF url(/images/generic/international-bg.jpg) repeat-y left top;
}
#content{
	width:491px;
	float:left;
	padding:20px;
	text-align:left;
	border-right:1px solid #eee;
	/*background: #FFF url(../images/generic/text-bg-fade.gif) repeat-x left top;*/
}
#content li{
	list-style: url(../images/generic/bullet.gif) outside;
}
#content #related li{
	list-style: url(../images/generic/bullet-related.gif) outside;
	font-size:11px;
	line-height:20px;
}
#content IMG {
	margin:0px 15px 15px 0px;
	border:none;
}

/*ARTICLE MAIN CONTENT SECTION*/
#articlemain {
	width:774px;
	/*background: #f0f6fa url(/images/generic/2-col-bg.gif) repeat-y left top;*/
	/*background: #FFF url(../images/generic/text-bg-fade.gif) repeat-x left top;*/
	background-color:#FFFFFF;
}
#articlecontent{
	width:734px;
	float:left;
	padding:20px;
	/*background: #FFF url(../images/generic/text-bg-fade.gif) repeat-x left top;*/
}
#articlecontent li{
	list-style: url(../images/generic/bullet.gif) outside;
}
#articlecontent #related li{
	list-style: url(../images/generic/bullet-related.gif) outside;
	font-size:11px;
	line-height:20px;
}
#articlecontent IMG {
	margin:0px 0px 0px 0px;
}



#articlecontent a, #articlecontent a:visited, #content a, #content a:visited {
	text-decoration: none;
}
#articlecontent a:hover, #articlecontent a:visited:hover, #content a:hover, #content a:visited:hover{
	text-decoration: none;
}



#redHighlight{
	font-weight: bold;
	color: #FF0000;
}
#sidebar{
	width:242px;
	background-color:#fafafa;
	float:right;
	padding-left:0px;
	padding:0 0 20px 0;
}
#sidebar ul{
/*	list-style: url(/images/generic/bullet.gif);*/
	list-style:none;
	margin-top:10px; 
	margin-bottom:10px;
}

	#sidebar ul li ul{
		margin:0 20px;
		padding:0;
	}
	
		#sidebar ul li ul li ul{
			margin:0 40px;
			padding:0;
			color:#C29B65 !important
		}
		
			#sidebar ul li ul li ul li a{
				color:#9A180B;
			}
			
#sitemap li a{
	list-style: url(../images/generic/bullet.gif) outside;
}
#sitemap ul li.subNav a{
	list-style-image: none;
}
#sidebar li.subNav{
	margin:5px 0px 5px -20px;
	width:200px;
	text-align:left;
	background: url(/images/generic/jaber-subnav.png) no-repeat left center;
	padding:0 0 0 4px;
}
#sidebar li{
	color: #C29B65;
	font: 800 11px Arial, Helvetica, sans-serif;
	margin:8px 0px 8px -20px;
	/*display:inline;*/
}
#sidebar li a{
	display:block;
}
.feedButton a{
	width:164px;
	height:23px;
	color:#4d6591;
	background: #fff url(../images/generic/rss-feed-icon.jpg) no-repeat 10px center;
	padding-left:37px;
	padding-top:8px;
	border:1px solid #d5dde3;
	display:block;
	margin-left:19px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:11px;
}
.feedButton a:hover{
	text-decoration:none;
	color:#4d6591;
	background-color:#e9f1f6;
}
abbr {
	border-bottom:1px dotted #e9d0af;
	cursor:help;
}
#sidebar-img {
	margin:-10px 0px 20px 10px
}
li.subNav a{
	list-style:none;
	color:#4d6591;
	margin-left:0px;
	margin-bottom:0px;
	font-weight:normal;
	padding-left:5px;
	display:block;
}
li.subNav a:hover{
	list-style:none;
	color:#bb8956;
}
li.subNav strong{
	list-style:none;
	color:#4d6591;
	margin-bottom:0px;
	font-weight:bold;
}
li.subNav strong:hover{
	display:block;
	list-style:none;
	color:#bb8956;
}
#related{
	border:1px dotted #ccc;
	padding:8px;
	margin-top:20px;
	background-color:#fbfbfb;
	padding-right:32px;
	clear:right;
}
#toArticles{
	margin-top:12px;
}
/*LINES*/
.hLine{
	color:#a6bcd4; 
	border-bottom:1px solid #a6bcd4; 
	width:100%; 
	height:2px; 
}
.dLine{
	color:#a6bcd4; 
	border-bottom:1px dashed #a6bcd4; 
	width:100%; 
	height:2px; 
}
/*SITEMAP*/
#sitemap ul{
	margin-top:20px; 
	margin-bottom:20px;
}
#sitemap ul li.subNav{
	list-style: none;
	background: url(/images/generic/jaber-subnav.png) no-repeat left 5px;
	padding:0 0 0 4px;
	margin:5px 0px 5px -20px;
	text-align:left;
}
#sitemap li{
	color: #C29B65;
	font: 800 11px Arial, Helvetica, sans-serif;
	margin:8px 0px 8px -20px
}
/*END MAIN CONTENT SECTION*/

/*FOOT TEXT*/
#footerText{
	width:734px;
	border-top:1px solid #002262;
	padding:10px 20px;
	clear:both;
}
#foot-left-text{
	width:491px;
	float:left;
	padding:14px 0 0 0;
}
#foot-right-text{
	padding:0 0 0 40px;
	float:left;
}
/*END FOOT TEXT*/

/*FOOTER*/
#footer{
	width:735px;
	padding:10px 20px;
	float:left;
	/*background: url(/images/generic/top-fade.gif) repeat-x left top;*/
	background:#002262;
	color:#FFF;
	font-weight:800;
	clear:both;
}

#footer-left {
	padding:9px 0px 0px 20px;
	margin-right:0px;
	width:512px;
	float:left;
	
}
#footer-right {
	width:241px;
	margin-left:-20px;
	padding:16px 0px 0px 0px;
	float:right;
	text-align:center;
}

#footer-right a:hover {
	color:#c29b65;
}
/*END FOOTER*/

/*ARTICLES TEMPLATE*/
.articleBox{
	border-top:1px solid #002262;
	margin-bottom:20px;
}
.article{
	border-bottom:1px solid #EBEAE1;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.article-dash{
	border-bottom:1px dashed #EBEAE1;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.article-image{
	width:110px;
	float:left;
}
.article-text{	
 	float:right;
	width:380px;
	text-align:left;
}
#imgBox {
	margin-left:15px;
}
.pressImgTxtBox {
	background: #F2F2F2; 
	margin: 0px 0px 15px 20px; 
	border: 1px solid #EBEAE1;
}
#content .pressImgTxtBox img{
	margin:5px 0px 3px 0px;
	padding:0px 0px 3px 0px;
	max-width:260px;
}
#content .pressImgTxtBox td {
	color: #BB8956;
	text-align:center;
	font: bold 10px Arial, Helvetica, sans-serif;
}
#content .pressImgTxtBox strong {
	color: #BB8956;
	text-align:center;
	font: bold 10px Arial, Helvetica, sans-serif;
}
/*ALUMNI LIBRARY CLASS*/
.article-image-library{
	width:50px;
	float:left;
}
.article-text-library{
 	float:right;
	width:430px;
}
/*LI@NKS PAGE CLASS*/
.article-links-page{
	border-bottom:1px solid #a6bcd4;
	padding-top:10px;
	padding-bottom:10px;
}
.article-image-links{
	width:290px;
	float:left;
}
.article-text-links{
 	float:right;
	width:200px;
}
/*Overview CLass*/
.article-overview{
	border-bottom:1px solid #EBEAE1;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
}
.article-left{
	width:165px;
	float:left;
}
.article-middle{
 	float:left;
	width:165px;
}
.article-right{
	float:left;
	width:150px;
}
/*#article-left{
	width:165px;
	float:left;
}
#article-middle{
 	float:left;
	width:165px;
}
#article-right{
	float:left;
	width:150px;
}*/

.article-links-page h2{
	padding:0;
	margin:0 0 10px 0;
}
/*END ARTICLES TEMPLATE*/

/* GOOGLE SEARCH BAR */
#sidebar form{
	margin-top:20px;
	margin-bottom:20px;
}
#googleSearch{
	font-size:11px;
}
#searchBox{
	border:1px solid #bc9158;
	outline-color:#bc9158;
	width:141px;
	margin-left:19px;
}
.sidebar-line{
	border-top:1px solid #d5dde3;
	margin-left:20px;
	margin-right:20px;
	display:block;
}
form #searchbox_014660017609997216824:ztux3j4oebw{
	background:none;
}
/* GOOGLE SEARCH BAR END */

/* NEWS IMG TABLE */

#newsImgTable {clear:both; font: 400 10px/12px Arial, Helvetica, sans-serif; color:#000; padding:10px; background:#FAFAFA; margin:20px 0; vertical-align:top; border:1px solid #E5E5E5; }
#newsImgTable td {vertical-align:top;}
#newsImgTable img {margin:0 0 5px 0; padding:0 0 0 0;}

.clear{
	clear:both;
}

.xsltsearch_result{
	border-bottom:1px solid #D5DDE3;
	}
p.xsltsearch_result_title{
	margin:0;
	padding:20px 0 0 0;
	}
p.xsltsearch_result_description{
	margin:0;
	padding:0 0 20px 0;
	}
#xsltsearch_results {
	line-height:22px;
	}
a.xsltsearch_title {
	font-size:12px;
	font-weight:bold;
	}
span.xsltsearch_description {
	font-size:12px;
	}
p#xsltsearch_navigation a {
	border:1px solid #d5dde3;
	display:inline;
	}
p#xsltsearch_navigation strong {
	padding:2px 5px;
	font-weight:100;
	background:#9A180B;
	color:#fff;
	text-decoration:none;
	}
#xsltsearch_navigation a {
	padding:2px 5px;
	font-weight:100;
	background:#fafafa;
	border:1px solid #d5dde3;
	color:#666;
	text-decoration:none;
	}
#xsltsearch_navigation a:hover {
	background:#eee;
	border:1px solid #d5dde3;
	}
#xsltsearch_navigation a.active {
	background:#666;
	border:1px solid #666;
	color:#fff;
	}
	
	#article-image img{
	max-width:100px;
}

.back-to-top{
	margin:20px 0 0;
	clear:both;
	display:block;
	padding:6px;
	border-top:1px dotted #dadada;
	border-bottom:1px dotted #dadada;
	font-size:11px;
}

.back-to-top-link{
	float:left;
	padding:0 0 0 16px;
	background: url(/images/icons/back-to-top.jpg) no-repeat left center;
	margin:4px 0 0 0;
}

#social-icons{
	float:right;
}
#social-icons img{
	margin:0 0 0 0px;
	border:1px solid #fff;
	padding:2px;
}

#social-icons img:hover{
	border:1px solid #ccc;
	background:#f2f2f2;
}

#top-icons{
	float:right;
	padding:2px;
	margin:4px 0 0 0;
}

#top-icons img{
	margin:0 0 0 0px;
	border:1px solid #fff;
	padding:2px;
}

#top-icons img:hover{
	border:1px solid #ccc;
	background:#f2f2f2;
}

/*
=========================================
// TABS
=========================================
*/

a{
outline:none;
color:#333;
}

.clear{clear:both; height:0px;}

div.panes{
	margin-top:-1px;
	background:#fff;
	border:1px solid #ddd;
	padding:20px;
	clear:both;
}

	div.panes img {
		float:right;
		margin-left:20px;
	}

		div.panes .pane{
			margin:0;
			display:none;
		}
		
			div.panes .pane .article:last-child{
				border-bottom:none;
				padding-bottom:0;
			}
		
			div.panes .pane .articleBox{
				margin-bottom:0;
			}
		
			div.panes .pane .article-text{
				width:330px;
			}
			
			div.panes .pane h2{
				border-bottom:1px dotted #ccc;
				padding:0 0 10px 0;
				margin:0 0 10px 0;
			}

ul.tabs{
	bottom:-1px;
	display:block;
	margin:0;
	padding:0;
	position:relative;
}

	ul.tabs li{
		display:inline;
	}

		ul.tabs li a{
			background:#eee;
			border:1px solid #ddd;
			border-bottom:1px solid #ddd;
			border-left:none;
			padding:8px;
			text-decoration:none;
			display:block;
			float:left;
			color:#bbb;
			font-size:11px;
			text-align:center;
		}

		ul.tabs li a.current{
			background:#fff;
			border:1px solid #ddd;
			border-bottom:1px solid #fff;
			border-left:none;
			color:#333;
		}

		ul.tabs li:first-child a{
			border-left:1px solid #ddd;
		}
		
.anchor-link{visibility:hidden; height:0px; width:0px;}

/* EDITOR PROPERTIES */
