@charset "utf-8";
/* CSS Document */
/******************************************************************************************
	Created by: EC
	Date Created: 

	Person(s) Modified by:
	Last Modified Date:	30 Oct 2008

******************************************************************************************/

html,body { 
	background: #36630b;
}

#outer_wrapper{
	color: #57584f;
	position: absolute;
	top: 0;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}

#supersize{position:fixed;}
#supersize img{height:100%;width:100%;z-index:0;} /****** DO NOT use position absolute, it breaks the image in FF ******/


#globalNav
{
	clear: both;
	float: right;
	margin-right: 8px;
	clear: right;
}

#linkBox
{
	height: 52px;
	float: right;
	clear: both;
}

#globalNav a
{
	width: 164px;
	height: 52px;
	float: left;
	text-align: center;
	color: #87857e;
	font-size: 14px;
}

#globalNav a:hover
{
	background: url(/Display/MountainVista/Images/gNav_ovr.png) no-repeat;
	color: #adbd44;
}

.ActivePgLink
{
	width: 164px;
	height: 52px;
	float: left;
	display: block;
	text-align: center;
	font-size: 14px;
	background: url(/Display/MountainVista/Images/gNav_act.png) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#phoneNumber
{
	height: 24px;
	float: right;
	clear: both;
	margin-right: 20px;
	color: #adbd44;
	font-size: 24px;
}

#logoBillboard
{
	height: 337px;
	width: 984px;
	clear: both;
}
#sp_logoBillboard
{
	height: 232px;
	width: 984px;
	clear: both;
	background: url(/Display/MountainVista/Images/billboards/sp_bbBG.png) no-repeat;
	margin-bottom: 12px;
}
#sp_logoBillboard img
{
	margin-left: 11px;
	margin-top: 7px;
}
#sp_logoBox
{
	float: left;
	clear: none;
	width: 135px;
	height: 68px;
	margin-left: 26px;
	margin-top: 4px;
}

#mainContentWrapper
{
	width: 984px;
	position:relative;
}

#mcwTopImg
{
	width: 984px;
	height: 20px;
}

#mcwFullContent
{
	width: 984px;
	min-height: 280px;
	background: url(/Display/MountainVista/Images/bodyContent_full.png) repeat-y;
	font-family: "Times New Roman", Times, serif;
}

#mcwBtmImg
{
	width: 984px;
}

.mvContentBox
{
	background: #FFF;
	border: #d8d8d8 1px solid;
}

#spSecondCol
{
	float: left;
	margin-left: 13px;
}


/* ***************** START - Base site styles  ************************* */

#fullContainer
{
	position: relative;
	width: 984px;
	margin: 0 auto;
}

#footer
{
	position: relative;
	width: 984px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}

#footer p, #footer p a { font-size: 10px; }

#footer a
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

#footer a:hover { text-decoration: none; }


/* ***************** END - Base site styles  ************************* */



