@charset "utf-8";
/* CSS Document */

body {
	background-color:#9f1300;
	background-image:url(../images/bg_repeat.gif);
	background-repeat:repeat;
}

#todo{
	width:815px;
	height:auto;
	min-height:100%;
	margin:0 auto;
	background-image:url(../images/bg_container.gif);
	background-repeat:repeat-y;
	padding:0px 0px 0px 23px;
}

#vertical_menu_container{
	width:258px;
	position: relative;
	float:left;
	padding:0px 0px 0px 26px;
}

#bear{
	width:240px;
	height:230px;
	background-image:url(../images/img_bear.gif);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}


/* CONTAINER VERTICAL DO MENU */
#vertical_side_container_rounded_top{
	width:246px;
	height:15px;
	padding-left:5px;
	margin-top:-15px;
/*	background-image:url(../images/vertical_side_top_rounded.gif);
	background-repeat:no-repeat;
*/
}

#vertical_side_container{
	width:246px;
	padding-left:5px;
	background-image:url(../images/vertical_side.gif);
	background-repeat:repeat-y;
}

#vertical_side_container_rounded_bottom{
	width:246px;
	height:85px;
	background-image:url(../images/vertical_side_bottom_rounded.gif);
	background-repeat:no-repeat;
}

#menu{
	/*margin-top:-30px;*/
}
/* FIM CONTAINER VERTICAL DO MENU */


/* CONTAINER DE CONTEUDO */
#vertical_content_container{
	margin-left:300px;
	/*padding:0px 0px 0px 0px;*/
}

#icones{
	width:464px;
	height:70px;
	padding-top:44px;
	text-align:right;
}

#destaque{
	width:464px;
	height:227px;
}

/* METODOLOGIA E CALENDARIO */

#destaque2{
	padding-top:20px;
}
#metodologia{
	float:left;
	cursor:pointer;
}

#calendario{
	margin-left:240px;
}

/* FIM METODOLOGIA E CALENDARIO*/



/* CONTEÚDO */
#contend_top_rounded{
	width:479px;
	height:16px;
	margin-left:-7px;
	padding-left:16px;
  	background-image: url(../images/content_top_rounded.gif);
	background-repeat:no-repeat;
}

#content{
	width:447px;
	margin-left:-7px;
	padding:0px 16px 0px 16px;;
	background-image: url(../images/content_bg.gif);
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

#content_bottom_rounded{
	width:479px;
	height:16px;
	margin-left:-7px;
	padding-left:16px;
	background-image: url(../images/content_bottom_rounded.gif);
	background-repeat:no-repeat;
}
/* CONTEPUDO */


#rodape{
	width:740px;
	height:40px;
	background-image:url(../images/rodape.gif);
	background-repeat:no-repeat;
	padding-top:20px;
	margin:0 auto;
	margin-top:-70px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#464646;
}

/* FIM VERTICAL CONTENT CONTAINER */


/* LINKS */

a               {color:#900;font-weight:bold;text-decoration:none;}
a:hover         {color: #FFF;background-color:#900;text-decoration:none;}
a:visited       {font-weight:bold;text-decoration:none;}
a:visited:hover {color: #FFF;text-decoration:none;}

/* GALERIA */
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
/*		background-color: #444;
		padding: 10px;
		width: 520px;
*/
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

a.galeria{
	background-color:#FFF;
/*
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
*/
}

a.galeria:hover{
	text-decoration:none;
	background-color:#FFF;
/*
	text-decoration:underline;
	background-color:#FCC;
	border:#900;
	border-width:1px;
*/
}
