@charset "UTF-8";
/* CSS Document */

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,b,u,i,center,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-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

body{
	margin:0;
	padding:0;
	background: white url('../img/bg.png') repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #444;
}

a { 
	outline: none; 
	color: #b41f16;
}

#footer a {
	font-weight: normal;
}

#content a, #contentcolumn a {
	text-decoration: none;
	border-bottom: 1px dotted #b41f16;
	font-weight: bold;
}

#content a:hover, #contentcolumn a:hover {
	color: black;
}

p {
    padding-bottom: 1.385em;
	}

h1 {
    font-size: 1.95em;
    line-height: 1.1em;
    padding-bottom: 0.68em;
    font-weight: normal;
	letter-spacing: -.03em;
	color: #666;
	}
	
h2 {
    font-size: 1.48em;
    line-height: 1.33em;
    margin-bottom: 0.58em;
    font-weight: normal;
    letter-spacing: -.03em;
	color: #666;
	border-bottom: 1px dotted #aaa;
	}
	
h3 {
    font-size: 1.15em;
    font-weight: bold;
	}
	
h4 {
    font-size: 1.08em;
    font-weight: bold;
	}

h5 {
    font-size: 1em;
    font-weight: bold;
	}

blockquote {
	
	}

label {
	font-size: 1em;
	}

input, textarea, select {
	font-size: 1em;
	}
	
.red {
	color: #b41f16
}
	
/* LAYOUT STYLING */

#maincontainer{
	width: 951px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#top{
    height: 92px; /*Height of top section*/
}

#top img {
	margin: 8px 0 0 20px;
}

#top h2.toptitle {
	position: absolute;
	margin: 35px 0 0 140px;
	width: 202px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url('../img/toptitle.png') no-repeat;
	z-index: 9000;
	border-bottom: 0;
}

#headercontainer {
	background: #e8e8ef;
}

#homeheader {
	height: 178px;
	margin: 0 10px;
	/*temporary attributes below
	background: #ccc;
	line-height: 178px;
	text-align: center;
	color: #999;*/
}

.head {
	position: absolute;
}

#homeheader h1, .ft-title {
	position: absolute;
	margin: 20px 0 0 20px;
	color: white;
	z-index: 1;
	font-size: 33px;
	letter-spacing: 0;
	line-height: 40px;
	text-shadow: 5px 5px 5px #000;
}



#contentwrapper{
	float: left;
	width: 100%;
	background: #e8e8ef;
	padding-bottom: 16px;
}

#contentcolumn{
	margin-left: 245px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 245px; /*Width of left column*/
	margin-top: 10px;
	margin-left: -941px; /*Set left margin to -(MainContainerWidth)*/
	background: white;
	border: 3px solid #ccc;
}

#footer{
	clear: left;
	width: 100%;
	background: white url('../img/footerbg.png') no-repeat;;
	padding: 30px 0;
	margin-bottom: 30px;
}

#footer img {
	float: right;
}

.innertube{
	margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	padding-top: 15px
}

#contentcolumn .innertube {
	padding-left: 11px; 
	margin-top: 11px;
}

/* TOP NAVIGATION */

#topnav {
	float: right;
	margin-top: 15px;
	width: 300px;
}

#topnav li {
	float: right;
	position: relative;
	margin-left: 10px;
}

#topnav li a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#topnav li a:hover {
	color: #ccc;
}

/* MAIN NAVIGATION */

#navcontainer {
	height: 55px;
	background: transparent url('../img/navbg.png') no-repeat;	
	}
	
#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding-top: 10px;
	height: 45px;
	position: absolute;
	z-index: 2000;
}

#nav li {
	float: left;
    position: relative;
	margin-right: 2px;
	display: inline;
	_width: 0px; /*IE6 Width Hack*/
	}
#nav li a {
	background: url('../img/navbtnbg.png') top left;
	display: block;
	height: 45px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: -.01em;
	font-weight: bold;
	overflow: hidden;
}
#nav a span {
	background: url('../img/navbtnbg.png') top right;
	margin-left: 25px;
	display: block;
	height: 45px;
	line-height: 49px;
	padding-right: 25px;
}

