/* CSS Document */
html, body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#d7e7dc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img{
	border:0;
}
a{
	color:#9bc0a1; /*#93a845*/
}
table tbody tr td{
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.bgLink{
	display:block;
	font-size:0;
	text-indent:-2500px;
	overflow:hidden;
	padding:0;
	margin:0;
}
.clear{ clear:both !important; height:0.1px; }
.noTopPadding{ padding-top:0 !important; }
.noRightPadding{ padding-right:0 !important; }
.noBottomPadding{ padding-bottom:0 !important; }
.noLeftPadding{ padding-left:0 !important; }

.noTopMargin{ margin-top:0 !important; }
.noRightMargin{ margin-right:0 !important; }
.noBottomMargin{ margin-bottom:0 !important; }
.noLeftMargin{ margin-left:0 !important; }

#main{
	width:848px;
	margin:-10px auto 0 auto;
	background:url(../images/main_bg.gif) repeat-y top left;
}
#top{
	float:left;
	width:100%;
	height:123px;
	background:url(../images/top_bg.gif) no-repeat top left;
}
#submenuHolder{
	float:left;
	width:100%;
}
ul#submenu{
	float:right;
	margin:0;
	padding:3px 0 25px 0;
}
ul#menu, ul#submenu{
	list-style:none;	
	font-family:Arial, Helvetica, sans-serif;
}
ul#menu{
	float:right;
	padding:0;
	margin:70px 50px 0 0;
}
ul#menu li, ul#submenu li{
	float:left;
	background:url(../images/link_seperator.gif) no-repeat left top;
}
ul#menu li a, ul#submenu li a{
	float:left;
	height:35px;
	line-height:35px;
	color:black;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 7px 0 7px;
}
ul#menu li.first a, ul#submenu li.first a{
	margin-left:0;
}
ul#menu li.first, ul#submenu li.first{
	background:none;
}
ul#menu li a:hover, ul#submenu li a:hover{
	background:url(../images/link_hover.gif) repeat-x bottom;
}
ul#menu li a.selected, ul#submenu li a.selected{
	background:url(../images/link_hover.gif) repeat-x bottom;
}



#logo{
	width:213px;
	height:83px;
	float:left;
	clear:left;
	display:block;
	margin:40px -50px 0 0;
	background:url(../images/logo.gif) no-repeat top right;
}
.container{
	clear:left;
	margin:0 0 0 40px;
	border-top:8px solid black;
}
#introimage{
	clear:left;
	float:left;
	border-bottom:8px solid black;
}
#introimage img{
	float:left;
	display:block;
}
#intropage{
	width:768px;
}
#startpage{
	width:720px;
	padding:24px 24px 0 24px;
}
#subpage{
	width:720px;
	padding:0 24px 0 24px;
}
#subpageimage{
	float:left;
	margin:0 28px 0 0;
}
#content{
	width:467px;
	float:left;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#normalcontent{
	clear:both;
	float:left;
	padding:0 17px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#normalcontent table, #normalcontent tr, #normalcontent td {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#normalcontent h2{ font-size:14px;}
#leftcontent{
	clear:both;
	float:left;
	width:230px;
	padding:0 17px 0 0;
}
#rightcontent{
	width:220px;
	float:left;
}
p{
	line-height:14px;
	padding:6px 0;
	margin:0;
}
#content h1{
	clear:left;
	font-size:30px;
	color:#9bc0a1; /*aac052;*/
	padding:0 0 10px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
#subpageimage img{
	float:left;
	display:block;
}
#startPageImageHolder{
	width:720px;
	height:292px;
	clear:left;
}
#startPageImageHolder img, #startPageImageHolder object{
	display:block;
	margin:0 0 0 0;
}
#boxes{
	clear:left;
	padding:24px 0 0 0;
}

#boxes a {
	color:#fff;
}

