/*
Theme Name: ARC NM
Theme URI: http://arcnm.org
Description: A custom design for the ARC of NM.
Author: Park East, Inc.
Author URI: http://parkeastinc.com
version: 1.0
*/



/* basics */

@import url("style-menu.css");
@import url("style-slider.css");
@import url("style-promos.css");

	
* {
	margin: 0;
	padding: 0;
   	outline:none;
}


html, body, #wrap {
	height: 100%;
	height: auto;
	min-height: 100%;
	
	background: #fafafa url('images/bg.jpg') repeat-x;
	background-position: left bottom;
	
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	
	border-top: 2px solid #ea7125;

	margin: 0;
	padding: 0;
	}
	
body > #wrap {
	height: auto;
	min-height: 100%;
	}

#main {
	padding-bottom: 227px;
	}  /* must be same height as the footer */


.hidden_content {
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
}






/* links */

a{
	color:#EA7125;
	text-decoration: none;
	border: none;
	}

a:hover{
	color:#6A7CA0;
	text-decoration: underline;
	border: none;
	}






/* container */


#container {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 0 0;
	color:#333;

	background: transparent url("images/content_bg.png") repeat;
	-moz-border-radius: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
	
/* header */

#header {
	background: transparent url("images/tagline.png") no-repeat center top;
	width: 1000px;
	height: 210px;
	display: block;
	padding: 0 0 0 25px;
	margin: 0 auto;
}

#logo_block {
	width: 1000px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

#logo img {
	float: left;
	margin: 15px 0 0 10px;
}

#top_nav {
	display: inline;
	float: right;	
	margin: 0px 0px 0px 0px;
}

#top_nav a {
	float: left;
	font-size: 11px;
	color: #EA7125;
	text-decoration: none;
	margin: 10px 15px 0px 0px;
}

#top_nav a:hover {
	color: #EA7125;
	text-decoration: underline;
}


#social_icons {
	height: 29px;

	float: right;

	margin: 70px 0px 0 0px;
	display: inline;

	overflow: hidden;
}


	#donate_now,
	a#donate_now,
	a#donate_now_current,
	#donate_now_current {
		display: block;
		width: 179px;
		height: 36px;
		margin: 0 20px 0 0;
		background: url("images/donate_now.png") no-repeat 0 0px;
	}

	#donate_now:hover { 
	  background-position: 0 -36px;
	  margin: 0 20px 0 0;
	}

	#donate_now span,
	#donate_now_current span {
		display: none;
	}



	#social_facebook {
		float: left;
		display: block;
		width: 29px;
		height: 29px;
		margin: 0 8px 0 0;
		background: url("images/social_facebook.png") no-repeat 0 0px;
	}

	#social_facebook:hover { 
	  background-position: 0 -29px;
	}

	#social_facebook span {
		display: none;
	}


	#social_twitter {
		float: left;
		display: block;
		width: 29px;
		height: 29px;
		margin: 0 8px 0 0;
		background: url("images/social_twitter.png") no-repeat 0 0px;
	}

	#social_twitter:hover { 
	  background-position: 0 -29px;
	}

	#social_twitter span {
		display: none;
	}



	#social_youtube {
		float: left;
		display: block;
		width: 29px;
		height: 29px;
		margin: 0 8px 0 0;
		background: url("images/social_youtube.png") no-repeat 0 0px;
	}

	#social_youtube:hover { 
	  background-position: 0 -29px;
	}

	#social_youtube span {
		display: none;
	}








/* search */

#searchform,
#searchform_current {
		float: left;
		display: block;
		width: 241px;
		height: 39px;
		margin: 0px;
		padding: 10px 0px 0px 15px;
		background: url("images/nav_search.png") no-repeat 0 0px;
	}

#searchform_current,
#searchform:hover { 
	  background-position: 0 -49px;
	}


#searchform input#s{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	
	display: inline;
	height: 22px;
	width: 132px;
	
	padding: 2px;
	margin: 0px 0px 0px 0px;
	
	border: 0px;
	background: transparent;
   	outline:none;
}

#searchform input#searchsubmit {
	float: left;
	padding: 0px;
	margin: -25px 0 0 135px;
	border: 0px;
	width: 71px;
	height: 22px;
	background: url("images/search.png") no-repeat 0 0px;
}

#searchform input#searchsubmit:hover {
	  background-position: 0 -22px;
}

/* end search */












/* content */


#content {
	float: left;
	width: 640px;
	overflow: hidden;
	margin: 0 0 40px 0;
	padding: 0;
	}	
	
#content_wide {
	float: left;
	width: auto;
	overflow: hidden;
	margin: 0 0 40px 0;
	padding: 0;
}

.post_wide {
	margin: 0 10px;
	padding: 10px 20px 0px 20px;
	line-height: 16px;
	width: auto;
	}

