/************************************************************************
/
/  GLOBAL STYLES
/
/************************************************************************/

body {
	margin: 0px 0px 0px 0px;
	background: url(bg-logo-grey.gif) no-repeat bottom right fixed  #eaeaea;
}

p, h1, ul, ol {
	font-family: Tahoma;
	font-size: 11px;
	color: #2f2a68;
	font-weight: normal;
	line-height: 20px;
}

h1 {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
}



a {
	color: #437bdf;
}

a:hover {
	text-decoration: none;
}

div#divider {
	border-bottom: 1px dashed #2f2a68;
	margin-bottom: 35px;
}

div#header {
	height: 111px;
	background: url(fundo2.jpg) repeat-x top;
}

div#header-content {
	width: 780px;
	margin: 0px auto;
	border-top: 4px solid #2e2965;
}

div#logobar {
	height: 93px;
	background: url(top-bg.jpg) repeat-x top;
}


div#logo-content {
	width: 780px;
	margin: 0px auto;
}

div#container {
	width: 780px;
	margin: 0px auto;

}

div#contentbg {
	background: url(content-bg.gif) bottom repeat-x #ffffff;
}

div#footer {
	width: 780px;
	margin: 0px auto;
	text-align: center;
}

div#subnav ul {
	
	margin-left: 15px;
	padding-left: 0px;
	
}

div#subnav a {
	color: #2f2a68;
	text-decoration: none;
}

div#subnav a:hover {
	color: #437bdf;
}

input.textbox {
	width: 150px;
	border: 1px solid black;
	background: url(bg-textfield.gif) repeat-x bottom;
	font-family: tahoma;
	font-size: 11px;
	height: 19px;
	padding: 1px;
}

textarea {
	border: 1px solid black;
	background: url(bg-textfield.gif) repeat-x bottom;
	font-family: tahoma;
	font-size: 11px;
	height: 100px;
	padding: 1px;
	width: 85%;
}


select {
	width: 150px;
	border: 1px solid black;
	
	font-family: tahoma;
	font-size: 11px;
	height: 19px;
	padding: 1px;
}


/************************************************************************
/
/  TOP DROPDOWN NAVIGATION STYLE
/
/************************************************************************/

div#drop-navigation {
	font-family: Tahoma;
	z-index: 999;
	margin-left: 25px;
	margin-top: 40px;
	
}

div#drop-navigation ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
	margin-right: 28px;
}

div#drop-navigation ul a {
	color: #0a072e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
  
div#drop-navigation ul li {
	position: relative;
	display: block;
}

div#drop-navigation li ul li {
	margin-bottom: 5px;
	padding-bottom: 0px;
}

div#drop-navigation ul li {
	display: block;
}
  
div#drop-navigation li ul {
	display: none;
	position: absolute; 
	left: 0px;
	top: 15px;
	background-color: #FFFFFF;
	overflow: visible;
	border-left: 1px solid #2f2a68;
	border-bottom: 1px solid #2f2a68;
	padding: 5px;
	width: 175px;
	z-index: 999;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.9
}

div#drop-navigation li ul a {
	font-size: 11px;
	color: #0a072e;
	font-weight: normal;
	display: block;
}

div#drop-navigation li ul a:hover {
	color: #437bdf;
}
  
div#drop-navigation li > ul {
	top: auto;
	left: auto;
	background: #FFF;
}

div#drop-navigation li:hover ul { 
	display: block; 
}

 div#drop-navigation li.over ul {
 	display: block;
 }
 
 
