/* CSS Document */
body{
	margin:0px auto;
	background:#FFFFFF url(../gfx/bg.jpg) center top no-repeat;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d4f58;
	text-align:justify;
}

#geral{
	margin:0px auto;
	width:770px;
	height:800px;
}

#topo
{
	width:770px;
	height:304px;
}

#conteudo
{
	width:530px;
	height:496px;	
	float:left;
	padding: 20px 20px 0px 20px;
}

#conteudoLateral
{
	width:185px;
	height:496px;
	float:left;	
	padding:20px 0px 0px 10px;

}
#telefoneDiv
{
	font-size:9px;
	text-align:left;
}

#fotoDiv{
	background:#98a3a7;
	float:left;
	min-height:30px;
	_height:30px;
	margin-right:10px;
	padding:6px;
}


#boxNoticia
{
	padding-bottom:10px;
	clear:both;
}


#boxTitulo1
{
	float:left;
	padding:0px 0px 10px 20px;
	clear:both;
}

#boxTitulo2
{
width:510px;
	float:left;
	padding:0px 0px 10px 20px;
}

#boxTitulo3
{
	width:245px;
	float:left;
	padding:0px 0px 10px 20px;
	clear:both;
}

#boxTitulo4
{
	width:245px;
	float:left;
	padding:0px 0px 10px 20px;
}


.titulo
{
	color:#e35f13;
	font-size:21px;
	font-weight:bold;
	clear:both;
}
.corTitulo
{
	color:#e35f13;
}

.subtitulo
{
	font-size:18px;
}

a {
	text-decoration:none;
	color:#3d4f58;
	font-weight:bold;
}

a:hover {
	color:#e35f13;
}

input {
	border:0px;
	font-family:Tahoma, Verdana, Arial;
	color:#e35f13;
	
}

textarea {
	border:0px;
	font-family:Tahoma, Verdana, Arial;
	color:#e35f13;
	width:260px;
}


.option{
	background:none;
	border:none;
}


img, input{ /*IE sucks! must have a code to make png alpha opacity works*/
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ?
	  this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
	 :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
    border:0px;
}