/* ====================================================================================== 
	Copyright (C) 2008 JPL Productions & HERSHEY FOODS.  All Rights Reserved. 
	----------------------------------------------------------------------------------- 
	Author(s) : Joshua Barlup 		jbarlup@jplprod.com 
				Dan Leister			dleister@jplprod.com
				Sam Wissler			swissler@jplprod.com

	Date      : 03/04/20089  
	Notes     : Base css document for Mountain View Group. 
	----------------------------------------------------------------------------------- 
	Change Log 
        
	Date		Name				Desc 
	03/04/2009	Sam Wissler			Created file
         
 ========================================================================================= */

/** BLOCK ELEMENTS ========================================================= */
    
* {
    margin: 0;
    padding: 0;
    border: 0;
}
    
html {
	background: #FFFFFF;
    margin: 0;
    padding: 0;
}

body {
    font: 62.5% Verdana, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;	color: #000000;
}

h1 {
    font-size: 2em;
	margin: 0;
}

h2 {
    font-size: 1.45em;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
}

h4 {
    font-size: 1.0em;
}

p {
	font-size:1.15em;
	line-height: 1.45em;
	margin: 8px 0;
}

hr {
	color: #bcbcbe;
}

strong {
	font-weight: bold !important;
}

/** INLINE ELEMENTS ======================================================== */

img {
    border: 0;
}

a:link {
    color: #ffffff;
    background: transparent;
    text-decoration: none;
	z-index:500;
}

#content p a { text-decoration: underline; }
#content p a:hover { color: #90B93D; }


/*  /INLINE ELEMENTS ====================================================== **/

    
/** COMMON CLASSES (begin) ================================================= */

.fixer{
    clear: both;
}					

.clearer {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.menu-title, #skip-links {
    position: absolute;
    left: -9999em;
    visibility: hidden;
}

.highlight {
    background-color: #ffff99;
}

.no-wrap {
    white-space: nowrap;
}

hr.divider {
    display: none;
}

/*  /COMMON CLASSES ======================================================= **/

.videoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
	text-decoration:none;
	border:none;
}