/* ----------------------------- */
/* SITE STYLES                   */	
/* ----------------------------- */



body {
	background: url(../images/site_bg.jpg) repeat top center;
	color:#1a1109;
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 16px; 
	line-height: 22px; 
	text-align: left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #570d1c;
}
a:hover { text-decoration:none; }


blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

		
li { line-height: 165%; list-style-type: disc; margin:5px 0; }

h1, .head {

	color: #570d1c; 
	font-size: 24px; 
	font-weight: normal; 
	margin-bottom: 5px;
}

h2, .subHead {
	color: #000;
	font-size: 18px; 
	font-weight: bold; 
/* 	margin-bottom: 4px; */
}

h3 {
	color: #000;
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

h4 {font-size: 12px; font-weight: normal; color: #203C91; display: inline}

strong { font-weight: bold;}

.color { display: inline; font-weight: normal;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.highlight {color: #3333CC;}
.errorMsg {color: #FF3333; font-size: 10px; margin-left: 10px;}
.smallLight {font-size: 10px; color: #999;}
	
	
/* ----------------------------- */
/* GLOBAL STYLES                 */	
/* ----------------------------- */

#logo {
	display:block;
	height:185px;
	width:250px;
}
#logo span {display:none;}

li.siteMap_1 { margin-top: 6px;}	
li.siteMap_2 { line-height: 125%;}
li.siteMap_3 { line-height: 125%; margin-top: 9px;}

.imgCaption {color: #777; font-size: 9px; margin: 3px 0px 4px 0px;}
	
.imgTable {margin:0 0 8px 0;}

.mod_copy {margin: 0px 0 20px;  voice-family: "\"}\""; voice-family: inherit;}  

#slogan { 
    position: absolute;
    background: url(http://www.chariotsforhope.org/_display/images/curved_slogan.png) no-repeat 0 0;
    background: url(http://www.chariotsforhope.org/_display/images/curved_slogan.png) no-repeat 0 0;
	_background-image:none; /* turn off the standard css background for IE */
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.chariotsforhope.org/_display/images/curved_slogan.png', sizingMethod='crop'); /* IE 6 and 7 method.*/
	display: block;
    top: -21px;
    left: 31px;
    width: 429px;
    height: 40px;
}




/* ----------------------------- */
/* SITE FORMAT STYLES             */	
/* ----------------------------- */

#wrapper {
	background:transparent;
	margin:0 auto;
	text-align:left;
}

#headContainer {
	background: url(../images/hdr_logo.jpg) no-repeat 0 0;
	width: 990px;
	height: 285px;
	position: relative;
}

#bodyContent {
	background: url(../images/body_bg.jpg) repeat-y 0 0;
	width: 990px;
	margin-left: 15px;
	position: relative;
}

#bodyBottom {
	background: url(../images/body_bottom.jpg) no-repeat 0 0;
	width: 990px;
	height: 35px;
	margin-left: 15px;
}
 
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
	margin:0;
	padding:0;
	position: absolute;
	top: 40px;
	right: 40px;
}

.majorNavLink {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding:0;
/* 	background: #000 url(../images/navMajor_item_bg.gif) repeat-x 0 0; */
}

.majorNavLink li {
	background: url(../images/navMajor_item_left.png) no-repeat left top; 
	float:left;
	height:36px;
	list-style:none;
	margin:0 0px 0 10px;
	padding:0;

}

.majorNavLink a:visited, .majorNavLink a:link {

	color: #000;
	display:block;
	float:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	height:36px;
	line-height:36px; 
	padding: 0 0px;
	text-decoration: none;
	text-transform:capitalize;
}
	
.majorNavLink li.first { padding-left: 0; }
	
.majorNavLink a:hover {
/* 	text-decoration: underline; */
}

.majorNavLink a span {
	background: url(../images/navMajor_item_right.png) no-repeat right top; 
    display: inline-block;
    height: 36px;
    padding: 0px 10px 0 10px;
    _padding-top: 0px; 
    line-height: 36px; 
    margin: 0; 
    cursor: pointer;
    position: relative;
    z-index: 210 !important;
}



  
.majorNavLink .selected a {
	background: url(../images/navMajor_item_left_selected.png) no-repeat left top !important; 
}

.majorNavLink .selected a span {
	background: url(../images/navMajor_item_right_selected.png) no-repeat right top; 
	padding-right: 10px;
}

.majorNavLink a:hover span { background: url(../images/navMajor_item_right_selected.png) no-repeat right top;  }
.majorNavLink li:hover  { background: url(../images/navMajor_item_left_selected.png) no-repeat left top;  }



/* Minor Nav */

#minorNav {
	padding-top: 10px;
}

.navMinor_cap {
	background:url(../images/navMinor_endcap.png) no-repeat right bottom;
	float:right;
	height:31px;
	width:3px;
}
	
.minorNavLink {
	display:block;

	margin:0;
	padding:0;
}

.minorNavLink li {
	background: url(../images/navMinor_bullet.gif) no-repeat 6px 11px;
	display:block;
	list-style:none;
	margin:0;
	padding:0 10px 0 7px;
}

.minorNavLink .first {
/* 	background:none; */
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight:normal;
	line-height: 100%; 
	padding-left:13px;
	text-decoration: none;

}
	
.minorNavLink a:hover {
	text-decoration: underline;
}
	
/* Sub Nav */

#navSub {
	background: url(../images/navSub_bg.gif) repeat-y 0 0;
	width: 213px;
	position: relative;
}

