﻿* 
{
	padding: 0px;
	margin: 0px;
}

body 
{
	margin-top: 10px;
	font-family:"Century Gothic";
	font-size: 0.8em;
	background-image: url(images/fundo_site.gif);
	background-repeat: repeat;
    
}

a
{
	text-decoration: none;
	color: inherit;
}

a:hover
{
	text-decoration: underline;
}

#pg
{
	display: block;
	margin: 0 auto;
	margin-top: 10;
	width: 780px;
	background: #FFFFFF;
	color: #003333;
}

#logo
{
    margin: 10px 0 0 0;
    float: left;
}

#menubar 
{
    color: white;
    margin-bottom: 0px;
    margin-top: 50px;
    margin-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: small;
    float: right;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#menubar ul 
{
	color: black;
	padding: 0;
}    

#menubar ul li 
{
	width: 80px;
	float: left;
	display: block;
    list-style: none;
    text-align: center;
    border-right: 1px solid white;
    border-left: 1px solid white;
    background-color: #669999;
    color: White;
    
    padding: 4px 3px 3px 3px; 
}

#menubar ul li a { Color: #003333; background-color: #DDDDDD; margin: -4px -3px -3px -3px; padding: 4px 3px 3px 3px;  display: block; text-decoration: none; }
#menubar ul li a:hover { background-color: #558888; color: white;}
#menubar ul li a:active { background-color: #558888; color: white;}

#welcome
{
	display: inline;
	float: left;
	margin-top: 5px;
	padding-right: 10px;
	width: 520px;
    background: #ffffff;
}
#welcome h1 
{
	font-family:"Century Gothic";
	font-size: 1.6em;
    font-weight: lighter;        	
	color: #ff6622;
	padding-top: 15px;
	padding-bottom: 10px;
}

#welcome ul li
{
	font-family:"Century Gothic";
	font-size: 1.6em;
    font-weight: lighter;        	
	color: #ff6622;
	padding-top: 15px;
	padding-bottom: 10px;

}

#welcome p 
{
    text-align: justify;
}

#contents
{
	width: 770px;
	display: inline-block;
	float: left;
	background: #ffffff;
	margin: 0px;
	padding: 5px;
}

#header
{
	width: 780px;
	display: inline-block;
	float: left;
	background: #ffffff;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: solid 5px #ff6622;
}

#padrao 
{
	display: block;
	float: right;
	margin-top: 0px;
	padding-right: 10px;
    width: 570px;	
	font-family:"Century Gothic";
	font-size: 1.0em;
}

#padrao h1 
{
	font-family:"Century Gothic";
	font-size: 1.6em;
    font-weight: lighter;        	
	color: #ff6622;
	padding-top: 15px;
	padding-bottom: 10px;
}

#padrao img
{
	float: left;
	margin-right: 10px;	
}

#padrao ul
{
	margin: 0px;
	padding: 5px 0px 5px 30px;
	
}

#padrao ul li
{
	font-family:"Century Gothic";
	font-size: 1.0em;
    font-weight: lighter;        	
	color: #006622;
	padding: 15px 0px 10px 0;
	list-style-type: disc; 
	padding: 2px;
	margin: 0px;
}

#padrao p 
{
    text-align: justify;
    font-size: 1.1em;	
    line-height:1.4em;
}

.vsep 
{
	display: block;
	float: left;
    width: 1px;
    padding: 10px;	
	border-left: solid 1px black;
	height: 260px;
	margin: 10px;	
}

.box 
{
	width: 180px;
	display: block;
	float: right;
    padding: 5px 15px 0 0;
	border: none;
	margin-top: 10px;
	overflow: hidden;
    font-family:"Trebuchet MS, Microsoft Sans-Serif";
    font-size: small;
    text-align: center;
}

.box img
{
	border: none;
	margin: 0 auto;
}

.box ul 
{
	text-align: left;
	padding-left: 20px;
}    

.box ul li 
{
	padding: 0px;
	list-style-type: disc;
}

.box h1 
{
	padding-bottom: 5px;
	color: black;
	font-family:"Century Gothic";
    font-size: 1.2em;
    text-decoration: none;
    font-weight: lighter;        	
}
        
#menuesq 
{
	display: block;
	float: left;
	width: 160px;
    padding: 0px;	
	margin-top: 10px;
	overflow: hidden;
    font-family:"Trebuchet MS, Microsoft Sans-Serif";
    font-size: .9em;
}

#menuesq ul 
{
	display: block;
	color: black;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid black;
	overflow:hidden;
}    

#menuesq ul li 
{
	margin: 0px;
	overflow:hidden;
	list-style-type: none;
	border-top: 1px solid black;
	padding: 3px 0px 3px 3px;  
	background-color: #eeffff;
}

#menuesq ul li a { Color: #003333; background-color: White; margin: -3px 0 -3px -3px; padding: 3px 0px 3px 3px;  display: block; text-decoration: none; }
#menuesq ul li a:hover { background-color: #558888; color: white;}
#menuesq ul li a:active { background-color: #558888; color: white;}

#imgemp
{
	float: left;
	margin-right: 10px;	
}

#copy
{
	display: inline-block;
	float: left;
	width: 780px;
	background: white;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}