/* Erec Meyer's Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: outside;
}
ol {
	list-style-type:decimal;
}
ul {
	list-style-type:square;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* MissionsMinistries.org CSS Document */
/* Author Christopher Cardillo */
/* Diligent Design :: http://www.diligent-design.com */

/* ================== Global styles ======================= */
body {
	margin:0;
	padding:0;
	background:#fff url('../images/body_bg.jpg') top left repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
strong { font-weight:bold; }
em {font-style:italic;}
/* primary nav */
div#primarynav {
	width:1000px;
	height:30px;
	margin:0 auto;
	padding:0;
	background:transparent; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:16px;
	text-align:center;
}
body#home div#primarynav { background:transparent; text-align:center; }
div#primarynav ul { line-height:29px; margin:0 auto; padding:0; text-align:center; }
#primarynavlist li, #primarynavlist li a { float:left; display:inline; border-left:1px solid #4C412F; border-right:1px solid #4C412F; }
#primarynavlist li { list-style-type:none; }
#primarynavlist { float:left; background:transparent; }
#primarynavlist li a { 
	color: #fff; 
	background: transparent; 
	display: block; 
	padding: 0 16px; 
	margin:0 auto; 
	text-decoration:none; 
}
#primarynavlist li a:hover,
body#aboutSection #primarynavlist li#about a,
body#teamInfoSection #primarynavlist li#teamInfo a,
body#getInvolvedSection #primarynavlist li#getInvolved a,
body#sasSection #primarynavlist li#sas a,
body#newsSection #primarynavlist li#news a,
body#contactSection #primarynavlist li#contact a,
body#giveSection #primarynavlist li#give a,
body#photoVideoSection #primarynavlist li#photosVideos a
{color: #800000; background:#F9DA5F;}

/* bottom nav */
div#bottomnav {
	width:1000px;
	height:50px;
	margin:0 auto;
	padding:0;
	padding-top:45px;
	background:transparent url('../images/bottomNav_bg.gif') top left no-repeat; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:13px;
	text-align:center;
	clear:both;
	color: #4C412F;
}
#bottomnav a { 
	color: #4C412F; 
	background: transparent; 
	display: inline; 
	padding: 4px 13px; 
	margin: 0 2px;
	text-decoration:none; 
	border-top:none;
	border-bottom:none;
}
#bottomnav a:hover {color: #800000; background:#F9DA5F url('../images/bottomNav_hover_bg.gif') top left repeat-x;}

body#home a#b_home,
body#aboutSection a#b_about,
body#teamInfoSection a#b_teamInfo,
body#getInvolvedSection a#b_getInvolved,
body#sasSection a#b_sas,
body#newsSection a#b_news,
body#contactSection a#b_contact,
body#giveSection a#b_give, 
body#photoVideoSection a#b_photosVideos
{
	background:#fff;
	border:2px solid #e2e2e2;
	border-bottom:3px solid #e0e0e0;
	border-top:1px solid #fff;
	font-weight:bold;
	color:#800000;
}
.red { color:#800000; font-weight:bold; }

/* ================== Home page styles ======================= */
div#homeContainer {
	width:1000px;
	margin:0 auto;	
	text-align:left;
	background:transparent url('../images/homepage/home_logo.jpg') top left no-repeat;
	padding:0;
}
h2.homeHeading {
	padding:20px 0px 10px 0;
	font-size:2.6em;
}
.homeH3 { font-size:1.75em; }
.homeText {
	display:block;
	width:660px;
	margin:0;
	padding:10px 0px 10px 0;
	font-size:.85em;
	line-height:1.5em;
	clear:none;
}
.bigger {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:1.1em;
	line-height:2em;
}

a { text-decoration:none; }
a:link {
	color: #800000;
	border-bottom:1px dotted #800000;
}	
a:visited {
	color: #4C412F;
	border-bottom:1px dotted #4C412F;
}
a:hover, a:active {
	color: #800000;
	border-bottom:1px solid #800000;
	background:#F9DA5F;
}

form { margin:0; padding:0; }
/*#homeDonateBtn { float:left; margin:142px 0 0 500px; }*/

#mailingListForm {
	width:350px;
	float:right;
	display:inline;	
	margin:30px 20px 0 0;
	
}

