/*------------------------------------------------------------------
# iGoR Pimentel - Desenvolvimento Web
#
# Project:      CSBH Rio Banabuiú
# Version:	    1.0
# Last change:	14/10/08
-------------------------------------------------------------------*/
@import "reset_reloaded.css";

body {
    line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFF;
}
/*-----------------------------------------------------------------
# CLASSES
-------------------------------------*/

/** Titles ****/
h2 {
    font-size:16px;
    font-weight:bold;
    color:#000;
}
h3 {
    font-size:16px;
    font-weight:bold;
    color:#000;
}
h4 {
    font-size:14px;
    font-weight:bold;
    color:#000;
}
h5 {
    font-size:12px;
    font-weight:bold;
    color:#000;
}
h6 {
    font-size:14px;
    font-weight:bold;
    color:#000;
}
/** Formulários ***/

/** Listas ***/

/** Links  ***/
a:link, a:active, a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

a.maisright{ display:none; }
/*-----------------------------------------------------------------
# WRAPPER
-------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0 auto;
}
/*-----------------------------------------------------------------
# HEADER
-------------------------------------*/
#header_wrapper {
    margin: auto;
    width: 100%;
    height: 100px;
}
#header {
    text-align:center;
    margin: 0 auto;
}
#header h1 {
    margin:0 auto;
}
#header h1 a {
    font-size:36px;
    font-weight:bold;
    color:#1B5790;
    line-height: 2.5em;
}
#header #animacao { display:none; }
/*-----------------------------------------------------------------
# FRASES / SBREADCRUMB
-------------------------------------*/
#frases_border_top {
    display:none;
}
/*-----------------------------------------------------------------
# CONTENT - MAIN COLUMN
-------------------------------------*/
#content {
    float: left;
    width: 100%;
}
#maincolumn {
    padding: 10px;
    margin:0 auto;
}
#maincolumn #contentmain {
    padding: 5px;
}
div.opcoes { display:none; }
/*-----------------------------------------------------------------
# CONTENT - LEFT COLUMN
-------------------------------------*/
#leftcolumn { display:none; }
/*-----------------------------------------------------------------
# FOOTER
-------------------------------------*/
#footer_wrapper {
    clear: both;
    width: 100%;
    height: 65px;
    border-top: 1px solid #1B5790;
}
#footer {
    width: 780px;
    margin: 0 auto;
    color: #000;
    text-align:center;
}

#footer #logos { display:none; }
#footer #webby { display:none; }
