﻿        #overlay {
		/*background-image:url(../templates/portal/images/transparent.png);
		color:#efefef;
		height:450px; */
	    }
	
	    /* container for external content. uses vertical scrollbar, if needed */
	    div.contentWrap {
		    height:476px;
		    width:750px;
		    margin:24px 24px 0 24px;
		    overflow:hidden;
	    }
	    
	    /* the overlayed element */
        .nff_overlay {
        	
	        /* initially overlay is hidden */
	        display:none;
        	
	        /* growing background image */
	        background-color:#EDEDED;       
	        /*width:800px;	
	        height:500px;	    
	        font-size:11px;*/
	        z-index:10000;
        }

        /* default close button positioned on upper right corner */
        .top .close {
	        background-image:url(/templates/portal/images/close.png);
	        background-repeat:no-repeat;
	        position:absolute; right:5px; top:5px;
	        cursor:pointer;
	        height:20px;
	        width:20px;	      
        }
        
        .bottom .close
        {
            width:800px;
            height:100px;
            background-image:url(/templates/portal/images/bottom.png);
            cursor:pointer;
        }
        
        .splashOneArticleContent
        {
            background-color:#FCFAFB;   
            height:476px;
		    width:750px;        
        }
        
        .splashOneArticleContent .body
        {
            float:left;                   
            margin-left:20px;
            width:350px;
            margin-top:100px;
            
        }
        
        .splashOneArticleContent h1
        {
            float:left;
            font-size:32px;
            margin-bottom:20px;         
            
            text-align:left;
            /* text-transform:uppercase; */
            width:350px;
        }
        
        .splashOneArticleContent .ingress
        {
            float:left;
            font-family:Times New Roman;
            font-size:20px;
            margin-bottom:10px;
            text-align:left;
            width:350px;
            height:113px;
            overflow:hidden;
        }
        
        .splashOneArticleContent img
        {
            float:right;
            height:173px;
            margin-right:30px;
            margin-top:110px;
            width:304px;
        }
        
        .splashOneArticleContent a
        {
            font-size:14px;
        }
        
        .splashTwoArticlesContent
        {
            height:476px;
		    width:750px;   
		    overflow:hidden;
        }
        
        .splashTwoArticlesContent .splashFirstArticle
        {
            width:750px;
            height:220px;
            background-color:#FCFAFB;
            margin-bottom:15px;
        }
        
        .splashTwoArticlesContent .splashSecondArticle
        {
            width:750px;
            height:240px;            
        }
        
        .splashTwoArticlesContent .splashFirstArticle .body
        {
            float:left;
            height:200px;
            margin-bottom:15px;
            margin-left:20px;
            margin-top:15px;
            width:310px;
        }
        
        .splashTwoArticlesContent .splashSecondArticle .body
        {
            float:left;
            height:200px;
            margin-bottom:15px;
            margin-left:25px;
            margin-top:10px;
            width:385px;
        }
        
        .splashTwoArticlesContent .splashFirstArticle img
        {
            float:right;
            height:173px;
            margin-right:40px;
            margin-top:8px;
            position:relative;
            width:304px;
        }
        
        /*.splashTwoArticlesContent .splashFirstArticle a
        {
            float:left;           
        }
        
        .splashTwoArticlesContent .splashSecondArticle a
        {
            float:left;           
        }*/
        
        .splashTwoArticlesContent .splashSecondArticle img
        {
            float:left;
            height:173px;
            margin-left:18px;
            margin-top:10px;
            width:304px;
        }
        
        .splashTwoArticlesContent .splashFirstArticle h1
        {
            float:left;
            font-size:30px;
            margin-bottom:10px;
            text-align:left;
            /* text-transform:uppercase;    */
            width:310px;      
        }
        
        .splashTwoArticlesContent .splashFirstArticle .ingress
        {
            float:left;
            font-family:times New Roman;
            font-size:21px;
            height:132px;
            overflow:hidden;
            text-align:left;
            width:310px;
        }
        
        .splashTwoArticlesContent .splashSecondArticle h1
        {
            float:left;
            font-size:28px;
            margin-bottom:20px;
            margin-left:30px;
            margin-top:50px;
            text-align:left;
            /* text-transform:uppercase; */
            width:700px;  
        }
        
        .splashTwoArticlesContent .splashSecondArticle h2
        {
            float:left;
            font-size:22px;
            font-weight:bold;
            margin-bottom:15px;
            text-align:left;
            /* text-transform:uppercase; */
            width:385px;             
        }
        
        .splashTwoArticlesContent .splashSecondArticle .ingress
        {
            float:left;
            font-size:16px;
            height:92px;
            margin-bottom:10px;
            overflow:hidden;
            text-align:left;
            font-family:Times New Roman;
            width:385px;
        }
        
        .splashTwoArticlesContent .splashSecondArticle hr
        {
            float:left;
            width:715px;
            height:6px;
            background-color:Black;
            margin-left:18px;
        }
        
        .splashTwoArticlesContent .splashSecondArticle .header
        {
            float:left;
            font-size:16px;
            font-weight:bold;
            margin-left:18px;
            text-align:left;
            /* text-transform:uppercase; */
            width:750px;
        }
        
div.link a {
    background:transparent url(images/icon_arrow.gif) no-repeat scroll right center;
    padding-right:17px;
    float:left;
}
.contentWrap a:link, .contentWrap a:visited {
    color:Black;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}
        
