body {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	background: #4480a6;
}

#background {
	width: 100%;
	margin:0px auto; 
	padding:0;
	z-index: -999;
}

#head_back {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: -998;
}

a:link, a:visited { color: #4480a6; text-decoration: none; font-weight: normal; } 

a:active, a:hover { color: #444; text-decoration: underline; }

h1, h4, h5, h6 { margin: 0; padding: 0; }

p { margin: 0px 0px 15px 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float:left;
	padding:4px;
	border:#ccc 1px solid;
	margin-right:10px;
}

.float_r {
	float: right;
	padding:4px;
	border:#ccc 1px solid;
	margin-right:10px;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.more a {
	display: block;
	width: 82px;
	height: 23px;
	padding: 3px 0 0 0;
	background: url(/templates/new_fci_internal/images/button.png) no-repeat;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.more a:hover {
	color: #c85d16;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
        background: #f4f7f9 url(/templates/new_new_fci_home/images/swoosh.png) no-repeat;
  	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
}

/* header */

#header {
	clear: both;
	width: 950px;
	height: 70px;
	padding: 10px 10px 50px 10px;
}

#header  #site_title {
	float: left;
	width: 300px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #5d5b5b;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #slogan {
        font-family: Times New Roman;
        font-size: 18px;
        letter-spacing:-1px;
        padding: 20px 45px 0 0;
        font-style: italic;
}

#header #toplinks a {
        color: #444;
}


#header #header_right {
	float: right;
	text-align:right;
}

#header_right #header_button {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_button li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header_button li a {
	float: left;
	display: block;
	width: 38px;
	height: 38px;
	margin-left: 10px;
}

#header_right form {
	margin: 0;
	padding: 20px 0 0 0;
}

#searchfield {
	height: 18px;
	width: 170px;
	padding: 6px 5px 4px 5px;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#searchbutton {
 	height: 30px;
	width: 72px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: url(/templates/new_fci_internal/images/search_button.jpg); 
	border: none;
}

/* end of header */

/* banner */

#banner {
	width: 950px;
	height: 10px;
	padding: 0px;
	margin: 0px auto;
}

#banner table {
	float: left;
	margin: 0px auto;
}

.breadcrumb { display: block; }
.breadcrumb li {  display: inline; }
.breadcrumb li.first { padding-left: 8px; }
.breadcrumb li a, .breadcrumb li.active span, .breadcrumb li a:link, .breadcrumb li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 7px 22px 11px 15px; position: relative; text-decoration: none; }
.breadcrumb li.active span.divider.icon-location { display: none; }

