/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #474710;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
}

.comentarios {
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

a {
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEAC0;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.legenda {
	font-size: 9px;
	color: #999999;
}

.form_field {
	background-color: #e9e7da;
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #47341d;
	width: 160px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.label_field {
	background-color: #E5E5D4;
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A650A;
	width: 160px;
	height: 16px;
	border: 1px solid #6A650A;
	line-height: 20px;
	vertical-align: middle;
}

.celula-1 {
	padding: 5px;
	background-color: #C8CA9D;
	color: #474710;
}

.celula-2 {
	padding: 5px;
	background-color: #A2A648;
}

.celula-3 {
	padding: 5px;
	background-color: #2F3602;
	color: #D8D040;
	font-weight: bold;
}

.celula-4 {
	padding-left: 5px;
	background-color: #C8CA9D;
	color: #474710;
}

.formField-1 {
	width: 470px;
	height: 20px;
	background-color: #D4D5B2;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D25;
	line-height: 20px;
	vertical-align: middle;
}

.formField-2 {
	width: 470px;
	height: 240px;
	background-color: #D4D5B2;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D25;
	line-height: 24px;
	vertical-align: middle;
}

.formField-3 {
	width: 430px;
	height: 20px;
	background-color: #D4D5B2;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D25;
	line-height: 20px;
	vertical-align: middle;
}

.formField-4 {
	width: 430px;
	height: 240px;
	background-color: #D4D5B2;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D5D25;
	line-height: 24px;
	vertical-align: middle;
}

.destaque {
	color: #FF6600;
	font-weight: bold;
}

ul {
	list-style: none;
	list-style-image: url(../images/bullet-2.gif);
}

#wrapper {
	position: relative;
	width: 720px;
	margin: auto;
}

#header {
	position: relative;
	width: 720px;
	height: 100px;
}

#header_logo {
	position: relative;
	width: 368px;
	height: 100px;
	float: left;
}

#header_links {
	position: relative;
	width: 342px;
	height: 32px;
	background-image: url(../images/area_links.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 24px;
	color: #857E05;
}

#header_links a {
	color: #857E05;
	text-decoration: none;
}

#header_links a:hover {
	color: #857E05;
	text-decoration: underline;
}

#header_search {
	position: relative;
	width: 352px;
	height: 68px;
	float: left;
	color: #D8D04A;
}

/* INÍCIO DO MENU */

#menu {
	position: relative;
	width: 720px;
	height: 30px;
	text-align: left;
	float: left;
	z-index: 50;
	clear: both;
}

/* This will be the menu bar container */
div.nav {
	width: 720px;
	height: 30px;
	background: #303603;
}

/* We want our lists to be "clean" */
ul.nav, ul.nav li, ul.nav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* A background color or image is required or the menu will disappear on a hover */
ul.nav, ul.nav ul li a {
	background: #959564;
}

ul.nav li a:hover {
	background-color: #474C1A;
	color: #fff97f;
}

/* This is for the menu bar */
ul.nav li {
	float: left;
	position: relative;
	display: block;
}

/* The dropdown list. This is set to 200px wide */
ul.nav li ul {
	display: none;
	position: absolute;
	width: 220px;
	top: 30px;
	left: 0;
}

/* Override the styles above since we want the dropdown to behave as a list */
ul.nav li ul li {
	position: relative;
	float: none;
	display: block;
}

ul.nav li ul li ul {
	left: 220px;
	top: 0;
}

/* Open the sub menu on mouseover */
ul.nav li:hover ul, ul.nav li ul:hover {
	display: block;
}

/* Keep child sub menus from deploying */
ul.nav li:hover ul li ul, ul.nav li ul:hover li ul {
	display: none;
}

ul.nav li ul li:hover ul, ul.nav li ul li ul:hover {
	display: block;
}

ul.nav li ul li:hover ul li ul, ul.nav li ul li ul:hover li ul {
	display: none;
}

ul.nav li ul li ul li:hover ul, ul.nav li ul li ul li ul:hover {
	display: block;
}

ul.nav li a {
	display: block;
	height: 30px;
	color: #D8D04A;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	vertical-align: middle;
}

ul.nav li ul li a {
	padding-left: 10px;
	text-align: left;
	background-color: #CCCCAB;
	color: #474C1A;
}

.btn-01 {
	width: 156px;
	font-weight: bold;
	border-left: 1px solid #686730;
	border-right: 1px solid #121500;
}

.btn-02 {
	width: 157px;
	border-bottom: 1px solid #F1EFD4;
}

