@charset "utf-8";



#splasharea
{
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 0 10px;
	min-height: 205px;
	height: 100%;
}
#splasharea #joinbox
{
    background: #EFEFEF url("../assets/systemimages/homepage_joinbox.gif") no-repeat right bottom;
    width: 33%;
    float: left;
    height: 203px;
    border: solid 1px #c8c8c8;
    position: relative;
    top: 0;
    left: -10px;
}
#splasharea #joinbox h3
{
    margin: 13px 13px 0 13px;
    font: bold 14px sans-serif;
    color: #6e6e6e;
}
#splasharea #joinbox p
{
    margin: 10px 13px 0 13px;
    font: normal 12px sans-serif;
    color: #6e6e6e;
}
#splasharea #joinbox #joinbox_joinbutton
{
    float: right;
    margin: 5px 13px 5px 13px;
    border: none 0;
}
#splasharea #splashbanner_container
{
    width: 65.5%;
    height: 205px;
    border: none 0;
    float: left;
}
#splasharea #splashbanner
{
    float: none;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    background-color: #403f7f;
    width: 100%;
    height: 205px;
    border: none 0;    
    color: white;
    overflow: hidden; 
}
#splasharea #splashbanner .splashbanner_rotatingbanner
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 205px;
}
#splasharea .splashbanner_background
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 205px;
}
#splasharea .splashbanner_background img
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: none 0;
}
#splasharea .splashbanner_text
{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    overflow: hidden;
    margin: 0;
/*    
    width: 100%;
    height: 205px;
    padding: 15px;
*/
    color: White;
}
#splasharea .splashbanner_text p
{
    font-family: Times New Roman, Serif;
    margin: 0;
    padding: 0;
}
#splasharea .splashbanner_text p.textlarge
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    font-size: 22pt; 
    line-height: 24pt;
    z-index: 2;
    white-space: nowrap;
}
#splasharea .splashbanner_text p.textlarge_shadow
{
    color: Black;
    position: relative;
    top: -22pt;
    left: 3px;
    display: block;
    font-size: 22pt; 
    line-height: 24pt;
    margin: 0 0 -24pt 0;
    z-index: 1;
    white-space: nowrap;
}
#splasharea .splashbanner_text p.textmedium
{
    font-size: 16pt; 
    line-height: 18pt;
}
#splasharea .splashbanner_text p.textsmall
{
    font-size: 12pt; 
    line-height: 14pt;
    font-weight: bold;
}
#splasharea .splashbanner_text p.textsmallitalic
{
    font-size: 10pt; 
    line-height: 12pt;
    font-style: italic;
}
#splasharea .splashbanner_text .button
{
    float: left;
    margin: 10px 10px 10px 0;
}
#splasharea .splashbanner_nametext
{
    position: absolute;
    top: 165px;
    right: 15px;
    z-index: 3;
    overflow: hidden;
    margin: 0;
    width: 60%;
    height: 40px;
    color: White;
    padding: 0;
}
#splasharea .splashbanner_nametext p
{
    font-family: Times New Roman, Serif;
    font-size: 14pt;
    line-height: 40px;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    text-align: right;
}
#splasharea #splashbanner_whitebar
{
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: white;
}
#splasharea #splashbanner_blackbar
{
    position: absolute;
    top: 165px;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 40px;
    background-color: Black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#announcementsbox
{
	margin: 0 0 0 0;
	padding: 0;
}
#announcementsbox h3
{
    display: block;
    margin: 0;
    width: auto;
   	font: bold 14px/28px sans-serif;
    color: Black;
    padding: 0;
    border-bottom: dashed 2px #999999;
}
#announcementsbox .navigationlist
{
    display: block;
    width: auto;
    text-align: right;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
#announcementsbox .navigationlist li
{
    display: block;
    width: auto;
    margin: 0;
    padding: 0 0 0 15px;
    text-indent: 0;
    list-style: none;
    font: normal 12px sans-serif;
    color: Black;
    border: solid #E9E9E9;
    border-width: 0 0 2px 0;
    background: url("../assets/systemimages/lstbulet.gif") no-repeat scroll 8px 2px;
}
#announcementsbox .navigationlist li a
{
    display: block;
    margin: 0;
    font: normal 12px sans-serif;
    text-decoration: none;
    text-align: left;
    color: #003399;
    width: auto;
    padding: 3px 0 2px 5px;
}
#announcementsbox .navigationlist li a:hover
{
    color: Black;
    text-decoration: underline;
}



#commonlinksbox
{
}
#commonlinksbox th 
{
    border-bottom: solid 1px #6E6E6E;
}
#commonlinksbox th, #commonlinksbox td
{
    border-spacing: 3px 10px;
    border-collapse: collapse; 
}
#commonlinksbox ul
{
    margin: 0 0 10px 0;
    padding: 0;
    text-indent: 0;  
}
#commonlinksbox li
{
    list-style-type: square;
    list-style-position: outside;
    padding: 0 2px 4px 0px;
    margin: 0 0 0 20px;
    text-indent: 0;
/*    background: transparent url(../assets/systemimages/lstbulet.gif) no-repeat scroll 0 -1px; */
}



/*
#benefactorsbox
{
    overflow: auto;
    height: 100%;
    padding: 15px;
}
#benefactorsbox .cyclingimages
{
    float: left;
    margin: 0 15px 15px 0;
}
*/
