/* CSS */

html, body {
	background: #fbe7c7 url(/images/page-bg.gif) top left repeat-x;
	margin: 0;
}

#header {
	height: 151px;
	overflow: hidden;
	width: 960px;
	background: url(/images/banner-bg.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#header-logo {
	margin: 31px 0 0 5px;
	height: 110px;
	width: 352px;
	float:left;
	background:url(/images/logo.gif) top left no-repeat;
}
html>body #header-logo {margin: 31px 0 0 11px;}
#header-logo h1 {
	display: none;
}
#header-gfx {
	margin: 41px 22px 0 0;
	width: 415px;
	height: 90px;
	background:url(/images/banner-photos.jpg) top left no-repeat;
	float:right;
}
html>body #header-gfx {margin: 41px 44px 0 0;}
#header-newsletter {
	background: url(/images/button-newsletter.gif) top left no-repeat;
	width: 190px;
	height: 19px;
	padding: 29px 0 0 7px;
	line-height:15px;
	float:right;
	margin: 14px 23px 0 0;
}
#header-donate {
	background: url(/images/button-donate.gif) top left no-repeat;
	width: 190px;
	height: 19px;
	padding: 29px 0 0 7px;
	line-height:15px;
	float:right;
	margin: 14px 23px 0 0;
}

/* CONTENT */

#slideshow {
	width:415px;
	height:299px;
}

#homebutton-volunteer {
	float:left;
	width:135px;
	height:68px;
	margin:23px 5px 0 0;
	background:url(/images/homebutton-volunteer-off.gif) top left no-repeat;
}
#homebutton-volunteer:hover {background:url(/images/homebutton-volunteer-over.gif) top left no-repeat; cursor:pointer;}
#homebutton-volunteer h2 {display:none;}

#homebutton-involve {
	float:left;
	width:135px;
	height:68px;
	margin:23px 5px 0 0;
	background:url(/images/homebutton-involve-off.gif) top left no-repeat;
}
#homebutton-involve:hover {background:url(/images/homebutton-involve-over.gif) top left no-repeat; cursor:pointer;}
#homebutton-involve h2 {display:none;}

#homebutton-employee {
	float:left;
	width:135px;
	height:68px;
	margin:23px 0 0 0;
	background:url(/images/homebutton-employee-off.gif) top left no-repeat;
}
#homebutton-employee:hover {background:url(/images/homebutton-employee-over.gif) top left no-repeat; cursor:pointer;}
#homebutton-employee h2 {display:none;}

#homebutton-refugee {
	float:left;
	width:415px;
	height:48px;
	margin:5px 0 0;
	background:url(/images/homebutton-refugee-off.gif) top left no-repeat;
}
#homebutton-refugee:hover {background:url(/images/homebutton-refugee-over.gif) top left no-repeat; cursor:pointer;}
#homebutton-refugee h2 {display:none;}

#form-table {
	width: 680px;
}

.hidden  {
	display: none;
}

#quote-top {
	background: url(/images/quote-top.gif) top left no-repeat;
	width: 570px;
	height: 26px;
	overflow: hidden;
	margin: 20px 0 0 40px;
}
#quote {
	background: url(/images/quote-bg.gif) top left repeat-y;
	padding: 0 30px;
	width: 510px;
	overflow: hidden;
	margin: 0 0 0 40px;
}
#quote p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	margin-top:3px;
}
#quote-bottom {
	background: url(/images/quote-bottom.gif) top left no-repeat;
	width: 505px;
	padding: 20px 0 0 65px;
	overflow: hidden;
	margin: 0 0 20px 40px;
	height: 20px;
}

/* FOOTER */

#footer {
	clear: both;
	width: 960px;
	height: 143px;
	overflow: hidden;
	background: url(/images/footer-bg.gif) top left no-repeat;
}
#footer-left {
	float:left;
	background:url(/images/logo-vas.gif) top left no-repeat;
	width:212px;
	height:75px;
	cursor:pointer;
	margin: 13px 0 0 10px;
}
html>body #footer-left {margin: 13px 0 0 21px;}
#footer-left h3 {display:none;}
#footer-right {
	float:right;
	width:500px;
	height:100px;
	margin: 0 91px 0 0;
}
html>body #footer-right {margin: 0 183px 0 0;}
#footer-spacer {height:5px; overflow:hidden;}
#footer-base {
	clear: both;
	width: 912px;
	padding: 0 24px;
	text-align:right;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:22px;
	font-size:11px;
}
#footer p a {color:#444444; text-decoration:underline;}
#footer p a:hover {color:#fe7c00; text-decoration:underline;}
#footer-base a {color:#fff; text-decoration:none;}
#footer-base a:hover {color:#d4d4ec; text-decoration:none;}