#nav li a:hover, #nav li.active a {
	background: url('../img/navbtnbg.png') left -45px;
	color: white;
}
#nav a:hover span, #nav li.active a span {
	background: url('../img/navbtnbg.png') right -45px;	
}

/* Main Nav Dropdown Styles */

#nav li div {
    display: none;
    position: absolute;
    top: 50px;
    margin-left: 50%;
    left: -125px;
    width: 250px;
    padding-top: 30px;
    background: url('../img/navdrop-top.png') no-repeat 0 0;
    z-index: 1000;
}
	
#nav li div ul {
    width: 250px;
    padding-bottom: 15px;
	background: url('../img/navdrop-bottom.png') bottom;
}
	
#nav li div ul li {
    float: none;
    position: relative;
    width: 228px;
    padding: 0px 10px;
    display: block;
}
	
#nav li ul li a {
    height: auto;
    width: auto !important;
    text-align: center;
    background: none !important;
    color: #666 !important;
    font-weight: bold;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 1px #eee;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
} 
#nav li div ul li a { display: inline-block; }
#nav li div ul li a { display: block; }
#nav li ul li a:hover {
    color: #b72116 !important;
	background-image: none !important;
	background: #ededed !important;
	text-shadow: 1px 1px 1px #fff !important;
}

/* SUBNAV */

#subnav {
	position: relative;
	width: 250px;
	_width: 230px;
	padding: 10px;
	overflow: hidden;
}
#subnav li {
	list-style: none;
}
#subnav li.backLava {
	background: transparent url(../img/subnav-roll.png) no-repeat;
	_background: transparent url(../img/subnav-roll-ie.png) no-repeat;
	z-index: 8;
	position: absolute;
}
#subnav li a {
	text-decoration: none;
	outline: none;
	text-align: left;
	padding: 7px 3px;
	color: #888;
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
	margin: auto 6px;
	_height: 15px;
}

#subnav li a:hover {
	color: #b72116;
} 


/* MODULES */

.left {
	float: left;
}

.clear {
	clear: both;
}

#homemodcontainer {
	margin: 10px;
	margin-top: 5px;
}

#modhomelinks {
	width: 310px;
	margin-right: 3px;
}

#modhomelinks a {
	width: 302px;
	height: 57px;
	border: 3px solid #ddd;
	color: #333;
	background: white;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}

#modhomelinks a span {
	display: block;
	margin-top: 17px;
	text-indent: 80px;
	font-size: 12px;
	text-transform: uppercase;
}

#modhomelinks a span.small {
	margin: 0;
	font-size: 11px;
	color: #777;
	text-transform: none;
}

#modhomelinks a#homelink-hope {
	background: white url('../img/homelinks.png') no-repeat;	
}

#modhomelinks a#homelink-donate {
	background: white url('../img/homelinks.png') 0 -57px no-repeat;	
}

#modhomelinks a#homelink-business {
	background: white url('../img/homelinks.png') 0 -114px no-repeat;	
}

#modhomelinks a#homelink-about {
	background: white url('../img/homelinks.png') 0 -171px no-repeat;	
}

#modhomeevent {
	width: 377px;
	height: 252px;
	_overflow: hidden;
	background: #333;
	border: 3px solid #ddd;
	margin-right: 3px
}

#modhomeevent a {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}


#modcontainer {
	margin: 0 30px;
	margin-left: 40px;
	
}

#rightmods h2, #modcontainer h2 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: -.03em;
	margin: 10px;
	margin-bottom: 6px;
	color: white;
	border-bottom: 0;
}

#rightmods input, #modcontainer input {
	margin-left: 10px;
}

#rightmods p, #modcontainer p {
	margin: 5px 10px;
	font-size: 11px;
}


#modhomesubscribe, #modhomesalvage {
	border: 3px solid #ddd;
	background: #960817 url('../img/bg.png') repeat-x;
	width: 222px;
	height: 122px;
	_overflow: hidden;
	margin-bottom: 2px;
	color: white;
}

#modsubscribe, #modsalvage, #modpressroom, #modtnews, #modtschedule, #modapplications {
	border: 3px solid #ddd;
	background: #960817 url('../img/bg.png') repeat-x;
	width: 31%;
	height: 122px;
	margin-right: 1%;
	color: white;
	float: left;
}

