/**********************************************************
CSS GLOBAL
CSS - VERSAO 1 - FACULDADES ANTO AGOSTINHO
**********************************************************/

*{
	font-family: Arial, Helvetica, sans-serif;
}

/********************************************
COLUNA ESQUERDA
*********************************************/

#col_esquerda {
	width: 500px;
	margin-right: 10px;
}


/**************************************
NAVEGAÇÃO
**************************************/

#nav_local{
	width: 100%;
	font-size: 12px;

}

#nav_local h2 {
	width: 550px;
	font-weight: bold;
	font-size: 26px;
	color: #6699FF;
	margin: 20px 0px;
}

#nav_local span {
	background: #3399FF;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	margin-top: -30px;
	float: right;	
}

/**************************************
MENU LOCAL
**************************************/

#menu_local{
	margin-top: 30px;
	margin-bottom: 10px;	
	font-size: 12px;	
}

#menu_local ul{
	border-bottom: 1px solid #9CF;
	text-align: left;
	padding: 3px 0px;
}

#menu_local ul li{
	display: inline;
	background: #F5F5F5;
	border: 1px solid #9CF;
	border-bottom: none;
	padding: 3px 8px;
	margin-left: -2px;
}

#menu_local ul li a{
	color: #69F;
	font-size: 15px;
}

#menu_local ul li #active_menu{
	font-weight: bold;
	color: #06F;
}

/**************************************
CONTENT
**************************************/

#content {
	margin-top: -20px;
}

#content h3{
	font: 18px Arial, Helvetica, sans-serif;
	color: #6699FF;
	background: #FFF;
}

#content p {
	font-size: 12px;
	text-align: justify;	
	line-height: 23px;
}

#content img.caption {
	border: 1px solid #6699FF;
	padding: 3px;
	margin: 10px
}

#content a:visited, #content a:link, #content a:active {
	color: #09F;
}

#content ul {
	margin: 20px 0px;	
	margin-left: 30px;
}

#content ul li {
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 2px;
	padding-left: 25px;
	background: url("../img/item_lista_blue.gif") no-repeat left; 
}
