@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 12px;
}
body {
	background-color: #F9F9F9;
	margin: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 1.5em;
	font-weight: bold;
	color: #0033CC;
}
.style1 {font-weight: bold}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
#mainContent {
	height: 274px;
	border: 1px dashed #FF6600;
}
#td_menuhoriz {
	background: #FB935C;
	margin: 0;
	padding: 0;
}
#banner1 {
	background: url(images/banner1.jpg) no-repeat;
}

#TblMainContent {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	width: 93%;
	margin-left: 20px;
	color: #666666;
}
#footer {
	background: url(images/footer.jpg);
	height: 38px;
	width: 764px;
}
#tdfooter {
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 9px;
}

/*menu de navegação*/

ul.menubar 
{
	margin: 0px;
	padding: 0px;
	background-color: #FB935C; /* IE6 Bug */
	font-size: 120%;
	font-weight: bold;
	color: #000099;
   } 

ul.menubar .menuvertical 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #FB935C;
	float:left;
	border-left: 1px solid #FFBA53;
} 

ul.menubar ul.menu 
{ 
   display: none; 
   position: absolute; 
   margin: 0px; 
} 

ul.menubar a 
{
	padding: 5px;
	display:block;
	text-decoration: none;
	color: #000099;
	padding: 5px;
	font-weight: bold;
} 

ul.menubar a:hover 
{
	background: #000099;
	color: #fff;
}
ul.menu, 
ul.menu ul 
{ 
   margin: 0; 
   padding: 0; 
   border-bottom: 1px solid #ccc; 
   width: 150px; /* Width of Menu Items */ 
   background-color: #FB935C; /* IE6 Bug */ 
} 

ul.menu li 
{ 
   position: relative; 
   list-style: none; 
   border: 0px; 
} 

ul.menu li a 
{ 
   display: block; 
   text-decoration: none; 
   border: 1px solid #ccc; 
   border-bottom: 0px; 
   color: #fff; 
   padding: 5px 10px 5px 5px; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html ul.menu li { float: left; height: 1%; } 
* html ul.menu li a { height: 1%; } 
/* End */ 

ul.menu ul 
{ 
   position: absolute; 
   display: none; 
   left: 149px; /* Set 1px less than menu width */ 
   top: 0px; 
} 

ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */ 

ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; } 
ul.menu li a:hover { color: #ffffff; } 

/*Portfolio*/

#TablePortf td {
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 111px;
	background: url(portf_base.gif) no-repeat;
}
img {
	border-width: 0px;
	border-style: none;
}
.imgGray {
	border: 5px solid #F3F3F3;
}
.imgBlue {
	border: 2px solid #000099;	
}
h5 {
	color: #000099;
}
h4 {
	color: #000099;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #FF9900;
}