.box{
	margin:0 24px 0 0;
	width:224px;
	height:172px;
	background:url(../images/puffbg.gif) no-repeat top left #d7e7dc; 
}
.boxtext{
	padding:15px;
	line-height:14px;
	color:#fff;
	height:116px;
	font-size:10px;
	overflow:hidden; }
	
.boxtext h1{
	padding:0px 0px 5px 0px;
	color:#fff;
	margin:0;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.boxtext img{
	padding:5px;
}
.lastbox{
	float:right;
	width:224px;
	height:172px;
	background:url(../images/puffbg.gif) no-repeat top left #d7e7dc; 
}
.box, .lastbox{
	float:left;
}
.box img, .box object, .lastbox img, .lastbox object{
	display:block;
}

#sapemail{
	clear:left;
	padding:5px 0 20px 0;
}
#sapemail .input{
	width:160px;
	padding:0;
	margin:0;
	height:18px;
	border:1px solid #7f9db9;
}
#sapemail .submit{
	width:70px;
	margin:5px 0 0 0;
}

#saparchive{
	clear:left;
}
#saparchive select{
	width:160px;
}

#footer{
	clear:both;
	width:720px;
	height:29px;
	padding:36px 64px 40px 64px;
	background:url(../images/footer_bg.gif) no-repeat top left #d7e7dc; 
	font-size:10px;
}
#footer a{
	color:black;
}
#footer address{
	float:left;
	font-style:normal;
	padding:0 0 0 0;
	line-height:11px;
}
#footer address a{

}
#languagesLarge{
	position:relative;
	top:8px;
	margin:9px 20px 0 0;
}

ul#languages, ul#languagesLarge{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
ul#languages li, ul#languagesLarge li{
	float:left;
}
ul#languages li{
	padding:0 0 0 4px;
}
ul#languagesLarge li{
	padding:0 0 0 10px;
}
ul#languages li a, ul#languagesLarge li a{
	float:left;
}
ul#languages li a img, ul#languagesLarge li a img{
	float:left;
	display:block;
	border:0;
}

.expert { margin:15px 0px 0px 0px; }
	  
.expertimg { padding:0px 20px 0px 0px;}

.expertimg img { margin:3px 0px 0px 0px;
				 padding:2px;
				 border:1px solid #9dbfa2; }			 

.expertheading{ padding:0px;
				margin:0px 0px 10px 0px;
				font-size:14px; }

.expertdesc{ font-size:11px;
			 font-family:Georgia, "Times New Roman", Times, serif; }	

.expertdesc a { background:url(../images/expertpil.gif) no-repeat 0px 4px;
				padding:0px 0px 0px 20px;  }	

.expertbreak { height:15px; }

.textfield { background:#fff;
			 border:1px solid #9dbfa2;
			 padding:2px; }
			 
.submitbtn { background:#9dbfa2;
			 color:#fff;
			 border:none;
			 margin:2px 0px 0px 0px; }			

.textfield2 { background:#fff;
			 border:1px solid #9dbfa2;
			 padding:2px;
			 margin:2px 0px 0px 0px; }			  

.label { float:left; 
		 display:block;
		 width:100px; }		
		 
ul#questions { margin:0px 0px 0px 10px;
			   padding:0;
			   list-style:none;
			   float:none;
}	
ul#questions li {
}		
.question { float:left;
			display:block;
			width:300px;
			background:url(../images/expertpil.gif) no-repeat 0px 4px;
			padding:0px 0px 0px 20px;
		}	
.question a { color:#69856d;
			  text-decoration:none; }	
.question a:hover { text-decoration:underline; }				  	

 span.questiondate { /*color: #9dbfa2; */ 
 					 font-style: italic; }
a.questionform { text-decoration:none; }	
a:hover.questionform { text-decoration:underline; }	
a.questionform img { margin:0px 0px -4px 0px; }		 
a:hover.questionform img { text-decoration:none; }		 	  
			
a.fraga { text-decoration:none; }
a:hover.fraga { text-decoration:underline; }			