/*** 
CROSS INTERNATIONAL CSS
Author: SITE ORGANIC - http://siteorganic.com
***/

@import "sermons.css";
@import "directory.css";

/* MAIN STYLES */

html object {
	visibility: visible!important;
	visibility: hidden;
}

/* SCRAPBOOK POSITIONING */
#content_text object {
	float: left;
	margin: 0 0 30px;
}

html {
	height: 100%;
}

body {
	background: #816c46;
	color: #404040;
	font: 13px Arial, Lucida Grande, Myriad Pro, Arial, sans-serif;
	line-height: 21px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
    padding: 0;
	width: 1046px;
    clear: both;
	background: url(../images/rd1/background_wrapper.png) repeat-y scroll top left;
}

@font-face {
    font-family: 'PaktBlack';
    src: url('../fonts/paktbl__-webfont.eot');
    src: url('../fonts/paktbl__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/paktbl__-webfont.woff') format('woff'),
         url('../fonts/paktbl__-webfont.ttf') format('truetype'),
         url('../fonts/paktbl__-webfont.svg#PaktBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PaktSemiBold';
    src: url('../fonts/paktsb__-webfont.eot');
    src: url('../fonts/paktsb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/paktsb__-webfont.woff') format('woff'),
         url('../fonts/paktsb__-webfont.ttf') format('truetype'),
         url('../fonts/paktsb__-webfont.svg#PaktSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaNormalRegular';
    src: url('../fonts/futura-normal-webfont.eot');
    src: url('../fonts/futura-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-normal-webfont.woff') format('woff'),
         url('../fonts/futura-normal-webfont.ttf') format('truetype'),
         url('../fonts/futura-normal-webfont.svg#FuturaNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 11px;
	color: #333;
}

img {
	border: none;
}

p {
    margin: 0 0 20px;
}

#container a,
a {
	color: #950722;
	text-decoration: none;
}

#container a:hover,
a:hover {
	color: #950722;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px 0 10px;	
	font-family: 'PaktBlack', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	font-weight: normal;
}

h1 {
	margin: 0px;
	padding: 0px 0 15px;
	font-weight: normal;
	font-size: 35px;
	line-height: 37px;
	color: #950722;
}

h2 {
	font-size: 23px;
	color: #950722;
	padding: 0 0 2px;
	display: inline-block;
	clear: both;
	margin: 0;
}

h3 {
	font-size: 24px;
	color: #950722;
	padding: 8px 0;
}

h4 {
	font-size: 15px;
	color: #950722;
	padding: 5px 0;
	font-style: italic;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	color: #950722;
	padding: 5px 0;
	
}

h6 {
	font-size: 13px;
	color: #950722;
	padding: 3px 0;
}

ul {
	padding: 0 20px 0 5px;
}

ul li {
	padding: 0 0 0 10px;
	list-style-type: none;
}

.max {
	background: red;
	border: 1px solid black;
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: white;
	margin: 10px 0px;
}

#close {
	text-align: center;
	background: #ffffff;
}

#download {
	background: #ffffff;
	padding: 10px;
}

button,
.formButton,
.formButtonLong {

}

.dropDown {
	height: auto;
}

.error_alert {
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

.error_alert span {
	font-weight: bold;
}

/* HEADER STYLES */

header {
	padding: 0;
	margin: 0 auto 0px;
	height: 195px;
    width: 1000px;

    z-index: 999;
    display: block;
	background: url(../images/rd1/background_header.png) repeat-x scroll top left;
}

header #logo {
    float: left;
	margin: 28px 0 0 17px;
}

header #logo a {
	background: url(../images/rd1/logo.png) no-repeat scroll top left;
	display: block;
	height: 91px;
	width: 352px;
}

#utility {
	float: right;
    margin: 0 5px 0 0;
	padding: 13px 0 0;
}

#utility li {
    float: left;
    display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#utility li a {
	display: block;
    padding: 0px 8px 0 0;
}

a#web-banner {
	position: absolute;
	left: -196px;
	display: none;
}

#social {
	float: right;
    margin: 0 5px 0 0;
	padding: 13px 0 0;
}

#social li {
    float: left;
    display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#social li a {
	display: block;
    padding: 0px 8px 0 0;
}

#search {
	display: block;
	font-size: 12px;
	float: right;
	padding: 10px 13px 0 0;
    height: 44px;
}

#search input.search {
	border: none;
	padding: 0 0 0 12px;
	line-height: 31px;
    background: transparent;
    color: #555;
    float: left;
    width: 136px;
    height: 30px;
    margin: 0;
    background: url(../images/rd1/background_search.png) no-repeat scroll top left;
}

#search input.submit {
	font-size: 0;
    line-height: 0;
	height: 30px;
	width: 34px;
	text-indent: -9999px;
    border: none;
    cursor: pointer;
    margin: 0;
    float: left;
    background: url(../images/rd1/background_search_button.png) no-repeat scroll left 1px;
}

span#tagline {
	float: right;
	background: url(../images/rd1/background_tagline.png) no-repeat scroll top left;
	height: 58px;
	width: 295px;
	display: block;
	text-indent: -9999px;
	margin: -61px 23px 0 0;
	clear: both;
}


