@charset "iso-8859-1";
/*
Tema:
Descrição:
Designer: Eduardo Faria
Cores:
text:	
cinza escuro:
cinza claro:
branco:
*/


/* Generic Styles */

body {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	background: #e9e9e9 url(../imagens/bg-body.gif) repeat-x;

}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}

cite, strong, i {
color: #727272;	
}

p {
padding: 10px 5px 5px 10px;	
}

cite {
	font-style:italic;
	display:block;
	padding: 20px 5px 30px 10px;
	font-size: 14px;
}

strong {
	font-variant:small-caps;
	font-weight:bold;
}


/* Layout Styles */

#wrap {
width: 922px;
left: 50%;
margin: 0 0 0 -460px;
position:absolute;
overflow:visible;
background: #fff url(../imagens/bg-wrap.gif) repeat-y;
}

#logo-pesc {
	position:absolute;
	margin: 33px 0 0 33px;

}


#toacy {
position: absolute;
width: 933px;
text-align: right;
}

#toacy h1 {
color: #FFF;
font-size: 22px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 14px 150px 0 0;
}

#toacy img#foto {
position: absolute;
margin: -62px 0 0 800px;
}



#header {
position: absolute;
margin: 0 0 0 0;
width: 922px;
height: 137px;
background: #0f0f0f url(../imagens/bg-header.gif) repeat-x;
overflow:visible;
z-index:10;

}

#header h1.titulo {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 68px 0 0 210px;
	position:absolute;
	
}

#header h2.subtitulo {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 96px 0 0 210px;
	position:absolute;
	font-weight:normal;
}



#bar {
width: 933px;
height: 63px;
z-index: 11;
position:absolute;
margin: 137px 0 0 -5px;
background: transparent url(../imagens/bar.png) no-repeat;
overflow:visible;
}


#main {
z-index: 1;
float:right;
position: relative;
margin-top:190px;
width:659px;
background: #FFF;
padding: 30px 20px 40px 50px

}

#main h3, #main h2, #main h1 {
	padding: 20px 0 10px 0;	
}

#main h1 {
	padding: 0px 0 10px 0;	
}



#main ul {
	list-style: disc;
	padding-left:40px;
}

/* Navigation */

div#menu {
	width: 192px;
	background: #cccccc;
	border-right: 1px solid #aeaeae;
	z-index:1;
	margin-top:190px;
	float:left;
}

a#mail {
position: relative;
margin-left: 40px;
display:block;
padding-bottom: 20px;
}

a#mail:link, a#mail:visited, a#mail:active, a#mail:hover {
color: #141414;
text-decoration:none;
}

a#mail:hover {
	color:#666;
 }

ul#nav {
width: 192px;
height:573px;
background: #cccccc url(../imagens/bg-menu.jpg) no-repeat;
}

ul#nav li {
	font-size: 14px;
	padding: 10px 0px 10px 10px;
	margin: 0 0 0 6px;
	border-bottom: 1px solid #d0d0d0;
	width: 170px;
	
}

ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited, ul#nav li a:hover {
color: #727272;
text-decoration:none;
}

ul#nav li a:hover {
color: #bbb;
text-decoration:none;
}

