

#primary > img {
	margin-bottom: 20px;
}

/* @end */

#relative-container,
#fixed-container{
	height: 0;
	display: block;
}

#relative-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11111;
}

#fixed-container{
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 11112;
}

/* @group Inline Tags */

p.tags {
	overflow: hidden;
	text-transform: uppercase;
	clear: both;
	letter-spacing: 2px;
	font: 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.tags strong {
	background: url(../images/info-arrow.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 5px;
	font-weight: normal;
	font-style: normal;
}

p.tags a {
	clear: both;
	color: #e65315;
}

/* @end */

/* @group Regular full-width tab bar */

#primary ul.tab-menu{
	border-bottom: 1px solid #e6e2db;
	background-color: #faf9f7;
	height: 35px;
	padding:15px 0px 2px 0px;
	margin: 0px;	
}

ul.tab-menu {
	border-bottom: 1px solid #e6e2db;
	background-color: #faf9f7;
	height: 35px;
	padding:15px 0px 2px 0px;
	clear: both;
	margin: 0px;
	margin-top: -2px;	
}

ul.tab-menu li{
	display: inline;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.tab-menu li.current a{
	color: #5e5b52;
	background-color: #FFF;
	border: 1px solid #e6e2db;
	border-bottom: none;
}

ul.tab-menu li a{
	border-top: 1px solid #faf9f7;
	display: block;
	float: left;
	height: 27px;
	color: #bcb8ae;
	line-height: 26px;
	padding: 5px 10px;
	margin: 0px 0px 0px 5px;
}

ul.tab-menu li a:hover{
	color: #595d62;
	text-decoration: none;
}

/* @end */

/* @group Pagination nav */

div#pagination{
	position: relative;
	display: block;
	width: 940px;
	clear: both;
	height: 75px;
	margin-top: 30px;
	
}

* html div#pagination {
	display: block;
}

div#pagination p{
	width: 940px;
}

#primary div#pagination,
#primary div#pagination p{
	width: 620px;
}

#primary.store div#pagination,
#primary.store div#pagination p{
	width: 700px;
}

div#pagination p{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	line-height: 24px;
	margin: 0;
	padding: 0;
	top: 0;
}

div#pagination p .nav-link,
div#pagination p span.page-numbers{
	position: relative;
	height: 35px;
	display: inline-block;
}

div#pagination p span.page-numbers .page{
	color: #8b9727;
	font-size: 16px;
}

div#pagination p span.page-numbers a.current.page{
	color: #313131;
	font-weight: bold;
}

div#pagination p .nav-link{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-indent: -10000px;
}

div#pagination p .nav-link.prev{
	background: url(../images/page-prev.gif) no-repeat center center;
}

div#pagination p .nav-link.next{
	background: url(../images/page-next.gif) no-repeat center center;
}

div#pagination p .disabled{
	color: #BBB;
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	-khtml-opacity: .4;
	-moz-opacity: .4;
}

/*div#pagination p .nav-link{
	overflow: hidden;
}*/

div#pagination p span.page-numbers .page{
	padding-right: 6px;
	padding-left: 6px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}

/* @end */

/* @group Basic green button styles */


button,
a.button,
input.button,
#subnav ul li a.button{
	color: #7d8f07;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	font: 10px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #eaf1c0 0 1px 0;
	padding: 1px 12px;
	background: #c9d37f url(../images/button-green-grad.png) repeat-x;
	border: 1px solid #c4cf83;
	border-bottom: 1px solid #bac37c;
	text-align: center;	
	cursor: pointer;
	letter-spacing: 0;
	display: inline-block;
}

/*
The way this is implemented is retarded... these styles should not be this specific
*/


#ministry-subnav ul li a.button {
	color: #7d8f07;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	font: 10px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #eaf1c0 0 1px 0;
	padding: 1px 12px;
	
	background: #c9d37f url(../images/button-green-grad.png) repeat-x;
	border: 1px solid #c4cf83;
	border-bottom: 1px solid #bac37c;
	text-align: center;	
	cursor: pointer;
	letter-spacing: 0;
	display: inline-block;
	position: relative;
	top: -5px;
}



