/*////////// GENERAL //////////*/
html{
	color:#000;
	background:#FFF;
}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	font-size: small;
	margin-top: 0px;	
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

a {color:#2288BB;text-decoration:none;}
a:visited, a:visited code {color:#2288BB;}
a:active, a:active code {color: #f00;}
a:hover {text-decoration:underline;}

h1 a { color:#E76300; }
h1 a:visited {color:#E76300}

li {
	list-style-type: circle;
}

#container {
	width: 99%;
	min-width: 920px;
	margin: 0 auto;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #fff;
	border-style: none;
}
#container2 {
	width: 100%;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	border-style: none;
}


/*////////// HEADERS //////////*/
#header {
	width: 100%;
	height: 173px;
	border-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	background: #F2FBFF url(../images/bgtop.png) repeat-x 0 0;
}
#header strong {font-weight:bold;}
#header a {color:#004C6D;text-decoration:none;font-weight:bold;}
#header a:hover {text-decoration:underline;}
#header p {margin:0;text-align:center;}

#logo {
	margin-top: -10px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	height: 65px;
	width: 920px;
}

#fotos {
	margin-top: 28px;
	background: url(../images/enchentes.jpg) 0 0 no-repeat;
	height: 65px;
	width: 920px;
}

/*////////// CONTENT //////////*/
#content {
	width: 75%;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	border: 1px solid #d9d9d9;
	float: right;
	background: #F2FBFF url(../images/bgcontent.png) repeat-x;
	margin-top: 10px;
}
#content {color:#333;}
#content a {color:#2288BB;text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content h1, #main h2, #main h3, #main h4, #main h5, #main h6 {margin:0;}
#content h2 {font-size:212%;color:#89B31F;font-weight:normal;margin:0 0 12px 0;padding:0;}
#content h3 {font-size:153.9%;color:#FF8800;font-weight:normal;margin:0 0 12px 0;padding:0;}
#content h4 {font-size:123.1%;font-weight:normal;color:#FF8800;;margin-bottom:10px;}	
#content h5 {font-size:93%;font-weight:normal;text-transform:uppercase;color:#666;border-bottom:1px solid #D9D9D9;margin-bottom:12px;}
#content h5 code {text-transform:none;}
#content h6 {font-size:93%;font-weight:normal;color:#FF8800;margin-bottom:10px;font-weight:bold;}
#content p,
#content form {margin-bottom:1em;}
#content div.clear {clear:both;}
#content strong {font-weight:bold;}
#content em {font-style:italic;}

/* Breadcrumbs */
#pathway {
	position: absolute;
	top: 179px;
	width: 500px;
	line-height:normal;
	clear: both;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
#pathway strong {font-weight:bold;}
#pathway a {color:#004C6D;text-decoration:none;font-weight:bold;}
#pathway a:hover {text-decoration:underline;}
#pathway p {margin:0;text-align:center;}

/*////////// NAV //////////*/
/*this is the tab layout*/
#top_navlist {
	position: absolute;
	top: 91px;
	width: auto;
	line-height:normal;
	clear: both;
	border-style: none;
	padding-left: 0px;
	padding-right: 0px;
}

#top_navlist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	text-align: left;
}

#top_navlist ul li {
	float: left;
	position: relative;
	width: 10em;
	list-style-type: none;
	margin-left: 12px;
}

#top_navlist ul li ul {
	display: none;
	position: absolute;
	left: 0;
}

#top_navlist ul li ul li {
	width: 10em;
	list-style-type: none;
	background-color: #0e015b;
}

#top_navlist ul li>ul { /* to override top and left in browsers other than IE, which
	will position to the top right of the containing li, rather than
	bottom left */
	left: auto;
}

#top_navlist ul li:hover ul, #top_navlist ul li.over ul { /* lists nested under hovered list items */
        display: block;
}



#top_navlist ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #0e015b;
        display: block;
	width: 10em;
	padding-left: 10px;
}

#top_navlist ul li a:hover {
	color: #fff;
	background-color: #50a0d1;
        display: block;
	width: 10em;
	border-style: solid;
	border-width: 1px;
	border-color: yellow;
}


/*////////// LEFT SIDEBAR //////////*/
#sidebarLT {
	float: left;
	width: 19%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 1px solid #d9d9d9;
	margin-top: 10px;
}

/*////////// FOOTER //////////*/
#footer {
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom:0px;
	clear: both;
	width: 100%;
	background-color:#FFF;
	border-style: none;
	text-align: center;
}

#ie6fix {
	clear: both;
	width: 100%;
}

#ie6fix2 {
}

.input {
	border-style: none;
	border-top: 1px solid #d9d9d9;
}
