/* - - - Start page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import "global.css";
#secondary
{
    padding-bottom: 10px;
}
#slideshow
{
    display: block;
    background-image: url('../images/slide_show_bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 296px;
    width:981px;
    padding: 0px;
}

#slideshow img
{
    margin-left: 4px;
}
#slideshow_text
{
    position: absolute;
    top: 0px;
    right: 3px;
    height: 240px;
    width:320px;
    color: #656464;
    background-color: #FFF;
    padding: 20px;
    margin-right: 13px;
}
#slideshow_text h1, #slideshow_text h2
{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 7px;
}
#content p 
{
	text-align: left;	
	}

#supplemental
{
    float: left;
    display: inline;
    background-image: url('../images/news.png');
    background-repeat: no-repeat;
    background-position: -2px 0px;
    width: 286px;
    height: 254px;
}

#supplemental #subscribe a
{
    clear: both;
    font-size: 12px;
    margin-left: 30px;
}

#news_list
{

}

#news_list h2
{
    font-family: "Century Gothic",verdana,arial,helvetica, sans-serif;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    color: #666565;
    font-weight: bold;
}

#news_list #news
{
    padding-top: 25px;
}

#news_list #news li
{
    clear: both;
    list-style: none;
    font-size: 12px;
}

#news_list #news li a
{
    font-size: 12px;
}

#news_list #news li a p
{
    cursor: pointer;
    float: left;
    font-size: 12px;
}

#news_list #news li .wm_news_published
{
    font-family: "Century Gothic",verdana,arial,helvetica, sans-serif;
    font-weight: bold;
    margin-right: 10px;
    color: #666565;
    float: left;
}

#news_list #news li a
{
    color: #314a96;
    text-decoration: none;
}

#news_list #news li a:hover
{
    text-decoration: underline;
}
.archive
{
    margin-left: 30px;
}
.archive a
{
    font-size: 12px;
}
#news_list p
{
    /*display: none;*/
}
#main
{
	height: 100%;
        width: 689px;
}
#main .puff
{
    background-image: url('../images/puff.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 227px;
    height: 257px;
    float: left;
    display: inline;
    margin-left: 2px;
    font-family: "Century Gothic",verdana,arial,helvetica, sans-serif;
    font-weight: bold;
}
#main .puff .puff_text
{
    margin-left: 7px;
    height: 240px;
}
#main .puff a, #main .puff p
{
    padding-top: 4px;
    text-align: center;
    /*line-height: 27px;*/
    color: #666565;
    font-size: 16px;
    margin-bottom: 0px;
}

#main .puff .puff_text img
{
    padding-top: 3px;
}