button:hover,
a.button:hover,
input.button:hover,
#subnav ul li a.button:hover{
	border: 1px solid #b1ba7a;
	border-bottom: 1px solid #a0a96d;
}

button:active,
a.button:active,
input.button:active,
#subnav ul li a.button:active{
	background: #c9d37f url(../images/button-green-grad-active.gif) repeat-x 0 bottom;
}

* html button,
* html a.button,
* html input.button,
* html #subnav ul li a.button {
}

#primary div.resource.event div.fieldset-footer div.round-contain a.button {
	padding:8px 12px;
}

input.disabled.button{
	background: #EEE;
	color: #BBB;
	border-color: #DDD;
	text-shadow: #fbfbfb 0 1px 0;
}

a.button.grey {
	background: url(../../images/button-grey.png) repeat-x 0px -1px;
	font: normal 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 15px;
	letter-spacing: 1px;
	color: #a6a196;
	text-shadow: #222 0 -1px 0;
	border-top: 1px solid #797772;
	border-bottom:0px;
	cursor: pointer;
}

body.is-ie button {
	border-top: none;
	border-bottom: none;
}

button,a{
	-moz-outline-style: none;

}

table  button,
table .button{
	float: right;
}

button:active,
a.button:active{
	text-decoration: none;
	background-position: 0 15px;
}

button:hover,
a.button:hover{
	text-decoration: none;
}

a.button.grey:hover {
	background-position: 0 bottom;
}

a.button em{
	font: italic 105% Georgia, "Times New Roman", Times, serif;
}

a.big.button,
#secondary li a.big.button{
	font-size: 20px;
	padding: 6px 11px;
	line-height: 23px;
	display: block;
	text-align: center;
	height: 25px;
	margin-bottom: 5px;
}

button.big{
	font-size: 16px;
	padding: 3px 9px 4px;
}

* html a.button,
* html #secondary li a.button {
	font-size: 12px;
	display: inline;
}

/* @end */

/* @group Grouped buttons */

ul.button-group{
	height: 30px;
	line-height: 30px;
	clear: both;
}

ul.button-group li{
	float: left;
	padding: 0;
}

ul.button-group li.first a.button,
ul.button-group li.first button{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

ul.button-group li a.button,
ul.button-group li button{
	-webkit-border-radius: 0px;
	margin-right: 1px;
}

ul.button-group li.last a.button,
ul.button-group li.last button{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

/* @end */

/* @group Jump Menu and Sidebar Subnav */

.jump {
	margin-top: 10px;
	margin-left: 1px;
	position: relative;
	padding: 15px 15px 10px 15px;
	border-bottom:1px solid #e6e1db;
	font-size: 12px;
	background-color: #faf9f7;
	color: #313131;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.page-series .jump {
	margin-top: 0px;
}

.jump select {
	margin-left: 5px;
	width: 200px;
	color: #313131;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.jump-contain {
	background: #FFF url(../../images/jumpmenu-repeat.png) top left repeat-y;
}

.jump-contain.pages {
	background: none;
}

ol.jump-menu,
ul.jump-menu{
	background:  url(../../images/jumpmenu-top.png) 1px 0px no-repeat;
}

ul.jump-menu.pages{
	background: #FFF url(../../images/jumpmenu-repeat.png) top left repeat-y;
}

ol.jump-menu li{
	list-style-position: inside;
	list-style-type: decimal;	
}

/* IE7 problem? */

#top-jumpmenu {
	display: block;
	height: 28px;
	background: #fff url(../../images/jumpmenu-top.png) 1px 0px no-repeat;
}

.jump-menu li#bottom {
	display: block;
	line-height: 0px;
	height: 27px;
	background: #FFF url(../../images/jumpmenu-bottom.png)  1px no-repeat;
}

* html .jump-menu li#bottom {
	width:200px;
}


ol.jump-menu li a,
ul.jump-menu li a {
	position: relative;
	color: #837f73;
	font: 14px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 10px 5px 10px 40px;
	line-height: 24px;
	background:none;
	overflow: hidden;
}

ol.jump-menu.rym li a,
ul.jump-menu.rym li a {
	padding-left: 25px;	
}

