








/* Global (utility) nav styling */

div#globalNav div#utilSearch ul {
	padding-left: 14px; /* to make room for corner img */
}

/* Container and Container content styles */

/* News & Announcements styles */

div#container div#content div#contentLeft div.news,
div#container div#rightRail div#contentLeft div.news {
	width: 213px;
	margin-bottom: 18px;

}

.news ul {
        margin: 0px;
        padding: 0px;
        position: relative;
}

.news ul li {
        list-style-type: none;
}

.news p,
.news ul li,
.news div {
        line-height: 13px;
        margin: 0px;
        background: #DADADC url(../images/news_gradient_cell.jpg) repeat-x scroll left bottom;
}

div.news p a,
div#container div#content div#contentLeft div.news ul li a,
div#container div#content div#contentLeft div.news ul li a.raquo,
div.news a {
        color: #23120a;
        font-weight: normal;
        font-size: 11px;
        text-decoration: none;
}

div#contentLeft div.news ul li a {
	position: relative;
	display: block;
        padding: 2px 5px 2px 5px;
        height: 39px;
        overflow: hidden;
}

div.news p a:hover,
div#container div#rightRail div#contentLeft div.news ul li a:hover,
div#container div#rightRail div#contentLeft div.news ul li a:hover.raquo,
div.news div a:hover {
        color: #54301a;
        text-decoration: none;
}

div.news .topBar {
        height: 20px;
        padding: 0px;
        margin-top: 5px;
        background-color: #BDBEBF;
	background-image: none;
	background-repeat: no-repeat;
        background-position: bottom center;
        border-bottom: 1px solid #ffffff;
}

div.news .topBar a.lefthome {
        float: right;
        font-weight: bold;
        padding: 2px 13px 0px 0px;
        margin-right: 2px;
	background:url(../images/news_buttons.jpg) no-repeat right -40px;
}

div.news .topBar a.lefthome:hover {
        color: #23120a;
	background-position:right 0px;
}

div.news .bottomBar {
        height: 20px;
        padding: 0px;
        margin-bottom: 10px;
        background-color: #BDBEBF;
	background-image: none;
	background-repeat: no-repeat;
        background-position: top center;
        border: 0px solid #ffffff;
}

