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;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #000033;
	background: transparent url(images/bg_body.jpg) repeat left top;
}
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;
}

/* ----------------------------- CLASSES */
.center{
	text-align: center;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.imBlock{
	display: block;
}

/* ----------------------------- CSS TEXTOS */
h1{
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-shadow: 0 0 3px #ccc;
}

#content h1{ /* H1 CONTENT */
	background: transparent url(images/bg_title.jpg) no-repeat left bottom;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

#content ul{ /* UL - LI CONTENT */
	margin-left: 20px;
}

#content li{
	list-style-type: square;
}

/* ----------------------------- CSS PR Bianco ----------------------------- */

/* ----------------------------- TOPO */
#boxTopo{
	height: 90px;
	background-color: #003366;
}

#topo{
	width: 992px;
	height: 100%;
	margin: 0 auto;
	background: #003366 url(images/bg_topo.jpg) repeat-y left top;
	text-align: center;
}

/* ----------------------------- MENU */
#boxMenu{
	width: 731px;
	height: 31px;
	margin: 0 auto;
}

#menu{
	float: left;
	width: 721px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #003366;
	background: #fff url(images/sombra.jpg) no-repeat center top;
	margin: 0 auto;
}

#menu ul{
	display: inline-block;
	height: inherit;
}

#menu ul li{
	float: left;
}

#menu ul li a{
	font-size: 16px;
	line-height: 29px;
	font-weight: bold;
	text-shadow: 0 0 2px #ccc;
	color: #003366;
}

#menu ul li a:hover{
	border-bottom: 1px dotted #003366;
	color: #003366;
}

#menu ul li a:visited{
	color: #003366;
}

.separador{
	padding: 0 33px;
	line-height: 27px !important;
}

/* ----------------------------- CORPO / CONTENT */
#boxCorpo{
	width: 780px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #666;
	border-width: 0 1px;
	background: #fff url(images/bg_corpo.jpg) no-repeat right bottom;
}

#content{
	padding: 25px 25px 0 25px;
}

#content ul li, #content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

/* ----------------------------- RODAPE */
#boxRodape{
	width: 100%;
	min-width: 992px;
	min-height: 150px;
	background-color: #999;
}

#barra{
	width: 100%;
	min-width: 992px;
	height: 35px;
	background-color: #ccc;
}

#barra p, #barra p a{
	font-size: 12px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#barra p span{
	padding: 0 35px;
}

#barra p a:hover{
	border-bottom: 1px dotted #000;
}

#rodape{
	width: 992px;
	min-height: 50px;
	margin: 0 auto;
}

#rodape p a{
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}

#rodape p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
}

/* ----------------------------- CONTATO */
#contato label{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

#contato input[type=text]{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 20px;
	width: 350px;
	color: #666;
	border: 1px solid #666;
}

#contato textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 120px;
	width: 350px;
	color: #666;
	border: 1px solid #666;
	padding: 0;
}

#contato input[type=submit]{
	height: 30px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* ----------------------------- LOCALIZAÇÃO */
iframe{
	border: 1px solid #003366;
}

#content small a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366 !important;
	text-decoration: underline;
}

#content small a:hover{
	text-decoration: none;
}