/* SITE NAVIGATION STYLES */

nav#main {
	float: right;
    display: block;
	padding: 0;
    z-index: 101;
    margin: 28px 0 0;
	height: 48px;
	width: 1000px;
	background: url(../images/rd1/background_nav.png) repeat-x scroll top left;
}

nav#main ul {
	margin: 0;
	padding: 0;
}

nav#main li {
	display: inline;
	list-style: none;
	font-size: 23px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
	float: left;
}

nav#main li a {
	color: #fff;
	font-weight: normal;
	padding: 13px 25px 16px 25px;
    margin: 0;
	text-decoration: none;
    font-family: 'PaktSemiBold', Arial, sans-serif;
	float: left;
	background: url(../images/rd1/background_nav_border.png) no-repeat scroll top left;
}

nav#main li:first-child a {
	background: url(../images/rd1/background_nav_first.png) repeat-x scroll top left;
    font-family: 'PaktBlack', Arial, sans-serif;
}

nav#main li:hover {
    text-decoration: none;
    color: #fff;
	background: url(../images/rd1/background_nav_hover.png) repeat-x scroll top left;
}

nav#main li ul {
	position: absolute;
    display: block;
	z-index: 9999;
	width: 196px;
	left: 0px;
	top: 48px;
	visibility: hidden;
	margin: 0;
	padding: 0 0 7px;
	background: url(../images/rd1/background_subnav.png) no-repeat scroll bottom left;
}

nav#main li ul.hidden {
	display: none;
}

nav#main li:hover ul,
nav#main li.sfhover ul {
	visibility: visible;
}

nav#main li ul li {
	clear: both;
	display: block;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 196px;
}

nav#main li ul li:first-child a {
	background: url(../images/rd1/background_nav_dropdown.png) repeat scroll top left;
	font-family: 'FuturaNormalRegular', Arial, Helvetica, sans-serif;
}

nav#main li ul li:first-child {
	padding-top: 7px;
	background: url(../images/rd1/background_nav_dropdown2.png) repeat-x scroll top left;
}

nav#main li ul li a {
	text-align: left;
    text-transform: none;
	display: block;
	font-weight: normal;
	background: url(../images/rd1/background_nav_dropdown.png) repeat scroll top left;
	padding: 0 24px;
    margin: 0;
	line-height: 23px;
	font-size: 14px;
	width: 148px;
	font-family: 'FuturaNormalRegular', Arial, Helvetica, sans-serif;
}

nav#main li ul li a:hover {
	color: #fff;
	background: #8B1E1E;
}


/* CONTENT SECTION STYLES */


#container {
	width: 1000px;
	margin: 0 auto 0 23px;
	background: url(../images/rd1/background_content_left.png) no-repeat scroll top left;
}

#container.full {
	background: none;
}

#container.right {
	background: url(../images/rd1/background_cont_right.png) no-repeat scroll 497px top;
}

#container.left {
	background: url(../images/rd1/background_cont_left.png) no-repeat scroll top left;
}

#pageHeader {
    margin: 0;
    float: left;
}

#pageHeader img {
	margin: 11px 12px 0 0;
	float: left;
}

#sideImg {
    margin-bottom: 15px;
}

#pageName {
    text-transform: uppercase;
	font-size: 34px;
	line-height: 36px;
	color: #950722;
    float: left;
    display: block;
	font-weight: normal;
	width: 100%;
	padding: 25px 0 10px 18px;
}

#content_text {
    padding: 0 45px 30px 18px;
	float: left;
}

#content_full #pageHeader img {
	margin: 0;
}

#content_full #content_text {
	padding: 0 45px 30px 30px;
}

#content_full #pageName {
	padding: 25px 0 20px 30px;
}


/* CONTENT COLUMN STYLES */

#content_full {
	float: left;
    width: 100%;
    position: relative;
	padding: 0 0 20px;
}

#content_right {
    float: right;
    width: 733px;
    padding: 0px 0 0 12px;
}

#content_left {
    float: left;
    width: 243px;
    padding: 11px 0 0 12px;
}

#container.right #content_right {
	width: 488px;
	float: right;
	padding: 11px 3px 0 0;
}

#container.right #content_left {
	width: 488px;
	float: left;
	padding: 5px 0 0 12px;
}

#container.left #content_right {
	width: 488px;
	float: right;
	padding: 5px 0 0 12px;
}

#container.left #content_left {
	width: 488px;
	float: left;
	padding: 11px 0 0 12px;
}

#container.home #content_left {
	width: 660px;
	padding: 0;
}

#container.home #content_right {
	width: 319px;
	padding: 12px 13px 0 0;
	float: right;
}



/* GROUP NAV */


#group_nav {
	width: 243px;
	padding: 0;
    float: left;
}

#group_nav .name h3 {
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	margin: 0 20px 10px 10px;
    padding: 15px 0px 10px 0px;
	color: #645310;
    font-family: 'PaktSemiBold', Arial, sans-serif;
	background: url(../images/rd1/dot-brown.png) repeat-x scroll bottom left;
}

