body { 
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
    line-height: 1.6em;
	background: #e1dfc2 url(../images/bg3.jpg) 0 0 repeat;
	color: #5f564a;
	}
form {
		margin: 0;
		padding: 0;
		border: 0;
		}
input {
	font-size: 105%;
	}
select {
	font-size: 105%;
	}
a {
	color: #0693AF;
	outline: none;
	}
a:hover {
	color: #44AEC3;
	}
a img {
	border: 0;
	}
#header {
	position: relative;
	height: 163px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0 25px;
	background: #888d4f url(../images/bg-header.jpg) 0 0 no-repeat;
	overflow: hidden;
	}
#front #header {
	position: relative;
	height: 163px;
	margin: 0;
	padding: 0 25px;
	background: #888d4f url(../images/bg-header.jpg) 0 0 no-repeat;
	}
#header h1 {
	margin: 0;
	position: absolute;
	left: 25px;
	top: 75px;
	}
#header h1 a {
	margin: 0;
	display: block;
	width: 520px;
	height: 64px;
	background: url(/dev/images/stewlogo.png) 0 0 no-repeat;
	}
#front #header h1 a {
	margin: 0;
	display: block;
	width: 520px;
	height: 64px;
	background: url(/dev/images/stewlogo.png) 0 0 no-repeat;
	}
#header h1 a span {
	display: none;
	}
#menu {
	position: absolute;
	top: 0;
	left: 25px;
	background: url(../images/bg-menu.png) 0 0 repeat;
	height: 23px;	
	border-bottom-left-radius: 10px;	
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomright: 10px;	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
#menu ul {
	margin: 0;
	padding: 0 5px;
	}
#menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	}
#menu ul li a {
	padding: 5px 15px 7px 15px;
	display: block;
	font: normal 12px/12px Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	}
#menu ul li a.home {
	padding-left: 25px;
	background: url(../images/bg-home.gif) 9px 4px no-repeat;
	}
#menu ul li a.home:hover {
	padding-left: 25px;
	background: url(../images/bg-home-h.gif) 9px 4px no-repeat;
	}
	
#menu ul li a:hover {
	display: block;
	color: #dee8c8;
	}
#headerlinks {
	position: absolute;
	top: 106px;
	right: 20px;
	}
#l-survey {
	display: inline-block;
	border-right: 1px solid #687F33;
	width: 175px;
	height: 57px;
	margin: 2px 0;
	background: url(/dev/images/tab-left.png) 0 0 no-repeat;
	}
#l-survey span {
	display: none;
	}
#l-map {
	display: inline-block;
	width: 175px;
	height: 57px;
	margin: 2px 0;
	background: url(/dev/images/tab-right.png) 0 0 no-repeat;
	}
#l-map span {
	display: none;
	}
	
#hphotocredit {
	position: absolute;
	top: 5px;
	right: 10px;
	font: normal 10px/10px Calibri, Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #AAB966;
	}
.creditname {
	color: #C1CC90;
	}
#intro {
	margin: 0 -10px;
	width: 960px;
	background: #F9F9F0;
	box-shadow: 0 3px 3px rgba(0,0,0,0.30);
}	
#welcome {
	padding: 20px 30px;
	color: #626D13; 
	font-size: 28px;
	line-height: 36px;
	}
#welcome h1 {
	margin: 4px 0; 
	color: #626D13;
	font-size: 23px;
	line-height: 30px;
	font-weight: normal;
	}
#welcome p {
	margin: 8px 0; 
	font-size:14px;
	line-height:22px;
}
#welcome a {
	color: #fff;
	}
#options { 
	margin: 16px 0 24px 0;
	}
#options ul {
	margin: 0;
	padding: 0;
	}
#options ul li {
	list-style-type: none;
	text-align: center;
	/*border-bottom: 1px solid #B8B986;*/
	padding: 20px 0;
	color: #5F564A;
	font: 600 15px/17px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	}
#options ul li.last {  
	border-bottom: 0; 
	}
