body {
	padding: 0px;
	margin: 0px;
	/*background-color: #e6e6e6;*/
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4d4d4d;
	outline: none;
}
#pageWrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#pageWrapHome {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#pageWrapHome #header {
	height: 250px;
	/*background-image: url(/images/headerImage01.jpg);*/
	background-repeat: no-repeat;
	margin-bottom: 1px;
}
#header {
	height: 166px;
	/*background-image: url(/images/headerImage02.jpg);*/
	background-repeat: no-repeat;
	margin-bottom: 1px;
}
#menu {
	background-color: #E62024;
	height: 23px;
	padding-left: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #E62024;
	height: 18px;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.85em;
}
#menu a:hover {
	background-color: #333333;
}
#menu li a.down {
	background-color: #000000;
}
#menu li a.down:hover {
	color: #E62024;
}
#menu ul li ul li a.down{
	font-weight: bold;
	background-color: transparent;
}

#menu ul ul {
	position: absolute;
	z-index: 1000;
	background-color: #333333;
	top:190px;
	visibility: hidden;
	/*display:none;*/
	border: 1px solid #FFF;
	margin: 0 -1px;
}
#pageWrapHome #menu ul ul {
	top:274px;
}
#menu ul ul li {
	float: none;
}
#menu ul li:hover ul {
	visibility: visible;
	z-index: 10000;
	/*display:block;*/
}
#menu ul ul li a {
	background-color: #333333;
	border-right-style: none;
}
#menu ul ul li a:hover {
	color: #E62024;
}
#subMenu ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: -14px;
	margin-bottom: 0px;
	margin-left: -14px;
	width: 315px;
}
#subMenu li {
padding: 0px;
margin: 0px;

}
#subMenu a {
	display: block;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#subMenu a:hover {
	color: #FFFFFF;
	background-color: #E62024;
}
#subMenu a.down {
	color: #FFFFFF;
	background-color: #666666;
}
#search {
	float: right;
	padding-right: 30px;
	padding-top: 2px;
}
input.searchBox {
	font-size:0.9em;
	border: solid 1px #CC0000;
	height: 15px;
	padding: 1px;
	background-image: url(/images/searchBox.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
input.searchBox2 {
	font-size:0.9em;
	border: 1px solid #999999;
	height: 16px;
	padding: 1px;
	background-image: url(/images/searchBox.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
#search input.button {
	color: #FFFFFF;
	background-color: #333333;
	background-image: none;
	display:inline;
	border:none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:0.9em;
}
#search input.button:hover {
	color: #333333;
	background-color: #ffffff;
	background-image: none;
}
.searchFade {
	color: #999999;
}
#main {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 840px;
}
#pageWrapHome #col1 {
	float: left;
	width: 415px;
}
#pageWrapHome #col2 {
	margin-left: 425px;
	margin-top:-10px;
}
#pageWrap #col1 {
	float: left;
	width: 515px;
}
#pageWrap #col2 {
	margin-left: 525px;
	margin-top:-10px;
}
#footer {
	/*background-image: url(/images/footer.gif);*/
	background-image: url(/images/footerBlack.gif);
	height: 80px;
	clear: both;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: right;
	padding-top: 60px;
	background-repeat: no-repeat;
	/*color: #818181;*/
	color:#FFFFFF;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	float: right;
}
#footer li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-left: 5px;
	padding-right: 5px;
}
#footer li.end {
	border-right: none;
}
#footer p {
	margin: 5px 0px;
	clear: right;
	float: right;
}
#footer .addThis {
	float: left;
	text-align: left;
	margin-left: 30px;
}
.homeWelcome {
min-height:129px;
}

.error {
	border: #CC0000 solid 1px;
	padding: 5px;
	color: #FF0000;
	background-color: #FFF0F0;
}