table#signUp {
	width:350px;
	margin:0;
	padding-top:0;
	border:1px solid #fbd262;
	background-color: transparent;
	background-image: url(../images/homepage/signup_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
table#signUp td { padding:0 10px; }
table#signUp .submitBtn { float:right; margin-top:10px; display:inline; font-size:11px; }
table#signUp .textField {
	width:150px;
	border-top:2px solid #aaa;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:2px solid #aaa;
	margin:0 0 10px 0;
	padding:2px 5px;
}
div#bigBtns {
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding:0 0 0 25px;
	clear:both;
}
div#bigBtns img { padding:0; border:none; }
ul#bigBtnList {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#bigBtnList li {
	display:block;
	float:left;
	margin-bottom:20px;
	width:25%;
}
ul#bigBtnList li a:link, ul#bigBtnList li a:visited {
	border:2px solid #800000;
	display:block;
	width:200px;
	height:180px;
}
ul#bigBtnList li a:hover, ul#bigBtnList li a:active {
	border:2px solid #F9DA5F;
}

#leftBlurb {
	width:50%;
	padding:0;
	margin:0;
	
}
#rightBlurb {
	width:48%;
	padding:0;
	margin:0;
	float:right;
	display:inline;
}
.blogBlurb, .blogBlurb a {
	border: none;
	margin:10px 0 0 0;
	display:inline;
}
#rightBlurb a, #leftBlurb a { border:none; }
#rightBlurb a:hover, #leftBlurb a:hover { background:none;}
.clear, .clearTopMargin20 { clear:both; margin:0; padding:0; }
.bold { font-weight:bold; }

.noLinkUL a:link, .noLinkUL a:hover { border:none; background:none; }
.homeBanner { margin-top:20px; }


/* ================== Interior page styles ======================= */
div#interiorContainer {
	width:1000px;
	margin:0 auto;	
	text-align:left;
	background:transparent url('../images/int_logo.jpg') top left no-repeat;
	padding:0;
}
#printLogo {
	display:none;
}
#logoGif {
	margin:0 0 0 20px;
	cursor:pointer;
	border:none;
	background:transparent;
}
#logoGif img { border:none; }
div#contentBox {
	width:720px;
	float:right;
	margin:0;
	padding:0;
	display:inline;
}
body#photoVideoSection div#contentBox { width:600px; margin-right:120px; }

h1, h2, h3, h4 { font-family:Georgia, 'Times New Roman', Times, serif; }
h1 {
	color:#D66416; 
	font-size:3em;
	line-height:1em;
	text-align:right;
	margin:-40px 0 0 0;
	padding:0 20px 40px 0;
	background:transparent url('../images/int_page_top_bg.jpg') bottom left no-repeat;
	font-variant:small-caps;
	letter-spacing:2px;
}
h2 {
	color:#800000; 
	font-size:1.6em;
	line-height:1.2em;
	text-align:left;
	margin:0;
	padding:10px 50px 10px 0;
	font-weight:bold;
	
}
.smallerH2 { font-size:20px; }
h3 {
	color:#333; 
	font-size:1.25em;
	line-height:1.1em;
	text-align:left;
	font-style:italic;
	margin:0;
	padding:10px 50px 5px 0;
	font-weight:bold;
}
h4 {
	font-weight:bold;
	margin:15px 0 5px 0;
	font-size:1em;
}
.smallerH3 { font-size:16px; }
div#contentBox p {
	font-size:.85em;
	line-height:1.5em;
	margin:0;
	padding:5px 50px 10px 0;
}
div#contentBox ul, div#contentBox ol {
	font-size:.85em;
	line-height:1.5em;
	margin:0;
	padding:0px 50px 10px 30px;
	list-style-position:outside;
}

blockquote {
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0 50px 20px 30px;
	font-style:italic;
}
p.pullQuote {
	padding:0;
	margin:0;
}

