/* 
	CSS Document created for www.newhouseshelter.org
	Created 05.20.09
	By Dana Ford
	copyright River City Studio
	
*/

* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
}

body {
	background-color: #fff;
	background-image: url('/_img/yellowBKGD.jpg');
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px auto;
	position: relative;
}

h1 {
	color: #7A394E;
	font-size: 20px;
}

h2 {
	color: #7A394E;
	font-size: 15px;
	margin-bottom: 5px;
}

h3 {
	color: #7A394E;
	font-size: 15px;
	margin-bottom: 5px;
}

#mission {
	color: #7A394E;
	font-size: 15px;
	font-weight: bold;
	margin: 25px 0px 0px 300px;
	text-align: center;
	width: 600px;
}

/* ------------------------ Global Declarations ----------------------------------- */

#container {
	background-color: #8FA95E;
	border: 8px solid #8FA95E;
	margin: 0px auto;
	min-height: 600px;
	/* padding: 8px; */
	position: relative;
	width: 955px;
}

/* Header Declarations */

#header {
	background-color: #fff;
	position: relative;
	height: 130px;
	width: 955px;
}

#header img {
	margin: 5px 0px 10px 20px;
	padding-bottom: 5px;
}

#homeTopNav {
	font-size: 10px;
	margin: 0px 20px 0px 0px;
	padding-top: 5px;
	text-align: right;
}

#homeTopNav a {
	color: #7A394E;
}

#homeTopNav a:hover {
	color: #8FA95E;
}

#logo {
	float: left;
	width: 200px;
}

#mainNav {
	/* float: right; */
	font-family: Arial, sans-serif;
	font-size: 12px;
	/* margin-left: 230px; */
	position: absolute;
	bottom: 0px;
	right: 15px;
	text-align: right;
}

#mainNav a {
	background-image: url('/_img/linkYellow.jpg');
	background-repeat: no-repeat;
	float: left;
	color: #7A394E;
/* 	height: 23px; */
	margin-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 84px;
}

#mainNav a:hover, #mainNav a.active {
	background-image: url('/_img/linkGreen.jpg');
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	/* height: 23px */;
	text-align: center;
	width: 84px;
}

#vioLink a {
	background-image: url('/_img/linkYellowBig.jpg');
	background-repeat: no-repeat;
	float: left;
	color: #7A394E;
	margin-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 127px;
}

.donate {
	float: right;
	margin-right: 20px;
}


/* ------------------------ HOME DECLARATIONS ----------------------------------- */

#topHomeContent {
	background-image: url(/_img/homeTop.jpg);
	background-repeat: no-repeat;
	border: 3px solid #7A394E;
	background-color: #fff;
	/* clear: left; */
	/* float: left; */
	height: 262px;
	margin: 10px 210px 10px 0;
	/* padding-bottom: 40px; */
	position: relative;
}

* html #topHomeContent {
	margin-right: 190px;
}

#topSecondaryContent {
	background-color: #fff;
	border: 5px solid #FFD659;
	margin: 10px 215px 10px 0;
	padding: 10px;
}

#needWrap {
	margin-left: 392px;
	margin-top: 20px;
	padding-right: 20px;
	/* width: 325px; */
}

#needHelp {
	background-image: url(/_img/yellowBoxTop.jpg);
	background-repeat: no-repeat;
	/* float: right; */
	height: 165px;
	margin-bottom: 5px;
	text-align: center;
	width: 332px;
}

#needHelp h1 {
	padding-top: 20px;
}

#needHelp p {
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#needHelp a, #rightHomeBottom a, #mainMiddle a {
	color: #7A394E;
	text-decoration: underline;
}

#needHelp a:hover, #rightHomeBottom a:hover, #mainMiddle a:hover {
	color: #8FA95E;
}
#homeEventsContainer {
	position: relative;
	width: auto;
	height:1px;
}
#homeEvents {
	color: #fff;
	float: right;
	margin: 10px 20px 0px 0px;
	text-align: center;
	/* padding-right: 5px; */
	position: absolute;
	top: 0px;
	right: 5px;
	width: 160px;
}

.eventBlock {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 150px;
}

.eventBlock a {
	color: #fff;
}

.eventBlock a:hover {
	color: #7A394E;
}

.eventBlock img {
	margin-top: 10px;
}

