/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
#header {
    float: left;
    width: 100%;
}
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6646119680777448";
/* Top banner */
google_ad_slot = "2723969375";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
#head-bar {
     border-bottom: 1px solid #aaaaaa;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
    #head-bar #date {
        float: left;
        line-height: 26px;
        width: 308px;
        text-align:right;
    }
     
    #head-bar #navigation {
        float: right;
		text-align:right;
		z-index:201;
    }
        #head-bar #navigation li {
            display: block;
            float: left;
         }
        #head-bar #navigation a {
             display: block;
            height: 27px;
            font-weight: bold;
            line-height: 27px;
            padding: 0 10px;
            text-decoration: none;
         }
 
        
        
	#header #inner {
    float: left;
     width: 100%;
 }
    #header #inner #logo {
        float: left;
     }

    #header #inner #logo a {
        position: relative;
        top: 0;
       }
    #header #inner #head_banner {
        float: left;
        position: relative;
        padding:9px 0;
		font-size: 18px;
        line-height:1.4;
        width:468px;
    }
    
    #header #inner #head_banner img {
    padding:10px 0 0 5px;
    }
    
    #header #inner #head_banner .text img {
        position: absolute;
        left: 20px;
        top: -18px;
        z-index:200;
        padding:0;
    }
	
		#header #inner #head_banner .text {
		padding-left:180px;
		}
	
    
    #header #inner #right {
        float: right;
    }
    #header #search {
		height: 23px;
         width: 169px;
        margin-top: 14px;
        border:1px solid #C4C4C4;
		font-size:12px;
		line-height:15px;
		float:right;
		clear:both;
    }
    #header #search #s  {
        width: 136px;
         border: none;
        padding:1px 6px;
 		color:#4F4747;
		display:inline;
		float:left;
		font-size:12px;
		height:19px;
    }
    
    #header #search:hover{
		border:1px solid #333;
 		}
    
     #header #search #searchsubmit  {
 	text-indent:-9999em;
	background:url("images/search.png") no-repeat;
 	cursor:pointer;
	border:0 none;
	width:17px;
	margin-top:4px;
      }
 
    
    #header #social {
        margin-top: 0px;
         text-align:right;
         float:right;
         clear:both;
    }
 
    #header #social li {
        margin-left:12px;
        display:inline;
        float:left;
      }
 
 		#social ul:after {
            content: ".";
            visibility: hidden;
            height: 0;
            display: block;
            clear: both;
        }
    
        #social ul li.button {
             position: relative;
        }
        
        #social ul li.button div.tooltip {
            position: absolute;
            top: -40px;
            left: -51px;
            white-space: nowrap;
            display: none;
            z-index: 999;
        }
        
            #social ul li.button div.tooltip:hover {
                cursor: pointer !important;
            }
        
            #social ul li.button div.tooltip span.center {
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 1.2em;
                background: url(images/tooltipC.png) top center no-repeat;
                display: block;
                padding: 0 10px;
                line-height: 30px;
                color: #FFF;
                font-weight: bold;
                height: 35px;
                text-shadow: 0 1px 1px #000;
            }
            
            #social ul li.button div.tooltip span.left,
            #social ul li.button div.tooltip span.right {
                width: 6px;
                height: 33px;
                display: block;
                position: absolute;
                top: 0;
            }
            
            #social ul li.button div.tooltip span.left {
                background: url(images/tooltipL.png) top left no-repeat;
                left: -6px;
            }
            
            #social ul li.button div.tooltip span.right {
                background: url(images/tooltipR.png) top right no-repeat;
                right: -6px;
            }
            
        
        #social ul li.button a {
            text-indent: -9999em;
            padding: 0 !important;
            width:32px;
            height:32px;
            display:block;
        }
        
	#breakingNews {
 	line-height: 40px;
    height: 40px;
    float: left;
    width: 100%;
    color:#6C6767;
    border-top: 1px solid #333;
    border-bottom: 4px solid #333;
 }
 
	#breakingNews span {
    color: #E71E1E;
    font-weight:bold;
    margin-right:15px;
    text-transform:uppercase;
 }
 
