/* Homepage styles */

#pageContainer {
    font-family:Arial;
    color:#000000;
    position:relative;
}

#backgroundContentContainer {
    width:100%;
}

#headerContainer {
    height:240px;
    width:100%;
    padding-top:20px;
}

#headerImage {
    margin: 10px auto;
    width:495px;
    height:123px;
    padding-bottom:30px;
}

#stripContainer {
    position:relative;
    background-image:url('/img/purple_stripe.jpg');
    background-repeat: repeat-x;
    height:249px;
    /*width:100%;*/
    margin:0 auto;
}

#blocksContainer {
    width:100%;
    background-image:url('/img/background_blocks.jpg');
    background-repeat:repeat;
    height:820px;
    margin-bottom:40px;
}

#butterflyImage {
    position:absolute;
    top:-120px;
    left:440px;
    z-index:0;
}

#homepageSidebar {
    position:absolute; 
    left:-20px;
    top:-85px;
    z-index:0;
}

#homepageLolText {
    position:absolute;
    width:238px;
    height:339px;
    top:195px;
    left:220px;
    z-index:50;
}

#contentContainer {
    position:absolute;
    top:165px; 
    width:100%;
}

#flashContainer {
    width:796px;
    height:635px;
    top:-370px;
    position:relative;
    margin:0 auto;
    z-index:15;
}

#flashContainer #flashPresentation {
    z-index:10;
}

#overviewContainer {
    font-size:12px;
    font-weight:normal;
    background-image:url('/img/overview_bg.png');
    background-repeat:no-repeat;
    background-position:top left;
    /*width:563px;
    height:302px;*/
    width:310px;
    height:250px;
    position:relative;
    padding-top:100px;
    padding-left:130px;
    padding-right:160px;
    margin-top:-620px;
    margin-left:auto;
    margin-right:auto;
    /*margin-left:300px;*/
    z-index:5;
}

#overviewText {
    line-height:15px;
    width:375px;
}

#announcementsContainer {
    background-image:url('/img/announcements_bg.png');
    background-position:top left;
    background-repeat:no-repeat;
    width:910px;
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    padding:150px 0px 30px 95px;
    position:relative;
    margin-top:-100px;
    margin-left:auto;
    margin-right:auto;
}

#announcementText {
    width:900px;
    height:429px;
}


#globalFooter {
	margin-top:100px;
	
}


/* Overlays, etc. */


