@charset "UTF-8";

* {
	padding:0px;
	margin:0px;
	text-decoration: none;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align:justify;
	padding-top:5px;
	padding-bottom:5px;
}

p.white {
	color: #FFF;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:500;
	padding-top:5px;
	padding-bottom:10px;
	color: #002A5C;
}

h1.white {
	color: #FFF;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:500;
	padding-top:5px;
	padding-bottom:5px;
}

h2 a {
color: #002c57;
}
h2 a:visited {
color: #887f6f;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:500;
	padding-top:5px;
	padding-bottom:5px;
}

ul {
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-image:url(images/icons/bkgrd.png);
	background-color:#C1BBAF;
	background-repeat:repeat-x;
}

#maincontainer {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#header {
	width:960px;
	height:100px;
	background-color:#f1f0ee;
}

#logo {
	float:left;
	margin-left:20px;
	margin-top:10px;
}

#logovp {
	float:right;
	margin-right:20px;
	margin-top:10px;
}

#search {
	float:right;
	margin-right:20px;
	margin-top:60px;
}


#menuandbanner {
	width:960px;
	height:80px;
	background-color:#FFF;
	padding-top:20px;
}

#container {
	width:960px;
	height: auto;
	min-height: 440px;
	background-color:#FFF;
}

#leftcolumn {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 250px;
	height: auto;
	float: left;
	background-color:#FFF;
}

#leftcolumn ul.vmenu {
	list-style: none;
	padding: 10px;
}

#leftcolumn ul.vmenu a.vmenu {
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
}

#leftcolumn ul.vmenu a.vmenu:link {
	color:#000;
}

#leftcolumn ul.vmenu a.vmenu:active {
	color:#000;
}

#leftcolumn ul.vmenu a.vmenu:visited {
	color:#000;
	font-weight: normal;
}

#leftcolumn ul.vmenu a.vmenu:hover {
	color:#000;
	text-decoration:underline;
}

#leftcolumn ul.vmenu a.actual {
	font-weight: bold;
}

#leftcolumn ul.vmenu li {
	border-bottom: 1px;
	border-bottom-style: dotted;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#leftcolumn img.plus {
	padding: 0px;
	margin: 0px;
}

#leftcolumn div.plus {
	text-align: right;
	margin: 0px;
}

#rightcolumn {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 630px;
	height: auto;
	float: right;
	background-color:#FFF;
}

#newsbox img {
	background-color:#FFF;
	padding:3px;
}

#newsbox img.plus {
	padding: 0px;
	margin: 0px;
}

#newsbox div.plus {
	text-align: right;
	margin: 0px;
}

#newsbox {
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:10px;
}

#footer {
	width:960px;
	height:auto;
	clear:both;
}

#footer a.footer {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}

#footer a.footer:link {
	color:#000;
	font-weight: normal;
}

#footer a.footer:active {
	color:#000;
	font-weight: normal;
}

#footer a.footer:visited {
	color:#000;
	font-weight: normal;
}

#footer a.footer:hover {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

#footer p {
	padding:20px;
	float:left;
}

#footer ul {
	float:right;
	padding:20px;
}

#footer li.notthelast {
	display:inline;
	padding-left:9px;
	padding-right:10px;
	border-right: 1px;
	border-right-style: solid;
}

#footer li.thelast {
	display:inline;
	padding-left:9px;
}

#footer a.footer {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}

#footer a.footer:link {
	color:#000;
	font-weight: normal;
}

#footer a.footer:active {
	color:#000;
	font-weight: normal;
}

#footer a.footer:visited {
	color:#000;
	font-weight: normal;
}

#footer a.footer:hover {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

/*----------- menu -----------*/
#menu {
	height:60px;
	width:920px;
	margin-left:20px;
	margin-right:20px;
	background-color:#f1f0ee;
}

ul.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li.menu {
	display: block;
	position: relative;
	float: left;
}

li.menu ul.menu { display: none; }

ul.menu li a.menu {
	display: block;
	text-decoration: none;
	color: #002C57;
	text-align:center;
	padding-top: 21px;
	padding-bottom: 22px;
	background: none;
}

ul.menu li.menu a.menu:hover {
	background: #002C57;
	color: #f1f0ee;
}

li.menu:hover ul.menu {
	display: block;
	position: absolute;
}

li.menu:hover li.menu {
	float: none;
	font-size: 11px;
}

li.menu:hover a.menu {
	background: #002C57;
	color: #f1f0ee;
}

li.menu:hover li.menu a.menu:hover {
	background: #f1f0ee;
	color: #002C57;
}

ul.menu li.dir a.menu:hover {
	background-image: url(images/icons/nav-arrow-down_gray.png);
	background-position: 50% 80%;
	background-repeat: no-repeat;
}

li.dir {
	background-image: url(images/icons/nav-arrow-down_blue.png);
	background-position: 50% 80%;
	background-repeat: no-repeat;
}

li.actual {
	background: #002C57;
}

ul.menu li.dir a.actual {
	background-image: url(images/icons/nav-arrow-down_gray.png);
	background-position: 50% 80%;
	background-repeat: no-repeat;
	color: #f1f0ee;
}

ul.menu li a.actual {
	color: #f1f0ee;
}

li.dir li.menu a.menu {
	background-color: #002C57;
	color: #f1f0ee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

ul.menu li.separator {
	height: 25px;
	margin-top: 16px;
	border-right-color: #002C57;
	border-right-style: dotted;
	border-right-width: 1px;
}

li.lrec {
	width: 100px;
}

li.servicos {
	width: 120px;
}

li.investigacao {
	width: 154px;
}

li.formacao {
	width: 130px;
}

li.areacliente {
	width: 140px;
}

li.contactos {
	width: 140px;
}

li.projetos {
	width: 130px;
}

/*------------search---------------*/
input {
	border:none;
}

input.search-button {
    background:url('images/icons/pesquisa.png') no-repeat;
    width: 28px;
    height: 25px;
    padding:0 0 0 0;
    float:left;
    clear: none;
}

input.searchField {
    width: 218px;
    height: 25px;
    padding: 0 0 0 8px;
    background-color: #f9f9f9;
    float:left;
}

