/* whistlerweather  page stylesheet
-------------------------------------------------------- */

* { padding: 0; margin: 0; }

body {margin: 5px; color: black; 
background: #708090;}
/* (../library/background_files/background.gif) moving clouds*/

a {font-family: Eurostile;
	font-size: 18px;
	color: #3300FF;
	text-decoration: underline;}

a:hover{font-family: Eurostile;
	font-size: 18px;
    color: #FF0000;
	text-decoration: none;}


/* page elements
-------------------------------------------------------- */
#page {
	width: 720px; height: 1500px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background: #FFFFFF;}

#content {
	float: left;
	position: relative; 
	margin: 0px 0;}

#footer {
	width: 720px;
	border-top: 2px solid #CCCCCC;
	clear: both;
	text-align: center;
	margin: 0px 0px 0px 0px; 
	padding-top: 0px;}

#feature_left {
	float: left;
	width: 720px; height: 223px;
	margin: 35px 0px 0px 0px;}

#feature_right {
	float: right;
	width: 200px; height: 250px;
	margin: 0px 5px 0px 0px;}

#feature_right_1{
	float: right;
	width: 150px; height: 250px;
	margin: 0px 20px 0px 0px;}

#feature_right_2 {
	float: right;
	width: 350px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#feature_right_12 {
	float: left;
	width: 320px; 
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;}

#text_right {
	float: right;
	width: 350px; 
	margin: 5px 0px 5px 5px;
	padding: 5px;}

#text_right_2 {
	float: right;
	width: 350px; 
	margin: 5px 5px 5px 5px;
	padding: 5px;}

#lnav_2 {background-color: #F4F4F4;
    float: left;
	background-image: url(../img/lbg4.jpg);
	width: 320px; height: 553px;
	-moz-box-sizing: border-box;}
#navcontainer {padding:0px;
 	margin: 2px 0px 0px 0px;
	text-align:left;}
#navcontainer ul {margin:0;padding:0px;
	list-style-type: none;
	font: 14px Eurostile;}
#navcontainer ul li {margin:0;padding:0;
	line-height:210%; /* list item spacing when display=inline */
	display:inline; /* ie5 w */
	background-color:transparent;}
#navcontainer ul li#current {display:block;
	background-color: #D6E1EC;
	width:100%;
	color:#FFF;}
#navcontainer ul li#current a:link {color:#369;
	font-weight:normal;
	padding: 11px 0px 11px 11px;}
#navcontainer ul li#current a:hover {color:#369;
	background-color: #0E00C3;}
#navcontainer ul a:link, #navcontainer ul a:visited {
	text-decoration:none;
	font-weight:bold;
	display: block;
    margin: 0px 0px 0px 9px;
	padding: 11px 0px 12px 11px; /* list item padding */
	width: 40%;
	-moz-box-sizing: border-box;
	color: #26B3C0;
	border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;}
#navcontainer ul a:hover {
color:#F7F7F4;
font-weight:bold;;}

p {font-family: Eurostile;
	color: #444;
	margin: 0px;
	font-size: 14px;
	line-height: 1.6em;}

h1  {margin: 0px 20px 14px 0px;
color: #000000;
		font: bold 19px/27px Eurostile;}
h2  {margin: 0px 0px 0px 10px;
color: #000000;
		font: bold 15px/17px Eurostile;}

a.red:link {font-family: Eurostile;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
a.orange:visited {font-family: Eurostile;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
a.orange:hover {font-family: Eurostile;
	color: #DA913A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;}

/* Photo Gallery
--------------------------------------------------------------------------------------------------- */
#content ul.galnav {
	margin:0 0 0 0px;
	padding:0;
}
#content ul.galnav .small a {
	text-decoration:none;
}
#content ul.galnav .small a:hover {
	text-decoration:none;
}
#content ul.galnav li {
	background: #fff;
	float: left;
	width: 50px;
	margin:0 0 15px 0;
	padding: 0;
	font-size: 10px;
}
div.photo {
	clear: left;
	width: 350px;
	height: 263px;
	

#sidebar {
    width: 100px;
    float:left;
	background: #D7D6D6;
	padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    }


