@charset "UTF-8";
/* CSS Document */


/*___________________________________________________________________________________
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                   THESE STYLES CONTROL TOP ADVERTISING ROW STRUCTURE
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
   
#topads {					/* This controls top section holder for advertising */
	height:120px;
	width:1000px;
	padding-top:5px;
	margin:0px auto;
	}

#topads_advertising {		/* This section holds both advertising elements */
	width:1000px;
	}

#topads_advertisement1, 
#topads_advertisement1 img, 
#topads_advertisement1 img a {
	display:inline;
	position:relative;
	margin-right:5px;
	}
	
#topads_advertisement2, 
#topads_advertisement2 img {
	display:inline;
	position:relative;
	}
	
	
/*___________________________________________________________________________________
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                   THESE STYLES CONTROL MASTHEAD ROW STRUCTURE
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/	
	
#masthead_row {
	width:1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}

#masthead_row_items {
	width:1000px;
	margin:0px auto;
	}

#mastheadtable {
	width:1000px;
	color:#000000;
	text-align:left;
	background-color:#FFFFFF;
	}

#weather {
	width:150px;
	padding-left:10px;
	}

#masthead {
	width:504px;
	display:inline;
	padding-right:10px;
	}

#promo {
	display:inline;
	width:321px;
	padding-left:10px;
	padding-right:10px;
	}

#promo img {
	display:inline;
	}

#weathercontainer {
	display:inline;
	}

#weathercontainer h1 {
	position:absolute;
	float:right;
	}

#weathercontainer p {
	position:absolute;
	
	}


/*___________________________________________________________________________________
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                   THESE STYLES CONTROL TOP NAVIGATION ROW STRUCTURE
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/	


#navigation_container {
	width:1000px;
	margin:0 auto;
	}

#navigation_items {
	width:1000px;
	margin:0px auto;
	}

#navigation_items ul li {
	display:inline;
	}

#navigation_items ul li a{
	padding-right:9px;
	padding-left:9px;
	}
	
/*___________________________________________________________________________________
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                   THESE STYLES CONTROL DATE AND SEARCH ROW STRUCTURE
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/	

#timesearch {
	width:1000px;
	height:45px;
	margin:0 auto;
	}
	
#timesearch_elements {
	width:1000px;
	margin:0px auto;
	}
	
#time {
	position:relative;
	left:50px;
	top:10px;
	}

#search {
	display:inline;
	position:relative;
	float:right;
	left:-50px;
	top:-10px;
	}