ul.jump-menu li a.locked span, 
ol.jump-menu li a.locked span {
	background:url(../../images/jump-menu-lock.gif) center no-repeat;
	position: absolute;
	left: 15px;
	top: 11px;
	display: block;
	width: 20px;
	height: 20px;
}

* html ul.jump-menu li a.locked span, 
* html ol.jump-menu li a.locked span {
	left: -25px;
	top: 7px;
}


ul.jump-menu li a .date {
	font-size: 12px;
	color: #a26419;
	background-color: #eaebe6;
	padding: 3px 7px;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	float: left;
}


ul.jump-menu li a .title {
	float: left;
	width: 188px;
}

ol.jump-menu li a:hover,
ul.jump-menu li a:hover {	
	text-decoration: none;
	background:url(../images/jumpmenu-roll.png) 1px repeat-y;
}

ol.jump-menu > li.current,
ul.jump-menu > li.current{
	color: #000;
	background: url(../images/jumpmenu-roll.png) 2px 0px no-repeat;
}

ol.jump-menu li.current > a,
ul.jump-menu li.current > a {
	color: #000;		
	font-weight: bold;
	background: url(../images/jumpmenu-current.png) left no-repeat;
}

* html ol.jump-menu li.current a,
* html ul.jump-menu li.current a  {
	color: #000;		
	font-weight: bold;
	background: url(../images/jumpmenu-current.png) left no-repeat;
}

* html ol.jump-menu li.current a,
* html ul.jump-menu li.current a {
	background: #f5f3f2 url(../images/jumpmenu-current.png) no-repeat left;
}

ol.jump-menu li.current > a.locked,
ul.jump-menu li.current > a.locked {
	color: #837f81;
}

ul.jump-menu li.current ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

ul.jump-menu li ul li {
	background: url(../images/jump-sub-arrow.gif) 30px center no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
 
ul.jump-menu li ul li a {
	background: none;	
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

ul.jump-menu li ul li a:hover {
	background:none;
	color: #000;
}

* html ul.jump-menu li ul li a:hover {
	background-color: #f5f3f2;
}

ul.jump-menu li ul li.current a,
ul.jump-menu li ul li.current a.current:hover {
	background: none;
	font-weight: bold;
	color: #000;
}

* html ul.jump-menu li ul li.current a.current:hover {
	background: #f5f3f2 url(../images/jumpmenu-current.png) no-repeat left;
}

ul.jump-menu h2 {
	
	font-size: 14px;
	margin-left: 22px;
	letter-spacing: 0px;
	
	/*font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 10px;
	left: 27px;*/
	
}

/* @end */


/* @group Phone Number */

#content .phone,
#module-contain .phone {
	float: right;
	width: 250px;
	padding: 8px 14px 8px 24px;
	background-color: #edf2d2;
	color: #7c9108;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
}

#module-contain .phone {
	float: none;
	overflow:hidden;
	width: 302px;
}

#content .phone span,
#module-contain .phone span {
	float: left;
	display: block;
	margin-right: 12px;
	margin-top: 4px;
}

#content .phone .number,
#module-contain .phone .number {
	display: block;
	float: left;
	margin-top: 2px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/callus-arrow.gif) no-repeat left center;
	font-weight: normal;
	padding-left: 30px;
}

#content .phone .number span,
#module-contain .phone .number span {
	margin-top: 0px;
}

* html #content .phone,
* html #module-contain .phone {
	padding: 10px 10px 3px 15px;
}

/* @end */

/* @group Share Menu */

#primary .share-menu .contain {
	padding-bottom: 0px;
} 

#primary .share-menu h2 {
	float: left;
	height: 15px;
	margin-top: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	background-repeat: no-repeat;
	color: #888;
}

#primary .share-menu a {
	float: left;	
	display: block;
	width: 16px;
	height: 16px;
	margin: 8px 0px 0px 10px;
}



#secondary ul.sidebar.default .share-menu .contain {
	padding-bottom: 0px;
} 

#secondary ul.sidebar.default .share-menu h2 {
	height: 15px;
	margin: 14px 10px 8px 14px;
}