#group_nav ul {
	padding: 0;
    margin: 0 0 50px;
    width: 243px;
	float: left;
}

#group_nav ul ul {
	margin: 0;
    width: 242px;
	padding: 3px 0 0;
}

#group_nav ul li {
    padding: 0;
    margin: 0;
    float: left;
    width: 243px;
}

#group_nav ul li a {
	font-size: 24px;
    line-height: 25px;
	padding: 7px 0 4px 25px;
	display: block;
	color: #645310;
	cursor: pointer;
	text-transform: uppercase;
    float: left;
    width: 218px;
    font-family: 'PaktSemiBold', Arial, sans-serif;
	position: relative;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#group_nav ul li.selected a {
	background: #fff;
    font-weight: normal;
	color: #950722;
}

#group_nav ul li a:hover {
	text-decoration: none;
	color: #645310;
}

#group_nav ul li a.cluster_parent {
	background: url(../images/rd1/background_cluster_closed.png) no-repeat 7px center;
}

#group_nav ul li a.cluster_parent_open {
	background: url(../images/rd1/background_cluster_open.png) no-repeat 7px center;
}

#group_nav ul li li a.selected {
	background: #fff;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}

#group_nav ul li li.selected a {
	background: none;
	font-weight: bold;
}

#group_nav ul li li a {
	color: #950722;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 45px;
	text-transform: none;
	line-height: 18px;
}

#group_nav ul li li a:hover {
	text-decoration: underline;
}

#group_nav ul li.cluster ul {
    display: none;
}

#group_nav ul li.open ul {
    display: block;
}

#group_nav ul.groupLinks li a {
	padding: 6px 0 4px 3px;
	margin: 0 20px 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #950722;
	width: 215px;
	text-transform: none;
	background: url(../images/rd1/dot-brown.png) repeat-x scroll top left;
}

#group_nav ul.groupLinks li:first-child a {
	background: none;
}

#group_nav ul.groupLinks li a:hover {
	text-decoration: underline;
}



/* FOOTER AND SO LINK STYLES */

footer {
	margin: 0 auto;
	padding: 35px 35px 0;
    clear: both;
    display: block;
    position: relative;
	background: url(../images/rd1/background_footer.png) repeat-x scroll top left;
	width: 930px;
	height: 128px;
}

footer address {
    color: #B08663;
    font-size: 13px;
    line-height: 22px;
	font-style: normal;
    font-weight: bold;
    margin: -7px 0 0;
	padding: 7px 35px 0 0;
	border-right: 1px solid #8f784d;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 103px;
}

footer address p {
	margin: 0;
}

footer #stats {
	padding: 0 33px 0 35px;
	border-right: 1px solid #8f784d;
	margin: -7px 0 0;
}

footer ul {
	float: right;
    margin: 0;
    padding: 15px 0 0;
    margin: 0;
}

footer ul li {
	display: inline;
    float: left;
    margin: 0;
}

footer ul li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #f0f0f0;
    font-weight: normal;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer ul#privacy {
	padding: 0;
	margin: -18px 10px 0;
}

footer ul#privacy li {
	color: #B08663;
	padding: 0 2px;
}

footer ul#privacy li a,
footer ul#privacy li a:hover {
	text-transform: none;
	color: #B08663;
	font-size: 12px;
}


/* ANNOUNCEMENTS STYLING */

#screen,
#fullscreen {
	z-index: 9999999;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#screen {
	z-index: 9999999;
	background: white;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-align: center;
}

#announcement {
	height: auto !important;
	height: 273px;
	min-height: 273px;
	width: 273px;
	background: white;
	border: 5px solid #245435;
	margin: 20% auto 0px auto;
	padding: 10px;
	font-size: 12px;
}

#announcement button {
	
}

/* BLOG PAGES AND POST STYLING */

#RSS {
	background: #245435;
	border: 1px solid #245435;
	padding: 5px;
	color: white;
}

#RSS .subscribe_rss {
	display: block;
	background: url(../images/rd1/background_blog_rss.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 32px;
}

#RSS .subscribe_rss a {
	color: #F7DBE3;
}

#RSS .link {
	display: block;
	font-weight: bold;
	margin: 5px 0px 0px;
}

#RSS .link input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px 4px;
	border: 1px solid #0383AD;
	width: 273px;
}

#author {
	background: #E9E9E9;
	padding: 5px;
	margin: 5px 0px 10px;
	border: 1px solid #DEDEDE;
}

#author .name {
	font-weight: bold;
}

#author .image {
	padding: 3px;
	background: white;
	border: 1px solid #CCC;
}

#article_menu {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 140px;
}

#article_menu h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: none;
	padding: 3px 0px;
	margin: 0px;
}

#comments h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: none;
	margin: 10px 0px 0px;
}

#post h2 {
	margin: 0px 0px 5px;
}

#article_menu .article_grouping {
	float: left;
	width: 140px;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
}

#article_menu .article_grouping ul {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#article_menu .article_grouping ul li {
	list-style: none;
	background: none;
	border-bottom: 1px solid #DEDEDE;
	padding: 0px;
}

