@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/lgrey040.jpg);
}
.oneColLiqCtrHdr #container {
	width: 965px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header { 
	width:960px;
	background-image:url(images/header6.png);
	height:205px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:200%;
	color:#FFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #header p {
	padding: 0px 10px 0px;
	color:#FFF;
}
.oneColLiqCtrHdr #header img {
	border:none;
}
.oneColLiqCtrHdr #mainContent {
	margin-right:2px;
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:918px;
	background: #FFFFFF;
	line-height: 150%;
	text-align:justify;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1C1C1;
	border-left-color: #C1C1C1;
}
.oneColLiqCtrHdr #footer { 
    clear:both;
	width:940px;
	height:30px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:60%;
	color:#FFF;
	text-align:center;
}

.element1 {
	width:50%;
	height:70px;
	float:left;
}

.element2 {
	width:50%;
	height:70px;
	float:left;
}

.element3 {
	width:50%;
	height:97px;
	float:left;
}

.element4 {
	width:50%;
	height:97px;
	float:left;
}

.menubalk {
	width: 960px;
	clear:both;
}
.menubalk ul{
	list-style-type:none;
	margin:0;
	padding:0;
	border-top: 1px solid #FFF;
}

.menubalk li{
	float:left;
}
.menubalk a{
	display:block;
	width:192px;
	font-size:75%;
	text-align:center;
	padding-top:12px;
	text-decoration:none;
}
.menubalk a:link {
	color:#fff;
}
.menubalk a:visited {
	color: #FDFDFD;
}
.menubalk a:hover {
	color:#900;
	z-index:1;
}
.mcontenta {
	float:left;
	width:400px;
	padding-left:44px;
	padding-right:15px;
	border-right:1px solid;
}
.mcontentb {
	float:left;
	width:400px;
    padding-right:42px;
	padding-left:15px;
}
.mcontentb img {
	border:none;
}
.step1 {
	background-image:url(images/step1.png);
	height:61px;
	line-height:150%;
	padding-left:150px;
	padding-top:25px;
}
.step2 {
	background-image:url(images/step2.png);
	height:61px;
	padding-left:150px;
	padding-top:25px;
}
.step3 {
	background-image:url(images/step3.png);
	height:61px;
	padding-left:150px;
	padding-top:25px;
}
.icons {
	width:190px;
	padding-left:10px;
	float:left;
}
.icons img {
	float:left;
}


.service {
	float: left;
	width: 190px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.service img {
	float:left;
	margin-right:2px;
}
.service a {
	font-size:75%;
	text-align:left;
	color:#333;
}
.curriculo {
	width: 700px;
	height:980px;
	border: thin outset #999;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 125%;
	font-size: 80%;
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-left: 75px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align:justify;
	background-color:#FFF;
}