/*

	Verde #007581
	Azul estudante 69f
	Roxo profissional 96c
	Laranja empresa f63
	cinza 807F83
	verde claro 99c8cd
	
*/

body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
	min-height: 100%;
}

img {
	border: none;
}

form {
	margin: 0;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 910px;
	width: 100%;
	min-height: 100%;
}

#wallpaper_buttons {
	position: absolute;
	z-index: 520;
	top: 85px;
	right: 38%;
}
#wallpaper {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width:100%;
	height: 100%;
	z-index: 2;
	max-height: 100%;
}

#wallpaper img {
	width:100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 75px;
	width: 100%;
	background-color: #f4eAd5;
}

#header-shadow {
	position: fixed;
	height: 10px;
	width: 100%;
	top: 75px;
	left: 0;
	background: url("/images/chrome/header-shadow-trans.png");
	z-index: 550;
}

#header .logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#header .slogan {
	position: absolute;
	top: 20px;
	right: 10px;
}

#sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 20%;
	min-width: 300px;
	height: 100%;
	background-color: #99c8cd;
	border-left: 1px solid #007581;
}

#menu {
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
}

#menu .search {
	background-color: #007581;
	display: block;
	padding: 0;
	margin: 0;
}

#menu .search form {
	position: relative;
	left: -2em;
	height: 2em;
	line-height: 2em;
	color: #fff;
}

#menu .search label {
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: normal;
}

#menu .search form input[type="text"] {
	width: 10em;
}

#menu .search form input {
	font-size: 10px;
	border: none;
/*	background-color: #fff;
	opacity:.7;
  filter:alpha(opacity=70);*/
}

#menu .search form .icon {
	height: 2em;
	width: 2em;
	float: left;
	margin-right: 0.5em;
}

#menu .item {
	background-image: url(/images/chrome/menu/shadow-highlight.gif);
	background-repeat: repeat-x;
	background-color: #99c8cd;
	padding: 0 10px;
	padding-top: 24px;
	margin-bottom: -10px;
	min-height: 50px;
	overflow: hidden;
}

#menu .item.first {
	background-image: url(/images/chrome/menu/highlight.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}

#menu .item .icon {
	float: left;
}

#menu .item p {
	margin-left: 60px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

#menu .item p .title {
	display: block;
	margin-top: -13px;
}

#menu ul {
	list-style-type: none;
	margin-top: -10px;
	padding-left: 0px;
	margin-left: 60px;
}

#menu li {
	padding: 3px 0;
	font-size: 12px;
}

#menu li a {
	color: #333;
	text-decoration: none;
}

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

#content {
	position: absolute;
	top: 75px;
	left: 0px;
	/*width: 70%;*/
	width: 80%;
	z-index: 500;
}

#content #main {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 10%;
	width: 80%;
}

#content #main .main-section {
	padding: 0.5em 2em;
	background: url(/images/chrome/white-background-80-trans.png);
	border: 1px solid #fff;
	overflow: hidden;
}

.section .bottom-corner {
	width: 100%;
}

#content a {
	color: #007581;
}

.main-section h1 {
	color: #007581;
	font-weight: 300;
	margin: 20px 0 10px 0;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #007581;
	padding: 0 0 10px 0;
	font-size: 28px;
}

.main-section h2 {
	color: #007581;
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0 5px 0;
	padding: 0;
}

.main-section p, .main-section ul {
	color: #333;
	line-height: 1.5em;
	margin: 1em 0;
	font-size: 14px;
}

#main .button-bar {
	text-align: center;
}

#main .button-bar .button img {
	width: 25%;
	margin: 3%;
}

#floating-button-bar {
	position: fixed;
	top: 150px;
	left: 0;
	overflow: visible;
	z-index: 2000;
}

#floating-button-bar div {
	position: absolute;
	left: -172px;
	z-index: 2100;
}

#float-students {
	top: 0px;
}

#float-professionals {
	top: 125px;
}

#float-companies {
	top: 250px;
}

form.contato label.column {
	float: left;
	width: 100px;
	font-size: 12px;
}

