/* 3_News.css style sheet for layout 3_News.aspx */


#PUBCOL1{width:565px;}
#PUBCOL2{width:250px; float:right;}
#PUBCOL3{display:none;}

.PubNewsContainer{width:100%; background-image:url(/App_Themes/HoltHouse/images/separator.png); background-repeat:no-repeat; background-position:bottom; position:relative; padding-bottom:15px;}
.PubNewsDate{float:left; width:135px; color:#FFF200; font-size:16px; padding: 15px 0 0 0;}
.PubNewsContentContainer{float:left;}
.PubNewsTitle a{color:#F4921E; font-size:16px; text-decoration:none;}
    .PubNewsTitle a:hover{color:#FFF200;}
.PubNewsDesc{}

.PubNewsNav {background-image:url(/App_Themes/HoltHouse/images/separator.png); background-repeat:no-repeat; background-position:bottom; padding-bottom:10px;}
.PubNewsNav a{color:#F4921E; font-size:14px; text-decoration:none;}
.PubNewsNav a:hover{color:#FFF200;}

.PubNewsNavSelected {background-image:url(/App_Themes/HoltHouse/images/separator.png); background-repeat:no-repeat; background-position:bottom; padding-bottom:10px;}
.PubNewsNavSelected a{color:#00ADEF; font-size:14px; text-decoration:none;}
.PubNewsNavSelected a:hover{color:#FFF200;}
