@CHARSET "UTF-8";
body{
	background-image: url('../img/background.jpg');
	color: #333333;
	font-family: 'AbsaraSansTF';
	font-weight: 200;
}

h1{
	font-size: 38px;
	text-transform: lowercase;
	color: #80B550;	
}
h2{}
h3{}
h4{
	margin: 0;
	color: #333333;
}
h5{}
em{
	padding: 15px 0;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	display: block;
	text-align: center;
	color: #333333;
}
.content{
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 50px;
	box-shadow: 0 0 40px #000;
   -webkit-box-shadow: 0 0 40px #000;
   -moz-box-shadow: 0 0 40px #000;
}
section .row{
	padding: 0 15px;
}
header{
	background-color: #000000;
	color: #ffffff;
	position: relative;
	height: 100px;
}

header #logo{
	display: inline;
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 999;
}
header nav{
	display: inline-block;
	padding-top: 35px;
}
header nav ul{
	list-style-type: none;
}
header nav ul li{
	display: inline-block;
	border-left: 1px solid #666666;
}
header nav ul li:first-child{
	border: 0;
}
header nav ul li a:link,
header nav ul li a:visited{
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
	padding: 35px 40px;
	font-size: 18px;
}
header nav ul li a:hover,
header nav ul li a.current{
	color: #80B550;	
}

ol{
	display: inline-block;
	margin: auto;
}
ol li{
	text-align: left;
	font-size: 19px;
}
.destaques p{
	padding: 25px 58px;
	text-align: justify;
}
.destaques p.divider{
	border-left: 1px solid #80B550;
}
article{
	width: 870px;
	margin: auto;
}
address{
	font-style: normal;
	margin-top: 20px;
	line-height: 25px;
}
form .group{
	margin-bottom: 30px;
}
form label{
	display: block;
	color: #80B550;
	font-size: 20px;
	margin-bottom: 15px;
}
form input[type="text"],
textarea{
	border: 1px solid #C4C4C4;
	padding: 10px 15px;
	width: 355px;
	max-width: 90%;
}
form input[type="button"]{
	border: 0;
	padding: 10px 20px;
	float: right;
}
footer{
	font-weight: 100;
	text-align: center;
	border-top: 1px solid #666666;
	padding: 35px 0;
	width: 960px;
	margin: auto;
	color: #80B550;
	font-size: 90%;
}
footer .copyright{
	display: block;
	margin-top: 5px;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}