.post {
	margin: 0 10px;
	padding: 10px 20px 0px 20px;
	line-height: 16px;
	width: 580px;
	}
	
.post small {
	font-size: 11px;
}

.post img {
	margin: 0 10px 0 10px;
	padding: 0px;
	max-width: 500px;
	height: auto;
	border: 2px solid #fff;
}


.post #search img,
.post #search h2 {
	display: none;
}


.post h2,
.post_wide h2 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #EA7125;
	line-height: 24px;
	}
	
.post h2 a,
.post_wide h2 a {
	color: #EA7125;
	text-decoration: none;
	}
	
.post_wide h2 a:hover,
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	

.post p input {
	width: 120px;
	height: 25px;
	background: #1389a8;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.post p input[type="text"] {
	width: 450px;
	height: 20px;
	background: #fff;
	border: 1px solid #666;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-transform: none;
}

.calendar p {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
}


.calendar h2 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #EA7125;
	line-height: 24px;
	}
	
.calendar h2 a {
	color: #EA7125;
	text-decoration: none;
	}
	
.calendar h2 a:hover {
	color: #666;
	text-decoration: none;
	}
	

.post h3 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EA7125;
	}
	
.post h3 a {
	color: #EA7125;
	text-decoration: none;
	}
	
.post h3 a:hover {
	color: #EA7125;
	text-decoration: none;
	}
	
.post_wide table,
.post table,
.post_wide p,
.post p {
	font-size: 14px;
	line-height: 16px;
	color: #040404;
	}

.post_wide a,
.post a {
	text-decoration:underline;
	}

.post ul {
	}

.post li {
	}



.entry p {
	margin: 12px 0 15px 0;
}

.entry_odd {
/*	background: #e0d7c3; 
	border-top: 2px solid #1184a3;*/
	padding: 5px;
}

.entry_even {
/*	background: #c3d9e0;
	border-top: 2px solid #1184a3;*/
	padding: 5px;
}

.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:10px;
	float:left;
	width:100%;
	}
	
.alignleft {
	float:left;
	margin:25px;
	}

.alignright {
	float:right;
	margin:25px;
	}

.notfound{
	padding: 25px;
	font-size: 16px;
	font-weight: 300;
	}








/* sidebar */

#sidebar {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:10px;
	width: 310px;
	min-height: 500px;
	float: right;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 0;
	}

#sidebar_home {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:10px;
	width: 310px;
	min-height: 500px;
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	}

#sidebar_home h2 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #EA7125;
	margin: 20px 0 10px 0;
	padding: 0;
/*
	border-bottom: 1px dashed #EA7125;
*/
	width: 90%;
	}

#sidebar h2 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #EA7125;
	margin: 10px 0 10px 0;
	padding: 0;
/*
	border-bottom: 1px dashed #EA7125;
*/
	width: 90%;
	}

#sidebar_home h3 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #EA7125;
	margin: 20px 0 10px 0;
	padding: 0;
	border-bottom: 0px;
	width: 90%;
	}

#sidebar h3 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #EA7125;
	margin: 10px 0 10px 0;
	padding: 0;
	border-bottom: 0px;
	width: 90%;
	}
	
#dotted_line {
/*
	border-top: 1px dashed #a7a6a1;
	width: 60%;
	height: 10px;
	margin: 10px 0 0 0;
	display: block;
*/
	height: 5px;
	margin: 5px 0 0 0;
	display: block;
}

#sidebar_home p,
#sidebar p {
	margin:0;
	padding: 0 6px 0 12px;
	}

#sidebar_home img,
#sidebar img {
	padding: 0;
	margin: 5px 0px 5px 0px;
	max-width: 320px;
	height: auto;	
}
	



/* ---------------------- Pagination -------------------*/

.pagination {
	bottom:-3px;
	clear:both;
	display:block;
	float:left;
	position:relative;
	z-index:3;
}
.pagination span,
.pagination a {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EA7125;
	text-decoration:none;
	text-align: center;

	display:block;
	float:left;
	border: 2px solid #EA7125;

	margin: 2px 2px 2px 0;
	padding: 0 4px 8px 4px;
	height: 15px;
	width: 15px;

	display:block;
	line-height:26px;
}

.pagination a:hover,
.pagination .current {
	color: #EA7125;
	background: #fff;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before,
#sidebar ul li:before,
#sidebar ul ul li:before {
	content: "\00BB \0020";
	color: #EA7125;
	}

.entry ol,
.entry ul {
	padding: 0 0 0 35px;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #040404;
	}

.entry ol li,
.entry ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #040404;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 14px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




/* events */

.odd {
	background: #FFF;
}

.even {
	background: #f6f1dd;
}

#events_h2 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #040404;
	width: 100%;
	clear: both;
	
	margin: 20px 0 20px 40px;
}