#article_menu .article_grouping ul li a {
	padding: 1px 5px;
	display: block;
}

#article_menu .article_grouping ul li a:hover {
	background: #245435;
	color: white;
}

#post,
#articles {
	float: left;
	width: 510px;
	padding: 0 0 30px;
}

#articles .article {
	padding: 15px 0px;
	border-bottom: 3px #DEDEDE double;
}

#post .article {
	padding: 0px 0px 15px;
	border-bottom: 3px #DEDEDE double;
}

.article .date {
	font-weight: bold;
	letter-spacing: -1px;
}

.article .title {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #950722;
	display: block;
	padding: 0px 0px 5px;
}

.article img {
	display: block;
	padding: 5px 0px;
}

.article .body {
	padding: 5px 10px;
	margin: 0px 0px 5px;
	display: block;
}

.article .footer {
	background: #E9E9E9;
	padding: 3px 5px;
	border: 1px solid #DEDEDE;
}

.comment {
	padding: 10px 0px;
	border-bottom: 3px #DEDEDE double;
}

.comment .date {
	font-weight: bold;
	color: #245435;
	padding: 0px 0px 3px 20px;
	background: url(../images/rd1/background_blog_comments.gif) no-repeat 3px 3px;
}

.comment .body {
	background: white;
	padding: 5px 10px;
	margin: 0px 0px 5px;
	display: block;
	border: 1px solid #DEDEDE;
}

.commentbox {
	width: 100%;
}

.commentbox td {
	vertical-align: top;
}

.commentbox textarea {
	height: 100px;
	width: 95%;
}

#post .file,
#articles .article .footer .file {
	display: inline;
	background: url(../images/rd1/background_blog_file.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 17px;
}

#articles .article .footer .comments {
	display: inline;
	background: url(../images/rd1/background_blog_comments.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 17px;
}

#post #news_link,
#articles .view_all {
	margin: 5px 0px;
}

#post #news_link a,
#articles .view_all a {
	background: #555555;
	border: 1px solid #4A4A4A;
	padding: 1px 5px;
	color: white;
	display: block;
}

#post #news_link a:hover,
#articles .view_all a:hover {
	background: #245435;
	border: 1px solid #245435;
}

/* DONATIONS PAGE AND FORMS STYLING */

.amount,
.designation,
.frequency,
.credit,
.bank,
.account {
	width: 100%;
}

#login dl,
.amount dl,
.designation dl,
.frequency dl,
.credit dl,
.bank dl,
.account dl {
	padding: 0px;
	margin: 5px 0;
}

#login dt,
.amount dt,
.designation dt,
.frequency dt,
.credit dt,
.bank dt,
.account dt,
.honor dt {
	clear: both;
	float: left;
	width: 125px;
}

#login dt {
	width: 90px;
}

form div#submit {
	float: right;
}

#standard_register {
	width: 100%;
}

#login dd,
.amount dd,
.designation dd,
.frequency dd,
.credit dd,
.bank dd,
.account dd,
.honor dd {
	margin: 0px 0px 0px 175px;
	font-size: 9px;
}

#login dd {
	margin: 0 0 0 100px;
}

.phone .AreaCode, 
.phone .Exchange {
	width: 20px;
}

.phone .Number {
	width: 25px;
}

#donations input {
	font: 11px Arial, Helvetica, sans-serif;
}

.required {
	font-weight: bold;
	background: url(../images/rd1/css/required.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
}

form input,
form input.required {

}

#frmDonate {
	margin: 25px 0 0 24px;
}

#frmDonate .formButton {
	float: none;
	margin: 15px 0 0 406px;
	text-transform: uppercase;
	background: #990000;
	padding: 5px 13px 6px;
	font-size: 14px;
	width: auto;
	height: auto;
	display: inline-block;
}


dt,
dd {
	padding: 0px 0px 0px 15px;
	margin: 0;
}

#standard_register dl {
	margin: 0;
}

#standard_register dt {
	float: left;
	margin: 5px 0;
	width: 130px;
}

#standard_register dd {
	float: left;
	margin: 5px 0;
	/*width: 200px;*/
}

#standard_register #submit {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#standard_register #submit input {
	float: none;
	display: inline;
	margin: 10px 0 0;
}

.card_expdate_month,
.card_expdate_year,
.address_state,
.address_country {
	font-size: 11px;
}

#buttons, #cancel {
	width: 90%;
	float: left;
}

#buttons ul, 
#cancel ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#buttons ul li, 
#cancel ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

select {
	font-size: 11px;
}

/* EVENT POPUP PAGE STYLING */

ul.detail_bar {
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	background: #950722;
	text-align: center;
}

ul.detail_bar li {
	display: inline;
	padding: 5px 15px;
	background: none;
}

ul.detail_bar li a {
	color: #fff;
	text-decoration: none;
}

ul.detail_bar li a:hover {
	color: white;
	text-decoration: underline;
}

#detail_frame {
	text-align: left;
	width: 273px;
	margin: 0px auto;
	padding: 15px;
	background: #fff;
}

