﻿/* ====================================================================================== 
	Copyright (C) 2008 JPL Productions.  All Rights Reserved. 
	----------------------------------------------------------------------------------- 
	Author(s) : Joshua Barlup 		jbarlup@jplprod.com 
				Sam Wissler			swissler@jplprod.com

	Date      : 03/04/2009  
	Notes     : Template CSS document for Mountain View Group. 
	----------------------------------------------------------------------------------- 
	Change Log 
        
	Date		Name				Desc 
	3/4/2009	Sam Wissler			Created file
         
 ========================================================================================= */

@media screen {
/* ==========================================================================
   LAYOUT */

#content h2#news {
	height: 22px;
	margin: 60px 0px 0px -2px;
}

#content h2#news    { background: url(../img/news/news.gif) no-repeat; }
#content h2 span { visibility: hidden; }

#featured 
{
    float: right;
    margin: 30px 50px 0px 0px;
}

#content ul#newslist { padding: 20px 0px 0px 0px; margin: 0px; }

#newslist li
{
    background: url(../img/news/pdficon.gif) no-repeat;
    height: 24px;
    margin: 0px;
    padding: 5px 0px 0px 30px;
}

#newslist .enews 
{
    background: url(../img/news/enewsicon.gif) no-repeat;
    height: 28px;
    margin: 0px;
    padding: 5px 0px 0px 30px;
}

#newslist li a { text-decoration: none;  }


#subscribe { background: url(../img/news/subscribe.gif) no-repeat; display: block; height: 32px; width: 204px; margin-top: 20px; }
#subscribe span { visibility: hidden; }

/* ========================================================================== */
}  /* end: SCREEN */
/* ========================================================================== */
