@charset "utf-8";
/* CSS Document */



#navigation-pane{
position:relative;
background-image:url(../images/interface/home/navBGcropped.jpg);
width:244px;
height:193px;
}

#navigation-pane #top-spacer-nav{
width:244px;
height:25px;
}

#navigation-pane a {
background-repeat: no-repeat;
text-decoration: none;
display: block;
margin-left:20px;
}


a#nav-about,
a#nav-about-selected,
a#nav-stayingatrhm,
a#nav-stayingatrhm-selected,
a#nav-housetour,
a#nav-housetour-selected,
a#nav-waystohelp,
a#nav-waystohelp-selected,
a#nav-friendsofthehouse,
a#nav-friendsofthehouse-selected{
width:208px;
height:24px;
}


/* Navigation Images *********************************************************/
.nav-level-1 a#nav-about:link,
.nav-level-1 a#nav-about:visited,
.nav-level-1 a#nav-about:hover,
.nav-level-1 a#nav-about-selected:link,
.nav-level-1 a#nav-about-selected:visited,
.nav-level-1 a#nav-about-selected:hover{
background-image:url(/common/images/interface/home/nav/about.jpg);
}


.nav-level-1 a#nav-stayingatrhm:link,
.nav-level-1 a#nav-stayingatrhm:visited,
.nav-level-1 a#nav-stayingatrhm:hover,
.nav-level-1 a#nav-stayingatrhm-selected:link,
.nav-level-1 a#nav-stayingatrhm-selected:visited,
.nav-level-1 a#nav-stayingatrhm-selected:hover{
background-image:url(/common/images/interface/home/nav/staying.jpg);
}

.nav-level-1 a#nav-housetour:link,
.nav-level-1 a#nav-housetour:visited,
.nav-level-1 a#nav-housetour:hover,
.nav-level-1 a#nav-housetour-selected:link,
.nav-level-1 a#nav-housetour-selected:visited,
.nav-level-1 a#nav-housetour-selected:hover{
background-image:url(/common/images/interface/home/nav/house.jpg);
}

.nav-level-1 a#nav-waystohelp:link,
.nav-level-1 a#nav-waystohelp:visited,
.nav-level-1 a#nav-waystohelp:hover,
.nav-level-1 a#nav-waystohelp-selected:link,
.nav-level-1 a#nav-waystohelp-selected:visited,
.nav-level-1 a#nav-waystohelp-selected:hover{
background-image:url(/common/images/interface/home/nav/help.jpg);
}


.nav-level-1 a#nav-friendsofthehouse:link,
.nav-level-1 a#nav-friendsofthehouse:visited,
.nav-level-1 a#nav-friendsofthehouse:hover,
.nav-level-1 a#nav-friendsofthehouse-selected:link,
.nav-level-1 a#nav-friendsofthehouse-selected:visited,
.nav-level-1 a#nav-friendsofthehouse-selected:hover{
background-image:url(/common/images/interface/home/nav/nav-friends.jpg);
}
/*****************************************************************************/


#nav-spacer{
width:208px;
height:160px;
}

/* Navigation States with BG Positions**************/

.nav-level-1 a#nav-about:link,
.nav-level-1 a#nav-about:visited,
.nav-level-1 a#nav-stayingatrhm:link,
.nav-level-1 a#nav-stayingatrhm:visited,
.nav-level-1 a#nav-housetour:link,
.nav-level-1 a#nav-housetour:visited,
.nav-level-1 a#nav-waystohelp:link,
.nav-level-1 a#nav-waystohelp:visited,
.nav-level-1 a#nav-friendsofthehouse:link,
.nav-level-1 a#nav-friendsofthehouse:visited{
background-position:left top;
}

.nav-level-1 a#nav-about:hover,
.nav-level-1 a#nav-stayingatrhm:hover,
.nav-level-1 a#nav-housetour:hover,
.nav-level-1 a#nav-waystohelp:hover,
.nav-level-1 a#nav-friendsofthehouse:hover{
background-position:right top;
}


.nav-level-1 a#nav-about-selected:link,
.nav-level-1 a#nav-about-selected:visited,
.nav-level-1 a#nav-stayingatrhm-selected:link,
.nav-level-1 a#nav-stayingatrhm-selected:visited,
.nav-level-1 a#nav-housetour-selected:link,
.nav-level-1 a#nav-housetour-selected:visited,
.nav-level-1 a#nav-waystohelp-selected:link,
.nav-level-1 a#nav-waystohelp-selected:visited,
.nav-level-1 a#nav-friendsofthehouse-selected:link,
.nav-level-1 a#nav-friendsofthehouse-selected:visited,
.nav-level-1 a#nav-about-selected:hover,
.nav-level-1 a#nav-stayingatrhm-selected:hover,
.nav-level-1 a#nav-housetour-selected:hover,
.nav-level-1 a#nav-waystohelp-selected:hover,
.nav-level-1 a#nav-friendsofthehouse-selected:hover{
background-position:left bottom;
}

#homepage-banner{
height:301px;
}

a#our_stories{
background-image:url(../images/interface/home/nav/ourStories.jpg);
background-repeat:no-repeat;
background-position:bottom left;
height:61px;
width:208px;
display: block;
margin-left:20px;
}

a#our_stories:hover{
background-position:bottom right;
}