/* stylesheet for the containers of the structure*/

body {
    margin:0;
    padding:0;
    text-align:center;
	background: white;
	color: #336600;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a  img{
    border: 0px;
}

p {
    margin: 8px 0;
}

#mainContainer {
    margin:auto;
    margin-top: 10px;
    width: 900px;
}

/* body elements */

/*-- header elements */
#header {
    padding-bottom: 5px;
    width:100%;
    height: 95px;
    background-color: white;
}

#logo {
    float: left;
    margin: 20px 0 0 30px;
    _margin: 20px 0 0 15px;
}

#tabMenu {
	float: left;
    margin: 23px 0 0 10px;
	width: 615px;
	height: 51px;
}

.sectionBlock:hover {
    cursor: pointer;
}

#headerBottom {
	position: absolute;
    *position: relative;
    margin-top: 52px;
    *margin-top: -25px;
    _margin-top: -15px;
    width: 900px;
}

#headerBottomLeft {
	float: left;
	width: 64px;
	height: 50px;
	background: transparent url(../images/separators/Separador_topleft.png) no-repeat scroll 0 0;
}

#headerBottomCenter {
	float: left;
	width: 772px;
    margin-top: 7px;
	height: 43px;
	background: transparent url(../images/separators/Separador_top3.png) repeat-x scroll 0 0;
}

#headerBottomRight{
	float: left;
	width: 64px;
	height: 50px;
	background: transparent url(../images/separators/Separador_topright.png) no-repeat scroll 0 0;
}

/*-- bodyContainer elements */
#bodyContainer {
    position: relative;
    min-height: 500px;
    width: 120%;
    text-align: left;
    background-color: white;
    margin-top: 5px;
}

/*---- leftSection elements */
#leftSection {
    float: left;
    width: 200px;
    min-height: 515px;
    margin: 5px;
    _display: inline;
    _margin: 0px;
}

.lsTopLeft {
    float: left;
    height: 34px;
    width: 20px;
    background: transparent url(../images/separators/PanelLateral-topleft.png) no-repeat scroll 0 0;
}

.lsTop {
    float: left;
    height: 34px;
    width: 160px;
    background: transparent url(../images/separators/PanelLateral-top.png) repeat-x scroll 0 0;
}

.lsTopRight {
    float: left;
    height: 34px;
    width: 20px;
    background: transparent url(../images/separators/PanelLateral-topright.png) no-repeat scroll 0 0;
}

.lsLeft {
    float: left;
    width: 20px;
    background: transparent url(../images/separators/PanelLateral-left.png) repeat-y scroll 0 0;
}

.lsCenter {
    float: left;
    width: 160px;
}

.lsRight {
    float: left;
    width: 20px;
    background: transparent url(../images/separators/PanelLateral-right.png) repeat-y scroll 0 0;
}

.lsBottomLeft {
    float: left;
    height: 43px;
    width: 18px;
    background: transparent url(../images/separators/PanelLateral-bottomleft.png) no-repeat scroll 0 0;
}

.lsBottom {
    float: left;
    height: 43px;
    width: 163px;
    background: transparent url(../images/separators/PanelLateral-bottom.png) repeat-x scroll 0 0;
}

.lsBottomRight {
    float: left;
    height: 43px;
    width: 19px;
    background: transparent url(../images/separators/PanelLateral-bottomright.png) no-repeat scroll 0 0;
}

/*------ navMenu elements */
#navMenu {
    height: 287px;
    width: 200px;
    font-size: 13px;
}

.centerNav {
    height: 210px;
}

#navMenuContent {
    overflow: auto;
}

#menuHeader {
    font-size: 18px;
    font-weight: bold;
}

.firstLevel {
    padding-left: 10px;
    color: #555555;
}

.firstLevel:hover  {
    font-weight: bold;
    cursor: pointer;
    background: #BDE458;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.firstLevel img {
    display: none;
    margin-right: 5px;
}