#secondary ul.sidebar.default .share-menu a {
	float: left;	
	display: block;
	width: 16px;
	height: 16px;
	margin: 12px 0px 0px 10px;
}

.share-menu a.mail {
	background: url(../images/share-mail.gif) 0px 0px no-repeat;
}

.share-menu a.facebook {
	background: url(../images/share-facebook.gif) 0px 0px no-repeat;
}

.share-menu a.twitter{
	background: url(../images/share-twitter.gif) 0px 0px no-repeat;
}

.share-menu a.wordpress {
	background: url(../images/share-wordpress.gif) 0px 0px no-repeat;
}

.share-menu a.blogger {
	background: url(../images/share-blogger.gif) 0px 0px no-repeat;
}

.share-menu a.tumblr {
	background: url(../images/share-tumblr.gif) 0px 0px no-repeat;
}

/* @end */

/* @group Forms */

fieldset input.default,
fieldset textarea.default,
fieldset input.error{
	/*
	border: 0;
	border-bottom: 1px dotted #e3e3e3;
	background-color: #f5f5f5;
	*/
	background: #fff url(../images/grad.gif) repeat-x;
}

* html fieldset {
	overflow: hidden;
}

fieldset textarea,
fieldset input{
	border-width: 1px;
	border-color: #b0d1b1;
	background-color: #f6f6f6;
	font-size: 14px;
}

input.text-field,
input.password-field,
textarea{
	font-size: 14px;
	border: 1px solid #CCC;
	padding: 4px 5px;
	margin: 0 4px 0 0;
}

fieldset input.filled-in,
fieldset textarea.filled-in,
fieldset select.filled-in{
	color: #797979;
	background: #FFF;
}

fieldset h3{
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#donate-form fieldset#your_information div.column{
	width: 330px;
}

#donate-form fieldset#your_information div.column.right{
	padding-left: 50px;
}

#donate-form fieldset#gift_information,
#donate-form fieldset#payment_information{
	width: 330px;
	float: left;
}

#donate-form fieldset#gift_information{
	float: right;
}

#donate-form textarea#id_gift_comments {
	margin-top: 10px;
	width: 325px;
	height: 121px;
}

fieldset li p.details{
	margin-left: 25px;
	line-height: 19px;
}

* html fieldset li p.details{
	margin-left: 13px;
}

fieldset p input.text-field{
	width: inherit;
}

fieldset span input.text-field{
	width: 108px;
}

fieldset input.currency,
fieldset input.numeric{
	text-align: right;
}

fieldset input.focus.currency,
fieldset input.filled-in.currency{
	padding-left: 20px;
	background: url(../images/dollar-sign.gif) no-repeat 5px center;
}

fieldset input.default,
fieldset textarea.default {
	text-align: left;
	color: #CCC;
}

fieldset select{
	border: 1px solid #AAA;
	font-size: 14px;
	margin: 3px 4px 0 0;
}

fieldset select#id_title{
	width: 55px;
}

fieldset select:focus{
	background: #ececec;
}

fieldset input.error,
fieldset select.error{
	color: #e89489;

	border-color: #fa9e87;
}

fieldset input:focus,
fieldset input.focus{
	color: #000;
	background: #fff;
	border-color: #666;
}

fieldset{
	border: 1px solid #DDD;
	padding: 13px 25px 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	margin-bottom: 25px;
	
}

form#subscribe_form fieldset #id_country,
form#subscribe_form fieldset #id_state,
form#subscribe_form fieldset #id_billing_country,
form#subscribe_form fieldset #id_billing_state {
	width: 227px;
}

body.member-dashboard #your_information div.column {
	width: 265px;	
}

form#subscribe_form #id_first_name,
form#subscribe_form #id_last_name {
	width: 100px;
}

body.member-dashboard #your_information div.column.right {
	width: 270px;
	padding-left: 18px;
	padding-bottom: 15px;
}

form#subscribe_form #your_information div.column {
	width:300px;
}

form#subscribe_form #your_information div.column.right {
	width:245px;
}


#pledge-form #your_information div.column.right {
	width: 340px;
}

