html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
}

.wrapper {
	clear: both;
	display: inline;
	float: left;
	width: 100%;
}

#header {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.header {
	background-image: url(../images/header_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 9.7em;
	background-color: #024731;
}

#header h2 {
	float: left;
	display: inline;
	background-image: url(../images/constructura_logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 97px;
	width: 240px;
	text-indent: -9999px;
	overflow: hidden;
}

#content {
	min-height: 400px;
	display: block;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 958px;
}

.content {
	color: #333333;
	background-color: white;
	margin-bottom: 100px;	
}

#footer {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
	margin-bottom: 15px;
	margin-top: 2em;
	width: 960px;
}

.footer {
	font-size: 1.1em;
	color: #024731;
	background-color: #c9dd03;
}

#footer ul {
	margin-bottom: 15px;
	clear: both;
	margin-right: 30px;
	margin-left: 20px;
	font-weight: bold;
	display: inline;
	float: left;
	width: 150px;
}

#footer ul li {
	padding-top: 2px;
	padding-bottom: 4px;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../images/footer_dotted_line.gif);
	width: 150px;
}

#footer ul li a {
	font-style: normal;
	font-weight: normal;
	color: #024731;
	text-decoration: none;
}

#footer ul li.lastitem {
	background-image: none;
}

.footer_logo {
	top: 70px;
	float: right;
	position: relative;
	width: 160px;
	display: block;
}

#footer_links {
	margin-bottom: 20px;
	clear: both;
	display: inline;
	float: left;
	width: 800px;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../images/footer_bg.gif);
}

.footer_group {
	display: inline;
	float: left;
}

#footer ul.nomargin {
	margin-bottom: 0px;
}

#absolute_footer {
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	width: 960px;
}

ul#navigation {
	margin-top: 57px;
	border-left-color: #3a6d5d;
	border-left-style: solid;
	border-left-width: 1px;
	height: 40px;
	display: inline;
	float: right;
}

ul#navigation li {
	display: inline;
	float: left;
}

ul#navigation li a {
	font-size: 1.4em;
	text-decoration: none;
	color: white;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	float: left;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

.bottom_info {
	color: #666666;
	line-height: 1.3em;
	font-size: 1em;
	margin-top: 10px;
	text-align: right;
	display: inline;
	float: right;
}

.bottom_info a {
	text-decoration: none;
	color: #666666;
}

.bottom_info a:hover {
	text-decoration: underline;
}

.saraundo_bottom_logo {
	display: inline;
	height: 44px;
	width: 44px;
	float: left;
}
form input{
	float:left;
	clear: both;
	display: inline;
}
form label{
	float:left;
	display:inline;
	clear: both;
}

