@charset "utf-8";
/* CSS Document */


/* ======= TAGS ======= */

html, body { height:100%; }

*html #wrapper { height:100%; } /* hack para ie6 */

body {
	background:#fff;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	color:#999;
}
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#333;
}

/* ======= LAYOUT ======= */

#wrapper {
	width:960px;
	margin:0 auto;
/*	background:#ccc; */
	min-height:100%;
	position:relative;
}

#header {
	width:960px;
	height:140px;
	background:#fff;
}
#header h1 { float:left; margin-top:30px; }
#header ul { float:right; margin-top:60px; }
#header li { float:left; }
#header li a {
	display:block;
	width:90px;
	height:30px;
	color:#005baa;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	border-left:1px solid #e2eaf1;
	border-right:1px solid #e2eaf1;
	border-bottom:none;
	border-top:none;
	margin-left:-1px;
}
#header li a:hover {
	background:#f8f8f8;
}

#content { padding-bottom:40px; }

#content_banner {
	width:940px;
	height:200px;
	overflow:hidden;
	border:10px solid #e2eaf1;
}

#content_left {
	width:600px;
	float:left;
	padding:20px;
/*	background:#FFC; */
}

#content_right {
	width:280px;
	float:left;
	padding:20px;
	background:#f8f8f8;
}

#footer {
	width:960px;
	height:40px;
	background:#044279;
	position:absolute;
	bottom:0;
	border-top:solid 2px #999;
}
#footer p {
	color:#FFF;
	padding:12px 20px;
}
#footer a {
	text-decoration:none;
	color:#BBB;
}
#footer a:hover {
	color:#600;
}

.clearfix { clear:both; }

/* ========== VALIDAR FORM - MENSAGEM ERRO ========== */
input.error,textarea.error { border-color:#F00; }

label.error {
	background:#F00;
	height:15px;
	width:90%;
	padding:5px;
	color:#FFF;
	font-style:italic;
	margin-top:-2px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}