@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Low Altitude NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		home.css
	Date:			May 21, 2008
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	newsSect Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#newsSect{
		width:931px;
		background-color:#0b0d0d;
		margin:65px 0px 0px 0px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	left Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#left{
		width:601px;
		margin:0px 0px 0px 0px;
		float:left;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#left #news{
		width:601px;
		margin:7px 0px 0px 0px;
		padding:0;
	}
	#left #news .newsItem {
		width:537px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#dddddd;
		background-color:#191919;
		padding:31px 32px 30px 32px;
		margin:1px 0 0 0;
	}
	#left #news .newsItem a {
		color:#3e4444;
		text-decoration:none;
	}
	#left #news .newsItem a:hover {
		text-decoration:underline;
	}
	
	
	#left #news img.headerNews{
		display:block;
		margin:0px 0px 8px 0px;
	}
	#left #news .newsImg{
		width:250px;
		display:block;
		float:left;
		margin:0px 20px 7px 0px;
	}
	#left #news .newsImgLink {
		font:9px Verdana, Arial, Helvetica, sans-serif;
		color:#dddddd;
	}
	#left #news .newsImgText{
		text-align:right;
	}
	#left #news h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:normal;
		color:#dddddd;
		line-height:25px;
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	#left #news #newsLinks{
		width:537px;
		height:8px;
		margin:36px 0px 0px 0px;
	}
	#left #news #newsLinks a{
		display:block;
		float:left;
		color: #a02806;
		font-size:10px;
		margin:0 29px 0 0;
	}
/*	#left #news #newsLinks img.comment{
		display:block;
		float:left;
		margin:0px 0px 0px 29px;
	}
	#left #news #newsLinks img.bookmark{
		display:block;
		float:left;
		margin:0px 0px 0px 29px;
	}
	#left #news #newsLinks img.sendToFriend{
		display:block;
		float:left;
		margin:0px 0px 0px 31px;
	} */
	   /* nav*/
            #nav a.navNews:link, #nav a.navNews:active, #nav a.navNews:visited {
                width:47px; height:39px;
                display:block;
				float:left;
                background:url(../images/nav_news_active.gif) no-repeat bottom;
				margin:0px 0px 0px 0px;
            }
            #nav a.navNews:hover {
                background:url(../images/nav_news_active.gif) no-repeat bottom;
            }
			
	/*	--------------------------------------------------------------------------------------------------------------------------
	right Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
