
/*----------------------------------------
Name: global.css
Developed by: Juliano Medeiros Coimbra - juliano_coimbra at yahoo dot com dot br
Date Created: 30/00/2009
Copyright: SIAQ
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("./reset.css");
@import url("./externalLinks.css");

/* Elements
----------------------------------------*/
body
{
	background:#FFFFFF url(../images/fundo.jpg) left top repeat-y;
	height: 100%;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#000;
}

a:hover, a:active
{
	color:#00F;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	font-size:2.125em;
	padding-bottom: 3px;
	border-bottom:solid thin green;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.65em;
	font-style:italic;
}

h3
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

#mainContainer
{
	width:800px;
	margin: 0 auto;
}

/* Header
----------------------------------------*/
#header
{
	width:800px;
	height:341px;
	margin:0 auto;
	background: url(../images/cabecalho.jpg) no-repeat;
}

#menu01 {
	padding-left: 20px;
	width:800px;
	height:101px;
	margin:0 auto;
	background: url(../images/menu01.jpg) no-repeat;
	font-size: 1.75em;
	line-height: 100px;
	color:#FFF;
}
#menu01 ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	line-height: normal;
}
#menu01 li {
	float: left;
}
#menu01 a{
	display: block;
	float: left;
	height: 47px;
	width: 120px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 20px;
	padding-top: 20px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;
}
#menu01 a:hover, a:active{
	color: #ffffff;
	background: url(../images/filete.png) repeat-x;
	text-decoration: underline;
}
#bandeiras {
	position:relative;
	float:right;
	margin:-75px 20px 0 0;
}
#bandeiras a {
	text-decoration: none;
	background:none;
}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	background: #f1f6fa url(../images/corpo.jpg) repeat-y;
	overflow: hidden;
}

#menu {
	float:left;
	background-color: transparent;
	height: 355px;
	width: 245px;
	display:block
}


	/* Nav
	----------------------------------------*/
	#menu ul#nav
	{
		width: 245px;
	}
	
	#menu ul#nav li {
		list-style-type: none;
		margin-left:-10px;
		background: url(../images/titulo.png) no-repeat;
		height: 44px;
	}
	
	#menu ul#nav li a
	{
		color:#fff;
		text-decoration:none;
		font-size: 1.5em;
		line-height: 40px;
		margin-left: 34px;
	}
	
	#menu ul#nav li a:link, a:visited
	{
		text-decoration:none;
	}
	
	#menu ul#nav li a:hover, a:active
	{
		color:#060;
		text-decoration:underline;
	}

#conteudo {
	float: right;
	text-align:justify;
	width:500px;
	margin: 30px 20px 0 0;
	display:block
}
#conteudo p {text-align:justify}

#conteudo ul{
	text-align:justify;
	margin-left:25px;
	list-style-type: disc;
}

.datas {
	border:#003 solid 1px;
	font-weight: bold;
	background-color:#afc8e7;
	width: 90%;
	margin: auto;
}
.datas td {
	border:#003 solid 1px;
	padding: 20px;
	text-align:center;
}

/* Footer
----------------------------------------*/
#footer
{
	width:800px;
	height:26px;
	background: url(../images/rodape.jpg) no-repeat;
	display:block;
}

#footer p 
{
	font-size:.625em;
}