.upcoming {
	font-size: 16px;
}

#needsTop {
	background-image: url(/_img/needsTop.gif);
	background-repeat: no-repeat;
	font-size: 5px;
	height: 6px;
	width: 175px;
}

#needsMiddle {
	background-image: url(/_img/needsMiddle.gif);
	background-repeat: repeat;
	width: 175px;
}

#needsMiddle ul {
	color: #7A394E;
	margin-left: 30px;
	text-align: left;
}

#needsMiddle li {
	margin: 7px 0px 0px 0px;
}

#needsBottom {
	background-image: url(/_img/needsBottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 175px;
}

#bottomHomeContent {
	background-color: #fff;
	clear: both;
	/* height: 300px; */
	margin-top: 10px;
}

#homeButtons {
	float: left;
	padding-top: 25px;
	margin-left: 20px;
	margin-right: 10px;
	width: 300px;
}

#homeButtons img {
	float: left;
	margin-right: 10px;
}

#homeButtons a {
	color: #8FA95E;
}

#homeButtons a:hover {
	color: #7A394E;
}


.btnHead {
	color: #8FA95E;
}

#homeButtons p {
	font-size: 11px;
}

#rightHomeBottom {
	border-left: 2px solid #7A394E;
	float: right;
	font-family: Georgia, serif;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 570px;
}

#rightHomeBottom img {
	border: 4px solid #8FA95E;
	float: left;
	margin-right: 10px;
}

#rightHomeBottom h3 {
	font-family: Arial, sans-serif;
}

.space {
	margin-top: 20px;
}

#rightHomeBottom p {
	line-height: 18px;
}

#homeFooter {
	clear: both;
	/* margin-top: 30px; */
	padding-bottom: 10px;
	text-align: center;
}

#homeFooter a {
	border-right: 1px solid #7A394E;
	color: #7A394E;
	clear: both;
	font-size: 10px;
	margin-right: 5px;
	padding-right: 5px;
}

#homeFooter .contact {
	border-right: none;
}

#videoBTN {
	background-image: url(/_img/videoBTN.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	/* height: 20px; */
	margin: 5px 0px 0px 75px;
	padding: 6px 0px 6px 0px;
	text-align: center;
	width: 178px;
}

#videoBTN a {
	color: #fff;
}

#videoBTN a:hover {
	color: #FFD65A;
}

/* ------------------------ MAIN CONTENT DECLARATIONS ----------------------------------- */

#mainRight{
	color: #fff;
	float: right;
	margin: 10px 15px 0px 0px;
	text-align: center;
}

#mainRight a {
	color: #fff;
}

#mainRight a:hover {
	color: #7A394E;
}

#mainContent {
	background-color: #fff;
	border: 5px solid #FFD659;
	margin-top: 15px;
	margin-right: 215px;
	padding: 10px;
}

.topImage {
	border: 3px solid #7A394E;
	margin-bottom: 15px;
}

#mainLeft {
	float: left;
}

#leftTop {
	background-image: url(/_img/leftTop.jpg);
	background-repeat: no-repeat;
	font-size: 8px;
	height: 10px;
	width: 121px;
}

#leftMiddle {
	background-image: url(/_img/leftMiddle.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 25px;
	height: 105px;
	padding-bottom: 50px;
	width: 121px;
}

#leftMiddle a {
	color: #fff;
	display: block;
	margin-left: 10px;
}

#leftMiddle a:hover, #leftMiddle a.active {
	color: #FFD659;
}
/*

 {
   color: #FFD659;
}
*/


#leftBottom {
	background-image: url(/_img/leftBottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 121px;
}

#buttons {
	border-right: 2px solid #7A394E;
	margin-top: 20px;
	text-align: center;
	width: 121px;
}

#buttons img {
	margin-bottom: 20px;
}

#buttons a {
	color: #8FA95E;
}

#buttons a:hover {
	color: #7A394E;
}

#mainMiddle {
	margin-left: 135px;
	/* margin-right: 20px; */
	/* width: 575px; */
}

#mainMiddle h4 {
	color: #7A394E;
	font-size: 14px;
}

#mainMiddle ul {
	padding-top: 5px;
}

#mainMiddle li {
	margin-bottom: 7px;
}

#mainMiddle p a {
	margin-bottom: 10px;
	/* display: block; */
}