.breadcrumb li a, .breadcrumb li.active span { background-image: url('/images/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.breadcrumb li a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
.breadcrumb li a:active { color: #333; background-position: 100% -96px; }
.breadcrumb li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }

/* end of banner */

/* MENU */
	
.menu {
border:none;
	border:0px;   
	margin:0px;
	padding:0px; 
	font-size:14px;
	display:block;
	height:32px;
}
	
.menu ul {
	height:32px;        /* main menu and sub menu hight */
	list-style:none;    /* To not display the menu as list */
	margin:0px auto;
	padding:0 0 0 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
	float:left;
	width:970px;
	display:block;
    background: #fff;
	z-index:409;
}
	
.menu li {
    line-height:30px;
	float:left;
	padding:0px;
    font-size:14px;
}

.menu li a b {
	font-weight:bold;
}
	
.menu li a {
	font-size:14px;
	color:#000; /* main menu list text color */
	display:block;
	font-weight:normal;
	margin:0px;
	padding: 1px 23px 1px 23px;	/* left and right padding for all the anchor tags: 13.5px
				  The top and bottom padding is 0px	*/
	text-align:left; /* both main menu and sub menu listed text centered */
	text-decoration:none;
}		
		
.menu ul li:hover a { 		/* when you hover over the top menu item */
	background: #4480a6 ; /* mouse main over menu background color */
	color:#ffffff;   /* mouse over main menu text color */
	margin:0px;
	height:30px;
	border-bottom: 1px solid #aaa;
	padding: 1px 23px 1px 23px;
}
		
.menu li ul {			
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:275px;  /* sub menu box width  */
	}
.menu li:hover ul {
	display:block;
	background: #4480a6; /* main-menu mouse over background color */
	}

.menu li li {
	background: #4480a6;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:275px; /* sub menu list width */
	}
	
.menu li:hover li a {		/* When you hover over the sub menu items */
	background:none;
	color:#ffffff;   /* sub-menu text color */
	text-align:left; /* mouse over linked text centered including main menu and sub menu*/
}
	
.menu li ul a { /* The style for links in sub menu */
	display:block;
	height:28px;
	margin:0px;
	padding:5px 10px 0 25px;
	text-align:left;
	z-index:901;
}
	
.menu li ul a:hover, .menu li ul li:hover a {
	background:#fff; /* sub-menu background color */
	border:0px;
	color:#000;  /* sub-menu mouse over selected text color */
	text-decoration:none;
	border-bottom: 1px #aaa solid;
	z-index:902;
}

 .menu li:hover li li a {		/* When you hover over the sub menu items */
	background:#4480a6;
	color:#ffffff;   /* sub-menu text color */
	text-align:left; /* mouse over linked text centered including main menu and sub menu*/
}

 .menu li:hover li li a:hover {		/* When you hover over the sub menu items */
	background:#fff;
	color:#000;   /* sub-menu text color */
	text-align:left; /* mouse over linked text centered including main menu and sub menu*/
}	
	 
.menu a#active {	
		color: red;
}

/* end of menu */

/* Regional Reanalysis Menu */

.rr_menu {
	height:50px;
	border:none;
	border:0px;   
	margin:0px;
	padding:0px; 
	display:block;	
}
	
.rr_menu ul {
	height:50px;        /* main menu and sub menu hight */
	list-style:none;    /* To not display the menu as list */
	margin:0px auto;
	padding:0;
	float:left;
	display:block;
}
	
.rr_menu li {
	float:left;
	padding:0px;
}
		
.rr_menu li a {
	color:#34679a; /* main menu list text color */
	display:block;
	font-weight:normal;
	line-height:25px;  /* UL height = Li height, thus the menu bar is horizental */
	margin:0px;
	padding: 5px 25px 5px 25px;	/* left and right padding for all the anchor tags: 13.5px
				  The top and bottom padding is 0px	*/
	text-align:left; /* both main menu and sub menu listed text centered */
	text-decoration:none;
}

.rr_menu li a:hover {
	font-weight:bold;
}

.rr_menu li:hover a {
	background: #34679a;
	color:#fff;
}

/*   */

.box {
	margin-bottom: 10px;
	background: url(/templates/new_new_fci_internal/images/box_body.jpg) repeat-y right;
}

.box .body {
	padding: 5px 15px 5px 15px;
}

.box h1 {
    text-align: center;
	position: relative;
	height: 25px;
	margin: 0;
	padding: 8px 15px;
	font-size: 18px;
	color: #444;

	background: url(/templates/new_new_fci_home/images/box_tr.png) no-repeat top right;

}

.box h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.box h1 span {
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	left: 0;
	background: url(/templates/new_new_fci_home/images/box_tl.png);
}

.box img {
	margin-right:5px;
}

.box .box_bottom {
	position: relative;
	height: 12px;
	background: url(/templates/new_new_fci_home/images/box_br.png) top right;
}

.box .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(/templates/new_new_fci_home/images/box_bl.png);
}

.box h2 {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.box h3 {
	padding:0 0 10px 0;
	margin:0;
 	font-size:16px;
 }

.box hr {
	width: 100%;
	  border: 0;  border-top: 1px solid #444;  border-bottom: 1px solid #fff;
}

.box p small {
    padding: 10px 0 0 0;
    margin: 0;
    font-weight:normal;
}

.category-moduleside_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.category-moduleside_menu li {
	padding: 0;
	margin: 5px 0 15px 0;
}

.category-moduleside_menu li a {
	display: block;
	color: #444;
	padding: 0px 15px;
	font-weight: normal;
	text-decoration: none;
	background: url(/templates/new_new_fci_home/images/menu_list.png) top left no-repeat;
	background-position: 0px 4px;
}

.category-moduleside_menu li i {
	display: block;
	padding: 0px 15px;
}

.category-moduleside_menu li a:hover {
	color: #34679a;
}

.category-module {
        list-style: none;
        padding: 0px;
        margin: 0 0 0 0;
}

.category-module li {
        padding: 0;
        margin: 5px 0 15px 0;
}

.category-module li a {
        display: block;
        color: #444;
        padding: 0px 15px;
        font-weight: normal;
        text-decoration: none;
        background: url(/templates/new_new_fci_home/images/menu_list.png) top left no-repeat;
        background-position: 0px 4px;
}

.category-module li i {
        display: block;
        padding: 0px 15px;
}

.category-module li a:hover {
        color: #34679a;
}

.env_min {
        width:90%;
        margin: 0 auto;
}

.env_min h2 {
	text-align:center;
	font-size:18px;
	line-height:1em;
}

.env_min p.center {
	text-align:center;
}

.env_min_left {
    float:left;
}

.env_min_right {
    width:50%;
    float:right;
}

/* content*/

#top_home_wrapper {
	clear: both;
	padding: 10px;
}

