@charset "utf-8";
/**
 * @package   SAAE Lagoa Formosa - MG
 * @category  CSS
 * @name      styles.css
 * @author    Fábio Emerson <www.fabioemerson.com>
 * @version   2009-09-18
 * @since     2009-11-09
 */
 
/*GERAL*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #003256 url(../img/bg.png) repeat-x;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 60px 0 15px 0;
}
a {
	text-decoration: none;
	color: #718FA4;
}
a:hover {
	text-decoration: underline;
}
a:focus, object {
	outline: none;
}
p {
	margin: 15px 0;
}
li {
	list-style: none;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #003256;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #003256;
}
h2 {
	font-size: 18px;
	color: #718FA4;
	font-weight: normal;
	margin: 15px 0;
}
h4    {
	font-size: 14px;
	font-weight: bold;
	color: #003256;
	margin: 15px 0;
}
.color {
	color: #003256;
}

/*TOPO*/
#top {
	margin: auto;
	width: 900px;
	text-align: left;
	background: url(../img/bg_top.gif) no-repeat 205px 28px;
}
#top #logo  {
	position: absolute;
	margin-left: 35px;
}
#top #slide {
	height: 230px;
	overflow: hidden;
	padding-top: 70px;
	background: url(../img/bg_slide.gif) no-repeat bottom;
}

/*CONTAINER*/
#container {
	background: #FFF url(../img/bg_container.jpg) no-repeat;
	margin: auto;
	width: 900px;
	text-align: left;
	padding-top: 34px;
}

#container #main {
	margin-top: -25px;
}

/*RODAPÉ*/
#container #main #footer {
	background: #FFF url(../img/bg_footer.gif) no-repeat left bottom;
	margin: auto;
	width: 900px;
	height: 50px;
	font-size: 11px;
	color: #666;
	padding: 40px 0 5px;
	clear: both;
	text-align: center;
}
#container #main #footer #fabio {
	float: right;
	margin: 25px 10px 0 0;
}

/*ESQUERDA*/
#container #main #left {
	float: left;
	width: 190px;
}

/*RELÓGIO*/
#container #main #left #relogio {
	padding: 10px 0 0 10px;
}

/*MENU*/
#container #main #left #nav {
	background: url(../img/bg_menu.gif) no-repeat left bottom;
	padding: 0 0 20px 10px;
}
#container #main #left #nav li a {
	height: 30px;
	line-height: 30px;
	margin-bottom: 2px;
	display: block;
	background: url(../img/bg_menu_a.gif) no-repeat;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}
#container #main #left #nav li a:hover, #container #main #left #nav li a.active {
	background: url(../img/bg_menu_a_hover.gif) no-repeat;
}

/*AUTO-ATENDIMENTO*/
#container #main #left #auto {
	background: url(../img/bg_auto.gif) no-repeat;
	padding: 20px 0 0 10px;
}
#container #main #left #auto #fauto {
	background: #003256 url(../img/bg_auto_bottom.gif) no-repeat bottom;
	font-size: 11px;
	color: #FFF;
	padding: 10px 10px 20px;
	width: 160px;
}
#container #main #left #auto #fauto #title {
	font-size: 18px;
	text-align: center;
	background: url(../img/bg_auto_top.png) no-repeat;
	margin: -10px -10px 0;
	padding: 10px 0 20px;
}
#container #main #left #auto #fauto #txtcod {
	background: #FFF;
	padding: 3px;
	border: 1px solid #FFF;
	width: 152px;
	margin: 10px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
#container #main #left #auto #fauto #acessar_auto {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #718FA4;
	padding: 5px 3px;
	cursor: pointer;
}
#container #main #content {
	padding: 10px;
	margin-left: 190px;
	text-align: justify;
}

