@charset "utf-8";
/* CSS Document */

body{
	font-family:"Trebuchet MS", Tahoma, "Franklin Gothic Book", sans-serif;
	vertical-align:bottom;
	margin-top: 0px;
	margin-left: 0px;
}
#top{
	height: 26px;
	width: 950px;
/*	background-color: #283D66;*/
}
#tudo{
	height: auto;
	width: 950px;
	float: left;
}
#top-logo{
	float: left;
	height: 26px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#top-logo a{
	border:none 0px
}
#top-logo a:hover, #top-logo a:visited, #top-logo a:active{
	border:none 0px
}

	.top-menu{
	float: left;
	height: 26px;
	width: 717px;
	padding-left:10px;
	font-weight: bold;
	font-size:10px;
	color: #283D66;
}
	.top-menu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
/*/set value to "left", "center", or "right"*/
}
	.top-menu ul li{
		display: inline;
}
	.top-menu ul li a{
	color: #283D66;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	margin-left: 10px;
	text-decoration: none;
	border-bottom: 0px solid gray; /*bottom border is 3px*/
}
	.top-menu ul li a:hover, .top-menu ul li a.selected{
	border-bottom: 0px solid #073E5C;
	border-bottom-color: #283D66;
}
#esquerda{
	float: left;
	height: 700px;
	width: 200px;
}
	#esq-foto{
	height: 70px;
	width: 180px;
	margin-left: 20px;
	margin-top: 30px;
}
	#esq-segmentos{
	font-size: 10px;
	width: 170px;
	height: auto;
	margin-left: 20px;
	padding-left: 10px;
	font-weight: bolder;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #cccccc;
	background-color: #283D66;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
	.esq-menu{
	height: 545px;
	width: 180px;
	margin-top: 0px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

	.esq-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
	.esq-menu ul li a{
	background: white url(media/arrow-list.gif) no-repeat 2px center;
	color: #333333;
	display: block;
	width: auto;
	padding: 2px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Tahoma, "Franklin Gothic Book", sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
	* html .esq-menu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}
	.esq-menu ul li a:visited, .esq-menu ul li a:active{
	color: #333333;
}

	.esq-menu ul li a:hover{
	color: #333333;
	background-color: #EBF2F3;
	background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

	/* Holly Hack for IE \*/
	/* html .esq-menu ul li { height: 1%; }
	* html .esq-menu ul li a { height: 1%; }*/
	/* End */
#centro{
	float: left;
	height: auto;
	width: 480px;
	margin-left: 20px;
}
	#cen-titulo{
	height: auto;
	width: 480px;
	vertical-align: middle;
	font-size: 30px;
	color: #283D66;
	padding-top: 50px;
}
	#cen-conteudo{
	height: auto;
	width: 379px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-right: 100px;
	font-size: 13px;
	border-top-color: #D4D0C8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #073E5C;
}
#gallery_in{
	float:left;
	border-right: 1px solid #073e5c;
	width:479px;
	padding-bottom:20px;
	height: auto;
}
#gallery_in img:a:hover{
	width:135px;
	height:100px;
	padding:2px;
	border: 2px solid #073e5c;
	}
#cen-formulario {
	height: auto;
	width: 459px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #073E5C;
	border-bottom-color: #073E5C;
	font-size: 13px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#direita-menu{
	float: left;
	height: auto;
	width: 237px;
	margin-top: 100px;
}