.bottom_home_wrapper {
	clear: both;
	padding: 0px;
}

#top_home_left {
	float: left;
	margin-right: 5px;
	width: 706px;
}

#top_home_right {
	float: left;
	width: 232px;
}

.bottom_home {
	float: left;
	margin-right: 5px;
	width: 311px;
}

.bottom_home {
	float: left;
	margin-right: 8px;
	width: 311px;
}

.bottom_home_right {
	float: left;
	margin-right: 0px;
	width: 311px;
}

#content {
	float: right;
	width: 232px;
}

#content_full {
	float: right;
	width: 700px;
}

#content_refbase {
	float: left;
	width: 100%;
}

.news_image {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #ccc;
}

.news_box {
	clear: both;
	margin-bottom:20px;
}
	
.news_box h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}

.sidebar_box {
	margin-bottom: 10px;
}

/* footer */

#footer {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
    font-weight: normal;
	padding:15px 0 5px 0;
}

/* end of footer */

.item-separator {
    clear:both;
	padding-bottom:30px;
}

/* /END HOVER PROPERTIES FOR DISCIPLINES */

.sectiontableheader { text-align:left; }
.cbft_formatname { font-size:18px;font-weight:bold;margin-bottom:20px; }
.cbFullPict { margin:0 0 0 -5px;padding:4px;border:1px solid #ccc; }

/* Internal Pages */

.internal-banner-top {
	float:right;
}

.internal-banner-top img {
	float:right;
	padding-bottom:20px;
}

.left_sidebar {
	display:block;
	float:left;
	width:230px;
}

.left_sidebar ul {
	list-style-type:none;
	padding: 0 10px;
	margin:0;
}

.left_sidebar ul li {
	font-weight:bold;
	color:#000;
	font-size:15px;
}

.left_sidebar ul li a {
	width:230px;
	font-size:14px;
	padding:0 10px;
	margin:0;
	font-weight:normal;
}

.left_sidebar ul li a:hover {
	font-weight:bold;
}

.component {
	float:right;
	width:710px;
	padding: 5px;
}

.component h2 {
    line-height:1.2em;
    margin:0;
    padding:0 0 10px 0;
	color:#000;
}

.component h2 a {
	color:#4480a6;
	line-height:1.2em;
	font-weight:bold;
}

.component h2 a:hover {
	color:#000;
	text-decoration:none;
}

.component span.subheading-category {padding-bottom:30px;}

p.indent {text-indent: -2em; margin-left: 2em;}

.expertfinder_frame {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);	
}

#pre_footer {
	width:100%;
	font-size:12px;
	font-style:italic;
}
#pre_footer img {
	padding:5px 5px 0 5px;
}

.alert {
    background: #FFBFBF url(/jumi/datadownload/redx.png) center no-repeat;
    background-position: 13px 50%;
    text-align: left;
    padding: 5px 20px 5px 45px;
    border: 2px solid #924949;
    height:auto;
}

.item-page h2 {
	line-height:1.2em;
}

.item-page p {
	text-align:justify;
}

ul.actions {
	list-style-type:none;
	display:block;
	margin:0;
	padding:0 0 10px 0;
}

.tip-wrap{
    z-index: 10000;
}
.tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tip-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.tip-text {
   font-size: 100%;
   margin: 0;
}

.pagination ul {
   list-style-type:none;
   margin:0;
   padding:0;
}
.pagination ul li {
   display:inline;
   padding-right:10px;
}


table.category tbody tr td a:hover {
	color:#000;
	text-decoration: none;

}

table.category tbody tr td {
	padding-bottom: 10px;
    line-height:1.5;
    font-size: 1.2em;
}

/* ul on links */
.arrowlistmenu {
	width: auto; /*width of accordion menu*/
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #fff;
	background: #4480a6;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a {
	color: #4480a6;
	background: url(/../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited {
	color: #4480a6;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #4480a6;
	background-color: #F3F3F3;
}

label#cblabcbfv_29, div.cbPoweredBy, div.protectedby, 
div#editor-xtd-buttons, div.cbUserListChanger, div.cbRegistrationTitle {
	display: none;
}

div.page-header {
	padding-top:30px;
}

div.cbft_connections { display:none; }