/*FORMULÁRIOS*/
#container #main #content form {
	margin: 40px 0 50px 30px;
}
#container #main #content form p {
	margin: 0 0 15px;
}
#container #main #content form label {
	width: 100px;
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
}
#container #main #content form .textfield, #container #main #content form .select {
	color: #333;
	background: #FFF url(../img/bg_campos.jpg) repeat-x;
	padding: 5px;
	border: 1px solid #CCC;
	font: 13px Arial, Helvetica, sans-serif;
	width: 450px;
}
#container #main #content form .select {
	width: auto;
}
#container #main #content form .textfield:hover, #container #main #content form .textfield:focus, #container #main #content form .select:hover, #container #main #content form .select:focus {
	background: #FFF;
	border-color: #718FA4;
}
#container #main #content .btn {
	color: #FFF;
	background: #718FA4;
	padding: 5px;
	*padding: 3px;
	cursor: pointer;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #718FA4;
	margin-left: 105px;
}
#container #main #content .box_contato {
	float: left;
	width: 30%;
	margin-left: 2%;
	height: 60px;
	display: inline;
}

/*VALIDAÇÃO FORMS*/
#container #main #content form .error {
	margin: 0;
	border: 2px solid #FF0000;
}
#container #main #content form div.error {
	color: #F00;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: none;
	margin-left: 107px;
}

/*NAVEGAÇÃO*/
#container #main #content #nav_location {
	font-size: 11px;
	font-style: italic;
	color: #003256;
	margin-bottom: 15px;
}
#container #main #content #nav_location a {
	color: #003256;
	text-decoration: underline;
}
#container #main #content #nav_location a:hover {
	text-decoration: none;
}

/*SUBMENU*/
#container #main #content #subnav {
	text-align: right;
	margin: 15px 0;
	font-size: 11px;
}
#container #main #content #subnav a {
	color: #FFF;
	text-decoration: none;
	background: #718FA4;
	padding: 3px 5px;
}
#container #main #content #subnav a:hover, #container #main #content #subnav a.active {
	background: #003256;
}

/*TABELAS*/
#container #main #content table {
	width: 100%;
	_width: 99%;
}
#container #main #content table th{
	font-weight: bold;
	color: #FFF;
	background: #718FA4;
	text-align: left;
	padding: 5px;
}
#container #main #content table  td{
	padding: 5px;
}
#container #main #content table  td.valor{
	text-align: right;
}
#container #main #content table .alternate {
	background: #EFEFEF;
}

/*LISTAS*/
#container #main #content ol li {
	list-style: decimal;
	margin: 15px 0 15px 30px;
}
#container #main #content ul li {
	margin-left: 30px;
	list-style: square;
}

/*ÁLBUM DE FOTOS*/
#container #main #content .box_fotos {
	margin: 0 0 15px 10px;
	float: left;
	width: 330px;
	display: inline;
}
#container #main #content .box_fotos a {
	display: block;
	padding: 7px;
	height: 106px;
	border-bottom: 3px solid #CCC;
	color: #333;
}
#container #main #content .box_fotos a:hover {
	background: #F8F8F8;
	text-decoration: none;
	border-color: #003256;
}
#container #main #content .box_fotos a img {
	margin-right: 5px;
	float: left;
	border: 1px solid #CCC;
	padding: 2px;
}
#container #main #content .box_fotos a:hover img {
	border: 3px solid #003256;
	padding: 0;
}
#container #main #content .box_fotos a .title {
	font-size: 14px;
	font-weight: bold;
	color: #003256;
}

/*LICITAÇÕES*/
#container #main #content .box_licitacoes {
	border-bottom: 1px solid #CCC;
	padding: 0 10px;
}

/*PAGINAÇÃO*/
#container #main #content #naveg {
	margin-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	float: left;
}
#container #main #content #naveg li {
	float: left;
	list-style-type: none;
	margin: 0;
	margin-right: 6px;
}
#container #main #content #naveg li a{
	padding: 3px 6px;
	text-decoration: none;
	display: block;
	color: #718FA4;
	border: 1px solid #718FA4;
}
#container #main #content #naveg li a:hover{
	color: #FFF;
	background: #718FA4;
}
#container #main #content #naveg .atual{
	color: #FFF;
	background: #718FA4;
	padding: 3px 6px;
	border: 1px solid #718FA4;
}
#container #main #content #naveg .desl{
	color: #CCC;
	padding: 3px 6px;
	border: 1px solid #CCC;
}

