/* CSS for main pages of Go Heli Ski
--------------------------------------------- */


body {
    margin: 0px;
    padding: 0px;
    text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-image: url(/images/bkg21.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 51% 0%; 
    }

img {
  border: 0px;
	}


#forum{
	text-align: left;
	}


#bluebar {
    width:700px;
    margin: 0px auto 0px auto;
    height: 93px;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #F60;
    border: 0px solid #000;
    }
    

/*
#alaska #bluebar {
    background: url(/images/bkg4.gif);
    }
*/    
 
#widemap {
    width:700px;
    margin: 0px auto 0px auto;
    height: 250px;
    position: relative;
    text-align: left;
    color: #F60;
    border-top: 10px solid #ffffff;
    } 

 
    	
	
#tabposition {
    height: 21px;
    width: 530px;
    border: 0px solid #444;
    position: absolute;
    left: 150px;
    bottom: -1px;
    }
html>body #tabposition { bottom: 1px }



#box {
    width:700px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    border: 0px solid #000;
    }

#left {
	float: left;
	width: 150px;
	margin: 25px 0px 0px 0px;
	}

#right {
	float: right;
	width: 550px;
	}


#logo {
    position: absolute;
    left: 30px;
    top: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	}


#textlinks {
    margin: 0px auto;
    position: relative;
    text-align: center;
    }





/* Common text Formats
--------------------------------------------- */

p {
    padding: 0px;
	margin: 10px 0px 10px 0px;
	line-height: 1.4em;
    text-align: left;
    color: #555555;
    font-size: 12px;
    }
    
p.address {
	font-size: 10px;
	}    

p a {
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #666666;
    text-decoration : underline;
    }

p a:hover {
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #FF6600;
    text-decoration : underline;
    }

h2 {
    padding: 0px;
    margin: 20px 0px 10px 0px;
	line-height: 1em;
    color: #444;
    font-size: 1.1em;
    text-align: left;
    font-weight: bold;
	letter-spacing: -1px;
    }
    
h2 a {
    padding: 0px;
    margin: 20px 0px 10px 0px;
	line-height: 1em;
    color: #444;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    }
    
h2 a:hover {
    padding: 0px;
    margin: 20px 0px 10px 0px;
	line-height: 1em;
    color: #FF6600;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    }
    


h1 {
    color: #444;
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	line-height: 1em;
	letter-spacing: -1px;
	border: #000 solid 0px;
	clear: both;
    }
    
h1 a {
    color: #A9A9A9;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	line-height: 1em;
	clear: both;
    text-decoration: none;
    }
    
 h1 a:hover {
    color: #444;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	line-height: 1em;
	clear: both;
    text-decoration: none;
    }







/* Bottom of the page
--------------------------------------------- */
	

#bottomspace {
    margin: 0px;
    height: 40px;
    position: relative;
    text-align: left;
    }

#sitecopyright {
    position: absolute;
    margin: 20px 0 0 0;
    top: 5px;
    font-weight: normal;
    text-decoration: none;
    font-size: 9px;
    color: #666666;
    background: transparent;
    }

#sitecopyright a {
    color: #666666;
    font-family: Lucida Grande, Helvetica Neue, Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    }

#sitecopyright a:hover {
    color: #003399;
    font-family: Lucida Grande, Helvetica Neue, Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
    }



