/*CONTAINER DO CONTEÚDO*/
.glidecontentwrapper{
color:#f2f2f2;
float:right;
height:643px; /* Set height to be able to contain height of largest content shown*/
overflow:hidden;
position:relative; /* Do not change this value */
width:720px;
}


/*CONTAINER DO BOX EXIBIDO*/
.glidecontent{ /*style for each glide content DIV within wrapper.*/
background:url("../images/bg_workview.png") no-repeat right top;
color:#f2f2f2;
float:right;
height:642px;
padding:20px;
position:absolute; /* Do not change this value */
visibility:hidden;
width:552px;
}

.glidecontent img{
margin-bottom:20px;
}

.glidecontent h3{
color:#E5A235;
font-weight:normal;
}

.glidecontent p{
color:#f2f2f2;
font-size:12px;
}

a.seemore{
background:url("../images/btn_seemore.png") no-repeat;
float:right;
height:29px;
margin:20px 5px 0 0;
text-indent:-9999px;
width:109px;
}

a.seemore:hover{
background:url("../images/btn2_seemore.png") no-repeat;
}

/*CONTAINER DO MENU*/
.glidecontenttoggler{
width:200px;
}

.glidecontenttoggler ul li{
line-height:150%;
}

.glidecontenttoggler ul li a{
color:#fff;
font-size:13px;
padding:3px 5px;
}

.glidecontenttoggler ul li a:hover{
background:#E5A235;
color:#000;
}

a.toc:hover{
background:#ccc;
border:0;
color:#000;
}

/*MENU*/
.menu{ /*style for DIV used to contain toggler links. */
border-right:2px solid #bbbcbe;
float:left;
display:table;
height:100%;
margin:0 0 0 20px;
min-height:350px;
text-align:left;
width:198px;
}

.menu a{ /*style for every navigational link within toggler */
display:-moz-inline-box;
display:block;
color:#2e6ab1;
margin-right:0px;
padding:5px;
text-decoration:none;
}

.menu a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:#ccc;
color:#000;
}

.menu a:hover{
background:#ccc;
color:#000;
}
