@charset "utf-8";
/* CSS Document */

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#FFFFFF;
z-index:3;
}

#close{
cursor:pointer;
}
#newhope, #care, #advocacy, #prevention, #taf {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:370px;
width:445px;
border:2px solid;
font-size:12px;
z-index:4;
background-color:#FFFFFF;
overflow:hidden;
padding:20px;
left:325px;
margin-left: -200px;
}

#catalogueFAQ UL, #contactUs UL, #gcFAQ UL, #howTo UL {
list-style:disc;
}

#newhopeButton, #careButton, #advocacyButton, #preventionButton,  {
cursor:pointer;
}

#catalogueFAQ H1, #contactUs H1, #gcFAQ H1, #howTo H1, #taf H1 {
margin-bottom:10px;
}

.XButton {
height:50px;
width:50px;
position:relative;
left:10px;
top:10px;
background-image:url(../images/home/X.png);
display:block;
z-index:6;
}
