body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #EEF2F4;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	color: #6B6B6B;
}
a {
	text-decoration:none;
}
.container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #EEF2F4;
	position:relative;
	width:100%;
	z-index:0;
}
.header_full{
	/* background-color:#3F6; */
}
.header_container {
    /* background-image: url('../images/header.jpg'); */
	background-color: #000000;
	width:986px;
	margin:auto;
	height:130px;
	z-index:0;
}
.header_left {
	/* background-color:#D2691E; */
	position:relative;
	width:141px;
	/* height:50px; */
	vertical-align:middle;
	left:0px;
	float:left;
	z-index:1;
}
.header_right {
	position:relative;
	width:844px;
	/* height:50px; */
	vertical-align:middle;
	float:right;
	right:0px;
	z-index:1;
}
.menu_container {
	background: url('../images/customShadow.jpg') left top repeat-x;
	text-align:right;
	/* background-color:red; */
	height:50px;
	width:986px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	overflow:hidden;
}
.menu {
	position:relative;
	/* background-color:#B1B1B1; */
    font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    color: #000000;
	width:942px;
	margin-left:auto;
	margin-right:auto;
    padding-top: 7px;
}
.menu a {
    text-decoration:none;
    color:#000000;
}
.menu a:hover {
    color: #58788B;
}
.menu #active_menu {
    color:#58788B;
}
.inner_container_top {
	/* background-color:#9ACD32; */
	width:942px;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:0px;
	z-index:0;
	overflow: hidden;
}
.destaques {
	position:relative;
	/* background-color:yellow; */
	float:left;
	width:524px;
	margin-left:118px;
	min-height:184px;
	z-index:1;
}
.right {
	width:264px;
	position:relative;
	float:right;
	text-align:left;
	overflow:hidden;
	z-index: 0;
}
.footer_container {
	/* background-color:#D1D1D1; */
	width:986px;
	padding: 22px 0px 22px 0px;
	min-height:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:hidden;
}
.footer {
	position:relative;
	/* background-color:yellow; */
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size:11px;
	border-top: 1px solid #000000;
	bottom:0px;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #58788B;
}
/* Container Destaques */
.contentheading_contactos {
	font-size: 24px;
	font-style: italic;
	color: #58788B;
}
/* Container Right */
.moduletable_morada_right {
	margin-top: 38px;
	font-size: 12px;
}
.moduletable_morada_right table {
	width:100%;
}
.moduletable_morada_right h3 {
	margin: 0;
	margin-top: 2px;
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #58788B;
}
.morada {
	overflow: hidden;
}
.morada #morada_header {
	/* float:left; */
	font-weight: bold;
}
.morada #morada_descricao {
}
.email {
	overflow: hidden;
	margin-top: 10px;
}
.email #email_header {
	/* float:left; */
	font-weight: bold;
}
.email #email_descricao {
	margin-left: 2px;
}
.email #email_descricao a{
	color: #0076A3;
}
.email #email_descricao a:hover {
	color: #58788B;
}