/* COMMON STYLE
--------------------------------------------------------- */
html, body {
	height: 100%;
  margin: 0;
  padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

/* Normal link */
a {
	color: #000066;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 150%;	
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}

/* FORM
--------------------------------------------------------- */
form, fieldset {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#background {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	background-color: #FFFFFF;
}

#wrapper {
	width: 780px;
	min-height: 100%; _height: 100%; /* min-height para navegadores inteligentes; _height para Internet Explorer ;-)*/
	margin: 0 auto;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	background-image: url(../images/bkg-wrap.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#header {
	width:auto;
	height: 85px;
	background-image: url(../images/bkg-head.jpg);
	background-repeat: repeat-x;
	background-position:bottom left;
	background-color: #FFFFFF;
}

#logo {
	margin-left:30px;
	margin-top:15px;
}

#menu {
	width: auto;
	height: 40px;
	background-image: url(../images/bkg-menu.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	margin: 0;
	padding: 10px;
}
#menu a:hover {
	color: #000066;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#menu li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 170px;
	background-color: #000066;
}
#menu ul ul a { /* sub-links */
	width: 150px;
}
#menu li:hover ul,
#menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#banner {
	width: auto;
	height: 100px;
	background-color:#000000;
	display: none;
}

#main {
	width: auto;
	min-height: 380px; _height: 380px;
	background-image: url(../images/bkg-main.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding:10px;
}

#footer {
	width: auto;
	height: 50px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-top: 10px;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 110%;
}

/* JOOMLA STYLES
--------------------------------------------------------- */
.pathway {
	font-size: 10px;
}
.pathway a {
	text-decoration: none;
}

.contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

td.article_column {
	padding-right: 10px;
}