div#contentBox ul li, div#contentBox ol li { padding-bottom:7px; }
div#giveBottom {
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	font-size:15px;
	line-height:20px;
	margin:0;
	padding:5px 50px 10px 0;
}
span.giveButton a {
	display:block;
	width:60px;
	margin:0 auto; 
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
}
span.giveButton a:link, span.giveButton a:visited {
	background:#800000;
	border:1px solid #800000;
	color:#F9DA5F;
	background:#800000 url('../images/red_btn_bg.gif') bottom left repeat-x;
}
span.giveButton a:hover, span.giveButton a:active {
	background:#F9DA5F;
	border:1px solid #800000;
	color:#800000;
}

.floatRight {
	float:right;
	margin:10px 15px 15px 15px;
	display:inline;
	font-size:9px;
	clear:right;
}
.floatRightDiv {
	float:right;
	margin:10px 15px 15px 15px;
	display:inline;
	width:auto;
	font-size:10px;
	line-height:14px;
	color:#333;
	clear:right;
	text-align:right;
}

.floatLeft {
	float:left;
	margin:10px 15px 15px 0;
	display:inline;
}
.center {
	text-align:center;
}
.italics { font-style:italic; }
.underline { text-decoration:underline; }
.redBorder { border:2px solid #800000; }
.noRtPad { padding-right:0; }
.emphasize { color: #D66416; font-weight:bold; }
.emphasizeUL { color: #D66416; font-weight:bold; text-decoration:underline; }
.bottomMargin {margin-bottom:100px; }
.clearDiv { 
	clear:both;
	height:2px;
	margin:6px 0 6px 0;
	padding:0;
	width:98%;
	border-bottom:1px solid #ccc;
}

/* left nav */
div#leftNav {
	width:230px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	float:left;
	margin:0 0 0 19px;
	font-size:15px;
	background:#EAE3DB url('../images/nav_shadow_bg.gif') top right repeat-y;
	padding:0 0 10px 0;
	display:inline;
	border:1px solid #ADA8A0;
	border-right:none;
	border-bottom:3px solid #ADA8A0;
	clear:none;
}
div#leftNavBottom {
	width:230px;
	float:left;
	margin:0 0 0 20px;
	padding:0;
	height:60px;
	background:#fff url('../images/int_page_side_bg.jpg') top right no-repeat;
	clear:left;
	float:left;
	display:inline;

}
ul#leftNavList {
	padding:0;
	margin:0;
	/*padding-bottom:10px;*/
	text-align:left;
	background:#EAE3DB url('../images/nav_shadow_bg.gif') top right repeat-y;
	border-right:none;
}
ul#leftNavList li {
	list-style-type:none;
	width:230px;
	padding:0;
	border-right:none;
}
ul#leftNavList li a:link, ul#leftNavList li a:visited {
	margin:0;
	padding:8px 10px;
	display:block;
	text-decoration:none;
	border:none;
	color:#800000;
	background:#EAE3DB url('../images/nav_shadow_bg.gif') top right repeat-y;
	border-top:1px solid #F8F3ED;
	border-bottom:1px solid #D7D0C9;

}
ul#leftNavList li a:hover { 
	background:#F9DA5F url('../images/nav_shadow_active_bg.gif') top right repeat-y; 
}
ul#leftNavList li a:active { border-bottom:1px solid #F8F3ED; border-top:1px solid #D7D0C9;  }
ul#leftNavList li#here {
	background:#fff;
	margin:0;
	width:217px;
	padding:10px;
	padding-right:0;
	display:block;
	text-decoration:none;
	border-top:1px solid #ABAAAA;
	border-bottom:3px solid #CAC4BD;
	border-left:3px solid #CAC4BD;
	font-weight:bold;
	color:#800000;
	border-right:none;
}
/* left nav secondary list */
ul.secondaryList {
	padding:0!important;
	margin:0!important;
	margin-top:5px!important;
	background:#fff!important;
	background-image:none!important;
}
ul.secondaryList li {
	width:100%!important;
}
ul.secondaryList li a:link, ul.secondaryList li a:visited, ul.secondaryList li#hereSecondary {
	padding:5px 10px!important;
	margin:0!important;
	background:#fff!important;
	background-image:none!important;
	font-weight:normal!important;
	font-size:13px!important;
	width:200px!important;
}
ul.secondaryList li a:hover, ul.secondaryList li a:active {
	background:#F9DA5F!important;
}
ul.secondaryList li#hereSecondary {
	border-left:1px solid #aaa;
	border-bottom:2px solid #aaa;
	color:#000;
	font-weight:bold!important;
}