#events_h3 {
 font-size: 12px;
 font-weight: normal;
 color: #818080;
 text-align: center;

 background: #EA7125;
 width: 280px;
 height: 18px;
 display: block;

 margin: 0 0 10px 0;
 padding: 2px 0 2px 0;
}

#events_h3 a,
#events_h3 a:visited {
 color: #d9470c;
 text-decoration: underline;
}

#events_sidebar {
 display: block;
 min-height: 30px;
 margin: 0 0 10px 0;
 padding: 8px 0 5px 0;
 width: 310px;
 border-top: 1px dashed #a7a6a1;
}

#events_icon {
 float: left; 
}

#events_date_top {
 color: #fff;
 width: 39px;
 display: block;
 padding: 0 0 2px 0;
 
 background: #EA7125;
 border-top: 1px solid #6b6b6b;
 border-left: 1px solid #6b6b6b;
 border-right: 2px solid #a59e8d;

 font-family: helvetica, verdana, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
}

#events_date { 
 
 width: 39px;
 height: 20px;
 display: block;
 
 margin: 0 5px 0 0;
 padding: 2px 0 2px 0;

 font-family: helvetica, verdana, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 color: #4a4d4d;
 text-align: center;
 
 background: #fff;
 border-left: 1px solid #6b6b6b;
 border-right: 2px solid #a59e8d;
 border-bottom: 3px solid #a59e8d;
}



#events_title,
#events_title a,
#events_title a:visited {
 height: 40px;
 display: block;
 padding: 0 5px 0 0;

 font-family: helvetica, verdana, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 color: #EA7125;
 text-align: left;
}


#events_title span {
 font-size: 12px;
 font-weight: normal;
 color: #6b6b6b;
 text-decoration: none;
 margin: 0px 5px 10px 0px;
}

#events_title a:hover {
 text-decoration: none;
}


#events_more,
#events_more a,
#events_more a:visited {
 text-align: right;
 font-size: 10px;
 font-weight: normal;
 color: #040404;
 padding: 0 0 4px 0;
 margin: 5px 0px 5px 0px;
 text-decoration: underline;
 width: 255px;
}

#events_more a:hover {
 color: #EA7125;
}



#sidebar_banner {
	float: left;
	display: block;
	width: 302px;
	height: 72px;
	margin: 5px 0px 10px 0;
}



#sidebar_subscribe {
	float: left;
	display: block;
	width: 302px;
	height: 68px;
	margin: 15px 0px 5px 0;
	background: url("images/sidebar_subscribe.png") no-repeat 0 0px;
}

#sidebar_subscribe:hover { 
  background-position: 0 -68px;
}

#sidebar_subscribe span {
	display: none;
}


#sidebar_coalition {
	float: left;
	display: block;
	width: 302px;
	height: 68px;
	margin: 0px 0px 5px 0;
	background: url("images/sidebar_coalition.png") no-repeat 0 0px;
}

#sidebar_coalition:hover { 
  background-position: 0 -68px;
}

#sidebar_coalition span {
	display: none;
}


#sidebar_blog {
	float: left;
	display: block;
	width: 302px;
	height: 68px;
	margin: 5px 0px 5px 0;
	background: url("images/sidebar_blog.png") no-repeat 0 0px;
}

#sidebar_blog:hover { 
  background-position: 0 -68px;
}

#sidebar_blog span {
	display: none;
}


#sidebar_waitinglist {
	float: left;
	display: block;
	width: 302px;
	height: 68px;
	margin: 5px 0px 5px 0;
	background: url("images/sidebar_waitinglist.png") no-repeat 0 0px;
}

#sidebar_waitinglist:hover { 
  background-position: 0 -68px;
}

#sidebar_waitinglist span {
	display: none;
}


#sidebar_news {
	float: left;
	display: block;
	width: 302px;
	height: 68px;
	margin: 5px 0px 5px 0;
	background: url("images/sidebar_news.png") no-repeat 0 0px;
}

#sidebar_news:hover { 
  background-position: 0 -68px;
}

#sidebar_news span {
	display: none;
}




#sidebar_assistance {
	float: left;
	display: block;
	width: 308px;
	height: 60px;
	margin: 10px 0px 10px 0;
	background: url("images/need_assistance.png") no-repeat 0 0px;
}

#sidebar_assistance:hover { 
  background-position: 0 -60px;
}

#sidebar_assistance span {
	display: none;
}









/* comments */

#commentssection {
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	color: #EA7125;
	}

#commentform {
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p {
	font-size: 12px;
	color: #333;
	}
	
#commentform a {
	color: #333;
	text-decoration: none;
	line-height: 16px;
	}
	
#commentform a:hover {
	color: #EA7125;
	text-decoration: underline;
}
	
