﻿@import url("reset.css");
/*---- Common Styles----------------------------*/
* html #outer {
	height: 100%;
}
#outer {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 999999999;
	top: 0px;
	left: 0px;
}
body {
	font-size:14px;
}
.clear {
	clear: both;
}
#frmSearchMenu input[type="submit"] {
	width: 25px;
	height: 22px;
}
/*---- Content ----------------------------*/
div#content {
	margin: 0px auto 0px auto;
	width: 1200px;
	position: relative;
	padding-bottom: 45px;
}
/*---- Header ----------------------------*/
div#content > div#header {
	background-position: left top;
	height: 150px;
	color: #FFFFFF;
	background-image: url('../pngs/bgAzul.png');
	background-repeat: repeat-x;
}
div#content > div#header a {
	color: #FFFFFF;
}
div#content > div#header a:hover {
	color: #CCCCCC;
}
/*---- Header > Contato ----------------------------*/
div#content > div#header > div#contato {
	background-image: url('../pngs/logoSite.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 110px;
	position: relative;
}
div#content > div#header > div#contato > div#telefone {
	position: absolute;
	right: 10px;
	top: 32px;
	text-align: right;
}
div#content > div#header > div#contato > div#telefone > span#loc {
	font-size: 20px;
	padding-right: 10px;
}
div#content > div#header > div#contato > div#telefone > span#tel {
	font-size: 30px;
}
div#content > div#header > div#contato > div#site-email {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 5px;
}
/*---- Header > Menu ----------------------------*/
div#content > div#header > div#menusite {
	height: 40px;
	color: #666666;
	font-weight: bold;
	position: relative;
	z-index: 9999;
}
div#content > div#header > div#menusite > ul > li {
	float: left;
	font-size: 15px;
	padding: 11px 38px 2px 13px;
	position: relative;
}
div#content > div#header > div#menusite > ul > li > a {
	color: #003366;
}
div#content > div#header > div#menusite > ul > li > ul {
	background-color: #003366;
	left: 0;
	position: absolute;
	top: 28px;
	display: none;
	z-index:1;
}
div#content > div#header > div#menusite > ul > li > ul > li {
	padding: 5px 5px 5px 14px;
	width: 270px;
	position:relative;
}
div#content > div#header > div#menusite > ul > li > a:hover {
	color: #999999;
}
div#content > div#header > div#menusite > ul > li.selected {
	color: #666666;
	border-bottom: solid 2px #003366;
}
div#content > div#header > div#menusite > ul > li.selected > a {
	color: #666666;
}
div#content > div#header > div#menusite > div#searchMenu {
	position: absolute;
	right: 3px;
	top: 10px;
}
div#content > div#header > div#menusite > div#searchMenu .form-content {
	float: left;
}
/*---- Center ----------------------------*/
div#content > div#center {
	padding: 20px 0px 10px 0px;
	position: relative;
}
div#content > div#center a {
	color: #003366;
	font-weight: bold;
}
div#content > div#center a:hover {
	color: #666666;
}
div#content > div#center > div#title {
	border-bottom: solid 2px #666666;
	/*margin-bottom: 10px;*/
	padding: 4px 0px 3px 10px;
	font-weight: bold;
}
div#content > div#center > div#title > h1 {
	border: none;
	margin: 0;
	padding: 0;
}
div#content > div#center > div#title > h1 {
	color: #003366;
	font-size: 20px;
	zoom:1; 
	display: inline;
	height: 30px;
}
div#content > div#center > div#title > h2 {
	color: #666666;
	font-size: 20px;
	zoom:1; 
	display: inline;
	height: 30px;
}
div#content > div#center > div#title > h3 {
	color: #CCCCCC;
	display: inline-block;
	font-size: 20px;
}
div#content > div#center > div.conteudo {
	padding-top:10px;
}
/*---- Footer ----------------------------*/
body > div#footersite {
	/*background-image: url('../pngs/bgAzul.png'); 	background-repeat: repeat-x; 	background-position: left bottom;*/
	width: 100%;
/*	position: absolute;*/
	position:relative;
	bottom: 0px;
	left: 0px;
	/*display: none;*/
	z-index:-99999;
}
body > div#footersite > div#footer-content {
	margin: 0px auto 0px auto;
	background-image: url('../pngs/bgAzul.png');
	background-repeat: repeat;
	background-position: left top;
	background-color: #003366;
	width: 1200px;
	height: 45px;
	color: #FFFFFF;
	position: relative;
}
body > div#footersite > div#footer-content > div#copyright {
	position: absolute;
	top: 16px;
	left: 10px;
}
body > div#footersite > div#footer-content > div#conexao-web {
	position: absolute;
	top: 16px;
	right: 10px;
}
body > div#footersite > div#footer-content > div#conexao-web > a {
	background-image: url('../pngs/logoCW.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 81px;
	height: 17px;
	display: block;
}
body > div#footersite > div#footer-content > div#conexao-web > a:hover {
	background-position: right top;
}
