a  {
	transition:all 0.3s linear;
}

a:hover {
	background-color:transparent !important;
	color:black !important;
}

#header {
	border:none;
}

#header h1 {
	background-image: none;
	background-color: #38576c;
	padding-top: 0;
	padding-bottom: 0;
}

#main {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	min-height: 680px;
}

#navbar {
	border-bottom: 1px solid #d3d3d3;
	background-color: #fff;
	margin-left: -5px;
	padding-left: 5px;
	margin-top: -5px;
	padding-top: 5px;
	position: relative;
	top: -3px;
}

#navbar a {
	font-weight: bold;
}

#breadcrumb {
	border-bottom: none;
	margin-bottom: 4px;
	text-align: center;
	margin-top: 30px;
}

#main h2 {
font-family: verdana;
text-align: center;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
font-size: 1em;
padding: 5px;
border: none;
margin-top: 5px;
}

#sidebar div.block {
	font-size: 1em;
	margin-bottom: 1.5em;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 6px;
	padding-left: 22px;
	border: 1px solid #d3d3d3;
}

#sidebar div.block #sizer {
	height: 27px;
}

#sidebar div.block span.blockTitle {
	letter-spacing: 0;
	text-transform: initial;
	font-weight: bold;
}

#sidebar div.block span.blockSubtitle {
display: block;
padding: 0;
margin-bottom: 3px;
margin-top: -4px;
}

#rightSidebar {}

#rightSidebar a {
	text-decoration: none;
	transition:all 0.3s linear;
	color: #FD8000;
	font-weight: bold;
}

#rightSidebar a:hover {
	color:#FD8000;
}

a:link {
color: #FD8000;
}

A:visited {
color: #FD8000;
}

ul.menu {}
ul.menu li {
	padding-right: 1.4em;
}
ul.menu li a {
	transition:all 0.3s linear;
}

ul.menu li a:hover {
	color:black;
	background-color:#EAEAEA;
}

ul.menu {
display: block;
margin: 0 auto;
max-width: 994px;
}

#rodape {
	background-color: #dbdbdb;
	width: 100%;
	display: block;
	height: 230px;
	position: absolute;
	left: 0;
	margin-top: 110px;
	padding-bottom: 15px;
	padding-top: 12px;
}

#rodape .rodape {
	width: 880px;
	margin: 0 auto;
	display: table;
	padding: 10px;
}

#rodape .rodape .esquerda {
	float: left;
}
#rodape .rodape .esquerda .cima {
	margin-bottom: 48px;
}
#rodape .rodape .esquerda .cima img {}
#rodape .rodape .esquerda .baixo {}
#rodape .rodape .esquerda .baixo img {
	margin-right: 35px;
}

#rodape .rodape .direita {
	float: right;
	text-align: right;
	font-family:verdana;
	color:#535353;
	line-height: 4px;
}
#rodape .rodape .direita h2 {
	color: #FD8000;
	font-weight: bolder;
	padding-top: 0;
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 48px;
	margin-right: 0;
	margin-top: 0;
}
#rodape .rodape .direita p {
	font-size: 11px;
}

#rodape .rodape .direita p.b {
	font-weight: bolder;
}

#rodape .rodape .direita p.e {
	margin-top: 45px;
}

#rodape .rodape .direita p a {
	color:#FD8000;
}

#issueCoverImage  {
	min-height: 410px;
}


#results {
	min-height: 350px;
}