form#subscribe_form .subscription-type {
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

#tabletalk_subscription div.subscription-type ul {
	float: left;
	width: 520px;
	padding: 0px;
	margin-left: 0px;
}

#tabletalk_subscription div.subscription-type ul.radio ul li label {
	font-weight: bold;
}

#tabletalk_subscription div.subscription-type ul li {
	float: left;
	margin: 12px 11px 12px 0px;
}

#tabletalk_subscription div.subscription-plans {
	float: left;
	width: 550px;
	margin-bottom: 20px;
	clear: both;
}

#tabletalk_subscription div.subscription-plans ul {
	float: left;
	padding: 0px;
}

#tabletalk_subscription .mailing-address {
	clear: both;
}

#tabletalk_subscription .mailing-address ul {
	width: 400px;
}

#tabletalk_subscription .mailing-address ul input {
	width: 100%;
}

body.iframed fieldset{
	padding: 0;
	border: none;
	margin: 0;
}

* html fieldset{
	padding: 15px;
}

* html fieldset ul{
	margin-top: 15px;
}

.fieldset-footer{
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}

.fieldset-footer button{
	float: right;
}

.popover-form{
	margin: 0 auto 30px;
	padding-top: 30px;
}

body.iframed .popover-form{
	padding: 0 10px;
}

form .column{
	float: left;
	width: 270px;
}

* html .column{
	padding: 0;
	margin: 0;
}

.column.right{
	float: right;
}

.popover-form fieldset{

}

fieldset#sign-in-create-account{
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
}

body.iframed fieldset#sign-in-create-account{
	margin: 0;
	padding: 0 20px;
	overflow: hidden;
}

fieldset .column{
	width: 270px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

form#pledge-form fieldset .column{
	width: 350px;
}

body.login-module fieldset{
	padding-right: 40px;
	padding-left: 40px;
}

.popover-form fieldset #sign-in-form.column{
	width: 260px;
}

.popover-form fieldset #create-account-form.column{
	width: 300px;
	padding-left: 35px;
	padding-bottom: 20px;
}

* html .popover-form fieldset .column{
	width: 310px;
}

fieldset .column.right{
	border-left: 1px dotted #e1e1e1;
	padding-left: 35px;
}

#primary fieldset .column.right{
	padding-left: 13px;
}

fieldset .more-tab{
	position: absolute;
	bottom: -30px;
	right: 10px;
	height: 30px;
	width: 100%;
}

fieldset p{
	margin: 0;
}

fieldset p.subtle{
	margin-top: 0;
}

p.subtle{
	color: #8f8f8f;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.highlight {
	background-color: lightyellow;
	color: #a36318;
	padding: 10px 20px;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
}

fieldset p.help-text{
	line-height: 18px;
	font-size: 11px;
	display: none;
}

fieldset .bt-content p.help-text{
	display: block;
}

ul.error{
	margin-bottom: 10px;
	padding: 5px 0;
	background-color: #fce3e0;
	color: #650403;
	border: 2px solid #f9bbb6;
	width: 100%;
	border-right: none;
	border-left: none;
	overflow: hidden;
}

ul.error li{
	margin: 0;
	height: 22px;
	line-height: 22px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

fieldset textarea{
	font-size: 14px;
	line-height: 20px;
	padding: 5px 3px;
}

body.iframed fieldset textarea{
	width: 500px;
}

fieldset textarea.focus{
	background: #FFF;
	border: 1px solid #999;
	color: #111;
}

fieldset form{
	margin-bottom: 10px;

}

fieldset ul,
#primary fieldset ul{
	margin: 0;
	list-style: none;
}

fieldset ul.with-bullets{
	margin-top: 10px;
	margin-bottom: 15px;
}

fieldset ul li{
	position: relative;
	margin: 10px 0 15px;
}

fieldset ul#group-list{
	border-top: 1px solid #e6e6e6;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul#group-list li{
	border-bottom: 1px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

body.iframed fieldset#enewsletter-sub-form{
	width: 600px;
}

fieldset ul.with-bullets li{
	margin-top: 0;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: 25px;
}

fieldset ul li li{
	padding: 0 2px;
}