#modapplications select {
	margin-left: 10px;
}

#rightmods a.modbtn {
	margin-left: 185px;
	*margin-left: 177px;

}

#modcontainer a.modbtn {
	margin-left: 161px;
    *margin-left: 153px;
}


.modbtn {
	position: absolute;
	height: 27px;
	width: 28px;
	background: transparent url('../img/modbtn.png') no-repeat;
	margin-top: 88px;
	border: 0 !important;
}

.modbtn:hover {
	background: transparent url('../img/modbtn.png') 0 -27px no-repeat;
}

/* FOOTER COLUMNS */

#footer .col {
	float: left;
	margin-right: 20px;
}

#footer .col a {
	display: block;
	color: #990000;
	margin-bottom: 5px;
	text-decoration: none;
}

#footer .col h3, #footer .col h3 a {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	font-weight: bold;
}

#footer .col a:hover {
	text-decoration: underline;
}

#footer .taxid {
	color: #999999;
	font-size: 11px;
	text-align: right;
}

#footer .taxid p, #footer .taxid a {
	color: #ccc;
}

/* FORM ELEMENTS */

input.text {
	border: 1px solid #666;
	background: white;
	padding: 3px;
	color: #888;
	letter-spacing: -.03em;
}

input.submit {
	width: 24px;
	height: 23px;
	position: absolute;
	margin-left: -10px;
	
}

.newsletter {		
}

/* TESTIMONIALS */

.modtestimonial {
	width: 209px;
	margin: 10px auto;
	background: transparent url('../img/testimonial.png') -418px 0 repeat-y;
}

.modtestimonial li.testimonialtop {
	height: 12px;
	margin-top: -3px !important!;
	_overflow: hidden;
	background: white url('../img/testimonial.png') no-repeat; 
}

.modtestimonial li.testimonialcontent {
	color: #aaa;
	margin: 3px 17px 0 17px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.modtestimonial li.testimonialbottom {
	height: 27px;
	background: white url('../img/testimonial.png') -209px 0 no-repeat; 
}

/* COLUMN MODULE */

.colmod {
	width: 209px;
	margin: 10px auto;
	background: transparent url('../img/testimonial.png') -418px 0 repeat-y;
}

.colmod li.modtop {
	height: 12px;
	background: white url('../img/testimonial.png') no-repeat; 
}

.colmod li.modcontent {
	margin: 6px 17px;
	margin-bottom: 0;
	color: #666;
}

.colmod li.modbottom {
	height: 12px;
	background: white url('../img/testimonial.png') -627px 0 no-repeat; 
}

.colmod li.modcontent p {
	clear: both;
}

.colmod li.modcontent h3 {
	font-size: 13px;
}

.colmod li.modcontent img {
	margin: 0 13px 8px 0;
}

/* SERVICES LIST */

#servicecontainer {
	border: 3px solid #ddd;
	height: 185px;
	background: #990000 url('../img/bg.png') repeat-x;
	padding: 10px;
	color: white;
}

#servicecontainer h2 {
	border-bottom: 0;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: -.03em;
	margin-bottom: 6px;
	color: white;
	border-bottom: 0;

}

#servicecontainer a {
	background: transparent url('../img/serviceslink.png') no-repeat;
	height: 46px;
	width: 301px;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	line-height: 46px;
	color: white;
	text-decoration: none;
	border: 0 !important;
}

#servicecontainer a:hover {
	color: white;
}

#servicecontainer a img {
	position: relative;
	float: left;
	margin: 10px 15px 0 10px;
}

#servicecontainer span {
	display: block;
	float: left;
}

/* JOB SEARCH MODULE */

#modjobsearch {
	border: 3px solid #ddd;
	background: #960817 url('../img/bg.png') repeat-x;
	color: white;
	overflow: auto;
	width: 63%;
	margin-bottom: 15px;
}

#modjobsearch h2 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: -.03em;
	margin: 10px;
	color: white;
	border-bottom: 0;
}

#modjobsearch p {
	margin: 5px 10px;
	font-size: 11px;
}