/* left nav special list */
div#leftNav p.special {
	color:#800000;
	font-size:14px;
	font-weight:bold;
	margin:0;
	display:block;
	text-align:center;
	padding:20px 0 0 0;
	border-top:1px solid #F8F3ED;
}
ul#specialList {
	padding:0;
	margin:0;
	background:#EAE3DB url('../images/nav_shadow_bg.gif') top right repeat-y;
	border-right:none;
	text-align:center;
}
ul#specialList li {
	list-style-type:none;
	width:130px;
	padding:0;
	margin:5px auto;
	font-size:13px;
	font-weight:bold;
}
ul#specialList li a:link, ul#specialList li a:visited, .specialSponsorBtn:link, .specialSponsorBtn:visited {
	margin:0;
	padding:5px;
	display:block;
	text-decoration:none;
	border-top:1px solid #A33600;
	color:#F9DA5F;
	background:#800000 url('../images/red_btn_bg.gif') bottom left repeat-x;
	border-top:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #fff;
}
ul#specialList li a:hover, ul#specialList li a:active, .specialSponsorBtn:hover, .specialSponsorBtn:active { background:#F9DA5F; color:#800000; }
.specialSponsorBtn { text-align:center; }

/* contact page styles */
table#contactformtable {
	width:255px;
	background:#FAE19E;
	border:1px solid #ccc;
	padding:0;
	margin:10px 50px 10px 0;
}
td.contactformtext {
	font-size:13px;
	padding:10px;
	text-align:left;
	color:#222;
	line-height:18px;
	border-bottom:1px solid #aaa;
	border-top:1px solid #fff;
	background:#FAE19E url('../images/homepage/signup_bg.jpg') top left repeat-x;
	vertical-align:top;
}
td.contactformfield {
	border-bottom:1px solid #aaa;
	border-top:1px solid #fff;
	padding:6px;
	text-align:left;
	font-size:13px;
	color:#222;
	background:#FAE19E url('../images/homepage/signup_bg.jpg') top left repeat-x;
}
input.textField, textarea {
	border-top:2px solid #aaa;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:2px solid #aaa;
	background-color:#eee;
	font-size:13px;
	line-height:16px;
	color:#222;
}


input#primary, input#other, .donate {
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	color:#F9DA5F;
	text-decoration: none;
	font-weight:bold;
	padding: 5px 20px;
	clear:none;
	text-shadow: 0 -1px -1px #420000;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	border:2px solid #420000;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c35555', endColorstr='#800000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c35555), to(#800000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c35555,  #800000); /* for firefox 3.6+ */
}
input#other {
	border:2px solid #666;
	font-size:12px;
	line-height:16px;
	color:#222;
	padding: 5px 20px;
	cursor:pointer;
	text-shadow: 0 1px 1px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#989898'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#989898)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ececec,  #989898); /* for firefox 3.6+ */
}
.clearRight {
	clear:right;	
}

/* ================== copyright and contact at bottom ======================= */
div#copyright {
	width:1000px;
	margin:0 auto;
	text-align:center; 
	font-size:11px;
	line-height:18px;
	color: #4C412F;
}
div#creditValid {
	width:1000px;
	margin:10px auto;
	text-align:center; 
	font-size:10px;
	line-height:30px;
	color: #4C412F;
}

/* ================== volunteer information form table ======================= */
table#volFormTable {
	margin:0 0 10px 0;
	font-size:13px;	
}
table#volFormTable td {
	vertical-align:middle;
	padding:5px 2px;
	border-top:1px solid #ededed;
}
table#volFormTable td.alignTop {
	vertical-align:top;
}
table#volFormTable td.question {
	padding-top:10px;
	border-top:2px solid #aaa;
	font-weight:bold;
}
.required {
	color:#FF0000;
}

/* ================== Mexican pastors table ======================= */
table#pastorTable {
	font-size:11px;	
	text-align:left;
}
table#pastorTable td {
	font-size:11px;	
	padding:0 20px 10px 0;
}

.topLink {
	text-align:right;
	clear:right;
}

