/* CSS Document */
/* Juliana Villela */

body {
text-align:center;
margin:0; 
padding:0; 
background-color: #cccccc;
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
font-size:12px;
}

img {border: none;}

h2 {font-size:14px;
}



a:link { text-decoration: none; color: #000066; }

a:visited { text-decoration: none; color: #FF2F34; }

a:hover, a:active { color: #6F0003; }

/***** Main Layout ****/

#geral {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: left;
	border: #000000 solid 1px;

}

#topo {
width: 760px;
height:143px;
background-image:url(imagens/topo.jpg);
background-repeat:no-repeat;
padding: 0;
margin: 0;
}

#menu {
    width: auto;
	list-style:none;
	padding:95px 10px 5px 260px;
	margin: 0;
}

#menu li {
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 3px 0 5px 5px;
margin:0 0 0 10px;
height:20px;
}

#menu li a {
text-decoration:none;
color:#091787;
}

#menu li a:hover, a:active {
color: #000099;
border-bottom:#8c94d3 1px dotted;
}

.menu1 {
    width: 500px;
	list-style:none;
	padding:5px 10px 5px 155px;
	margin: 0;
}

.menu1 li {
float:left;
font-size: 18px;
padding: 3px 0 5px 10px;
margin:0 0 0 10px;
height:20px;
}

.menu1 li a {
text-decoration:none;
color:#091787;
border-bottom: #091787 solid 2px;
}

.menu1 li a:hover, a:active {
color: #8c94d3;
border-bottom:#8c94d3 solid 2px;
}

#titulo {
   width:760px;
   height:56px;
   background-image:url(imagens/pont.jpg);
}

#titulo h1 {
font-family: Arial, sans-serif, Verdana;
font-size:24px;
color: #0516ac;
padding-left:155px;
padding-top:20px;
margin:0;
font-weight:100;
}

#conteudo {
width:760px;
background-color:#FFFFFF;
clear:both;
}

#imagem {
float:left;
width:238px;
padding-top:100px;
background-color:#fff;
}

#lateral {
float:left;
width:230px;
padding-left:10px;
}

#lateral h3 {
font-size:12px;
}

#texto {
float: right;
width: 500px;
padding-right:15px;
text-align: justify;
background-color:#FFFFFF;
padding-top:15px;
padding-bottom:5px;
}

#texto ul {
list-style-type:none;
margin-left:15px;
}
#texto li {
list-style-type:none;
padding-bottom:10px;
}

#rodape {
width: 760px;
clear:both;
border-top:#999999 dotted 1px;
padding-top:5px;
}

#links {
    clear:both;
    width: 100%;
	margin: 5px 0 0 0;
	padding:0;
	text-align:center;
	font-size:12px;
	background-color: #fff;
}

#links a:link,
#links a:visited
{
	color: #091787;
}

#links a:hover,
a:active {
color: #000099;
border-bottom:#8c94d3 1px dotted;
}


address {
    padding:5px 0 5px 0; 
    font-style:normal;
	font-size:10px;
	color:#666666;
	text-align:center;
}

#address a:link,
#address a:visited
{
	color: #091787;
}

#address a:hover,
a:active {
color: #000099;
border-bottom:#8c94d3 1px dotted;
}


form { width:490px;
}

#nome, #email{
width: 350px;
}

form fieldset {
     border: none;
     padding: 0 5px;
}

form label {
     display:block;
     margin-top:5px;
}
form input#enviar input#limpar {
     margin-bottom:10px; 
     width:auto;
}

form textarea {
     width:450px;
	 margin-bottom: 10px;
}

.ulErros {
     color:#FF0000;
}

#address a:link,
#address a:visited
{
	color: #091787;
}

#address a:hover,
a:active {
color: #000099;
border-bottom:#8c94d3 1px dotted;
}

.destaque a {
font-size: 14px;
}