@charset "utf-8";
/**
 * General CSS File
 * @author Eugenio Grigolon
 * @email eugenio@eugeniogrigolon.com
 * @site http://www.eugeniogrigolon.com/
 *
 * @project FA Maringa
 * @date 2008-10-12 16:59 -0300 (Sun, 12 October 2008)
 */



/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}




/**
 * Start!
 */
body {
	background: url('../images/bg.gif') top center repeat-y #fff;
	text-align: center;
}

div#container {
	width: 948px;
	margin: 0 auto;
	text-align: left;
}

div#site-structure {
	position: relative;
	z-index: 99;
}

p,strong,em,li,input,textarea,select,dt,dd,h1,h2,h3,h4,h5,h6,th,td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

p,strong,em,li,input,textarea,select,dt,dd,th,td {
	font-size: 85%;
}

div#content p.error {
	color: #f00;
}

/**
 * logo
 */
div#logo {
	padding: 30px 0 0 80px;
}

div#logo h1 {
	overflow: hidden;
	text-indent: -500000em;
	background: url('../images/logo.png') top left no-repeat;
	display: block;
	width: 225px;
	height: 52px;
}

div#logo h1 a {
	display: block;
	width: 225px;
	height: 52px;
}

/**
 * content
 */
div#content p.center {
	text-align: center;
}

div#content p a {
	color: #000;
	text-decoration: underline;
}

div#content p a:hover {
	color: #000;
	text-decoration: none;
}

/**
 * footer
 */
div#footer {
	width: 948px;
}

div#footer h6 {
	text-align: center;
	margin-bottom: 10px;
}

div#footer div#footer-nav ul {
	padding: 5px 0;
}

div#footer div#footer-nav ul.first-nav {
	width: 680px;
	text-align: center;
	margin: 0 auto;
}

div#footer div#footer-nav ul.second-nav {
	clear: both;
	width: 615px;
	text-align: center;
	margin: 0 auto;
}

div#footer div#footer-nav ul li {
	float: left;
}

div#footer div#footer-nav ul li span {
	margin: 0 10px;
}

div#footer div#footer-nav ul li a,
div#footer div#footer-nav ul li span {
	color: #003a6a;
	text-decoration: none;
}

div#footer div#footer-nav ul li a:hover {
	color: #003a6a;
	text-decoration: underline;
}

div#footer p {
	clear: both;
	padding-top: 15px;
	color: #818f95;
	text-align: center;
}