/* homepage only */    

/* layout */      

#nav {
        border-top:0;
        border-left:0;
        border-right:0;
        }
     
#home #flashcontainer{
        background-color:#DDEBF1;
        position:relative;
        width:770px;
        height:300px;
        }
#home #buttons {
        position:absolute;
        margin-left:555px;
        margin-top:15px;
        }
#home #buttons li {
        border: 3px solid #fff;
        width:198px;
        height:53px;
        margin-top:5px;
        }
#home #buttons li.first {
        margin-top:0;
        }
#home #buttons li img {
        display:block
        }
#home #content {
        background-color:#405561;
        width:770px;
        height:220px;
        }
#home #news {
        position:absolute;
        margin-top:15px;
        margin-left:12px;
        background-color:#CDE3EA;
        border: solid 3px #fff;
        width:525px;
        height:183px;
        }
#home #news img {
        border: solid 2px #fff;
        }

#home #news img.newshead {
        position:absolute;
        left:11px;
        top:5px;
        border:0;
        }  
#home #news img.viewmore {
        position:absolute;
        left:120px;
        top:171px;
        border:0;
        }               
        
#story1 img {
	position:absolute;
	top:22px;
	left:21px;
}
#story1 h4 {
	position:absolute;
	top:22px;
	left:121px;
	width: 378px;
}
#story1 p {
	position:absolute;
	top:35px;
	left:122px;
    font-size:10px;
}
#story1 h5 {
	position:absolute;
	top:76px;
	left:121px;
    font-size:10px;
}

#story2 img {
	position:absolute;
	top:98px;
	left:21px;
}
#story2 h4 {
	position:absolute;
	top:98px;
	left:121px;
	width: 380px;
}
#story2 p {
	position:absolute;
	top:111px;
	left:122px;
    font-size:10px;
}
#story2 h5 {
	position:absolute;
	top:153px;
	left:121px;
    font-size:10px;
}

       
/* typography */           
#home #news h4 {
        color:#4B2439;
        font-size:10px;
        }
#home #news p {
        margin: 0 0 0 0;
        width:398px;
        height:37px;
        color:#455660;
        }
#home #news h5  {
        padding-right:20px;
        background-color:#B0CBD5;
        text-align:right;
        color:#44555F;
        height:13px;
        width:380px;
        }
#home #news a:hover, #home #news a {
        color:#44555F;
        }
#home #news a:link {
        color:#FB9E1A;
        }  
  
  
/* ------------------ */  