@import url('../Default/global/global.css');

#Page {
    position: relative;
    float: left;
    width: 740px;
    margin: 1em 0 0;
}

#Page-Inner {
    margin: 0;
}

#SubMenu {
	/*position: relative;*/
	float: right;
	/*margin-left: -100%;*/
	width: 259px;
	/*right: -259px;*/
	background: #dcddde;
}

    #HomeFeatures {
        position: relative;
        float: left;
        width: 740px;
    }
    
    #HomeFeatures-Inner {
        padding: 0 ;
        border-left: #f0f0f0 1px solid;
    }
    
    #HomeFeatures-Inner div.feature {
    	width: 245px;
    	float: left;
/*    	padding: 0 10px 0 5px;
    	margin: 0 5px;
*/    	border-left: 1px solid #ddd;
    }
    
        #HomeFeatures-Inner div.feature a:hover {
            text-decoration: none;  
            color: #4D4D4D;                      
        }
    
    #HomeFeatures-Inner div.feature-inner {
    	background: url('../Default/images/background-gradient.gif') repeat-x top left;
    	height: 245px;
    	max-height: 250px;
    	margin: 0 5px;
    	padding: 5px;
	}
		#HomeFeatures-Inner div.feature-inner .findout-btn {
			float: right;
		}
		
		#HomeFeatures-Inner div.feature-inner p {
			height:45px;
			padding-left: 10px;
			padding-right: 5px;
			
			color:#4d4d4d;
		}
		
		    #HomeFeatures-Inner div.feature-inner a {
		        cursor: pointer; 
		        text-decoration: none;
		    }
		    #HomeFeatures-Inner div.feature-inner a:hover {
		        text-decoration: none;
		    }
    
    #HomeContent {
        position: relative;
        float: left;
        width: 75%;
    }
    * html #HomeContent {
        width: 74.9%; /* Fixes content jumping problem on particular (seemingly random) window widths. */
    }
    #HomeContent-Inner {
        padding: 0 20px 0 0;
    }

    #HomeNews {
        position: relative;
        float: left;
        width: 75%;
        
        margin: 0;
    }
    * html #HomeNews {
        width: 74.9%; /* Fixes content jumping problem on particular (seemingly random) window widths. */
    }
    #HomeNews-Inner {
        padding: 0 20px 0 0;
    }

        #HomeNews .newsitem {
            margin: 1em 0;
        }
            
            #HomeNews .newsitem .title {
                font-weight: bold;   
            }
            
            #HomeNews .newsitem .date {
            }
            
            #HomeNews .newsitem .summary {
            }
            
    #HomePublications {
        position: relative;
        float: left;
        width: 49%;
        
        margin: 10px 0 0 0;
        
        border-right: solid 1px #DDDDDD;
    }
    
     
    
    
    #HomePublications-Inner {
        padding: 0 10px 0 0;
    }
    
    *:first-child+html #HomePublications-Inner {
    	margin-top: 10px;
    	padding-right: 5px;
	}
    
	    #HomePublications .homePublication {
	    	float: left;
	    	height: 170px;
	    	background: #f0eeeb;
	    	margin: 5px 0 5px 0;
	    	width: 349px;
	    }
	  
	    *:first-child+html #HomePublications .homePublication {
    		margin-right: 5px;
		}
	    
	    #HomePublications .homePublication img {
	    	float: left;
	    	margin: 10px;
	    	border: none;
	    }
	    
		    #HomePublications .homePublication-Content {
		    	margin-right: 10px;
		    }

	#HomeEvents {
        position: relative;
        float: left;
        width: 49%;
        
        margin: 10px 0 0 10px;
    }
    
     *:first-child+html #HomeEvents-Inner {
    	margin-top: 10px;
	}


