/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Alziro Neto
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 18px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #cc9900; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 30px;
}

#menu ul li.section-title { border-bottom-color:#666666; border-bottom-style:dotted; border-bottom-width:1px;font-family: Georgia, "Times New Roman", Times, serif; font-weight: bolder; color: #333333; font-size:14px; font-style:oblique; padding-top:8px; padding-bottom:2px;} 
#menu ul li.section-title:hover { color: #ED1657 }
#menu li:hover{ text-decoration: none; color:#666666; }
#menu ul li a { text-decoration: none; color:#666666; }
#menu ul li a:hover{ text-decoration: none; color: #666666; background-color:#FFFF5B }
#menu ul li a:visited{ color: #666666 }

.active { text-decoration:none; color: #cc9900;}

#menu .container a img:hover {background-color:#fefff1 !important;}


#content {
    height: 100%;
    margin: 150px 0 0 270px;
}

.container {
    padding: 0 0 0 0;
}

#content p { width: 475px; margin-bottom: 9px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 18px; font-weight: normal; font-style: italic; }
h2 { font-size: 18px; font-weight: normal; color: #cc9900;}
h3 { font-size: 70px; font-weight:normal; color: #cccccc; line-height: 110%; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 14px 0; }

#once { clear: left; }

#menu ul li.section-title { 
	cursor:pointer;
	}

.index-hide {
	display:none;
	}

.index-show {
	display:block;
	}