/*#description {
	position: relative;
	margin: 0;
	margin-left: 40px;
	padding: 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #626D13;
	}
.desc {
	position: absolute;
	top: 12px;
	width: 350px;
	height: 290px;
	padding: 0;
	display: none;
	vertical-align: middle;
	} */
	

.collumn-container{
width:100%;
}

.collumn-container-50{
	width: 365px;
  float: left;
  margin-right: 10px;
}

.collumn{
float:left;
}

.col-33{
width:33%;
float:left;
}

.col-50{
  width:50%;
float:left;
}



#options .collumn  ul li {
  color: #687D38;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
}	

#options .collumn  ul li.list-head {
  font-weight: bold;
  background-color: #687D38;
  color: #fff;

}
#options .collumn  ul li.even {
  background-color: #E9E7D6;
}	

#options .collumn  ul li.odd {
  background-color: #DEDCC4;
}	


#description {
	position: relative;
	margin: 0;
	margin-left: 40px;
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #626D13;
	}
.desc {
	position: relative;
	margin: 15px 15px 0 15px;
	padding: 15px 20px;
	display: none;
	background-color: #e9e7d6;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	color: #626D13;
	text-transform: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.30);
	}
.desc-close {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
#surveystart {
	margin: 0 -10px;
	background-color: #5F564A;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F564A), to(#4F463A));
	border-bottom: 4px solid #626D13;
	margin-top:10px;
	}
.incentive {
	float: right;
	width: 200px;
	margin: 15px 0 15px 15px;
	background-color: #8F5CA0;
	padding: 15px;
	font-size: 14px;
	color: #dcdb98;
	color: #F1CFFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
.incentive h3 {
	color: #fff;
	margin: 2px 0;
	font: italic bold 15px/17px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: transparent;
	}
.incentive a {
	color: #fff;
	}
#startformbox {
	border: 1px solid #c0c69c;
	background: #E8E7D4 url(../images/bg-startformbox.gif) 0 bottom repeat-x;
	padding: 30px 40px;
	font-size: 13px;
	}
#startformbox ul {
	margin: 0;
	padding: 0;
	}
#startformbox ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 25px;
	}
	
	
	
	
form {
	border: 0;
	padding: 0;
	margin: 0;
	}
.question {
	border-top: 1px solid #bdba8e;
	padding: 10px;
	margin-top: 5px;
	}
.first {
	border-top: 0 !important;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	}
h3 {
	background-color: #513003;
	padding: 9px 14px 7px 14px;
	color: #efe8de;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
	}

h4 {
	margin: 4px 0;
	}
hr {
	margin: 10px 0;
	border: 0;
	padding: 0;
	border-top: 1px solid #5f564a;
	height: 1px;
	color: transparent; 
	}
.q {
	margin: 5px 0 5px 0;
	color: #513003;
	font-weight: bold;
	font-size: 15px;
	}
.fftext {
	width: 400px;
	}
.fftext-half {
	width: 200px;
	}
.fftext-qtr {
	width: 100px;
	}
.fftextarea {
	width: 550px;
	height: 120px;
	}
#pagenav {
	margin: 20px 0 10px 0;
	}
#pagenav ul {
	height: 20px;
	margin: 0;
	padding: 0;
	}
#pagenav ul li {
	float: left;
	list-style-type: None;
	margin: 0;
	padding: 0 2px;
	font: Normal 15px/15px Arial, Helvetica, sans-serif;
	}
#pagenav ul li a {
	padding: 3px 10px;
	background-color: #aea98e;
	color: #fff;
	text-decoration: None;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
#pagenav ul li a:hover {
	background-color: #c2bea7;
	}
#pagenav ul li.active a {
	background-color: #618309;
	}
#pagenav ul li.active a:hover {
	background-color: #889b49;
	}
.radiolist {
	padding: 0;
	overflow: hidden;
	}
.radiolist li {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	list-style-type: none;
	float: left;
	}
