
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(imagens/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(imagens/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #245D7A;
}

label
{
	display: block;
	width: 70px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

/* CSS dos botões */
a.ovalbutton
{
	background: transparent url('imagens/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton
{
	color: #494949; /*button text color*/
}

a.ovalbutton span
{
	background: transparent url('imagens/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover
{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span
{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/* CSS dos botões fim */

/* menu inicio */
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0;}
ul.menu a {display: block; float: left; font-size: 92%; font-weight: bold; padding:3px 7px 5px;}
ul.menu a b {text-decoration: underline;}
ul.menu li {position:relative; float:left; padding:0; background: none;}
ul.menu ul {position:absolute; top:50px; left:0; background-color:#FFFFFF; display:none; list-style:none}
ul.menu ul li {position:relative; border-bottom:1px solid #245D7A; width:200px; margin:0;}
ul.menu ul li a {display:block; background-color:#FFFFFF; color:#245D7A}
ul.menu ul ul {left:200px; top:-1px}
ul.menu .menulink {padding:20px 20px 0 20px; font-weight:bold;}
ul.menu .menulink:hover, ul.menu .menuhover {border-bottom: 5px solid #245D7A; text-decoration: none; }
/* menu fim */

/* Menu */

#menudiv {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #245D7A;
}
/*
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #245D7A;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}
*/
/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	/*background: #010100 url(imagens/banner.png)*/
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(imagens/img03.png) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(imagens/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(imagens/img09.gif) no-repeat right bottom;
	border-left: 5px solid #245D7A;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(imagens/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(imagens/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(imagens/img08.png) no-repeat left center;
	color: #245D7A;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #E2E2E2;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #245D7A;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}