#detail_header {
	
}

#detail_image {
	width: 273px;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#detail_header h3 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

#detail_header dl {
	background: #ccc;
	width: 273px;
}

#detail_header dl dt {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 70px;
}

#detail_header dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
}

#detail_content_text h1 {
	margin: 0px;
}

#detail_content_text p {
	margin: 0px;
}

#detail_content_text {
	clear: both;
}

#detail_content_text h5 {
	margin: 0px;
	padding: 15px 0 5px;
}

a.form_link {
	background: #612C34;
	width: 280px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	margin: 0px;
}

/* DEFAULT FORMS LAYOUTS */

#feedbackForm p {
	padding: 5px;
}

#feedbackForm dl {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 3px 0px;
	display: block;
}

#feedbackForm dl.checkbox dt {
	width: 25px;
}

#feedbackForm dl dt {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding-left: 15px;
}

#feedbackForm dl dt select {
	width: 90px;
}

#feedbackForm dl dt.required {
	font-weight: bold;
	background: url(../images/rd1/required.gif) no-repeat left top;
	padding: 0px 0px 5px 15px;
}

#feedbackForm dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 60%;
	margin-left: 5%;
}

#feedbackForm dl dd select {
	width: 146px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#feedbackForm dl dd table {
	border-collapse: collapse;
}

#feedbackForm dl dd table td {
	padding: 2px 0px 2px 3px;
	vertical-align: top;
}

#feedbackForm dl dd table td input {
	margin: -1px 3px 1px 0px;
}

#feedbackForm tr.required {
	font-weight: bold;
	background: url(../images/rd1/required.gif) no-repeat left 5px;
}

#feedbackForm dl dd ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#feedbackForm dl dd ul li {
	background: none;
	padding: 0px;
	list-style-image: none;
}

#feedbackForm #submit {
	padding-left: 25%;
	padding-top: 10px;
	padding-bottom: 25px;
	float: none;
	clear: both;
}

#feedbackForm #submit button,
#feedbackForm #submit .formButton,
#feedbackForm #submit .formButtonLong {
	float: left;
	clear: none;
	margin: 0px 5px;
}

#feedbackForm form textarea {
	width: 200px;
	height: 120px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* STAFF STYLING */

#staff {
	width: 600px;
	

/*height: expression(eval(document.getElementById('content_narrow').clientHeight));*/
 	min-height: 700px;
	color: #000000;
}

* html #staff {
	height: 700px;
}

#staff_menu {
	height: 190px;
	width: 588px;
	border: 1px solid #333;
	border-bottom: 5px solid #47500F;
	padding: 5px 5px 5px;
	background: #EFE7C5;
}

#staff_pics {
	width: 500px;
	height: 155px;
	overflow: auto;
	position: absolute;
}

#staff_pics ul {
	padding: 0px;
	margin: 0px;
}

#staff_pics ul li {
	list-style: none;
	display: block;
	

/*

display: block;*/
  background: none;
	padding: 0px;
	margin: 0px;
	width: 73px;
	height: 130px;
	float: left;
	font: normal 10px Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	color: #5A6327;
}

#staff_pics ul li:hover {
	color: #6E150F;
}

#staff_pics ul li:hover img {
	border: 1px solid #7B3741;
}

#staff_name {
	font-size: 12px;
	height: 15px;
	padding: 4px 3px 15px;
	color: #6E150F;
}

#staff_menu img {
	cursor: pointer;
	border: 1px solid #D8D0AE;
	padding: 3px;
	background: white;
	height: 88px;
	width: 70px;
	display: block;
	margin: 0px 3px 4px 0px;
}

#staff_details {
	float: left;
	width: 210px;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid #D8D0AE;
}

#staff_details img {
	margin: 0px 0px 10px 0px;
	padding: 4px;
	border: 1px solid #1D5180;
	background: white;
}

#staff_details dl {
	margin: 0px;
	padding: 0px;
}

#staff_details dt {
	float: left;
	color: #000;
	font-style: italic;
}

#staff_details dd {
	margin: 0px 0px 0px 15px;
}

#staff_details em {
	color: #1E463D;
}

#staff_bio {
	float: left;
	width: 335px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 10px;
	line-height: 18px;
	overflow-y: auto;
/

*border-bottom: 5px solid #D8D0AE;*/
  	/

*height: expression(eval(document.getElementById('staff_details').clientHeight-13));*/
}

#staff_bio p {
	margin: 0px 0px 15px;
}

.staff_title {
	color: #47500F;
}

/* VOLUNTEER PAGES AND SEARCH FORMS */

#volunteer{
  width: 100%;
}

#volunteer a{
  font-weight: bold;
  text-decoration: none;
}

#volunteer button{
  text-align: center;
  margin: 0px auto;
}

#volunteer_results_close h2{
  background: #9EAB2C;
  border: 1px solid #8E9A27;
}

#volunteer #zip,
#volunteer #people{
  font-weight: bold;
  background: #F8F8F8;
  border: 1px solid #CCC;
  color: #333;
  margin: 10px 0px 0px;
}

#volunteer #zip td,
#volunteer #people td{
  padding: 2px;
}