.firstSelected {
    color: #336600;
    padding-left: 10px;
    font-weight: bold;
}

.firstSelected img {
    margin-right: 5px;
}

.firstLevelWrapper {
    display: none;
}

.openLevel:hover {
    font-weight: bold;
    cursor: pointer;
    background: #BDE458;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.secondLevel {
    padding-left: 25px;
    color: #555555;
}

.secondLevel:hover {
    font-weight: bold;
    cursor: pointer;
    background: #BDE458;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.secondLevel  img {
    display: none;
    margin-right: 5px;
}

.secondSelected {
    color: #336600;
    padding-left: 25px;
    font-weight: bold;
}

.secondSelected img {
    margin-right: 5px;
}

.secondLevelWrapper {
    display: none;
}

.thirdLevel {
    padding-left: 40px;
    color: #555555;
}

.thirdLevel:hover {
    font-weight: bold;
    cursor: pointer;
    background: #BDE458;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.thirdLevel  img {
    display: none;
    margin-right: 5px;
}

.thirdSelected {
    color: #336600;
    padding-left: 40px;
    font-weight: bold;
}

.thirdSelected img {
    margin-right: 5px;
}

/*------ latestNews elements */
#latestNews {
    width: 200px;
    height: 287px;
    margin-top: 5px;
}

.centerLatestNews {
    height: 210px;
}

#newsHeader {
    width: 160px;
    font-size: 18px;
    font-weight: bold;
}

#newsBrief {
    height: 169px;
    width: 150px;
    overflow: auto;
}

#newsBrief  ul{
    padding-left: 15px;
    *padding-left: 0px;
    *margin-left: 15px;
}

.newsBriefTitle {

}

.newsBriefTitle:hover {
    text-decoration: underline;
    cursor: pointer;
}

.newsBriefDate {
    font-size: 10px;
    color: #555555;
}

#newsLink {
    margin-top: 2px;
    _margin-top: 0px;
    text-align: right;
    text-decoration: underline;
}

#newsLink a:hover {
    margin-top: 1px;
    cursor: pointer;
    font-weight: bold;
}

/*---- contentSection elements */
#contentSection {
    float: left;
    _float:left;
    margin: 5px;
    _margin:0px 5px;
    min-height: 466px;
    width: 680px;
    _width:680px;
    _display: inline;
}

.contentWrapper {
    display: none;
    width: 656px;
    min-height: 466px;
}

.pageHeader {
    width: 656px;
    border-bottom: #336600 solid 2px;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 0px 0px 10px;
    margin-bottom: 5px;
}

.contentArea {
    width: 656px;
    padding: 3px 10px;
    font-size: 14px;
    color: #555555;
}

#rightBanner {
    float: left;
    _float:right;
    _margin-left: -60px;
    _display: inline;
}

/*-- footer elements */
#footer {
    width: 100%;
	font-weight: bold;
    margin-top: 90px;
    *margin-top: 7px;
}


#footerTop {
	position: relative;
}

#footerTopLeft {
	float: left;
	width: 64px;
	height: 50px;
	background: transparent url(../images/separators/Separador_bottomleft.png) no-repeat scroll 0 0;
}

#footerTopCenter {
	float: left;
	width: 772px;
	height: 50px;
	background: transparent url(../images/separators/Separador_bottom.png) repeat-x scroll 0 0;
}

#footerTopRight{
	float: left;
	width: 64px;
	height: 50px;
	background: transparent url(../images/separators/Separador_bottomright.png) no-repeat scroll 0 0;
}

#property {
    float: left;
    margin-left: 200px;
    margin-top: -8px;
    _display: inline;
}

#property a {
    color: #336600;
}

#property a:hover {
    cursor: pointer;
}

#validators {
    float: right;
    margin-right: 50px;
    margin-top: -5px;
}

#greenhosting {
    float: left;
    margin-left: 50px;
    margin-top: -5px;
}

#twitter {
	float: left;
	margin-left: 50px;
	margin-top: -10px;
}




