@import url(common.css);

#RightHeaderContent
{
    color: White;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0 0 5px;
}
#RightInnerWrapper
{
    float:left;
    margin: 4px 4px 0 0;
    width: 666px;
    min-height:442px;
    height:auto !important;
    height:442px;/*Needs to match the min height pixels above*/
}
#RightContent
{
    background-image: url('../assets/NewsBG3-top.jpg');
    background-repeat: no-repeat;
    background-position:left top;
    min-height:424px;
    height:auto !important;
    height:424px;/*Needs to match the min height pixels above*/
}
#RightContentLeftCol
{
    float:left;
    /*margin: 10px 0 0 5px;
    width: 115px;*/
	padding:10px 0 65px 5px;
	width:117px;
	background-image: url('../assets/NewsBG3-bottom.jpg');
	background-position: left bottom;
	background-repeat:no-repeat;
	height: auto !important;
	min-height:413px;
	background-color:#edf2dc;
}
#NewsNavHeader
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: 300;
    color: #D38056;
    margin: 10px 0 10px 0;
}
.NewsNavItem
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: 300;
    color: #1F4063;
    margin-bottom: 10px;
}
.NewsNavItem a
{
    text-decoration: none;
    color: #1F4063;
}
#RightContentRightCol
{
    float: left;
    margin: 100px 0 0 8px;
    width: 480px;
}
.NewsPostWrapper
{
    float: left;
    padding: 10px;
    font-family: Verdana;
    
}
.NewsPostHeader
{
    font-size: 12px;
    font-weight: bold;
    color: #D38056;
    margin-bottom: 10px;
}
.NewsPost
{
    
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.NewsPostDivider
{
    background-image: url('../assets/PostDivider.jpg');
    background-repeat: no-repeat;
    height: 5px;
    width: 454px;
    margin: 10px auto 0px auto;
}
