html {
	width: 100%;
}

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
}

header, nav, article, aside{
	display: block;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
    text-decoration: underline;
}

img {
	border-width: 0px;
}

.noshow {
	display: none;
}

.nofloat {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.col-1-1 {
	margin: 0 28px 0 36px;
}

.col-1-2a {
	width: 549px;
	float: left;
	margin: 0 36px;
}

.col-2-2a {
	width: 283px;
	float: right;
	margin-right: 28px;
}

.col-1-2b {
	width: 272px;
	float: left;
	margin: 0 36px;
}

.col-2-2b {
	width: 568px;
	float: left;
	margin-right: 28px;
}

.col-1-3a {
	width: 270px;
	float: left;
	margin-left: 36px;
}

.col-2-3a {
	width: 274px;
	float: left;
	margin: 0 36px;
}

.col-3-3a {
	width: 246px;
	float: right;
	margin-right: 28px; 
}

.col-1-3b {
	width: 203px;
	float: left;
	margin-left: 36px;
}

.col-2-3b {
	width: 421px;
	float: left;
	margin: 0 36px;
}

.col-3-3b {
	width: 180px;
	float: right;
	margin-right: 28px; 
}

.row-1-1, .row-1-2{
    margin-left: 38px;	
}

#page {
	position: absolute;
	width: 100%;
	min-height: 100%;
	min-width: 940px;
}

#page > header, #page > #main{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#htop {
	padding: 30px 0px 0px 0px;
	width: 100%;
	position: absolute;
	border-bottom: 1px solid black;
	top: 0;
	left: 0;
	z-index: 2;
}

#htop #language{
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 2;
	min-width: 150px;
}

#htop #language ul{
   border: 1px solid #ccc;
   -moz-border-radius: 1em;
   -webkit-border-radius: 1em;
   margin: 0px;
   padding: 0px;
    background-color: white;
}

#htop #language ul li{
	display: none;
	border-top: 1px solid #ccc;
	padding: 3px 10px;
	padding-right: 15px;
}

#htop #language ul:hover li{
    display: block;
}

#htop #language ul li:first-child {
	display: block;
	border-top: 0px;
	background-image: url(../images/arrowLanguage.png);
    background-position:right;
    background-repeat:no-repeat;
    margin-right: 5px;
}

#htop #language ul:hover li:first-child {
	background-image: url(../images/arrowLanguageOpened.png);
}

#htop #language ul li a {
    border-bottom: 0px;
    color: #ccc;
}

#htop #language ul li a:hover {
    color: black;
}

#htop #flag_en_US, #htop #flag_pt_BR, #htop #flag_nl_NL{
	padding-left: 20px;
	margin-right: 5px;
	background-image: url(../images/uk_flag.PNG);
}

#htop #flag_pt_BR{
	background-image: url(../images/br_flag.PNG);
}

#htop #flag_nl_NL{
    background-image: url(../images/nl_flag.PNG);
}

#contentHeader{
	width: 940px;
	margin: auto;
	position: relative;
}

#logo {
	padding: 0;
	margin: 0;
}

#logo a {
	border-bottom-style: none;
}

/** MENU **/ 
#htop nav {
	position: absolute;
	top: 73px;
	right: 0px;
}

#htop nav ul {
	margin: 0;
	padding: 0;
}

#htop nav > ul > li {
	display: block;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 0.85em;
	overflow: visible;
}

#htop nav > ul > li > a {
	display: inline-block;
	border-bottom: 0px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
 
}

#htop nav > ul > li > a:hover {
    color: black;
}

#htop nav > ul > li > ul > li > a {
	color: black;
}

#htop nav > ul > li.active > a{
	color: black;
	border-bottom: 2px solid #c9d347;
}

#htop nav > ul > li ul {
	display: none;
}

#htop nav > ul > li ul.visible {
	display: block;
}

#htop nav > ul > li ul a {
	border-bottom-style: none;
	color: #a7a7a7;
	outline-style: none;
}

#htop nav > ul > li ul li {
	float: right;
}

/** SUBMENU **/

#htop nav > ul > li.active > ul {
	display: block;
	position: absolute;
	top: 28px;
	right: 0px;
	width: 900px;
	margin: 0;
	padding: 10px 0;
	z-index: 20;
	text-align: right;
}

#htop nav > ul > li.active > ul li a{
    padding: 2px 7px 2px 7px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#htop nav > ul > li > ul li.active a
{
	color: white;
    background-color: #d2dc3d;
}

#htop nav > ul > li > ul li:hover a{
	text-decoration: underline;
}

#htop nav > ul > li > ul > li {
	list-style-type: none;
	padding: 10px 0;
	margin: 0 0 0 12px;
}

#htop nav > ul > li > ul > li li {
	margin-left: 15px;
	padding-top: 12px;
	font-size: 0.9em;
}

/** END SUBMENU **/
/** END MENU **/

#hcontent, #mainContent {
	width: 940px;
	min-height: 400px;
	padding: 0 0 0 0;
	margin: auto;
	z-index: 2;
}