#volunteer select{
  float: left;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 1px;
}

#volunteer .input_text{
  border: 1px solid #999;
  border-top: 1px solid #666;
  border-bottom: 1px solid #CCC;
  margin: 1px !important;
  margin: 0px 1px;
  padding: 1px 1px 1px 3px;
  font-size: 11px;
}

#volunteer .checkbox{
  background: none !important;
  background: transparent url(../images/rd1/background_checkbox.gif) no-repeat 2px 2px;
  display: inline;
}

#volunteer .checkbox input{
  padding: 0px;
  margin: 3px;  
}

#volunteer .select{
  float: left;
}

#volunteer .textfield{
  float: left;
}

#volunteer th{
  text-align: left;
  vertical-align: top;
  width: 160px;
}

#volunteer td{
  padding: 0px 0px 15px;
  vertical-align: top;
}

#volunteer small{
  font-size: 9px;
  font-weight: normal;
  clear: both;
}

#volunteer_results_close table,
#volunteer_results_exact table,
#volunteer_results table{
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0px;
}

#volunteer_results_close td,
#volunteer_results_exact td,
#volunteer_results td{
  padding: 10px 5px;
  border: 1px solid #E8E8E8;
}

#volunteer_results_close .alt,
#volunteer_results .alt{
  background: #F8F8F8;
}

#volunteer_results_exact .alt{
  background: #F7F7F7;
}

#volunteer_results_close .alt td,
#volunteer_results_exact .alt td,
#volunteer_results .alt td{
  border: 1px solid #DFDFDF;
}

#volunteer_results_close .over,
#volunteer_results_exact .over,
#volunteer_results .over{
  background: #F7F7F7;
  cursor: pointer;
  cursor: hand;
}

#volunteer_results_close dl,
#volunteer_results_exact dl,
#volunteer_results dl{
  padding: 10px 0px;
  margin: 0px;
}

#volunteer_results_close dt,
#volunteer_results_exact dt,
#volunteer_results dt{
  float: left;
  width: 60px;
  font-weight: bold;
  clear: both;
}

#volunteer_results_close dd,
#volunteer_results_exact dd,
#volunteer_results dd{
  padding: 0px;
  margin: 0px;
}

#volunteer_results_close p,
#volunteer_results_exact p,
#volunteer_results p{
  margin: 5px 0px;
  padding: 0px 0px 0px 5px;
}

#volunteer_results_close strong,
#volunteer_results_exact strong,
#volunteer_results strong{}

#volunteer_results_close label,
#volunteer_results_exact label,
#volunteer_results label{
  display: block;
}

#volunteer_results_close button,
#volunteer_results_exact button,
#volunteer_results button{
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 10px 0px 0px;
}

#volunteer_criteria{
  float: left;
  width: 100%;
  background: #CFCFCF;
  border: 1px solid #898989;
  padding: 5px;
  margin: 0px 0px 20px;
}

#volunteer_criteria #links{
  background: #C1CF44;
  text-align: center;
  border: 1px solid #AEBC30;
}

#volunteer_criteria #links button{
  display: inline;
  margin: 5px 3px;
}

#volunteer_criteria dl{
  padding: 10px 0px;
  margin: 0px;
}

#volunteer_criteria dt{
  float: left;
  width: 150px;
  font-weight: bold;
  clear: both;
  padding: 0px 0px 7px;
}

#volunteer_criteria dd{
  padding: 0px 0px 7px;
  margin: 0px;
}

#volunteer_detail dl{
  float: left;
  padding:3px 0;
  margin: 0px;
  background: #F7F7F7;
  border: 1px solid #E8E8E8;
  width: 100%;
}

#volunteer #btnBack,
#volunteer #btnShowAll {
	margin: 0 auto 10px;
}

#volunteer_detail dt{
  float: left;
  width: 150px;
  font-weight: bold;
  clear: both;
  padding: 0 0 0px 15px;
}

#volunteer_detail dd{
  padding: 0;
  margin: 0px;
  float: left;
}

#volunteer_detail #contact{
  padding: 5px 0 0;
  display: inline-block;
}

#personal_info {
	float: left;
	padding: 10px 10px 10px 0;
	width: 330px;
}

#personal_info dl {
	clear: both;
	display: block;
	margin: 0;
	padding: 3px 0;
	width: 100%;
}

#personal_info dt {
	float: left;
	height: auto;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	width:100px;
}

#personal_info dd {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

#email_subscriptions {
	float: right;
	width: 575px;
	padding: 10px 0;
}

#email_subscriptions dl.checkbox dt {
	width: 25px;
	height: auto;
	float: left;
}

#email_subscriptions dl.checkbox dd {
	padding: 0 0 0 5px;
}

#phone_numbers {
	float: left;
	margin: 10px 0 0;
}

#login div#submit {
	float: none;
	text-align: center;
	width: 100%;
	margin: 0;
	clear: both;
}

#login div#submit #Register {
	margin: 0 auto;
	text-align: center;
}

#searchAgain #query,
#searchAgain #submitSearch {
	float: left;
	clear: none;
	padding: 3px 5px;
}