/*GALERIA DE FOTOS*/
#main #content #gallery a {
	text-decoration: none;
}
#main #content #gallery #thumbs{
	margin-left: 3px;
	height: 80px;
	overflow: hidden;
}
#main #content #gallery #thumbs ul li{
	float: left;
	display: inline;
	margin: 2px;
}
#main #content #gallery #thumbs ul li a img {
	border: 1px solid #CCC;
	padding: 2px;
}
#main #content #gallery #thumbs ul li a:hover img, #main #content #gallery #thumbs ul li.selected a img {
	border: 3px solid #003256;
	padding: 0;
	opacity: 1;
}
#main #content #gallery #slideshow, #main #content #gallery #loading {
	text-align: center;
	width: 100%;
	min-height: 400px;
	_height: 400px;
	float: left;
}
#main #content #gallery #loading {
	background: url(../img/loading_g.gif) no-repeat center center;	
}
#main #content #gallery div.pagination a, #main #content #gallery div.pagination span.current, #main #content #gallery div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #718FA4;
	font-size: 12px;
}
#main #content #gallery div.pagination a:hover {
	background-color: #718FA4;
	color: #FFF;
}
#main #content #gallery div.pagination span.current {
	font-weight: bold;
	background-color: #718FA4;
	border-color: #718FA4;
	color: #FFF;
}
#main #content #gallery div.pagination span.ellipsis {
	border: none;
	padding: 0 3px;
}
#main #content #gallery div.nav-controls {
	text-align: right;
	margin: 20px 0 5px;
	width: 93%;
	float: left;
	font-size: 11px;
}
#main #content #gallery div.nav-controls a {
	margin-left: 5px;
	color: #003256;
}
#main #content #gallery div.nav-controls a:hover {
	text-decoration: underline;
}
#main #content #gallery div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 15px;
	height: 74px;
	background-position:center center;
	background-repeat:no-repeat;
}
#main #content #gallery div.navigation a.prev {
	background: url(../img/jquery/thumbs_prev.gif);
}
#main #content #gallery div.navigation a.prev:hover {
	background: url(../img/jquery/thumbs_prev_hover.gif);
}
#main #content #gallery div.navigation a.next {
	background: url(../img/jquery/thumbs_next.gif);
	float: right;
}
#main #content #gallery div.navigation a.next:hover {
	background: url(../img/jquery/thumbs_next_hover.gif);
}

/*PÁGINA INICIAL*/
#container #main #content #home_mensagem { 
	font-size: 16px; 
	text-align: center; 
	padding: 20px 30px 40px 20px; 
	font-style: italic; 
	font-weight: bold; 
	color: #003256; 
}
#container #main #content .box_home {
	float: left;
	width: 235px;
	display: inline;
	min-height: 200px;
	text-align: center;
	margin: 0 20px 30px 0;
}
#container #main #content .box_home h3{
	font-size: 18px;
	color: #003256;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom: 1px solid #003256;
	text-align: left;
}
#container #main #content .box_home a:hover {
	text-decoration: none;
	color: #003256;
}
#container #main #content #albuns {
	text-align: left;
}
#container #main #content #albuns p {
	padding-bottom: 5px;
	height: 60px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 5px;
}
#container #main #content #albuns p img {
	margin: 0 5px 5px 0;
	float: left;
}
#container #main #content #newsletter {
	width: 190px;
	margin: 0;
	background: url(../img/bg_newsletter.gif) no-repeat right bottom;
	padding-bottom: 60px;
	text-align: left;
}
#container #main #content #newsletter .newsletter{
	background: #003256 url(../img/bg_auto_bottom.gif) no-repeat left bottom;
	font-size: 11px;
	color: #FFF;
	width: 180px;
}
#container #main #content #newsletter h3 {
	color: #FFF;
	background: url(../img/bg_auto_top.png) no-repeat;
	padding: 10px 0 15px;
	margin: 0;
	text-align: center;
}
#container #main #content #newsletter #fnewsletter {
	margin: 0;
	padding: 10px 10px 20px;
}
#container #main #newsletter #fnewsletter label {
	margin: 10px 0 0;
	float:none;
	width: auto;
	text-align: left;
	height: auto;
	line-height: normal;
}
#container #main #newsletter #fnewsletter .textfield {
	background: #FFF;
	padding: 3px;
	width: 150px;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	border: 2px solid #FFF;
}
#container #main #newsletter #fnewsletter #btn_cad {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #718FA4;
	padding: 5px 3px;
	cursor: pointer;
	margin-top: 10px;
}
#container #main #newsletter #fnewsletter .error {
	border-color: #F00;
}