#hcontent2 {
    height: 140px;
    position: relative;
}

#hcontent img{
	position: absolute;
	z-index: -1;
	top: 0;
}

#hcontent #bannerTop {
	position: absolute;
    z-index: -1;
    top: 170px;
    height: 265px;
}

#hcontent .content {
	z-index: 3;
	background-repeat: no-repeat;
    display: table;
	/*height: 379px;
    
    */
    margin-top: 227px;    
}

#hcontent .content img{
	position: relative;
	top: 0;
}

#hcontent .content > h2 {
	font-size: 2.18em;
	font-weight: normal;
	padding: 42px 35px 33px 345px;
	margin: 0;
	color: #000000;
}

#hcontent .content > p {
	margin: 0px 35px 0px 345px;
	line-height: 1.4em;
	max-height: 130px;
	overflow: hidden;
}

#colorfulpanels {
	margin: 0;
	padding: 0;
	left: 0;
	/*
	 * top: 240px;
	 * position: absolute; 
	 */
	width: 940px;
	min-height: 133px;
	display: table;
	padding-bottom: 10px;
}


#colorfulpanels li.blue, #colorfulpanels li.green,  #colorfulpanels li.orange{
	display: block;
    float: left;
    width: 276px;
    height: 200px;
    margin: 8px;
    color: black;
    padding-left: 10px;
    display: table;
}

#colorfulpanels li.blue, #colorfulpanels li.green{
	background-color: white;
	border: 2px solid #CCCCCC;
}

#colorfulpanels li.blue p, #colorfulpanels li.green p,  #colorfulpanels li.orange p {
    margin: 10px;
}

#colorfulpanels li.blue a, #colorfulpanels li.green a,  #colorfulpanels li.orange a {
	display: inline-block;
    border-bottom-style: none;
    padding-top: 3px;
    line-height: 1.3em;
    min-height: 46px;
    max-height: 61px;
    overflow: hidden;
    background-repeat: no-repeat;
}

#colorfulpanels li > ul {
	padding-left: 30px;
    margin-left: 0px;
}
    
#colorfulpanels li > ul li {
	list-style-type: disc;
	line-height: 1.5em
}

#colorfulpanels li a {
	padding: 0px;
	color: blue;
}

#colorfulpanels li a:hover {
    text-decoration: underline;
}

#colorfulpanels li.orange {
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    width: 302px;
    padding-left: 10px;
}

#colorfulpanels li.orange #phone{
    padding-left: 50px;
    position: relative;
}

#colorfulpanels li.orange #phone p{
    margin-top: 6px;
    color: white;
    font-weight: bold;
}

#colorfulpanels li.orange #phone a{
    color: white;
}

#colorfulpanels li.orange #phone a:hover{
    text-decoration: underline;
}

#colorfulpanels li.orange #headerPeople{
    padding-top: 1px;
    min-height:30px;
    position: relative;
}

#colorfulpanels li.orange #headerPeople a{
    color: black;
    margin: 0px;
    padding: 0px;
}

#colorfulpanels li.orange #linkPeople{
	clear: left;
}

#colorfulpanels li.orange #linkPeople a{
	color: #cbd445;
	font-weight: bold;
	padding:0px;
	min-height:0px;
	padding-top: 5px;
}

#colorfulpanels li.orange #linkPeople a:hover{
	text-decoration: underline;
}

#colorfulpanels li.orange #sitePeople, #colorfulpanels .peopleFeature, #sitePeople{

}

#sitePeople .peopleFeature{
	padding-left: 0px;
	display: table;
	padding-bottom: 10px;
}

#sitePeople .peopleFeature li{
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 10px;
    padding: 0px;
    z-index: 2;
}
/**** show tooltip in people feature ****/

#sitePeople .peopleFeature li:hover div{
    display: block;
   
}

.peopleDiv {
    border: 1px solid #ccc;
    position: absolute;
    padding: 5px;
    background-color: #f2f2f2;
     z-index: 100;
    display: none;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    font-size: 11px;
}

.peopleDiv #firstname{
	font-weight: bold;
	font-size: 14px;
}

/*** end show tooltip **/
.break{
    clear: left;    
}


#main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 205px;
	padding-top: 180px;
}

#main p {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1.5em 0;
}

#main .content > h1 {
    margin: 0;
	font-size: 1.7em;
	padding: 18px 0 30px 38px;
    font-weight: normal;
    color: #000000;   
}

#main .content > div h1 {
	padding: 18px 0 30px 0;
}


#main .content > div h1:first-child {
	padding-top: 0;
}

#main .content > div h2, #main .content > div h3, #main .content > div h4 {
	font-weight: normal;
}

#main .content .row-1-1{
	
}

#newslist {
	float: right;
	width: 237px;
	padding: 36px 36px 18px 36px;
	border: 1px solid #eaeae9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#newslist h1 {
	margin: 0;
	padding: 0 0 27px 0;
	color: #329ace;
	font-weight: normal;
	font-size: 1.2em;
}

