@charset "UTF-8";
/* CSS Document */

#nav ul {
height:21px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:20px;
width:1000px;
}



#nav ul li {
float:left;
list-style-position:outside;
list-style-type:none;
height:21px;

}


/*------------------------ Home navegation ------------------------ */




#nav ul li a {
display:block;
float:left;
line-height:15px;
list-style-type:none;
padding-top:5px;

}

#nav ul li a {
text-indent:-5000px;
}


/*-- About --- */

#nav ul li#aboutus a {
background:url(../images/about.gif) center no-repeat;
width:100px;

}

#nav ul li#aboutus a:hover {
background:url(../images/about_over.gif) center no-repeat;

width:100px;

}

/* -- about the book --*/

#nav ul li#aboutthebook a {
background:url(../images/aboutthebook.gif) center no-repeat;
width:155px;
}

#nav ul li#aboutthebook a:hover {
background:url(../images/aboutthebook_over.gif) center no-repeat;
width:155px;
}

/* --- study groups ---*/

#nav ul li#studygroups a {
background:url(../images/studygroups.gif) center no-repeat;
width:205px;
}

#nav ul li#studygroups a:hover {
background:url(../images/studygroups_over.gif) center no-repeat;
width:205px;
}

/* ---- conferences ---*/

#nav ul li#conferences a {
background:url(../images/events.gif) center no-repeat;
width:145px;
}

#nav ul li#conferences a:hover {
background:url(../images/events_over.gif) center no-repeat;
width:145px;
}

/* ---- newsletter -----*/

#nav ul li#newsletter  {

margin-left:210px;
}

#nav ul li#newsletter a {
background:url(../images/newsletter.gif) center no-repeat;
width:155px;
}

#nav ul li#newsletter a:hover {
background:url(../images/newsletter_over.gif) center no-repeat;
width:155px;
}





/*------------------------ Internal pages navegation ------------------------ */

#nav_internal ul {
height:21px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:20px;
width:1000px;
}



#nav_internal ul li {
float:left;
list-style-position:outside;
list-style-type:none;
height:21px;

}

#nav_internal ul li a {
display:block;
float:left;
line-height:15px;
list-style-type:none;
padding-top:5px;

}

#nav_internal ul li a {
text-indent:-5000px;
}


/*-- Home --- */

#nav_internal ul li#home a {
background:url(../images/home.gif) center no-repeat;
width:100px;

}

#nav_internal ul li#aboutus a:hover {
background:url(../images/about_over.gif) center no-repeat;

width:100px;

}



/*-- About --- */

#nav_internal ul li#aboutus a {
background:url(../images/about.gif) center no-repeat;
width:100px;

}

#nav_internal ul li#aboutus a:hover {
background:url(../images/about_over.gif) center no-repeat;

width:100px;

}

/* -- about the book --*/

#nav_internal ul li#aboutthebook a {
background:url(../images/aboutthebook.gif) center no-repeat;
width:155px;
}

#nav_internal ul li#aboutthebook a:hover {
background:url(../images/aboutthebook_over.gif) center no-repeat;
width:155px;
}

/* --- study groups ---*/

#nav_internal ul li#studygroups a {
background:url(../images/studygroups.gif) center no-repeat;
width:205px;
}

#nav_internal ul li#studygroups a:hover {
background:url(../images/studygroups_over.gif) center no-repeat;
width:205px;
}

/* ---- conferences ---*/

#nav_internal ul li#conferences a {
background:url(../images/events.gif) center no-repeat;
width:145px;
}

#nav_internal ul li#conferences a:hover {
background:url(../images/events_over.gif) center no-repeat;
width:145px;
}

/* ---- newsletter -----*/



#nav_internal ul li#newsletter a {
background:url(../images/newsletter.gif) center no-repeat;
width:180px;
}

#nav_internal ul li#newsletter a:hover {
background:url(../images/newsletter_over.gif) center no-repeat;
width:180px;
}


/*------------------- sub navegation ------------------------*/


#subnav ul li a, #subnav ul li a:hover {
text-indent:-5000px;
}

#subnav ul li a {
display:block;
float:left;
line-height:15px;
list-style-type:none;
padding-top:5px;

}

#subnav ul {
height:21px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:20px;
width:1000px;
}



#subnav ul li {
float:left;
list-style-position:outside;
list-style-type:none;
height:21px;

}

/*-- study groups referals --- */

#subnav ul li#studygroupsreferals a {
background:url(../images/studygroup_refereals.gif) center no-repeat;
width:140px;

}

#subnav ul li#studygroupsreferals a:hover {
background:red;
background:url(../images/light_brown_bg.gif);
width:140px;

}


/*-- what is study group --- */

#subnav ul li#whatisastudygroup a {
background:url(../images/whatsastudygroup.gif) center no-repeat;
width:140px;

}

#subnav ul li#whatisastudygroup a:hover {
background:red;
background:url(../images/light_brown_bg.gif);
width:140px;

}

/*-- effective study groups --- */

#subnav ul li#effectivestudygroups a {
background:url(../images/effectivestudygroups.gif) center no-repeat;
width:140px;

}

#subnav ul li#effectivestudygroups a:hover {
background:red;
background:url(../images/light_brown_bg.gif);
width:140px;

}





/*--- footer navegation ----*/


#footer_nav ul {
width:50%;
margin: 0pt auto;


}

#footer_nav ul li {

float:left;
margin: 3px 10px 0 10px;


}

#footer_nav ul li a {
color:#FFFFFF;

font-size:11px;
text-decoration:none;
text-transform:capitalize;
float:left;
margin: 0 10px 0 10px;


}

#footer_nav ul li a:hover {
color:#FFFFFF;

font-size:11px;
text-decoration:underline;
text-transform:capitalize;
float:left;
margin: 0 10px 0 10px;


}


