/* CSS Document */
body {
	background: url(../graphics/grey_bg.gif) #646464 center repeat-y;
    margin: 0;
	padding: 0;
	text-align: center;
	font-family: Trebuchet MS;
}
* {
   padding:0;
   margin:0;
}

#p2p {
	background-position: center;
	margin: 0px auto;
	padding: 0px 0px;
	width: 960px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#header{
background: #333333 url('/p2pg/graphics/body_bg.gif') repeat;
height: 100px;
}

#logo {
	background-position: center;
	margin: 0px auto;
	padding: 15px 20px; 
	text-align: right;
	voice-family: "\"}\"";   
	voice-family: inherit;
	z-index: 100;
	}

#logo h1 {
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 10px 0px;
	width:260px;	
	height:41px;
	background:transparent url('/p2pg/graphics/p2p_logo.gif') no-repeat;
	text-transform: uppercase;
	float: left;
}

#logo h1 span {
	display:none
}

#logo .opening
{
	float: left;
	text-transform: uppercase;
	padding: 20px 0px 0px 50px;
	color: #ffffff;
	font-size: 12px;
}

.homelink
{
	position: absolute;
	top: 15px;
	right: 860px;
	width: 260px;
}

#menu {
	z-index: 100;
  	width: 960px;
	height: 60px;
background-color: #323232;
}

#menu a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	text-transform: uppercase;
}

#main 
{
	position:relative;
	width:950px;
	padding: 5px;
	margin:0px auto;
	background-color: #ffffff;
}

#bottom
{
padding: 5px 0px 5px 2px;
background-color: #ffffff;
height: 155px;
}

#bottom a
{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	text-transform: uppercase;
}

#end
{
background: #333333 url('/p2pg/graphics/body_bg.gif') repeat;
height: 145px;
}

#footer 
{
	text-align: center;
	font-size: 11px;
    color: #ffffff;
	height: 30px;
	padding: 15px 0px 0px 0px;
background-color: #323232;

}

#footer a 
{
	font-size:9pt;
  	text-decoration:none;
	color:#ffffff;
	padding: 0px 20px 0px 20px;
}
#footer a:hover 
{
	text-decoration:underline;
	color:#ffffff;
}

#address 
{
	text-align: center;
	font-size: 11px;
    color: #ffffff;
padding: 10px 0px 10px 0px;
}

#logos img.intrawest
{
	padding: 40px 0px 0px 10px;
	float: left;
}
#logos img.wb
{
	padding: 10px 10px 0px 0px;
	float: right;
}

#clear 
{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}



/*** menu tabs ***/
ul.tabs li 
{
	display: inline;
	list-style-type: none;
	margin:0 0px 0px 0px;
	float: left;
	text-align: center;

}

ul.tabs li a 
{
	width:160px;
	display:block;
	padding:15px 0px 27px 0px;
	margin:0;
}

ul.tabs li a:hover 
{
	background: url(../graphics/menu_arrow_hover.gif) #000000 no-repeat;
	color: #ffffff;
}
ul.tabs li a.on, ul.tabs li a:hover.on 
{
	background: url(../graphics/menu_arrow_active.gif) #323232 no-repeat;
	color: #ffffff;
}
	

/* promo tabs */

ul.promotab li 
{
	display: inline;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	float: left;
	text-align: left;
}

.promomedia
{
	padding: 5px 0px 0px 0px;
	margin-top: -160px;
text-align: center;
	z-index: 99px;

}

.promomedia img
{
border: 0px solid #646464;
}

ul.promotab li a  
{
	width:230px;
    height: 160px;
	display:block;
	background: #f1f1f1 url('/p2pg/graphics/promo_off.jpg') no-repeat;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding:0;
	margin-top: 0px;
	z-index: 0;
}

ul.promotab li a h2
{

	font-size: 14px;
	padding: 139px 0px 0px 5px;
	margin:0;
}


ul.promotab li a:hover 
{
background: #d7d7d7 url('/p2pg/graphics/promo_hover.jpg') no-repeat;
}

ul.promotab li a:hover h2
{
 color: #cc3333;
}

ul.promotab li a h2.arrow
{
	background-image: url('/p2pg/graphics/arrow_off.gif');
	background-repeat: no-repeat;
	background-position: 5px 140px;
	padding-left: 25px;
}

ul.promotab li a:hover h2.arrow
{
	background-image: url('/p2pg/graphics/arrow_on.gif');
}

/*--------------*/



.clear 
{
	clear: both;
}

img 
{
	border: none;
}

#main p
{
	/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
	font-family: Arial;
	text-decoration: none;
	color: #111;
    font-size: 12px;
}



#main li
{
	/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #111;
    font-size: 12px;
}
p, h1, h2, h3, h4, h5, h6
{
	margin: 0 0 5px 0;
}
h3
{
	font-size: 14px;
	margin-top: 10px;
	font-family: Arial;
	text-transform:uppercase;
	padding: 4px 10px;
	background: #d5d5d5;
}
h1, h2
{
	font-family: Trebuchet MS;
	text-transform:uppercase;
}

