/* Navigation Style*/

h1,
h2,
h3,
h4 {
   color: #0686A1;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important; 
    font-weight: 400;
    font-size: 15px!important;
    line-height: 22px;
    color: #454454;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust:none;
    -webkit-font-smoothing: antialiased;
    background: URL(/adgnie/images/big-bg.png) #aab4b6 repeat-y top center !important;
}

p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important; 
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.header_papers_text{
    margin-top:87px;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
}

a{
    text-decoration: none!important;
}

.container{border: none!important;}

/* individual nav item color control */
.nav_home{
    border-top:2px solid #F1C40F;
}

.nav_home a:hover {
    background: #F1C40F!important;
}

.nav_home_active{
    background: #F1C40F!important;
}


.nav_eed{
    border-top:2px solid #1ABC9C;
}

.nav_eed a:hover {
    background: #1ABC9C!important;
}

.nav_eed_active{
    background: #1ABC9C!important;
}

.nav_order{
    border-top:2px solid #FF3237;
}

.nav_order a:hover {
    background: #FF3237!important;
}

.nav_order_active{
    background: #FF3237!important;
}

.nav_verify{
    border-top:2px solid #94CAFF;
}

.nav_verify a:hover {
    background: #94CAFF!important;
}

.nav_verify_active{
    background: #94CAFF!important;
}

.nav_lesson{
    border-top:2px solid #D72A63;
}

.nav_lesson li a{
    background: #D72A63!important;
}

.nav_lesson a:hover {
    background: #D72A63!important;
}

.nav_lesson_active{
    background: #D72A63!important;
}


.nav_teacher{
    border-top:2px solid #F5811B;
}

.nav_teacher a:hover {
    background: #F5811B!important;
}

.nav_teacher_active{
    background: #F5811B!important;
}


.nav_sponsor{
    border-top:2px solid #8CC640;
}

.nav_sponsor a:hover {
    background: #8CC640!important;
}

.nav_sponsor_active{
    background: #8CC640!important;
}

.nav_privacy{
    border-top:2px solid #9c49e2;
}

.nav_privacy a:hover {
    background: #9c49e2!important;
}

.nav_privacy_active{
    background: #9c49e2!important;
}


a:hover{
    color: #222525!important;
}


#navbar a,
#navbar a:link, 
#navbar a:visited, 
#navbar a:active
{ 
    color: #FFFFFF!important; 
    text-decoration: none; 
} 


#navbar a:hover
{
    text-decoration: underline; 
}

#navWrap
{
	width:100%;
	background-color:#222525;
	height:36px;
	/*font-weight:bold;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: times;
	font-size:18px;
	margin-top:-2px; /*-2*/
	/*border-bottom: 3px solid #0686A1;*/
    text-transform: uppercase;
}

#navbar
{
    margin: 0;
    padding: 0; 
    background-color:#222525;
}
 
#navbar li
{
    list-style: none !important;
    float: left; 
    border-right:1px solid #ffffff;
}

#navbar li a
{
    display: block;
    padding: 3px 8px;
    background-color: #222525;
    color: #FFFFFF;
    text-decoration: none;
}

#navbar li ul
{
    display: none; 
    [if Opera] width: 12.65em; /* Width to help Opera out */
}

#navbar li:hover ul, #navbar li.hover ul
{
    display: block;
    position: absolute;
    margin: 0;
    padding:0 0 0 0; /*want it 3px top if not ie*/
    Z-index:99;
}

#navbar li:hover li, #navbar li.hover li
{
    float: none; 
}

#navbar li:hover li a, #navbar li.hover li a
{
    background-color: #0686A1;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
   
#navbar li li a:hover
{
    background-color: #222525;
    color: #ffffff;
}
	
#navbar li a:hover
{
    background: #0686A1;
    color:#ffffff;
}	

/* General Style */
.login_icon_1
{
    margin-top:71px;
    width:200px;
}
.login_icon
{
    margin-top:5px;
    width:200px;
}


/* eedition Box */

.eaccess_box
{
    width: 266px;
    height: 311px;
    background-image: URL(/pjacs/images/eaccess.gif);
    background-repeat: no-repeat;
}

.announcement_area{
    padding:10px;
    border:2px solid #d3222c;
    background-color: #F3F4F4;
}

.page_header{
    font-size: 30px;
    font-weight: bold;
    color: #566264;
    margin:0px;
}

.page_subhead{
    font-size: 18px;
    font-weight: bold;
    color:#C80032;
    margin-bottom:0px;
}

.faq_set{
    margin-bottom: 12px; 
}

.faq_question{
    font-weight: bold;
    padding:5px;
    background-color: #566264;
    border-bottom:2px solid #0686A1;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
}

.faq_answer{
    font-size: 14px;
    /*color:#566264;*/
}

.loginModule{
    border: 1px white solid!important;
    background: white!important;
}