.example {
	font-size: 15px;
	color: #a08840;
	font-style: italic;
	}
.error {
	color: #cc2211;
	}
.button {
	margin: 30px 0;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	padding: 12px 24px;
	background-color: #0693AF;
	color: #fff;
	border: 0;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.50),0 2px 4px rgba(0,0,0,0.30);
	background: -webkit-gradient(linear, left top, left bottom, from(#0693AF), to(#04738F));
	background: -moz-linear-gradient(top,  #0693AF,  #04738F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0693AF', endColorstr='#04738F');
	}
.button:hover {
	background-color: #44AEC3;
	background: -webkit-gradient(linear, left top, left bottom, from(#06a3bF), to(#0693AF));
	background: -moz-linear-gradient(top,  #06a3bF,  #0693AF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#06a3bF', endColorstr='#0693AF');
	color: #fff;
	}
.button-lrg {
	margin: 15px 0;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size: 19px;
	font-weight: bold;
	padding: 18px 28px;
	background-color: #0693AF;
	color: #fff;
	border: 0;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.50),0 2px 4px rgba(0,0,0,0.30);
	background: -webkit-gradient(linear, left top, left bottom, from(#0693AF), to(#04738F));
	background: -moz-linear-gradient(top,  #0693AF,  #04738F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0693AF', endColorstr='#04738F');
	}
.button-lrg:hover {
	background-color: #44AEC3;
	background: -webkit-gradient(linear, left top, left bottom, from(#06a3bF), to(#0693AF));
	background: -moz-linear-gradient(top,  #06a3bF,  #0693AF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#06a3bF', endColorstr='#0693AF');
	color: #fff;
	}
.button-sml {
	margin: 15px 0;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 18px;
	background-color: #0693AF;
	color: #fff;
	border: 0;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.50),0 2px 4px rgba(0,0,0,0.30);
	background: -webkit-gradient(linear, left top, left bottom, from(#0693AF), to(#04738F));
	background: -moz-linear-gradient(top,  #0693AF,  #04738F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0693AF', endColorstr='#04738F');
	}
.button-sml:hover {
	background-color: #44AEC3;
	background: -webkit-gradient(linear, left top, left bottom, from(#06a3bF), to(#0693AF));
	background: -moz-linear-gradient(top,  #06a3bF,  #0693AF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#06a3bF', endColorstr='#0693AF');
	color: #fff;
	}
.deletebutton {
	position: relative;
	top: 2px;
	}
	
.mapbutton  {
	font: Normal 12px/12px Arial, Helvetica, sans-serif;
	padding: 3px 10px;
	background-color: #aea98e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
.mapbutton:hover {
	background-color: #c2bea7;
	color: #fff;
	}
.mapbutton:active {
	background-color: #618309;
	color: #fff;
	}
	
ul.forms {
	margin: 10px 0;
	padding: 0;
	list-style-position:inside;
	}
ul.forms li {
	margin: 10px 0;
	padding: 0;
	line-height: 1em;
	list-style-type: square;
	list-style-image: url(../images/form.gif);
	}
.hilite {
	font-weight: bold;
	font-style: italic;
	color: #111;
	}
.defined-areas {
	margin: 10px 0;
	border: 1px solid #bdba8e;
	background-color: #FFFFCC; 
	padding: 5px 10px;
	}
.mapoptions {
	margin: 0;
	padding: 0;
	}
.mapoptions li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.mapoptions li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	}
.ui-autocomplete-loading { 
	background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat; 
	}
	
.social-links { 
	float: right;
	margin-left: 20px;
	border: 0;
	font-size: 10px;
	line-height: 21px;
	text-transform: uppercase;
	}
.social-links img {
	border: 0; 
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin: 0 0 0 3px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.30);
	}
#footer-preface{
margin: 0 0px;
  background-color: #5F564A;
  background: -webkit-gradient(linear, left top, left bottom, from(#5F564A), to(#4F463A));
  padding:10px 0px;
}
#footer {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 14px 20px;
	background-color: #B1C176;
	background-color: #98A152;
	background: #576846 url(http://dev.stewmap.cnt.org/images/bg-header.jpg) 0 bottom repeat-x;
	color: #DEE9C7;
	font-size: 11px;
	}
#footer p {
	margin: 2px 0;
	}
#footer a {
	color: #fff;
	outline: none;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	}
#embedbox {
	margin-top: 15px;
	font-size: 11px;
	}

#embedbox .options {
	font-size: 9px;
	text-transform: uppercase;
	}
	
.embedtext {
	width: 400px;
	background-color: #E5E3CD;
	border: 1px solid #BCCA95;
	font-size: 11px;
	padding: 3px;
	color: #5f564a;
	}
	
.smallmap {
    width: 460px;
    height: 540px;
    border: 1px solid #ccc;
}
#windowscreen {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9000;
	opacity: 0.50;
	filter: alpha(opacity=5);
}
#hourglass {
	width: 60px;
	height: 60px;
	z-index: 4000;
	position: absolute;
	top: 325px;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	border: 0px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff url(../images/hourglass-spinning.gif) 19px 19px no-repeat;
	opacity: 0.80;
	filter: alpha(opacity=8);
}
#hourglass div {
	font-size: 16px;
	padding: 4px;
}

.subnav-map-wrapper{
background: #385029 url(/dev/images/subnav-bg.png) 0px 0px repeat-x;
width: 100%;
height: 38px;
margin-bottom:8px;
}

#subnav-map ul{
margin:0px;
padding:0px;
}
#subnav-map ul li{
list-style-type: none;
float: left;
margin: 0;
padding: 10px;
}

#subnav-map ul li a{
color:#dee8c8;
margin:0px;
padding:5px 10px;
font: normal 14px/14px Calibri, Arial, Helvetica, sans-serif;
text-decoration: none;
}

#subnav-map ul li a:hover{
color:#ffffff;

}

.callout-container{
padding: 0px 0px 5px 0px;
background-color: rgba(249, 249, 240, 0.57);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}

a.callout-btn{
padding: 8px 10px;
background-color: #0693AF;
color: #fff;
text-decoration: none;
border-radius: 6px;
border-radius: 6px;
-moz-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-webkit-border-radius: 6px;
margin:0px 3px;
}

a.callout-btn:hover{
background-color:#44AEC3;
}

p.callout-lead{
font-size: 20px;
line-height: 24px;
margin: 0px;
padding: 0px 10px;
}

.callout-container p{
margin: 10px 0px;
padding: 0px 10px 10px 10px;
}

.homepage-callout-wrapper{

}

.homepage-callout-container{
min-height:150px;
background-color: rgba(249, 249, 240, 0.57);
float:left;
margin:10px;
border-radius:10px;
}

.homepage-callout-container a{
color:#000;
font-size:16px;
line-height:20px;
text-decoration:none;
padding:20px 10px;
}

#map-help-container{
padding:20px 10px;
text-align:center;
background-color: rgba(249, 249, 240, 0.57);
border-radius:6px;
border:1px solid #eeeeee;
margin-bottom: 10px;
}

#map-help-container p{
margin-bottom:20px;
}

#survey-btn-container ul li, #map-btn-container ul li{
float: left;
list-style-type: None;
margin: 0;
padding: 0 2px;
font: Normal 15px/15px Arial, Helvetica, sans-serif;
}

#map-btn-container ul{
padding-left:0px;
}

#map-btn-container{
height:30px;
}

.random-quote-container{
  border-left: 4px solid #5f564a;
  margin: 20px 0px;
  padding: 5px 0px 0px 20px;
  background-color: rgba(249, 249, 240, 0.57);
}

.random-quote-container .item{
display:none;
}

.random-quote-container strong{
color:#333;
}
.random-quote-container h3{
    font-family: Georgia, Times;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 20px 0px;
  background-color:inherit;
  color:#513003;
}