#mainMiddle a.bill {
	display: inline;
}

#mainMiddle p {
	margin-bottom: 10px;
}

#mainMiddle ul {
	margin: 0px 0px 20px 25px;
}

/* Witness Exhibit */

#witnessExhibit {
	background-image: url(/_img/silentBKGDNew685.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 685px;
}

#witnessExhibit a {
	color: #7A394E;
	text-decoration: underline;
}

#witnessExhibit a:hover {
	color: #8FA95E;
}

#backWitness {
	font-size: 10px;
	margin-top: 5px;
}

#backWitness a {
	color: #7A394E;
}

#backWitness a:hover {
	text-decoration: underline;
}

#silentWrap {
	margin: 30px 0 0 80px;
	width: 490px;
}

#silhouette {
	float: left;
	margin-top: 35px;
}

#silentStory {
	color: #7A394E;
	font-size: 11.5px;
	margin-left: 75px;
	text-align: center;
}

#clickThrough {
	padding: 10px 20px 0 0px;
	text-align: right;
}

#clickThrough a {
	margin-left: 15px;
	margin-right: 10px;
}

/* ------------------------ FOOTER DECLARATIONS ----------------------------------- */

#footer {
	clear: both;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

#footer a {
	border-right: 1px solid #7A394E;
	color: #7A394E;
	clear: both;
	font-size: 10px;
	margin-right: 5px;
	padding-right: 5px;
}

#footer .contact {
	border-right: none;
}

#socMedia a {
	border-right: none;
	padding-top: 10px;
}

#socMedia img {
	border-right: none;
	padding-top: 10px;
}


#emailSignUp {
	clear: left;
	width: 200px;
	position: relative;
	margin: 20px 0 5px 0;
}
#emailSignUp img {
	float: none;
	margin: 0;
	padding: 0;
}
#emailSignUp div {
	float: none;
	text-align: center;
}
#emailSignUp table, #emailSignUp tr, #emailSignUp td, {
	width: auto;
}


/* ---------- Safety Alert Box --------------- */

#safetyAlertBox  {
	margin: 0 auto;
	padding: 0px 0px;
	width: 955px;
}
#safetyAlertLinks {
	margin: 0px 0 4px 0;
	padding: 0;
	text-align: right;
	width: auto;
}
#safetyAlertBox span {
	margin: 0;
	padding: 0px 12px;
	display: inline-block;
}
#safetyAlertBox a {
	font-size: 12px;
	color: #fed65a;
	font-weight: bold;
}
#safetyAlertBox a:link, #safetyAlertBox a:visited {	
font-size: 12px;
	color: #fff;
	text-decoration: none;
	} 
#safetyAlertBox a:hover, #safetyAlertBox a:focus {
	color: #000;
	text-decoration: underline;}
#safetyAlertBox a:active {
	}
#safetyAlert {
	margin: 0px;
	padding: 30px 40px;
   text-align:left;
   border:3px solid #ff6600;
   background:#CCC;
	color: #000;
	width: auto;
}
#safetyAlert p {
	margin: 0px;
	padding: 0px;
}
#safetyAlert h5{
	padding: 0px;
	margin: 0 0 8px 0px;
	color: #000;
	font-size: 14px;
}
#safetyAlertBox #safetyAlert a:link, #safetyAlertBox #safetyAlert a:visited {	
font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
	} 
#safetyAlertBox #safetyAlert a:hover, #safetyAlert #safetyAlertBox a:focus {
	color: #000;
	text-decoration: none;}




/* this is for the Donations chart on the home page.... the #donationsCart DIV actually hides the background image that is supposed to be there when they're done with this fundraiser, we need to comment out the flash and it's #donationsChart DIV container */

#donationsChart {   
 position: absolute;
 left: 0;
 top: 0;
 width: 370px;
 height: 257px;
 background-color:#fff;  
 padding: 5px 0 0 15px;
}
#flashDonation {
 width: 255px;
 height: 252px;
 margin: 0;
 padding: 0;
}


	/* ------------ Paypal Reditect Pop -------------------- */
	
#paypalPopper {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	width: 30%;
	position: absolute;
	top: 20%;
	left: 25%;
	background-color: #8FA95E;
	color: white;
	text-align: center;
	padding: 20px 40px;
	border: 3px solid white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}