#modjobsearch select {
	margin-left: 10px;
	padding: 3px 2px;
}

#modjobsearch select.select2 {
	position: absolute;
	margin-left: 175px;
}

#modjobsearch input.submit {
	width: 24px;
	height: 23px;
	position: absolute;
}


/* BUSINESS SOLUTIONS LIST */

#buscontainer h3 {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
}

#buscontainer .options {
	border: 3px solid #ddd;
	background: #960817 url('../img/bg.png') repeat-x;
	width: 350px;
	padding: 25px;
	margin-right: 15px;
	color: white;
	float: left;
	font-size: 11px;
}

#buscontainer .options a {
	position: relative;
	display: block;
	width: 210px;
	height: 27px;
	background: transparent url('../img/link.png') top left no-repeat;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	border: 0 !important;
}

#buscontainer .options a span {
	height: 27px;
	background: transparent url('../img/link.png') right -27px no-repeat;
	margin-left: 10px;
	height: 27px;
	display: block;
	color: white;
	text-decoration: none;
}

#buscontainer .options a:hover {
	background: transparent url('../img/link.png') left -54px no-repeat;
}

#buscontainer .options a:hover span {
	background: transparent url('../img/link.png') right -81px no-repeat;
	color: #666;
}

#buscontainer .whyusehope h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	border-bottom: 0;	
}

#buscontainer .whyusehope {
	font-size: 11px;
}

/* ACCORDION */

.accordioncontainer {
	margin-bottom: 15px
}

.accordioncontainer h3 {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#accordion1 {
	margin-right: 10px;
}

.accordion  {
	font-family: verdana;
	border: 3px solid #ddd;
}
.accordion div {
	background: #960817 url('../img/bg.png') repeat-x;
	padding-bottom: 10px;
}

.accordion p {
	margin-bottom : 5px;
	border: none;
	text-decoration: none;
	color: white;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0;
}

.accordion a {
	color: white;
	border-bottom: 1px dotted white !important;
}

.accordion a:hover {
	color: #ccc !important;
}

.accordion a.choice {
	cursor:pointer;
	display:block;
	padding:5px 10px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999 !important;
	
	background-image: url("../img/accordion.png");
}
.accordion a.choice:hover {
	background-color: white;
	color: #990000 !important;
	background-image: url("../img/accordion.png");
}
.accordion a.selected {
	color: #b72116;
	background-image: url("../img/accordion.png");
}

.accordion ul.bullet {
	color: white;
	margin-bottom: 0;
}

.accordion ul.bullet li {
	padding: 0 !important;
}

/* HISTORY SLIDER */

#history-slider {
  width: 98%;
  height: 6px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
  margin-top: 20px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.ui-slider-handle {
  width: 29px;
  height: 30px;
  position: absolute;
  top: -11px;
  background: url(../img/history-slider-handle.png) no-repeat;
  border: 0 !important;
}

#history-scroll {
  width: 100%;
  height: 350px;
  margin: 20px auto;
  overflow: hidden;
  border: solid 3px #ccc;
}

#history-holder {
  width: 3520px;
  height: 350px;
  background: #960817 url('../img/bg.png') repeat-x;
}

.history-item {
  width: 290px;
  height: 270px;
  padding: 5px;
  float: left;
}
  
#history-holder ul {
	float: left;
	width: 220px;
}

#history-holder li{
	/* The individual events */
	color: white;
	list-style:none;
	padding:10px;
	border-left: 1px solid #c22216;
	border-right: 1px solid #721804;
	height: 350px;
}

#history-holder li span{
	/* The event icon */
	display:block;
	float:left;
	height:16px;
	margin-right:5px;
	width:16px;
}

.eventHeading{
	/* The colorful year headings at the top */
	font-size:2em;
	padding:5px 5px;
	text-align:center;
	background: url('../img/history-heading.png') 0 -10px;
	color: #777;
	border-right: 1px solid #ccc;
	border-left: 1px solid #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	text-shadow: 1px 1px 1px #eee;
}

/* MISCELLANEOUS */

.award {
	float: right;
	margin: 0px 25px 0 0;
}

/* LIST */