#commentform h3 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #EA7125;
	}
	
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	margin:5px 5px 0 0;
	border: none;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit {
	margin:5px 5px 0 0;
	}

	
ol.commentlist {
	list-style-type: none;
	}

ol.commentlist li {
/*	background: #dddad3; 
	border-top: 2px solid #1184a3;*/
	margin:10px 0;
	padding: 10px 0 5px 0px;
	overflow: hidden;
	}

ol.commentlist li.alt {
/*	background: #d3eaf2; 
	border-top: 2px solid #1184a3; */
	}

ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 16px;
	}

ol.commentlist a {
	color:#EA7125;
	text-decoration: none;
	}

cite {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #EA7125;
	}
	
cite a {
	color: #EA7125;
	text-decoration: none;
	}







/* headers */

h1 {
	font-size: 110px;
	}
h2 {
	font-size: 16px;
	margin-top:10px;
	}
h3 {
	font-size: 12px;
	margin-top:10px;
	}
h4 {
	font-size: 11px;
	}






/* images */

img{
	border: none;
	padding: 6px;
	
	}

img a{
	border:none;
	}

img.left{
	float: left;
	border: none;
	padding: 6px;
	}
	
img.right{
	float: right;
	border: none;
	padding: 6px;
		}

.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
img.alignleft {
	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
/*
	border: solid 1px #d6d1c7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
*/
}
.alignright {
	float: right;
	margin-left: 20px;
}
img.alignright {
	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
/*
	border: solid 1px #d6d1c7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
*/
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background: #fff;
	padding: 5px 2px 0;
	margin-bottom: 15px;
/*
	border: solid 1px #d6d1c7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
*/
}
.wp-caption-text {
	font: italic 1em/1.3em Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
	color: #777;
}



/* footer */

#footer {
	position: relative;
	background: #ea7125 url('images/footer_bg.jpg') no-repeat bottom center;
	margin-top: -227px; /* negative value of footer height */
	height: 227px;
	clear:both;
	} 
	

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer #footer_content {
	width: 970px;
	height: 212px;
	overflow: hidden;

	margin 0 auto;
	padding: 15px 10px 0px 10px;
}


#footer #address {
	width: 970px;
	margin: 0 auto;
}

#footer #address_left,
#footer #address_right {
	margin: 0;
	padding: 0;
	
	color: #fff;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	text-align: left;
}

#footer #address_left {
	float: left;
	margin: 0 0 0 30px;
}


#footer #address_right {
	float: right;
}

#footer #address_left strong,
#footer #address_right strong {
	font-weight: bold;
}

#footer #logos {
	width: 970px;
	display: block;
	margin: 80px auto 0 auto;
	padding: 0;
}

#footer #logos a,
#footer #logos img {
	display: inline;
	margin: 0 4px 0 4px;
	padding: 0;
}

#footer #footer_nav {
	display: block;
	margin: 15px auto 2px auto;
	padding: 0 40px 0 0;
	text-align: right;
}

#footer #footer_nav a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	letter-spacing: 1px;
	font-weight: normal;
}

#footer #footer_nav a:hover {
	color: #c1e0e8;
	text-decoration: underline;
}

#footer #copyright {
	display: block;
	margin: 0px auto 0 auto;
	padding: 0 40px 0 0;

	color: #FFF;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;	
	text-align: right;
}

#footer #copyright a {
	color: #FFF;
}

#footer #copyright a:hover {
	color: #474747;
}


/* quotes */


blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family: helvetica, verdana, arial, sans-serif;
	}



/*forms*/

#donation_form img {
	width: auto;
	height: auto;
}

input,
input#contactform {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: #666;

	padding: 2px 2px 2px 4px;
	margin: 2px 2px 6px 0px;

	width: 400px;
	height: 24px;

	border: 1px solid #333;
}

select {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: #666;

	padding: 2px 2px 2px 4px;
	margin: 2px 2px 6px 0px;
	
	min-width: 200px;
	height: 20px;

	border: 1px solid #333;
}

textarea,
textarea#contactform {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: #666;

	padding: 2px 2px 2px 4px;
	margin: 2px 2px 6px 0px;
	
	width: 400px;
	height: 150px;

	border: 1px solid #333;
}

input:hover,
input#contactform:hover {
	color: #3f4346;
}


input#donation_formsubmit,
input#contactformsubmit{
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: #fff;

	width: 65px;
	height: 28px;

	background: #1d5997;
	border: none;
	
	margin: 12px 20px 0 0px;
	float: left;
}

input#donation_formsubmit:hover,
input#contactformsubmit:hover{
	background: #11b8d2;
	color: #fff;
	border: 1px solid #11b8d2;
}

.wpcf7-response-output {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;

	background: #11b8d2;
	border: none;
	
	margin: -40px 20px 0 0px;
	padding: 4px;
	border: 1px solid #11b8d2;
}


