

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #eeeeee;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


*
{
	margin: 0;
	padding: 0;
}

/* =Basic HTML, IDs and Classes
----------------------------------------------------------------------*/

body
{
	background: url(bg.gif);
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #666666;
}

a
{
	cursor: pointer;
	text-decoration: none;
	color: #333333;
}

a *
{
	cursor: pointer;
}

img,
fieldset,
iframe
{
	border: 0;
}

iframe
{
	margin: 0 0 10px;
}

.align_right
{
	text-align: right;
}

li.clear,
#content ul.cols li.clear,
#content ul.group li.clear,
.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#skip_links
{
	overflow: hidden;
	width: 0;
	height: 0;
}

strong
{
	color: #B52E2B;
}

/* =Ministry Index
----------------------------------------------------------------------*/

#ministry_index
{
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 20px;
	width: 500px;
}

#ministry_index dl
{
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 200px;
}

#ministry_index dt
{
	padding: 10px 0 5px;
}

#ministry_index dd
{
	padding: 1px 0;
}

#ministry_index dt a
{
	color: #B52E2B;
}

#ministry_index dd a
{
	color: #666;
}

#ministry_index a:hover
{
	text-decoration: underline;
}

/* =Header
----------------------------------------------------------------------*/

#header_wrap
{
	border-top: 0px solid #eee;
	width: 100%;
}

#header
{
	border-top: 0px solid #eee;
	margin: -4px auto 0;
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 118px;
}

#header h1
{
	margin: 0 0 0 25px;
	padding: 15px 0;
	width: 220px;
}


#header span
{
	color: #000;
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 150px;
}

#header span a
{
	color: #000;
	padding: 0 5px;
}

#header span a:hover
{
	text-decoration: underline;
}

#ministry_tab
{
	background: url(ministry_tab.png) no-repeat left bottom;
	cursor: pointer;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 536px;
	height: 28px;
}

#ministry_tab.on
{
	background-position: 0 0;
}

ul#menu ul
{
	display: none;
}

ul#menu a.arrow,
#ministry_tab
{
	visibility: visible;
}

#ministry_index
{
	display: none;
}

.titulo
{
	font: 19px "Trebuchet MS", Arial, sans-serif bold;
	color: #B52E2B;

}