#calendar {
	margin: -10px 0 0 -10px;
}

#standard_groupCalendar dt,
#standard_groupCalendar dd {
	margin: 0;
	padding: 0;
}

#group_calendargrid td,
#group_calendargrid th {
	text-align: left;
	padding: 0 25px 0 0;
}

.addthis_button {
	float: right;
}

#google_translate_element{
	clear: both;
	margin: 0 auto 30px;
	width: 910px;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */

#features {
	height: 340px;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
    float: left;
	clear: both;
	position: relative;
}

#features.features {
	height: 340px;
    display: block;
    overflow: hidden;
	margin: 0;
	padding: 0;
	width: 1000px;
    float: left;
}

#features.features ul {
	clear: both;
	list-style: none;
    margin: 0;
	padding: 0;
	position: absolute;
}

#features.features li {
    list-style: none;
}


/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#features.features ul.main li {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 1;
	width: 1000px;
	height: 340px;
}

#features.features .main,
#features.features .feature {
	height:340px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	width: 1000px;
	z-index: 1;
	float: left;
}

#features.features ul.main li.shown {
    z-index: 2;
    visibility: visible;
    position: relative;
}

#features.features ul.main li.shown a {
    z-index: 999999;
    position: relative;
}

#features .feature img {
	width: 999px;
    height: 340px;
}


/* PREVIOUS NEXT CONTROLS */
.pnControl {
	margin: 0;
	width: auto;
	z-index: 9999999;
}

.pnControl a.prev {
    text-indent: -9999px;
    overflow: hidden;
	height: 80px;
	width: 70px;
	z-index: 100;
    position: absolute;
	bottom: 128px;
	left: 2px;
    background: url(../images/rd1/prev.png) no-repeat scroll top right;
}

.pnControl a.next {
    text-indent: -9999px;
    overflow: hidden;
	height: 80px;
	width: 70px;
	z-index: 100;
    position: absolute;
	bottom: 128px;
    background: url(../images/rd1/next.png) no-repeat scroll top right;
	right: 2px;
}

ul.count {
	bottom: 18px;
	right: 45px;
	position: absolute;
	z-index: 999999;
}

ul.count li {
	width: 8px;
	height: 8px;
	display: block;
	float: left;
	margin: 0 0 0 14px;
	padding: 0;
	height: 13px;
	width: 13px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/rd1/features-inactive.png) no-repeat scroll center center;
}

ul.count li.shown {
	background: url(../images/rd1/features-active.png) no-repeat scroll center center;
}

ul.count li a {
	display: block;
	width: 13px;
	height: 13px;
}



/*HOMEPAGE STYLES */

#container.home {
	background: none;
}

.home #content_text {
	padding: 0 0 12px;
	float: left;
}

#mission {
	background: #b2983f;
	color: #f5edd1;
	padding: 18px 15px 12px;
	height: 390px;
	width: 288px;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#mission h2 {
	color: #fff;
	font-size: 30px;
    font-family: 'PaktSemiBold', Arial, sans-serif;
	background: url(../images/rd1/dot-white.png) repeat-x scroll bottom left;
}

#mission p {
	margin: 0 0 10px;
}

#marquee,
#prayers {
	float: left;
	width: 288px;
	height: 341px;
	margin: 0 0 0 13px;
	font-size: 13px;
	line-height: 15px;
	color: #464646;
	padding: 18px 12px 12px 15px;
	background: #eadcac;
	display: block;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#prayers {
	width: 287px;
}

.marquee {
	padding: 0 0 15px;
}

.home h2 {
	font-size: 30px;
    font-family: 'PaktSemiBold', Arial, sans-serif;
	color: #950722;
	padding: 5px 0 13px;
	width: 100%;
	margin: 0 0 8px;
	background: url(../images/rd1/dot-green.png) repeat-x scroll bottom left;
}

.home h3 {
	color: #8b6e0a;
	font-size: 23px;
    font-family: 'PaktSemiBold', Arial, sans-serif;
}

.home p {
	margin: 0;
}

.home a.readmore {
	float: right;
	display: block;
	padding: 5px 12px 0 0;
	background: url(../images/rd1/arrow.png) no-repeat scroll right 8px;
}

#email_signup {
	width: 611px;
	float: left;
	background: #3e3118;
	margin: 0 0 12px;
	height: 37px;
	padding: 7px 14px 5px 30px;
	position: relative;
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#email_signup h3 {
	color: #c9b15d;
	font-size: 26px;
    font-family: 'PaktSemiBold', Arial, sans-serif;
	width: 305px;
	float: left;
}

#email_signup form {
	width: 299px;
	float: right;
	margin: 3px 0 0;
}

#prayers form {
	margin: 3px 0 0;
}

#email_signup input.email_signup,
#prayers input.prayers,
#prayers textarea.prayers {
	background: #fff;
	border: none;
	color: #555;
	height: 28px;
	font-size: 14px;
	line-height: 27px;
	margin: 0 10px 0 0;
	padding: 0 0 0 8px;
	width: 200px;
	float: left;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#prayers input.prayers,
