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

.nav-discover, #nav .translations {
    margin-left: -0.3em; /*-0.3em to undo the padding on #nav */
    margin-right: -0.3em; /*-0.3em to undo the padding on #nav */
}
.nav-discover {
    background: #FFC;
    border: 1px solid #930;
	padding-left: 31px;
	padding-right: 5px;
	font-style: italic;
	}
.nav-discouver a{
	text-decoration: underline;
	}
.nav-discover h2 {			/* hide visual rendering of h2 */
    position: absolute;
    left: -999px;
    width: 990px;
}
#nav .translations {
	padding-left:32px;
	}


/*************************** below are old, don't need **********************/

.nav-static2, #feedbackbox {
    background: #FFC;
    border: 1px solid #930;
	padding-left: 15px;
}
.nav-static2 a, #feedbackbox a {
	text-decoration: underline;
	}
.nav-static2 h2, #feedbackbox h2 {			/* hide visual rendering of h2 */
    position: absolute;
    left: -999px;
    width: 990px;
}


#feedbackbox {
    margin-top: 55px;
}
.open {
	background-color: #CCFFCC;
}

.quiet {
	color:#666666;
	}