ul.bullet {
	margin: 0 30px;
	margin-bottom: 15px;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;*/
}

ul.bullet li {
	list-style-type: disc !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;*/
}

ol.bullet {
	margin: 0 30px;
	margin-bottom: 15px;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;*/
}

ol.bullet li {
	list-style-type: decimal !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;*/
}

ol.bullet li ol {
	margin-left: 30px;
}

ol.bullet li ol li {
	list-style-type: lower-alpha !important;
}

#step {
	margin: 10px 0 40px;
	padding: 20px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	background: #f6f6f8;
}
#step li {
	padding: 3px 0 6px 65px;
	margin: 0 0 0px;
	list-style: none;
}

#step li h2 {
	margin-bottom: 15px;
	color: #666;
	font-size: 16px;
}

#step h3 {
	font: bold 200%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #666;
}
#step .item1 {
	background: url(../img/ol1.png) no-repeat;
}
#step .item2 {
	background: url(../img/ol2.png) no-repeat;
}
#step .item3 {
	background: url(../img/ol3.png) no-repeat;
}
#step .item4 {
	background: url(../img/ol4.png) no-repeat;
}
#step .item5 {
	background: url(../img/ol5.png) no-repeat;
}
#step .item6 {
	background: url(../img/ol6.png) no-repeat;
}

blockquote {
	margin-top: 10px;
}

blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px !important;
}

/* CALENDAR (EVENTS PAGE) */

ul.calendar {
	clear: left;
	float: left;
	height: 50px;
	width: 60px;
	margin: 0 40px 60px 0;
}

ul.calendar li.calheader {
	background: #960817 url('../img/bg.png') repeat-x;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	color: white !important;
	text-align: center;
}

ul.calendar li.calcontent {
	background: url('../img/history-heading.png') 0 -10px;
	color: #666;
	height: 40px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

ul.calendar li.calcontent2 {
	background: url('../img/history-heading.png') 0 -10px;
	color: #666;
	height: 40px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.eventlist {
	margin-left: 80px !important;
}

hr {
	background: none;
	border: 0;
	border-bottom: 1px dotted #aaa;
}

/* Jobs List */

.jobs {
	cursor: pointer;
	background: #ccc;
}

.jobs:hover {
	background: #999;
}


.donate {
	position: absolute;
	width: 181px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/donate.png') no-repeat;
	margin: 10px 10px 0 757px;
}

/* TABLES */

table {
	border-collapse: collapse;
	border: 3px solid #ddd;
}

.tbl_bracket { 
	border: 0;
	background:#e8e8ef;
}

.tbl_bracket .background {
	background:#e8e8ef;
	border: 0;
}

th {
	background: #960817 url('../img/bg.png') repeat-x;
	color: white;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align:top;
}

td {
	padding: 5px 10px;
	background: #efefef;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #ffffff;
	vertical-align:top;
}

/* JOB DESCRIPTION */

#jobinfo {
	float: right;
	width: 200px;
	border: 3px solid #ddd;
	background: #960817 url('../img/bg.png') repeat-x;
	padding: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: white;
	overflow: auto;
}

#jobinfo h3, #jobinfo h4 {
	margin-top: 8px;
}

#jobinfo h4 {
}

#jobinfo .apply {
	background: #ba1817;
	padding: 10px;
	padding-top: 5px;
	margin-top: 10px;
	border: 1px dotted #ff0000;
}

.small {
	font-size: 12px;
	letter-spacing: -.01em;
}

.jobDescription ul{
	list-style-type: disc !important;
	margin: 0 20px !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	padding: 0 !important;
}

.jobDescription ol {
	list-style-type: decimal !important;
	margin: 0 20px !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	padding: 0 !important;
}

.jobDescription li {
	margin-left: 15px;
}

/* APPLY FORM */

.applyform {
	
}

.applyform label {
	display: block;
	margin-bottom: 3px;
	padding: 5px;
	background: #f5f5f8;
	color: #888;
	font-weight: bold;
	border: 3px solid #eeeeee;
	clear:both;
}

.applyform input.button {
	margin-top: 10px;
	float: right;
}

.applyform input.text, .applyform textarea {
	border: 1px solid #ccc;
}

