html {
    background-color: #DBBA77;

}

body {
    background-color: beige;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    border: 1px solid #80B299;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
   
}

h1 {
	font-size:2.0em;
	margin:5px 0px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

h2 {
	font-size:1.6em;
	margin: 2px 0px 8px 5px;
/*	font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif; 
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

h3 {
	font-size:1.4em;
	margin:5px 0px 0 5px;
/*	font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif; 
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

h4 {
	font-size:1.2em;
	margin:5px 0px 0 5px;
	font-family: "Times New Roman", Times, serif;
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

#masthead {

/*    position: absolute; */

/* use below for still open during Xmas time - i.e. early December */
/*   background-image: url(images/header_building_banner9_xmas_reghours.png); */

/* use below for closed during Xmas time */
/*  background-image: url(images/header_building_banner12_xmas_closed.png); */

/* use below for closed for winter after Xmas */
background-image: url(images/header_banner_afphoto-closed1.png);

/* background-image: url(images/header_banner_afphoto-xmas-closed1.png); */
/*  background-image: url(images/header_banner_afphoto-xmas-reghours1.png); */
/*  background-image: url(images/header_building_banner12_closed.png); */

/* use below for regular open hours */
/*  background-image: url(images/header_banner_afphoto-reghours1.png); */

/*  background-image: url(images/header_building_banner13_re-opening.png); */
/*  background-image: url(images/header_building_banner12_closed.png); */
/*  background-image: url(images/header_building_banner11_xmas_winter_reghours.png); */
/*   background-image: url(images/header_building_banner10_winter_reghours.png); */
/*   background-image: url(images/header_building_banner10_xmas_winter_reghours.png); */
/*   background-image: url(images/header_building_banner9.png);*/
/*   background-image: url(images/header_building_banner9_xmas_winter_reghours.png);  */
/*   background-image: url(images/header_building_banner9_winter_reghours.png); */
/*    background-image: url(images/header_building_banner8.png); */
/*    background-image: url(images/header_building_banner6_winter1_jan-feb-marhours1.png); */
/*    background-image: url(images/header_building_banner6_winter1.png); */
/*    background-image: url(images/xmas_header_building_banner3.jpg); */
/*    background-image: url(images/header_building_banner6_xmas4_jan-feb-marhours1.png); */

    background-repeat: no-repeat;
/*    background-position: center center; */
    background-color: #80B299;
	height:105px;
	color: #000000;
	padding-bottom: 0px;
    border-bottom: 8px solid beige;

}

#masthead img {
	border:0;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftcol {

/*    position: absolute; */
	font-family:Arial, Helvetica, sans-serif;
    font-size:1.00em !important ;
    float:left;
	width: 155px;
    font-size:1.10em;
    line-height: 1.10em;
    background-color: beige;
/*    height: 1000px; */
    padding-right: 10px;
    
}

#leftcol a.pln {font-weight:normal; text-decoration:none; color:#666666; line-height:1.0}
#leftcol a.bld {font-weight:normal; text-decoration:none; color:white; line-height:1.0}
#leftcol td.bld {background-color: #80B299}

#leftcol img {
	border:0;
	float: none;
	margin-left: 8px;
	margin-bottom: 0px;
}

.wow {
/*	font-style: italic; */
	font-weight: bold;
	color: red;
}

.wowgreen {
	font-weight: bold;
	color: green;
    
}
.bigbox {
	background: #E6EBFF;
	margin: 12px;
	padding: 14px;
	border: medium dashed #006699;
	text-align: center;
}

.bigfont {font-size: 22px}


#middlecol {

/*    position: absolute; */
	font-family:Arial, Helvetica, sans-serif;
/*    font-size:0.82em;    */
    font-size:0.95em;    
    background-color: beige;
    margin-left:165px ;
    margin-right:200px ;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 1.50em;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
/*    height:800px; */
    
}


#rightcol {
	font-family:Arial, Helvetica, sans-serif;
    font-size:0.82em;    
    float:right;
    background-color: beige;
    width: 180px;
    padding-left:10px;
    padding-right:10px;
    line-height: 1.50em;
/*    color: #666666;  */
    color: black; 
    text-align: left;

}

#rightcol a{
/*	color: #666666; */
	color: black;
    text-decoration: underline;
   
}

#rightcol img {
    border: 0px;
    padding: 0px 0px 0px 0px;
    align: middle;   
}
    

.noindent {
    padding-left: 0;
    margin-left: 0;
}

.bluebox {
	text-align: center;
    padding: 5px 5px 5px 5px;
	background-color: #ECFFFF;
	border: medium double blue;
}

.bluebox a {
    color: #d9002c;
    font-weight: normal;
    text-decoration: underline;

}

.bluebox_borderless {
	text-align: center;
    padding: 5px 5px 5px 5px;
	background-color: #ECFFFF;
}

.bluebox_borderless a {
    color: #d9002c;
    font-weight: normal;
    text-decoration: underline;

}

.greenbox {
	padding: 1px 0px 4px 0px;
	background-color: #ECFDC7;
}

.cyanbox {
/*    color: #FAFAFA; */
	padding: 4px 4px 4px 4px;
/*	background-color: #80B299; */
	background-color: #B1CFC0;
}

.lightcyanbox {
/*    color: #FAFAFA; */
	padding: 4px 4px 4px 4px;
/*	background-color: #80B299; */
    background-color: #C7EAD9;
}


.hibox {
	padding: 12px;
	margin: 12px 6px;
	background-color: #E0FFD8;
	border-bottom:1px dotted #999;
}

.hibox img{
    padding: 5px;   
    
}


.hibox h3{
	border-bottom:1px dotted #999;
}

.hibox_grey {
	padding: 5px;
	margin: 5px 6px;
	background-color: #cccee3;
	
}

.hibox_grey h3{
	border-bottom:1px dotted #999;
}

img.right_img {float: right; padding-left: 5px; padding-top: 6px; }
img.left_img {float: left; padding-right: 8px; padding-top: 6px; }

.dotline {
	border-top: 1px dotted #bbb;
	line-height: .25em;

}

.dashline {
	border-top: 1px dashed #ccc;
	line-height: .25em;

}

.solidline {
	border-top: 1px solid #D7D6D6;
	padding: 0px 0px 4px 0px;
	margin: 0em;
	visibility: hidden;
/*	visibility: hidden; */
/*	visibility: visible; */

}

#footer {
    background-color: #80B299;
	height:40px;
    border-top: 4px solid green;
	color:#666666;
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
	
}
#footer a {color:black}
#footer a:hover,#footer a:focus {color:#000000}
	