#prayers textarea.prayers {
	width: 277px;
	margin: 7px 0 0;
}

#email_signup input.submit,
#prayers input.submit {
	background: url(../images/rd1/background_signup_button.png) no-repeat scroll top left;
	border: none;
	cursor: pointer;
	float: right;
	font-size: 0;
	line-height: 0;
	margin: 0 1px 0 0;
	text-indent: -9999px;
	width: 80px;
	height: 28px;
}

#prayers input.submit {
	background: url(../images/rd1/background_submit_button.png) no-repeat scroll top left;
	margin: 12px 1px 0 0;
}

#prayers textarea.prayers {
	height: 124px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	overflow-y: auto;
	line-height: 18px;
	padding: 5px 0 0 8px;
}


/* LIGHTBOX STYLES */

.home .white_content {
	left: 33%;
	width: 425px;
	background: #fff;
	height: 360px;
	display: none;
	position: fixed;
	float: none;
	padding: 15px 16px;
	top: 24%;
	z-index: 9999999;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 999999;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}

a#lightboxClose {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/rd1/lightbox-close.png) no-repeat scroll top left;
	text-indent: -9999px;
	overflow: hidden;
}

.white_content {
	width: 622px;
	height: 405px;
	padding: 15px 16px;
	background: #fff url(../images/rd1/lightbox-bg.png) repeat-x scroll bottom left;
	overflow: auto;
	float: left;
	position: relative;
}

.white_content h2 {
	color: #bd9919;
	font-size: 24px;
	line-height: 27px;
	margin: -15px 0 15px;
	display: block;
}

.white_content p {
	font-size: 13px;
	line-height: 17px;
	color: #1b1b1b;
}
.white_content td {
	float: left;
	width: 330px;
}
.white_content td.image {
	padding: 0 10px 8px 0;
	width: 280px;
	margin: 0 0 0 -4px;
}

.white_content td.groupInfo {
	padding: 7px 10px 0 20px;
	overflow: auto;
	width: 280px;
	height: 220px;
}

.white_content td {
	float: left;
	width: 330px;
}

.groupInfo input.quantity {
	width: 30px;
	margin-right: 5px;
	cursor: auto;
	padding: 1px 5px;
	text-align: center;
	background: none;
	border: 1px solid #999;
	height: auto;
	text-indent: 0;
}

.groupInfo input.amount {
	width: 60px;
	margin-right: 5px;
	cursor: auto;
	padding: 1px 5px;
	text-align: right;
	background: none;
	border: 1px solid #999;
	height: auto;
	text-indent: 0;
	margin-left: 3px;
}

.groupInfo select {
	width: 340px;
}

.groupInfo input {
	cursor: pointer;
	background: url("../images/rd1/donate.png") no-repeat scroll left top transparent;
	width: 109px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}

.contentFrame #content_full #content_text {
	padding: 0;
}



/*.ie8 #group_nav ul li a,
.ie8 #marquee, 
.ie8 #prayers,
.ie8 #mission,
.ie8 #email_signup,
.ie8 #email_signup input.email_signup,
.ie8 #prayers input.prayers,
.ie8 #prayers textarea.prayers {
	behavior: url(../styles/PIE.htc);
}*/


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../images/rd1/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { background: #f6a828 url(../images/rd1/ui-bg_gloss-wave_35_f6a828_500x100.png) no-repeat scroll top left; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../images/rd1/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../images/rd1/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../images/rd1/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../images/rd1/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../images/rd1/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(../images/rd1/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../images/rd1/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:20px; text-align: left; width: 250px; padding: 1px;}
.ui-progressbar .ui-progressbar-value {margin: 0px; height:100%; }

#fc_minicart {
	float: left;
	width: 300px;
	padding: 4px 8px;
	margin: 9px 0 0 -320px;
	text-align: right;
	display: none;
}

#my_left {
	float: left;
	width: 450px;
}

#my_right {
	width: 450px;
	float: right;
}
#personal_info h5 {
	clear: both;
}

.contentFrame #pageName {
	display: none;
}

.contentFrame #content_text {
	padding: 0;
}

#light form {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 25px;
}

#light form input {
	background: url(../images/rd1/donate.png) no-repeat scroll top left;
	width: 109px;
	margin: 3px 0 0 3px;
	height: 28px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#light form input.amount {
	background: #fff;
	border: 1px solid #CCC;
	font-size: 11px;
	color: black;	
	padding: 2px;
	text-indent: 0;
}



.lightbox-shade {
	background: #000;
	opacity:0.4;
	filter:alpha(opacity=40);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.lightbox {
	display: block;
	position: fixed;
	left: 50%;
	margin-left: -327px;
	top: 50%;
	margin-top: -195px;
	z-index: 11;
	width: 654px;
	height: 470px;
	background: #FFF;
}

a.lightbox-close {
	background: #fff;
	font-weight: bold;
	color: #bc280d;
	padding: 5px 10px;
	margin: 0 0 5px;
	float: right;
}

a.lightbox-close:hover {
	color: #fff;
	background: #bc280d;
	text-decoration: none;
}