.feature {
	background-repeat: no-repeat;
	background-position: left top;
	width: 315px;
	color:#FFFFFF;
	display:block;
	margin-top:10px;
}
.feature2 {
	background-repeat: no-repeat;
	background-position: left top;
	width: 315px;
	color:#FFFFFF;
	display:block;
	margin-top:15px;
}
.twitter {
	background: url(/images/featureTwitter.gif);
	height: 114px;
	overflow: hidden;
	margin-top: 20px;
}
.twitter .twitterContent {
	width: 290px;
	/*border: 1px solid white;*/
	height: 35px;
	float: right;
	margin: 5px 40px 5px 0px;
}
.twitter .newsContent {
	/*border: 1px solid white;*/
	margin: 10px 10px 0px 10px;
	float: left;
	width: 395px;
}
.twitter .newsContent a.button {
	float: left;
	margin-right: 5px;
}
#pageWrapHome .feature {
	width: 415px;
		z-index: 500;
}
.feature3col {
	width: 245px;
	float:left;
	margin-right:20px;
	padding-right: 20px;
	background-image: url(/images/featureLine.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.feature4col {
	width: 182px;
	float:left;
	margin-right:15px;
	padding-right: 15px;
	background-image: url(/images/featureLine2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.end {
	margin-right:0px;
	background-image:none;
}
.feature3col .button:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(/images/buttonGrey.gif);
}
.feature h2, .feature3col h2, .feature4col h2 {
	font-size: 1.2em;
	margin-bottom:2px;
	color:#E62024;
}
.feature4col h3 {
	margin-bottom:3px;
	color:#E62024;
}
.feature h3, .feature3col h3 {
	font-size: 1em;
	margin-bottom:0px;
	color:#ffffff;
}
.featureTxt {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	min-height:104px;
	font-size:0.95em;
}
.featureTxt p {
margin-bottom:6px;
}
.featureTxt ul {
	margin-left: 5px;
	padding-left: 10px;
	margin-top:5px;
	margin-bottom:-5px;
}
.featureTxt li {
padding-bottom:10px;
}

.filmNoFlash {
	background: url(/images/videoPlayerHome.jpg) no-repeat;
	width: 335px;
	height: 100px;
	padding: 91px 70px 80px 10px;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
}
.filmNoFlash:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.filmNoFlash .h2 {
	font-size: 1.2em;
	margin:5px 0px;
	text-transform: uppercase;
	display: block;
}
.filmNoFlash .p {
	
	display: block;
}


.padding {
padding-top:6px;
padding-bottom:6px;
}
.featureImage {
/*	width:170px;
*/	float: right;
	margin-left: 5px;
	margin-right:-10px;
	margin-top:-2px;
	margin-bottom:-8px;
}
.type1 {
	background-color: #E62024;
	background-image: url(/images/featureRed_r1_c1.gif);
}
#pageWrapHome .type1 {
	background-image: url(/images/featureRedHome_r1_c1.gif);
}
.type1 h2 {
	color:#ffffff;
}
.type1 .featureTxt {
	background-image: url(/images/featureRedHome_r3_c1.gif);
}
.type1 .button {
	color: #333333;
	background-color: #ffffff;
	background-image: url(/images/buttonWhite.gif);
}
.type1 .button:hover {
	color: #ffffff;
	background-color: #333333;
	background-image: url(/images/buttonBlack.gif);
}
.type1 input.button {
	color: #333333;
	background-color: #ffffff;
	background-image: url(/images/buttonWhite.gif);
}
.type1 input.button:hover {
	color: #ffffff;
	background-color: #333333;
	background-image: url(/images/buttonBlack.gif);
}
.type1 a {
	color: #ffffff;
}
.type1 a:hover {
	color: #333333;
}
.type2 {
	background-color: #333333;
	background-image: url(/images/featureBlack_r1_c1.gif);
}
#pageWrapHome .type2 {
	background-image: url(/images/featureBlackHome_r1_c1.gif);
}
.type2 .featureTxt {
	background-image: url(/images/featureBlackHome_r3_c1.gif);
}
.type2 .button {
	color: #333333;
	background-color: #ffffff;
	background-image: url(/images/buttonWhite.gif);
}
.type2 .button:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(/images/buttonGrey.gif);
}
.type2 input.button {
	color: #333333;
	background-color: #ffffff;
	background-image: url(/images/buttonWhite.gif);
}
.type2 input.button:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(/images/buttonGrey.gif);
}
.type3 {
	background-color: #e0e0e0;
	background-image: url(/images/featureGrey_r1_c1.gif);
	color:#333333;
}
.type3 input.button:hover {
	color: #333333;
	background-color: #ffffff;
	background-image: url(/images/buttonWhite.gif);
}
.type3 .button:hover {
	color: #333333;
	background-color: #ffffff;
	background-image: url(/images/buttonWhite.gif);
}
#pageWrapHome .type3 {
	background-image: url(/images/featureGreyHome_r1_c1.gif);
}
.type3 .featureTxt {
	background-image: url(/images/featureGreyHome_r3_c1.gif);
}
.artistCol1 {
	float: left;
	width: 80px;
	clear:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.artistCol2 {
	margin-left: 80px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.artistCol2 h3 {
	margin-bottom: 0px;
}
.featureList h3, .featureList h2, ul.list li {
	margin-bottom:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top:8px;
	padding-top:5px;
}
.featureList h3:hover, .featureList h2:hover {
	border-top-color: #666666;
	cursor: pointer;
	color: #333333;
}
.featureList p {
}
img.featureList {
	float: left;
	margin: 3px 5px 0px 0px;
	width: 40px;
	height: 50px;
}
ul.featureList, ul.list {
	margin: 0px;
	padding: 0px;
}
.featureList li, ul.list li {
	list-style: none;
}
.featureList h2 a {
	font-weight:normal;
	color:#E62024;
}
.featureList h2 a:hover {
	font-weight:normal;
	color:#333333;
}
#charityList li {
	/*background: url(/images/bullet1.gif) left top no-repeat;
	padding-left: 20px;
	min-height: 25px;*/
}
ul.col1 {
	width: 250px;
	float: left;
	padding-top: 1px;
}
ul.col2 {
	margin-left: 265px;
	padding-top: 1px;
}
.gallery ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
.gallery li {
	float:left;
	margin-right:12px;
	margin-bottom:10px;
}
.gallery a img{
	padding:1px;
	border: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}
.gallery a:hover img {
	border: 2px solid #E62024;
}

.button {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(/images/buttonBlack.gif);
	background-repeat: no-repeat;
	font-size: 0.85em;
	background-position: 6px center;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 21px;
}
.button:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(/images/buttonGrey.gif);
}
input.button {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(/images/buttonBlack.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
/*	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 23px;
*/	cursor:pointer;
	border-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
input.button:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(/images/buttonGrey.gif);
}
a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #E62024;
}
#footer a {
	color:#FFFFFF;!important
}
a:focus, h3:focus {
  outline: none;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #E62024;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
	color: #E62024;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #E62024;
	margin-top: 0px;
	margin-bottom: 10px;
/*	text-transform: uppercase;
*/}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
p.intro {
	font-size: 1.2em;
}
.clear {
	clear: both;
	height: 1px;
}
.hideMe {
	visibility: hidden;
	display: none;
}
.caption {
font-size:0.8em;
}
.quote {
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
blockquote {
	background-image: url(/images/quoteGrey.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin:0px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
	margin-right: 3px;
}
img.floatRight {
	float:right;
	margin-left: 10px;
}
img.padding {
	padding-top:10px;
}
.strong {
	font-weight: bold;
}
.row {
	clear: left;
	padding-top: 2px;
}
.rowDownload {
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rowDownload .col1 {
	width: 180px;
	float: left;
	margin-bottom:10px;
}
.rowDownload .col2 {
	margin-left: 185px;
}
.rowDownload h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.rowDownload .col2 ul {
	margin:0px;
	padding-left :20px;
}
.row .col1 {
	width: 150px;
	float: left;
}
.row .col2 {
	margin-left: 165px;
}
.row .col2 input[type="text"], .row .col2 input[type="password"]  {
	font-size:1em;
	border: solid 1px #CCCCCC;
	/*height: 1em;*/
	padding: 3px;
	width: 160px;
}
.row .col2 select  {
	font-size:0.9em;
	border: solid 1px #CCCCCC;
	/*height: 15px;*/
	padding: 1px;
}
.row .col2 input.donateAmount {
	font-size: 2em;
	height: 1em;
	color: #E62024;
	border: #E62024 1px solid;
}
.smallText {
	font-size: 0.8em;
}
.info {
	border: #CCC 1px solid;
	padding: 5px;
	margin-top: 30px;
}
.info p {
	margin: 0px;
}
.searchResult {
	margin: 5px 0px;
	padding: 5px 0px;
	border-top: solid 1px #CCCCCC;
}
.searchResult h2, .searchResult p {
	margin: 0px;
}
.searchResult h2 a {
	color: #E62024;
	font-weight: normal;
}
.searchResult h2 a:hover {
	color: #333333;
}
.pdf {
	background-image: url(/images/download_pdf.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	background-position: 7px 8px;
	border: 1px solid #CCCCCC;
	padding-bottom: 7px;
	line-height:1em;
}
.featureTxt p.pdf {
	border:none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: 0px 0px;
	padding-left: 28px;
}
.disc {
	color: #999999;
}
.blogList {
	border-top: 1px #CCC solid;
	margin-bottom: 0px;
}
.blogList .blog p {
	font-weight: 1em !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.blogList h2 {
	margin: 3px 0px;
	padding: 0px;
	cursor: pointer;
	
}
.blogList h2:hover {
	color: #000;
}
.blogList .date {
	font-weight: bold;
	font-size: 0.8em;
}
.blogList .selected {
	color: #000000;
}

#twitter ul{
padding:0;
margin: 0;
}

#twitter ul li{
list-style:none;
padding:0;
margin: 0;
font-size: 0.8em;
line-height: 1.2em;
height: 40px;
}

#twitter ul li span{
font-weight:bold;
font-size:85%;
}

#twitter a{
color:#FFF;
font-weight:normal;
}

#twitter a:hover{
color:#CCC;
}
.christmas a{
	display:block;
	background-image:url(/images/christmasappealC.jpg);
	height:271px;
	width:415px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.christmas a:hover{
	background-image:url(/images/christmasappealD.jpg);
	background-repeat:no-repeat;
}
.pack a{
	display:block;
	background-image:url(/images/packA.jpg);
	width:289px;
	height:263px;
	background-repeat:no-repeat;
}
.pack a:hover{
	background-image:url(/images/packB.jpg);
	background-repeat:no-repeat;
}
.tearfund a{
	display:block;
	background-image:url(/images/valentineA.jpg);
	height:271px;
	width:185px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	padding: 10px 230px 0px 10px;
}
.tearfund a:hover{
	background-image:url(/images/valentineB.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#999999;
}
.tearfund_title{
	font-size:110%;
	font-weight:bold;
}
.val a{
	width:273px;
	height:240px;
	margin-left:10;
	background-color:#CCCCCC;
	float:right;
	background-image:url(/images/valA.jpg);
	display:block;
}	
.val a:hover{
	background-image:url(/images/valB.jpg);
	background-repeat:no-repeat;
}
.val_poster a{
	display:block;
	background-image:url(/images/val_posterA.jpg);
	width:289px;
	height:263px;
	background-repeat:no-repeat;
}
.val_poster a:hover{
	background-image:url(/images/val_posterB.jpg);
	background-repeat:no-repeat;
}
.quote_grey {
	color:#FFFFFF;
	font-size:80%;
}
.quoter {
	color:#FF0000;
	font-size:80%;
	font-weight:bold;
}
.CA1 {
	margin-top:20px;
	width:290px;
	height:55px;
	float:right;
	clear:right;
	background-image:url(/images/CA_MS.jpg);
	padding:200px 10px 10px 10px;
	background-repeat:no-repeat;
}
.CA2 {
	margin-top:20px;
	width:290px;
	height:55px;
	float:right;
	clear:right;
	background-image:url(/images/CA_CN.jpg);
	padding:200px 10px 10px 10px;
	background-repeat:no-repeat;
}
.CA3 {
	margin-top:20px;
	width:290px;
	height:55px;
	float:right;
	clear:right;
	background-image:url(/images/CA_U.jpg);
	padding:200px 10px 10px 10px;
	background-repeat:no-repeat;
}
.CA a{
	display:block;
	background-image:url(/images/CAA.jpg);
	height:271px;
	width:175px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	padding: 10px 230px 0px 10px;
	background-position:left;
}
.CA a:hover{
	background-image:url(/images/CAA.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#999999;
	background-position:right;
}
.Micah a{
	display:block;
	background-image:url(/images/Micah.jpg);
	height:271px;
	width:175px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	padding: 10px 230px 0px 10px;
	background-position:left;
}
.Micah a:hover{
	background-image:url(/images/Micah.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#999999;
	background-position:right;
}