.btn-03 {
	width: 157px;
}

.btn-04 {
	width: 219px;
	font-weight: bold;
	border-left: 1px solid #686730;
	border-right: 1px solid #121500;
}

.btn-05 {
	width: 220px;
	border-bottom: 1px solid #F1EFD4;
}

.btn-06 {
	width: 201px;
	border-bottom: 1px solid #F1EFD4;
}

.btn-07 {
	width: 201px;
}

.btn-08 {
	width: 220px;
}

.btn-09 {
	width: 199px;
	font-weight: bold;
	border-left: 1px solid #686730;
	border-right: 1px solid #121500;
}

.btn-10 {
	width: 138px;
	font-weight: bold;
	border-left: 1px solid #686730;
	border-right: 1px solid #121500;
}

/* FIM DO MENU */

#mainbanner {
	position: relative;
	width: 720px;
	height: 160px;
	clear: both;
	background-color: #FFFFFF;
}

#caminho {
	position: relative;
	width: 710px;
	height: 24px;
	background-color: #EFEDCF;
	border-bottom: 1px solid #C7C7A2;
	text-align: right;
	line-height: 24px;
	vertical-align: middle;
	padding-right: 10px;
	color: #898953;
	clear: both;
}

#modulos {
	position: relative;
	width: 720px;
	height: 100px;
	background-color: #EFEDCF;
}

#md-1 {
	position: relative;
	width: 360px;
	height: 100px;
	float: left;
}

#md-1_title {
	position: relative;
	width: 360px;
	height: 30px;
}

#md-1_text {
	position: relative;
	width: 323px;
	height: 58px;
	background-color: #C7C7A2;
	border-left: 2px solid #EFEDCF;
	border-right: 1px solid #EFEDCF;
	border-bottom: 2px solid #EFEDCF;
	padding: 10px 17px 0px 17px;
	text-align: left;
}

#md-1_text a {
	color: #474710;
	text-decoration: none;
}

#md-2 {
	position: relative;
	width: 360px;
	height: 100px;
	float: left;
}

#md-2_title {
	position: relative;
	width: 360px;
	height: 30px;
}

#md-2_text {
	position: relative;
	width: 323px;
	height: 58px;
	background-color: #C7C7A2;
	border-left: 1px solid #EFEDCF;
	border-right: 2px solid #EFEDCF;
	border-bottom: 2px solid #EFEDCF;
	padding: 10px 17px 0px 17px;
	text-align: left;
}

#md-2_text a {
	color: #474710;
	text-decoration: none;
}

#clientes {
	position: relative;
	width: 720px;
	height: 120px;
}

#testemunhais {
	position: relative;
	width: 568px;
	height: 120px;
	float: left;
	background-color: #EFEDCF;
}

#eventos {
	position: relative;
	width: 152px;
	height: 120px;
	float: left;
	background-color: #EFEDCF;
}

#monitoria {
	position: relative;
	width: 716px;
	height: 57px;
	border: 2px solid #EFEDCF;
}

#caminho a {
	color: #898953;
	text-decoration: none;	
}

#caminho a:hover {
	text-decoration: underline;	
}

#content_area {
	position: relative;
	width: 640px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px 40px 40px 40px;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content_area a {
	color: #FF6600;
	text-decoration: underline;
	font-size: 13px;
}

#content_area a:hover {
	text-decoration: none;
}

#content_area_submenu {
	position: relative;
	width: 660px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px 40px 40px 20px;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content_area_submenu a {
	color: #FF6600;
	text-decoration: underline;
	font-size: 13px;
}

#content_area_submenu a:hover {
	text-decoration: none;
}

#content_title {
	position: relative;
	width: 100%;
	color: #FF6600;
	border-bottom: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#content_text {
	position: relative;
	width: 100%;
	line-height: 24px;
	padding-top: 20px;
}

#submenu_vertical {
	position: relative;
	width: 180px;
	float: left;
}

#content_text_submenu {
	position: relative;
	width: 440px;
	padding-left: 20px;
	float: left;
}

#clear {
	position: relative;
	width: 640px;
	height: 10px;
	clear: both;
}

#footer {
	position: relative;
	width: 720px;
	height: 40px;
	color: #FFFFFF;
	line-height: 32px;
	clear: both;
	color: #A3A388;
}

#assinatura_coyote {
	position: relative;
	width: 720px;
	height: 18px;
	padding-top: 20px;
	text-align: right;
	float: right;
}

/*CSS do Lightbox*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding:0 10px;
	color: #666666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
	
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
}