form.contato input[type="text"] {
	width: 250px;
}

form.contato textarea {
	width: 250px;
	height: 100px;
}

form.contato textarea.full {
	width: 100%;
}

form.contato label.wide {
	width: 150px;
}

form.contato div.comment {
	font-size: 10px;
	padding: 0;
	margin: 0 0 0 100px;
	clear: both;
}

form.contato p, form.contato br {
	clear: both;
	margin: 0;
}

form.contato p {
	margin: 5px 0;
}

form.contato .alert label {
	background-color: #900;
}

form.contato p.send {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #007581;
}

.mandatory label, span.mandatory {
	font-weight: bold;
}

.mandatory .signal {
	display: none;
}

.invisible {
	display: none;
}

.eye {
	width: 30%;
	position: absolute;
	right: 0;

}

.right {
	float: right;
}

.padded.right {
	padding: 10px 0 10px 10px;
}

.left {
	float: left;
}

.padded.left {
	padding: 10px 10px 10px 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.news.grid-item {
	margin: 15px 0 25px 0;
}

.grid-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.schedule.grid-item {
	margin: 25px 0 25px 0;
}

.grid-item p, .grid-item h2, .grid-item ul, .grid-item ol, .grid-item h1, .grid-item h3, .grid-item table {
	margin-left: 70px;
	margin-top: 0;
	margin-bottom: 5px;
}

.schedule table {
	border-collapse: collapse;
	border: none;
	font-size: 12px;
}

.schedule.list-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.schedule table td, .schedule table th {
	vertical-align: top;
	padding-right: 5px;
	line-height: 1.5em;
}

.grid-item .date-box {
	background-color: #007581;
	color: #fff;
	float: left;
	width: 50px;
	padding: 5px;
}

.grid-item .date-box .day {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.grid-item .date-box .month-year {
	font-size: 10px;
	text-align: center;
}

.send-right {
	text-align: right;
}

.gallery {
	float: right;
	margin: 10px;
}

.gallery-item {
	width: 130px;
	height: 150px;
	padding: 0 10px;
	margin: 5px 0;
	text-align: center;
	float: left;
}

.gallery-item.short {
	height: 110px;
}

.gallery-item .caption {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2em;
}

.gallery-item img {
	border: 1px solid #000;
}



/* COURSES */


#content .course-details {
	margin-top: 10px;
	color: #007581;
	font-size: 12px;
}


/* STAFF */ 

.team-member {
	margin-bottom: 40px;
}

.team-member .mugshot {
	float: left;
	border: 1px solid #007581;
}

.team-member h2 {
	margin: 10px 0 5px 140px;
}

.team-member p {
	margin-left: 140px;
}

.team-member p.job {
	font-size: 11px;
	color: #666;
	margin-top: 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.team-member ul {
	margin-left: 160px;
	list-style-type: circle;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

.team-member li {
	padding: 2px 0;
}


.team-member:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}


.foot {
	margin: 10px 0 20px 0;
	overflow: hidden;
}

p.first, h2.first {
	margin-top: 0;
}

.box1 {
	border: 1px solid #007581;
	float: right;
	margin: 10px;
	overflow: hidden;
	padding: 10px 25px;
	background-color: #fff;
}

#content .box1 a, #content .box1 h2 {
	color: #007581;
}

/* PARTNERS */

.partner {
	clear: both;
	margin-bottom: 40px;
}

.partner h3 {
	margin-left: 160px;
	color: #007581;
	font-weight: 300;
	margin-bottom: 0;
}

.partner p {
	margin-top: 0;
	margin-left: 160px;
	margin-bottom: 5px;
}

.partner img {
	float: left;
}

/* GLOBAL */

.hidden {
	display: none;
}

/*
#main .button-bar .button {
	width: 30%;
	margin: 0 1.5%;
	float: left;
}

.button img {
	width: 50%;
}

.button.left {
	text-align: left;
}

.button.right {
	text-align: right;
}

.button.center {
	text-align: center;
}

*/
