/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,51,102);
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: rgb(0,36,105);
}

ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* navegação secundária */

#nav2 ul#links2 li a {
	font-weight: normal;
	padding: 3px 5px 4px 22px;
}

#nav2 ul#links2 li {
	border-right: 1px solid white;
}

#nav2 ul#links2 li a:link, #nav2 ul#links2 li a:visited {
	text-decoration: none;
	color: white;
}
#nav2 ul#links2 li a:hover {
	color: rgb(132,162,215);
	background-color: transparent;
}
#nav2 ul#links2 li#linkIntranetCelular a {
	background:  url("icon_intranet.gif") no-repeat left top;
}
#nav2 ul#links2 li#linkIntranet a {
	background:  url("icon_intranet.gif") no-repeat left top;
}
#nav2 ul#links2 li#linkFale a {
	background:  url("icon_fale.gif") no-repeat left top;
}
#nav2 ul#links2 li#linkHome a {
	background:  url("icon_home.gif") no-repeat left top;
	border-right: 0;
}
#nav2 ul#links2 li#linkIntranet a:hover {
	background: url("icon_intranet_over.gif") no-repeat left top;
}
#nav2 ul#links2 li#linkFale a:hover {
	background: url("icon_fale_over.gif") no-repeat left top;
}
#nav2 ul#links2 li#linkHome a:hover {
	background: url("icon_home_over.gif") no-repeat left top;
	border-right: 0;
}

/* header */
#header {
	background: url("bg_header_internas.gif") no-repeat left top;
}

#header a {
	background: transparent;
}
#header a img#logoScreen {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 170px;
	height: 77px;
	border: none;
	z-index: 7000;
}

#header #headerAnimada {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	width: 743px;
	height: 100px;
}
/* navegação principal*/

#nav1 {
	background: url("bg_nav1_grey.gif") no-repeat -1px bottom;
}

#nav1 ul#nav li {
	background: url("tab_right.gif") no-repeat right top;
	border-bottom: 1px solid #c4c4c4;
}
#nav1 ul#nav li a {
	background: url("tab_left.gif") no-repeat left top;
}
#nav1 ul#nav li a:link, #nav1 ul#nav li a:visited {
	color: rgb(204,41,43);
	text-decoration: none;
	font-weight: bold;
}
#nav1 ul#nav li a:hover {
	color: #069;
	text-decoration: underline;
}
/* conteúdo - 3 colunas */

#conteudo {
	background-color: transparent;
	background: url("bg_right.gif") repeat-y left top;
}

#conteudo div.col1 h1 {
	font-size: 1.2em;
	color: #069;
	text-transform: uppercase;
	float: left;
	margin-bottom: 40px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 2px solid #069;
}
#conteudo div.col1 h2 {
	font-size: 1em;
	color: #069;
	text-transform: none;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 2px solid #069;
	float: left;
}
#conteudo div.col1 h4 {
	font-size: 0.9em;
	color: #069;
}
#conteudo div.col1 hr {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #70b8db;
}

#conteudo div.col1 p, #conteudo div.col1 h3, #conteudo div.col1 h4 {
	clear: left;
}

#conteudo div.col1 p.topo {
	font-style: italic;
	color: #069;
	font-size: 0.9em;
	text-align: right;
	background: url("seta_top.gif") no-repeat right bottom;
}

#conteudo div.col1 p.topo a {
	width: 20px;
	height: 20px;
}
#conteudo div.col1 p.topo a:hover {
	background: none;
}
#conteudo div.col1 p.topo a span {
	display: none;
}
#conteudo div.col1 ul {
	margin-left: 10px;
	color: rgb(204,41,43);
}

#conteudo div.col1 ul li span {
	color: #036;
}
#conteudo div.col1 ol {
	list-style-position: outside;
	color: rgb(204,41,43);
}
#conteudo div.col1 ol li {
	margin-left: -15px;
	margin-bottom: 15px;
}
#conteudo div.col1 ol li span, #conteudo div.col1 ol li p {
	color: #036;
}
#conteudo div.col1 ol li dl {
	color: #069;
}
#conteudo div.col1 ol li dl dt {
	font-weight: bold;
}
#conteudo div.col1 ol li dl dd {
	margin: 8px 0;
}

#conteudo div.col1 dl {
	color: #069;
}
#conteudo div.col1 dl dt {
	font-weight: bold;
	margin: 8px 0 0 0;
}
#conteudo div.col1 dl dd {
	margin: 8px 0;
}

#conteudo div.col2 {
	text-align: center;
	color: #068;
}
#conteudo div.col3 {
	text-align: center;
	color: #666;
}
#conteudo div.col2 h3, #conteudo div.col3 h3 {
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
}
#conteudo div.col2 p, #conteudo div.col3 p {
	font-size: 0.9em;
	text-align: left;
}
#conteudo div.col2 p.introducao, #conteudo div.col3 p.introducao {
	height: 50px;
}
#conteudo div.col2 form, #conteudo div.col3 form {
	text-align: left;
	font-size: 0.8em;
}
#conteudo div.col2 form {
	color: #036;
	border: 1px solid #068;
	background-color: #fafcfe;
}
#conteudo div.col3 form {
	color: black;
	border: 1px solid #666;
	background-color: #efefef;
}
#conteudo div.col2 form dl, #conteudo div.col3 form dl {
	padding: 20px;
}
#conteudo div.col2 form dl dd input {
	color: #068;
	border: 1px solid #068;
	background: white;
}
#conteudo div.col3 form dl dd input {
	color: #666;
	border: 1px solid #666;
	background: white;
}
#conteudo div.col2 form dl dd, #conteudo div.col3 form dl dd {
	height: 30px;
}
#conteudo div.col2 form dl dd input.entrar, #conteudo div.col3 form dl dd input.entrar {
	width: 40px;
	height: 20px;
	font-size: 1.0em;
	color: rgb(204,41,43);
	border: 1px solid rgb(204,41,43);
	background: white;
}
#conteudo div.col2 form dl dd input.limpar, #conteudo div.col3 form dl dd input.limpar {
	width: 40px;
	height: 20px;
	font-size: 1.0em;
	color: rgb(204,41,43);
	border: 1px solid rgb(204,41,43);
	background: white;
	margin-left: 10px;
}
/* Footer - copyright e assinatura Tau */
#footer {
	color: #369;
	background: url("bg_footer_internas.gif") no-repeat left top;
}

/* Links Internos */

a:link, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
a:link {
	color: #036;
	background: transparent;
}
a:visited {
	color: #369;
	background: transparent;
}
a:hover {
	color: white;
	background: #39c;
}
/* Links Externos */
a:link.linkExterno, a:visited.linkExterno, a:hover.linkExterno {
	color: #036;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	padding-bottom: 1px;
	background: transparent;
}
a:link.linkExterno {
	border-bottom: 1px dotted silver;
}
a:visited.linkExterno {
	border-bottom: 1px dotted rgb(132,162,215);
}
a:hover.linkExterno {
	border-bottom: 1px dotted red;
}