/* - - - Content page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import "global.css";

#supplemental,
#secondary
{

}


#content #main
{
	margin-left: 234px;
}

#content
{
	
}

/*Sub menu*/

#subnav
{
    float: left;
}

#content #subnav ul
{	
	font-family: Georgia,Times,"Times New Roman",serif;
	margin: 0;
	
}
#content #subnav li a {

		font-size: 11px;
		margin: 0;
		padding: 0;
        text-decoration: none;
        height:35px;
        width:214px;
        text-align:center;
        margin-bottom:5px;
        line-height:32px;
        background-image: url('../images/subnav.png');
        background-repeat:no-repeat;
        background-position: left top;
        list-style: none;
        display: block;
        text-transform: uppercase;
        letter-spacing: 2px;
}
#content #subnav li li a,
#content #subnav li.current li a
{
	background-image: none;
	line-height: 20px;
	width: auto;
	height: auto;
	color: #7385A2;
}

#content #subnav li.current a {
		color:#ffffff;
        text-align:center;
        margin-bottom:5px;
        background-image: url('../images/subnav.png');
        background-repeat:no-repeat;
        background-position: left bottom;
}

#subnav ul li a
{
    color:#7385a2;
    text-decoration:none;
}
#content #subnav ul li a:hover, 
#content #subnav ul li a.Active,
#content #subnav li.current li#current a
{
    color:#014571;
}

#content img
{
	box-shadow: 2px 2px 5px #cecece;
	-moz-box-shadow: 2px 2px 5px #cecece;
	-webkit-box-shadow: 2px 2px 5px #cecece;
	
	
}

/*News*/
#content #news h3:first-child
{
	font-size: 24px;
	margin-top: 0;
}
#content #news .wm_news_entry
{}
#content .wm_news_published
{
	font-style: italic;
	color: #014571;
}
#content ul#all_news
{
	margin: 0.5em 0;
}
#content ul#all_news li
{
	list-style: none;

}
#content ul#all_news li span
{
	padding-right: 10px;
}