#newslist ul {
	margin: 0;
	padding: 0;
}

#newslist ul li {
	font-size: 0.9em;
	margin-bottom: 18px;
	margin-left: 13px;
}

#newslist ul li a {
	color: #9c9c9c;
	line-height: 1.3em;
	border-bottom-style: none;
}

#newslist ul li a:hover {
	color: #329ace;
}

#obsoletebrowser {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ffff00;
	border: 1px solid #cccccc;
	z-index: 20;
}

#obsoletebrowser .content {
	width: 940px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#page > #obsoletebrowser {
	display: none;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	/*float:left;*/
	width: 100%;
	min-height: 120px;
	background-color: #D3D3D3;
	overflow: hidden;
	margin-top: 150px;
}

footer > .content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	padding-bottom: 20px;
	display: table;
}

footer ul {
	list-style-type: none;
	font-family: arial;
	font-size: 12px;
	padding-left: 0px;
	margin-top: 20px;
}

footer ul.navigation {
	display: table;
    width: 100%;
}

footer ul.navigation > li{
	min-width: 19%;	
}

footer ul a {
	border-bottom: 0px;
	color: black;
}

footer ul a:hover {
    border-bottom: 0px;
    color: #666;
}

footer ul li {
	font-weight: bold;
	float: left;
}

footer ul.navigation > li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	display:none;
}

footer ul li ul{
	margin: 0px;
	padding: 0px;
}

footer ul li ul li {
    font-weight: normal;  
	clear: left;  
	margin-left: 0px;
}


.allnewslist {
	margin: 0;
	padding: 0;
}

.allnewslist li {
	list-style-type: none;
	margin: 2.5em 0;
}

#main .content > div .allnewslist h2 {
	font-size: 1em;
	font-weight: bold;
	float: left;
	width: 700px;
	margin: 0 0 1em 0;
	padding: 0;
}

.allnewslist a {
	border-bottom-style: none;
}

.allnewslist time {
	float: right;
	width: 150px;
	margin-left: 25px;
	text-align: right;
	color: #c0c0c0;
}

.allnewslist p {
	clear: both;
}

.newspages {
	margin: 0;
	padding: 0;
}

.newspages li {
	display: inline;
	font-size: 1.2em;
}

.newspages a {
	display: inline-block;
	margin-left: 28px;
	border-bottom-color: #ffffff;
	color: #329ace;
}

.newspages a:hover {
	border-bottom-color: #329ace;
}

.newspages li:first-child a {
	margin-left: 0;
}

.newspages .active a {
	color: #c0c0c0;
}

.newsfull time {
	float: right;
	color: #c0c0c0;
	font-size: 0.9em;
}

#main .newsfull .newsauthor {
	font-size: 0.9em;
	color: #808080;
	margin-bottom: 30px;
}

.newsfull p {
}

/* Feedback message frame */

.messagesContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
    height: 0px;
}

.feedbackMessage {
    padding-bottom: 10px;
    background-image: url(../images/feedbackshadow.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.errorMessage {
    padding-bottom: 10px;
    background-image: url(../images/feedbackshadow.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.warningMessage {
	padding-bottom: 10px;
	background-image: url(../images/feedbackshadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.feedbackMessage .content {
	padding: 5px 10px 5px 10px;
	background-image: url(../images/feedbackbg.png);
	border-top: 1px solid #e0ff50;
	border-bottom: 1px solid #e0ff50;
	text-align: center;
}

.errorMessage .content {
    padding: 5px 10px 5px 10px;
    background-image: url(../images/errorbg.png);
    border-top: 1px solid #ffbb51;
    border-bottom: 1px solid #ffbb51;
    text-align: center;
}

.warningMessage .content {
    padding: 5px 10px 5px 10px;
    background-image: url(../images/warningbg.png);
    border-top: 1px solid #fdff51;
    border-bottom: 1px solid #fdff51;
    text-align: center;
}

.feedbackMessage .closeLink {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
    display: inline-block;
    margin-left: 20px;
}

.feedbackMessage .closeLink:hover {
    border-bottom-style: solid;
}


.errorMessage .closeLink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	display: inline-block;
	margin-left: 20px;
}

.errorMessage .closeLink:hover {
	border-bottom-style: solid;
}

.warningMessage .closeLink {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
    display: inline-block;
    margin-left: 20px;
}

.warningMessage .closeLink:hover {
    border-bottom-style: solid;
}

.noDisplay {
	display: none;
}
/*END Feedback message frame */

/*START WEEV SITE FORMS*/

#MetadataForm li label {
	display:inline-block;
	min-width:150px;
}

#MetadataForm {
	list-style-type:none;
}

#MetadataForm div.dijitInlineTable {
	margin-top: 10px;
}

#MetadataForm textarea {
	margin-top: 10px;
	width: 205px;
}

#MetadataForm div div.dijitInlineTable {
	margin-top: 0px;
}

/*END WEEV SITE FORMS*/