@charset "UTF-8";

/*	-------------------------------------------------------------
	CSS - NEWS : 	AMERICAN YARD
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		ay_news.css
	Date:			January 6, 2010
	Author:			UMRG New Media
	-------------------------------------------------------------	*/

	/*	-----------------------------------------------------------
		NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li#news a {
		background-position:0 -39px;
	}
	
	/*	-----------------------------------------------------------
		CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#mainCol .header h2 {
		width:84px; height:29px;
		background:url(../../images/h2_news.jpg) no-repeat 0 0;
	}
	
	#mainCol ul {
			width:570px;
			background:url(../../images/mainCol_bg.gif) repeat-y 1px 0;
		}
			#mainCol ul li {
				width:500px;
				padding:20px 0;
				margin:0 auto;
			}
				#mainCol ul li .date {
					font:normal 14px Impact,sans-serif;
				}
				    #mainCol ul li .title {
                        font:bold 20px Impact,sans-serif;
				    }				
	#mainCol .btm {
		
	}
		#mainCol .btm a.more {
			width:76px; height:12px;
			background:url(../../images/olderNews.gif) no-repeat 0 0;
			display:block;
		}
			#mainCol .btm a.more:hover {
				background-position:0 -23px;
			}
