﻿#NewsContainer {
	background-image: url(../images/welcomebg.jpg);
	width:700px;
	margin-left:157px;
	margin-top:40px;
	font-size:12px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

#NewsWrapper {
    width: 680px;
    /*background-image: url(../../images/ModuleSpecific/News/welcomebg.jpg);*/
    background-image: url(../../images/transparent.png);
    /*background-position: top left;*/
    /*background-repeat: repeat-y;*/
    padding: 10px;
    padding-top: 20px;
    }
#NewsWrapperTop {
    margin-top: 20px;
    width: 780px;
    height: 8px;
    font-size: 0px;
    background-image: url(../../images/ModuleSpecific/News/wrapper-top.gif);
    background-position: top left;
    }
#NewsWrapperBottom {   
    margin-bottom:20px;
    width: 780px;
    height: 7px;
    font-size: 0px;
    background-image: url(../../images/ModuleSpecific/News/wrapper-bottom.gif);
    background-position: top left;
    }

#NewsCategory {
    float: left;
    width: 140px;
    margin:20px 10px 10px 0px;
    }
    
#NewsCategory ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 140px;
    }
#NewsCategory ul li 
{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: url(../../images/ModuleSpecific/News/category-link-a.jpg);
    background-repeat:no-repeat;
    background-position:center;
}

#NewsCategory ul li:hover 
{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    background-image: url(../../images/ModuleSpecific/News/category-link-b.jpg);
    background-repeat:no-repeat;
    background-position:center;
}

#NewsCategory ul li a {color: #f0f0f0; text-decoration: none;}
#NewsCategory ul li a:hover {color: #f0f0f0; text-decoration: none;}

#NewsContent {
    float: right;
    width: 530px;
    margin: 20px 0px 10px 0px;
    }
    
#NewsContent .StoryContainer {
    width: 500px;
    margin-bottom:20px;
    margin-top:10px;
    }
#NewsContent .StoryContainer .Title 
{   
    width: 490px;
    height: 20px;
    padding-left:10px;
    /*background-color: #4e7cbd;*/
    background-color: #282828;
    line-height: 20px;
    color: White;
    margin-bottom:10px;
}

#NewsContent .StoryContainer .Title h3 
{
    color:White;
    /*font-weight:bold;*/
}

#NewsContent .StoryContainer .Title h4
{
    color:White;
    font-weight:normal;
}

#NewsContent .StoryContainer .Image
{
    width: 100px;
    margin-right: 20px;
    float: left;
}
#NewsContent .StoryContainer .StoryContent 
{
    width: 380px;
    float: right;
}

/*#NewsContent .StoryContainer .StoryContent a {color: #109fdd; text-decoration:none;}*/
/*#NewsContent .StoryContainer .StoryContent a:hover {color: #109fdd; text-decoration:underline;}*/