fieldset ul.inline li{
	display: inline;
}

fieldset ul.radio{
	padding: 0 0 0 8px;
}

fieldset ul.radio.inline{
	margin: 0;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

fieldset ul.radio.inline li{
	padding: 0;
	display: block;
	float: left;
	line-height: 30px;
	margin-right: 15px;
	margin-bottom: 0;
}

fieldset ul.radio.inline input.radio-field{
	width: 16px;
}

fieldset ul.radio input.radio-field{
	width: 25px;
	margin: 0;
}

fieldset ul.radio li{
	height: 100%;
	line-height: 15px;
}

fieldset legend{
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	color: #9d9c64;
}

fieldset p.alert,
fieldset ul li.alert{
	border: 1px solid #e9e4aa;
	clear: both;
	width: 100%;
	padding: 5px 0;
	border-right-style: none;
	border-left-style: none;
	background-color: #fefadb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8d7e44;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
}

/*
fieldset label.help-text{
	z-index: 100;
	top: -20px;
	left: 0;
	background: url(../images/help-text-bkg-grey.gif) no-repeat left bottom;
	overflow: hidden;
	color: #fff;
	border: 0;
	border-top: 1px solid #FFF;
	text-shadow: #434343 0 -1px 0;
	padding: 1px 6px 5px;
	font: bold 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	height: 16px;
}
*/

.form-tooltip{
	text-shadow: #333 0 -1px 0;
	background: #555;
	color: #fff;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	padding: 0 5px;
	font: bold 10px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 13px;
	display: block;
	float: left;
	z-index: 10000;
}

.mm-tooltip{
	background: url(../images/arrow-right.gif) no-repeat 0 7px;
}

.mm-tooltip span{
	position: relative;
	display: block;
	left: 5px;
	padding: 3px 5px 5px;
	background-color: #b11800;
	color: #fffeff;
	text-shadow: #550500 0 1px 0;
	-webkit-border-radius: 3px;
	font: bold 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #740c03;
}

.form-label-error{
	line-height: 18px;
}

fieldset li div label.help-text{
	top: -19px;
}

fieldset input
fieldset textarea{
	color: #676767;
	border-color: #bababa;
}

fieldset th{
	font-weight: normal;
}

fieldset dl dt{
	font-weight: bold;
}

fieldset dl dt,
fieldset dl dd{
	line-height: 30px;
}

fieldset table.small input{
	width: 166px;
	margin: 0;
}

fieldset table{
	border-top: 1px dotted #ddd;
}

fieldset table.small th{
	width: 70px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

fieldset table tr.odd th,
fieldset table tr.odd td{
	background: #f0f0f0;
}

p.user-info span.date{
	float: right;
}

#banner-video{
	margin: 0 auto;
	width: 490px;
	height: 260px;
}

fieldset li div{
	display: inline;
	position: relative;
}

#primary fieldset#gift_information,
#primary fieldset#payment_information{
	float: left;
	width: 312px;
}

#primary fieldset#gift_information,
#primary fieldset#payment_information{
	width: inherit;
	float: none;
}

#primary fieldset#payment_information{
	width: 568px;
}

#primary fieldset#payment_information .column {
	width: 260px;
}

#primary fieldset#payment_information .column.right {
	width: 280px;
}

#tooltip-container{
	overflow: hidden;
	position: relative;
}

label{
	position: absolute;
	height: 9px;
	line-height: 11px;
	font-size: 9px;
	font-weight: bold;
	top: -11px;
}

ul.radio label,
label.checkbox_label{
	position: relative;
	top: 0;
	left: 0;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

label.checkbox_label{
	margin-left: 5px;
}

#additional-info-wrapper{
	clear: left;
	background-color: #ededed;
	padding: 10px 16px;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}

#pledge-form #additional-info-wrapper p {
	margin: 10px;
}

#pledge-form #additional-info-wrapper select {
	margin-left: 5px;
}

#reset_form p {
	font-size: 22px;
	margin-bottom: 20px;
}

#password-contain {
	margin-bottom: 130px;
}

#reset_form input.button.submit-field {
	margin-top: 20px;
}


