@charset "utf-8";

/*===================PALETTE=============================================
=======================================================================*/
/*
Light beige  - #E2D9A3

TAKES THE CAKE
Slate - #1c1a1b
Light Slate - #6c8679
Gray/blue - #dad8dd
Coffee w/cream - #dcc498
Less cream - #944929

ROOSTER STRUT
Cream - #ffd57c
Cream/gray-green - #c2b272
Gray-green - #948a5d
Brownish gray - #735c3b
Brown - #61290d

SUNSET HORSEBACK
Forest green/gray - #1d261f
Brownish gray - #403028
Gray - #7f6e6a
Teal - #b8bf97
Cream - #ffeeb3

*/

/*=======================BASIC FORM STYLES============================================
===============================================================================*/
/*===STAY INFORMED STYLING====*/

#emailNew {
	width:170px;
	font-size:0.8em;
	color:#1c1a1b;
	font-variant:small-caps;
	margin-left: 15px;
}
#emailZip { width:50px;
	font-size:.8em; 
	color:#1c1a1b7; 
	font-variant:small-caps;}

/*===STYLING FIELDSETS AND LEGENDS WITH DIVS AND SPANS*/
	
#content fieldset {
	border: .15em solid #6c8679;
}
#col fieldset {
	border: .15em solid #6c8679;
	margin-top: 0px;
	padding-left: 5px;
}
#col fieldset p { font-variant:normal;}
				 
fieldset.fieldset { 
	margin-top:2em;
	margin-bottom:2em;
    padding-top:1em;
	padding-bottom:1em; }

fieldset.fieldset p {
	margin: 0 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .65em;
	font-variant:small-caps;
	line-height:1.5;
	color: #000; }

legend span {
	top:-1.5em;
	left: 1.5em;
	padding: 0 .2em;
	background: #1c1a1b;
	color:#e2d9a3;
	font-weight:normal;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*=======FIELDSET LINK INFO===========*/

/*fieldset input:hover { font-size: .75em;
	line-height: 1.5;
	vertical-align: -1.5%; }*/
	
.fieldset .actBlue .link {
	margin-left: 40%; }
#payPal {
	margin-left: 35%; }

#col div .fieldset a {
	font-size: .85em;
	line-height: 1.5;
	font-variant: small-caps;
	color: #1c1a1b;
	text-align: center;
	font-weight: bold;  }
	
#col div .fieldset p.download {
	font-style:italic;
	text-decoration: underline;
	color: #1c1a1b;
	line-height: 1.2;
	text-align: center; }
	
#col div .fieldset address {
	font-size: 0.85em;
	line-height: 1.5;
	font-variant: small-caps;
	color: #1c1a1b;
	margin: 0px;
	text-align: center;
	font-weight: bold; }



/*=======ORGANIZING INFORMATION TYPES INTO DIVS===========*/

label { margin-top:.55em; }

/* display labels next to form elements, add a class for when you want them to stack */
label.top {display:block;}

#informationType { margin: 20px 0; }

/* display labels inline with checkboxes  */
#informationType label, #howcanIhelp label { padding-left: 5px; }

/* align columns of checkboxes or radio buttons */
div.group1, div.group2, div.group3, div.group4 {
	float: left;
	width:14em;
	padding-left: 5px;}
	
/*=======TEXT AREAS, INPUT AREAS, SUBMIT BUTTONS===========*/	

#frmVolunteer textarea { width: 300px; margin-top: .5em; }

#frmVolunteer input { width: 150px; }	
/*reset width for non-text inputs*/

#frmVolunteer input.radio, #frmVolunteer input.checkbox, #frmVolunteer input.submit { width:auto; }


/* style feedback message */
label .feedback {
	position:absolute;
	margin-left: 7em;
	left: 200px; 
	font-size:.85em;
	font-variant:small-caps;
	font-weight:bold; 
	color:#891016;
	padding: 0 0 0 20px;
	/*background:url(../assets2/alertMark13x13.png) no-repeat left top; */
	/* width for IE */
	width:180px; }

/*=======SUBMIT BUTTON STYLING===========*/	
input.btn {
	background-color:#414924;
	color:#FFF;
	font: bold 84% Verdana, Geneva, sans-serif;
	border:2px solid;
	border-left-color:#D1DBBD;
	border-top-color:#D1DBBD;
	border-right-color:#91AA9D;
	border-bottom-color:#91AA9D;
	margin: 0;
}
#formContact #submitButtons {
	margin-left: 2em;
}
#submitButtons .reset #reset {
	margin-left: 2em;
}


/*=======SPECIFIC DIV INFO===========*/	

#employmentinfo .fec {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75px;
	line-height: 1.5;
	color: #000;
	display: block;
	width: 75%; }