#navSub_top {
	background: url(../images/navSub_top.gif) repeat-x 0 0;
	width: 213px;
	height: 5px;
}

#navSub_bottom {
	background: url(../images/navSub_bottom.gif) repeat-x 0 0;
	width: 213px;
	height: 6px;
}

	
div.subNav {margin: 0px 0px 0px 0;}

.subNav_hdr {
	font-family: arial, sans-serif;
	color: #570d1c;
	font-size: 16px; 
	font-weight: bold;
	margin:0px 0 3px 0;
	padding:0px 0px 0 17px;
	line-height: 25px;
	background: url(../images/navSub_divider.gif) no-repeat 16px 24px;
}

.subNavList_1 {
	margin:0 35px 0 10px;
	padding:0; 
}

.subNavList_1 li {
	background:url(../images/subNav_divider.jpg) no-repeat 0 0;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 15px;
	color: #570d1c;
	display:block; 
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height:120%;
	padding:3px 0 7px 7px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_1 a:hover {
	text-decoration: underline;
}

.subNavList_2 {
	margin:0;
	padding:0; 
}

.subNavList_2 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_2 a:visited, .subNavLink_2 a:link {
/* 	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px; */
	color: #570d1c; 
	font-family: arial, sans-serif;
	display:block;
	font-size: 13px;
	line-height:120%;
	margin-left:15px;
	padding:1px 0 7px 6px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a:hover {
	color: #000; 
}

.subNavDiv_2 { padding-bottom: 7px; }

.subNavList_3 {
	margin:0;
	padding:0; 
}

.subNavList_3 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_3 a:visited, .subNavLink_3 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	color: #570d1c; 
	font-family: arial, sans-serif;
	display:block;
	font-size: 11px;
	line-height:120%;
	margin-left:30px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_3 a:hover {
	color: #000; 
}


.subNavList_1 .selected, .subNavList_2 .selected, .subNavList_3 .selected {
	text-decoration: underline;
}
	

/* ----------------------------- */
/* CONTENT STYLES                */	
/* ----------------------------- */


/* Left Column */

.rightCol {
	margin: 0px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 240px;
	font-family: arial, sans-serif;
}

.rightCol .mod_copy {
	margin: 10px 43px 0px 17px
}

.rightCol.first { padding-bottom: 15px; }

.rightCol td, .rightCol div, .rightCol {color: #000; font-size: 12px; line-height: 140%;}

.rightCol h1, .rightCol .head, .rightCol h2, .rightCol .subHead {color: #000; font-size: 12px; padding-bottom: 2px; margin: 0;}

/* Body Column */

.bodyWrapper {
	margin: 40px 10px 15px 50px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 590px;
}


#footerContainer {
	font-family: "trebuchet ms", arial, sans-serif;
	height: 85px;
	font-size: 14px; 
	color: #b89970; 
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
}

#footerContainer ul {margin:0; padding:0;}
#footerContainer ul li {line-height:140%; list-style:none; float:left; padding:0 38px; background: url(../images/footer_divider.gif) no-repeat 0 3px; }

#footerContainer li.first { background: none; }

#footerContainer a:visited, #footerContainer a:link {
	font-size: 14px; 
	color: #b89970; 
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
	color: #fff;
}




        
	