/* ================== Photos & Videos pages ======================= */
ul#thumbnailList li a img { border:none; }

/* ================== RTW pages ======================= */
h2.rtwH2 { 
	font-family:Impact,Tahoma, Verdana, Georgia;
	font-size:40px;
	letter-spacing:1px;
	color:#333333;
	background:transparent;
 }
 h3.rtwH3 { 
	font-family:Tahoma, Verdana, Georgia;
	font-size:24px;
	color:#800000;
	font-style:normal;
 }
.rtwPage { 
 	background:transparent url('../images/rtw/splatter-bg.jpg') top left no-repeat;
 }
h3.special {
	color:#800000;
	text-align:center;
	margin-bottom:20px;
}
p.biggerLink { font-size:17px; padding-top:10px; }


/* ================== SAS ======================= */
.sas {
	width:760px;	
}
#sasHomeHero {
	background:transparent url('../images/sas/sas-main-hero.jpg') top left no-repeat;
	height:370px;
	margin:0 0 20px 0;
}
.sasHomeHeroInset {
	width:320px;
	background:#fff;
	padding:20px;
	float:right;
	margin: 40px 40px 0 0;
	-webkit-box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
#sasHomeHero .sasHomeHeroInset p {
	font-size:.75em;
	line-height:1.4em;
	padding:0;
	margin:0;
}
#sasHomeHero h2 {
	font-size:1.2em;
	line-height:1.2em;
	padding:280px 0 0 20px;
}
.blockQuote {
	float:left;
	display:inline;
	width:250px;
	background:#F9DA5F;
	margin:0 20px 20px 0;
	padding:20px 0 20px 20px;
	-webkit-box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.25), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.25), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.25), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
.blockQuote p {
	font-size:.8em;
	line-height:1.1em;
	margin:0;
	padding:0;
	font-weight:bold;
}

.secondaryOL { list-style:lower-alpha; }

div#sasMainThumbs {
	width:720px;
	margin:0;
	padding:0;
	clear:both;
}
div#sasMainThumbs img { padding:0; border:none; }
ul#thumbList {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#thumbList li {
	display:block;
	float:left;
	margin-bottom:20px;
	width:25%;
	text-align:center;
}
ul#thumbList li a:link, ul#thumbList li a:visited {
	border:2px solid #800000;
	display:block;
	width:140px;
	height:230px;
}
ul#thumbList li a:hover, ul#thumbList li a:active {
	border:2px solid #F9DA5F;
}

/* ================== SAS browse pages ======================= */
.leftColumn {
	width:45%;
	background:#F9DA5F;
	padding:0;
	-webkit-box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.25), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.25), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.25), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
.leftColumnImages {
	width:100%;
	background:#fff;
	text-align:center;
	padding:10px 0;
	margin:0;
}
.leftColumnImages img {
	border:1px solid #aaa;
}
.bio {
	margin:10px 20px;
	padding;:0;
	font-size:.8em;
	line-height:1.1em;
	display:block;
}

div#contentBox .rightColumn {
	width:49%;
	float:right;
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}
div#contentBox .rightColumn p {
	margin:0 0 15px 0;
	padding:0;
}
div#contentBox .rightColumn p.finePrint {
	font-size:.75em;
	line-height:1.3em;
}
.payPalForm {
	margin:0;	
}
.SASForm {
	border:1px solid #900000;
	margin:0 0 10px 0;
	padding:10px 0 10px 10px;
	background-color: #efefef;
}
.SASForm .chooseGenderLabel {
	
	font-size:.75em;
}
.SASForm h4 {
	margin-top:0;
	line-height:1.5em;
}
.sponsorBtn { margin-top:5px; }


/* ================== AddThis styles ======================= */
div#addThis {
	width:120px;
	float:right;
	display:inline;
	margin:15px 35px 10px 0;
	clear:right;
	font-size:.7em;
	line-height:1.8em;
	color:#666;
}
#addThis a {
	text-decoration:none;	
}
#addThis a:link {
	border-bottom:none;
}	
#addThis a:visited {
	border-bottom:none;
}
#addThis a:hover, #addThis a:active {
	border-bottom:none;
	background:transparent;
}

