﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E8E3E3;
}

h1 {
    font-family: sans-serif;
	font-size: 1.7em;
    font-weight: 100;
    line-height: 1.7em;
    
}

h2 {
    display: block;
    width: 350px;
    height: 30px;
    margin: 10px auto;
    padding: 5px 0 7px 0;
    border-top: 3px solid solid #DDD;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid #DDD;
}
h2.hover {
  cursor: pointer;
  text-decoration: underline;
    font-family: sans-serif;
	font-size: 1.7em;
    font-weight: 100;
    line-height: 1.7em;
    
}

h3 {
    font-family: sans-serif;
	font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    
}

.smallfont {font-size: .75em}

.regfont {font-size: 1.25em}

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1000px;
    clear: all;
}

.container {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 800px;
    clear: all;
}

#content {
	display: block;
	position: relative;
	width: 1000px;
	margin: 8px 0 0 0;
	padding: 12px 0 0 0;
	background-color: #FFF;
	overflow:hidden;
	clear: both;
}

.col-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

.col {
  display: table-cell; /* Make elements inside the container behave like table cells */
}

}

.obstacle {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 650px;
    clear: all;
}

.obstacle2 {
	display: block;
	position: relative;
	width: 650px;
	margin: 8px 0 0 0;
	padding: 12px 0 0 0;
	background-color: #FFF;
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.6);
	overflow:hidden;
	clear: both;
}


#section {
    display: block;
    position: relative;
}

#content6 {
    background-image: url("gfx/traffic_counter_sm.png");
    background-repeat: no-repeat;
    background-position: 0 550px; 
}


.tagline {
	display: inline-block;
	/*margin: 0 0 0 600px;*/
	margin: 10px auto 7px auto;
}

#content a {
	text-decoration: none;
}

#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#space {
	display: block:
	float: left;
	position: relative;
	width: 370px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 50px;
	border: none;
}

#subhead {
	display: block;
	width: 100%;
	height: 1.5em;
	padding: 9px 0 0 0;
	margin: 0 0 16px 0;
	background: #eee;  
    background: -webkit-gradient(linear, left bottom, left 20, from(#eee), color-stop(4%, #ddd), to(#eee));  
    background: -moz-linear-gradient(bottom, #eee, #ddd 1px, #eee 20px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
}

#subhead p {
	display: table;
	position: relative;
	width: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande, sans-serif";
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 auto;
}

#textarea {
	display: block;
	position: relative;
	width: 860px;
	margin: auto;
	padding: 25px 0 25px 0;
	clear: left;
}

.textarea {
	display: block;
	position: relative;
	width: 550px;
	margin: auto;
	padding: 25px 0 25px 0;
	clear: left;
}

.climatetext {
	display: block;
	position: relative;
	width: 550px;
	margin: auto;
	padding: 25px 0 25px 0;
	clear: left;
}


#textarea a {
	text-decoration: underline;
}

.imgfloatlft {
    display: block;
    position: relative;
    float: left;
    margin: 8px 10px 10px 0;
    clear: both;
}

#formholder {
	display: block;
	float: right;
	position: relative;
	margin: 0;
}

#notice {
	display: block;
	float: right;
	width: 300px;
	height: 200px;
	margin: 225px 20px 0 0;
	padding: 0;
	border: 0;
}

#notice p {
	text-align: center;
	padding: 8px;
	font-family: galdeanoregular, ariel, sans-serif;
	font-size: 18px;
	color: gray;
}

p {
	display: block;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 1.25em;
	line-height: 1.6em;
}

em {
	font-size: 1.1em;
}


.rounded-corners {
	border-color: #CFC8D3; /* DEDEDE */
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

table { margin-left: auto;
  margin-right: auto;
}

ul {
    list-style-type:none;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1.1em;
    line-height: 1.5em;
}

/*li {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1em;
    line-height: 1.5em;
} */

p.centered {
	display: block;
	text-align: center;
	margin: 12px 0 0 0;
 }

quote {display:  block; width: 80%; margin: 0 auto; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1em;
    line-height: 1.5em;}