/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    margin-top: 4px;
    background-color: #548B54;
} /* alinha div no IE */
#geral {
    background-color: #0000FF;
    margin:0 auto;
    width: 850px;
    height: 650px;
    border: 1px solid black;
} /* alinha div outros Browsers */
#master {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 850px;
	min-height: 100%;
    height: 750px;
    text-align: left;
	border-radius: 0px 0px 10px 10px;
    border: 1px solid green;
} /* alinha div outros Browsers */
#baner {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    width: 850px;
    height: 170px;
}
#menu {
    width: 920px;
    margin-top: 140px;
    margin-left: 0px;
    font: 12px;Georgia, "Times New Roman", Times, serif;
}
#menu ul li{
    list-style:none;
    position:relative;
    float:left;
}
#menu ul li a{
    float:left;
    display:block;
    color:white;
    line-height: 30px;
    text-decoration: none;
    padding: 0 15px 0 15px;
    background:url(img/bt1.jpg);
}
#menu ul li a:hover{
    color:#FFF;
    background:url(img/bt2.jpg);
}
#menu ul li ul{
    display:none;
    z-index: 20;
}
#menu ul li:hover ul{
    display:block;
    position:absolute;
    top: 30px;
    left: 0;
    margin:0;
    padding:0;
}
#menu ul li ul a{
    width: 140px;
}
#conteudo {
	position: absolute;
	margin-top: 50px;
	margin-left: 35px;
	text-align: left;
	width: 780px;
	height: 740px;
}
#rodape {
    margin-top: 736px;
    width: 850px;
    height: 64px;
    margin-left: 0px;;
	font-size:13px;
	font-family:Tahoma;
	border-radius: 0px 0px 10px 10px;
	background:url(img/rodape.jpg);
}
.style3 {
	font-family: stencil;
	font-size: 16px;
	color: green;
}
.style4{
	font-family:Tahoma;
	font-size:13px;
	text-align:center;
}
.style6 {font-family: tahoma; font-weight: bold; font-size:12px;}
#master #conteudo #grupo table tr td div p .style8 {
	color: #666;
}
#master #conteudo #resp table tr td p .style8  {
	color: #666; 
}
#master #conteudo #parceiro #endereco table tr td .style8 .style8 {
	font-family: Tahoma;
}
#master #conteudo #parceiro #endereco table tr td .style8 .style8 {
	color: #333;
}
#master #conteudo #parceiro #endereco table tr td .style8 .style8 {
	font-size: 12px;
	color: #666;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;

#master #conteudo #resp table tr td p .style8.style8 {
	color: #333;
	font-size: 9px;
	font-size: 7px;
}
#master #conteudo #resp table tr td p .style8.style8 {
	color: #666;
}
#master #conteudo #resp table tr td p {
	font-family: Tahoma;
}
#master #conteudo #resp table tr td p .style {
	color: #666;
}
#master #conteudo #parceiro #endereco table tr td b {
	color: #009;
}
b {
	color: #000;
}
