/* layout */
#homeBucketBlack #bkt2 .content { padding: 0;}
#homeBucketBlack #bkt2 .content p { padding: 0 0 0 5px;}
#homeBucketBlack .noLink {
border-bottom:1px solid #343535;
color:#60B5DB;
font-size:16px;
font-weight:normal;
margin:0 0 10px;
padding:3px 0 2px 5px;
width:177px;
}
#homeBucketBlack h2 a {color:#60B5DB;}

#launchVideo {
	cursor: pointer;
}

/* right column upcoming events bucket */

#content #right #subBucketGrn {
	margin-bottom: 10px;
}

#content #right #frostAward {
	text-align: center;
	padding-bottom:10px;
}

/* the overlayed element */ 
.simple-overlay { 
     
    /* must be initially hidden */ 
    display: none;
     
    position: absolute;
     
    /* place overlay on top of other elements */ 
    z-index:99999; 
     
    /* styling */ 
    background-color:#333; 
     
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}

#homepageVideo {
    text-align: center;
    margin:auto;
    overflow: hidden;
}

iframe body {
	margin: 0;
	padding: 0;
}

/* close button positioned on upper right corner */ 
.simple-overlay .close {
    background:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px;
}