﻿@charset "utf-8";
/* CSS Document */

html {
	background-color: #CCCC99;	
	}

/*Main container styles*/

body {
    background-color: #CCCC99;
    color: #663300;
	line-height:1.5;
	color:#660000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
	}

#container {
    background-color: #FFFFCC;
	padding:8px;   
	width: 800px;
    margin-left: auto;
    margin-right: auto;
	}

/*Logo*/

#mainBlock {
	margin: auto;
	min-height: 100%;
	background-image:url(../images/mountain_logo.gif);
	background-repeat:no-repeat;
	height: auto;
	left: auto;
	width: 90%;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

.headerLogo {
    background-image:url(../images/vermontmap_sm.gif);
    background-repeat: no-repeat;
    height: 155px;
    margin: 0px auto 0px auto;
    padding-bottom: .5em;
    vertical-align: bottom;
    clear: both;
	font-size:24px;
	font-weight:bold;
	font-style:oblique;
	color:#660000;	
	border-bottom:double #669900;
	width:818px;	  
	}

.mtLogo {
	background-image:url(../images/mountain_logo.gif);
	background-repeat:no-repeat;
	margin-top:50px;
	width:auto;
	height:50px;
	border:solid black;
	}

/*Top nav bar*/

#navbarContainer {
	margin-top:5px;
	margin-bottom:30px;
	padding-top:6px;
	text-align:center;
	}

.navBar {
    font-size: x-small;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
    width: 800px;
    background-color: #CCCC99;
; clip:   rect(   ); text-align: center; border-top-width: 0
	}

.navBar a:visited { 
    text-decoration: none;
	color:#666600;
	}

.navBar a:hover 
{ 
    text-decoration: none; 
    color: #669900; 
}

.navBar a:link { 
    text-decoration: none;
	color:#663300;
	}

/*Bottom nav bar*/

#FTnavbarContainer {
    width: 100%;
	margin-top:5px;
	margin-bottom:30px;
	padding-top:6px;
	text-align:center;
	}

.FTnavBar {
	margin-top:20px;
    font-size: x-small;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
    width: 100%;
    background-color: #FFFFCC;
	border-top:double #669900;
	border-bottom:double #669900;
	}

.FTnavBar a:visited { 
    text-decoration: none;
	color:#666600;
	}

.FTnavBar a:hover { 
    text-decoration: none; 
    color: #669900; 
	}

.FTnavBar a:link { 
    text-decoration: none;
	color:#663300;
	}

/*Page links*/

a:link { 
	text-decoration: none;
	color:#663366;
	}

a:hover { 
    text-decoration: none; 
    color: #669900;
	}

a:visited { 
    text-decoration: none;
	}

/*Heading styles*/

	
.h3 {
	text-align:center;
	color:#006600;
	}	

.h4 {
	text-align:center;
	color:#006600;
	}

#imgContainer {
	float:left;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:4px;
	}

/*List style*/

#detailList {
	margin-left:130px;
	font-weight:bold;
	}
	
/*Google maps*/

#mapContainer {
margin-left:155px;
}

/*Bottom search and footer*/

#searchBox {
margin-left:10px;
}

#footer {
margin-left:10px;
}