/* @group Donate Form / Secure Info */

form#donate-form,
form#pledge-form {
	width: 800px;
	margin: 0px auto;
}

div#donate-info {
	clear: both;
	height: 200px;
}

select#id_country {
	width: 220px;
}

select#id_state{
	width: 110px;
}


form#donate-form div#donate-info .mail,
form#pledge-form div#donate-info .mail,
#primary form div#donate-info .mail {
	background-color: #f4f3f0; 
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	display: block;	
	margin-top: 10px;
	width: 443px;
	color: #817438;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#primary form div#donate-info .phone {
	float: left;
	margin-bottom: 10px;
	width: 310px;
}

#primary form div#donate-info .mail {
	width: 415px;
	clear: both;
}

div#secure-logos {
	float: right;
}

div#secure-logos a {
	display: block;
	float: left;
	margin: 10px;
}

#donate-form a.privacy,
#pledge-form a.privacy,
#primary a.privacy {
	display: block;
	margin-top: 10px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.fieldset-footer {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.round-contain{
	display: block;
	margin-bottom: 40px;
	clear: both;
	-webkit-border-radius: 5px;
	padding: 12px 11px 14px;
	background-color: #edefe8;
}

#donate-form input.button,
#pledge-form input.button{
	display: block;
	border: 1px solid #ccd191;
	padding: 10px 35px 10px 55px;
	background: #c9d37f url(../images/donate-submit-icon.gif) -1px left no-repeat;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}

#donate-form input.button:hover,
#pledge-form input.button:hover{
	border: 1px solid #bec389;
}

#donate-form .mail a.button,
#pledge-form .mail a.button,
#primary form .mail a.button {
	background: #c9d37f url(../images/button-grey-grad.gif) repeat-x;
	border: 1px solid #d1ccc1;
	margin-left: 10px;
	color: #817438;
	text-shadow: #fff 0px 1px 2px;
} 

#donate-form .mail a.button span,
#pledge-form .mail a.button span,
#primary form .mail a.button span {
	background:  url(../images/donate-thick-arrow.gif) no-repeat 0px 1px;
	padding-left: 19px;
}




form#donate-form div#donate-info p,
#primary form div#donate-info p {
	padding: 8px 14px 8px 24px;
	color: #7c9108;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
}


div#donate-info .method {
	float: left;
}


/* @end */


/* @end */

#ministries div#gallery .cycle-control {
	display: none;
}

#ministries div#gallery {
	margin-bottom: 30px;
}


div#gallery img {
	display: block;
	margin: 0px auto;
}

#ie6-warning{
	width: 100%;
	background: #fdf2af;
	border: 2px solid #d7b32d;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
	margin-top: 3px;
}

#ie6-warning p{
	width: 960px;
	margin: 0 auto;
}



div#alert-message{
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	z-index: 100000;
	border-bottom: 2px solid #8e3800;
	box-shadow: rgba(0,0,0,0.3) 0 3px 6px;
	background-color: #dde29d;
	width: 100%;
	border-color: #8d8c3c;
}

div#alert-message p{
	text-align: center;
	color: #a36317;
	font: bold 14px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: 1;
	margin: 0;
	padding: 0;
}

div#alert-message p a{
	text-decoration: underline;
	padding: 1px 0px 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/*
Reftagger
*/

.lbsTooltip
{
	background: #fff;
	border: 1px solid #ddd;
	z-index: 99;
	text-align: left;
	text-indent: 0;
	color: #404040;
	font: 13px/24px Georgia, "Times New Roman", Times, serif;
}

.lbsTooltip div
{
	text-align: left;
}

.lbsTooltipHeader
{
	background: #f1f0ec;
	color: #404040;
	font-weight:bold;
	line-height: 18px;
	font-size: 15px;
	/*font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	position:relative;
	z-index: 2;
	border: 0;
	line-height:16px;
	padding: 4px 8px 0;
	margin: 0;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	line-height:16px;
	font-size: 14px;
}

.lbsTooltipFooter
{
	bottom: 0px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	font-size: 12px;
}

.lbsTooltipFooter div
{
	text-align:right;
}


.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}

