/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, form, fieldset, legend {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

fieldset, img {
    border: 0;
}

legend {
    color: #000;
}

li {
    margin-left:14px;
    line-height:130%;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

input, textarea, select {
    font-size: 110%;
    line-height: 1.1;
}

abbr, acronym {
    border-bottom: .1em dotted;
    cursor: help;
}

/* ----------------------------
simple reset
---------------------------- */

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica", "arial", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

body {
    background-color: #cff;
}

img {
    border: 0;
}

p {
    line-height: 140%;
    margin: 5px 0;
}

a {
    color: #00aeef;
    font-weight: normal;
    text-decoration: none;
}

a#mailing {
    color: #f90;
    font-size: 13px;
    font-weight: bold;

}

h1 {
    line-height: 20px;
    padding: 10px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #f90;
}

h2 {
    color: #f90;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 3px 0;
    margin: 20px 0 5px 0;
    border-top: 1px dotted #00aeef;
    border-bottom: 1px dotted #00aeef;
}

h3 {
    color: #FF9900;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 0 0;
    padding-top: 10px;
}

h4 {
    color: #f90;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 0 0;
    padding-top: 10px;
    border-bottom: 1px solid #666666;
}

hr {
    border: 0;
    height: 1px;
    background-color: #cccccc;
}


/*home*/

.summaryDestaque {
    font-size:16px;
    color:#039;
    line-height:24px;
    margin-top:20px;
}

/* ---news*/

.aNew {
    font-size: 12px;
    line-height: 150%;
    color:#039
}

.newsList .aNew {
    border-bottom: 1px dotted #039;
    padding: 5px 0;
    cursor: pointer;
}

.newsList .aNew .title {
    color: #00aeef;
    font-size:14px;
}
.aNew .date {
    color: #00aeef;
}
.newsList .aNew .date {
    color: #f90;
}


.path {
    font-size: 12px;
    border-bottom: 1px dotted #00aeef;
    line-height: 12px;
    padding: 5px 0;
    margin-top:8px
}

.path a {
    font-weight: normal;
}

/* ---rightMenu*/
#rightMenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#q {
    border: none;
    border-right: none;
    height: 21px;
    color: #092d57;
    font-size: 12px;
    font-family: "Lucida Sans", sans-serif;
    width: 176px;
    background-color: #00aeef;
    margin: 0 0 0 0;
    padding: 2px;
    vertical-align: bottom;
}

#btq {
    border: none;
    border-left: none;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

#rightMenu form {
    margin: 14px 0;
}

/* ---pageMenu*/
#pageMenu a {
    color: #00aeef;
    font-weight:bold;
}

#pageMenu a:hover {
    color: #039;
}

#pageMenu {
    list-style: none;
    list-style-position: outside;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 14px;
}

#pageMenu li {
    padding: 7px 0;
    margin: 0;
    border-bottom: 1px dotted #039;
}

/*
left Events
*/

#lftEvents{
    padding-left:30px
}
#calMonth {
    /*font-size: 0.563em;*/
    font-size:9px;
    width: 238px;
}

#calDays {
    /*font-size: 0.688em;*/
    font-size:11px;
    color: #95a1aa;
    width: 238px;
    background-color: #eaeaea;
    padding-top: 3px;
    padding-bottom:0;
    margin-bottom: 0px;
}

#calDays td {
    text-align: center;
    padding: 3px 0;
}

#calDays .dow {
    color: #039;
    font-weight:bold;
    padding:3px 5px;
    width:10px;
}

#calDays .dayHit,#calDays .dayHit a {
    color: #f90;
    font-weight: bold;
    width:10px;
}

#calDays .day,#calDays .day a {
    /*color: #f90;*/
    color:#093696;
    /*font-weight: bold;*/
    width:10px;
}

#calFooter {
    border:2px solid #eaeaea;
    border-top:none;
    padding:5px;
    font-size:11px;
    display:none;
}


/*
top
*/
#top {
    margin: 0;
    background: url("img/topbg.png") repeat-x;

}

#top_center {
    width: 1069px;
    height: 175px;
    margin: 0 auto;
    position:relative;
    background:url("img/top.png") no-repeat;
}
#top_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 1069px;
}

#qform {
    position: absolute;
    top: 121px;
    left: 730px;
    width: 220px;
}

#qinput {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: transparent;
    height: 23px;
    width: 200px;
    border: 0;
    padding-top:6px;
    padding-left:20px;
}

#topFont{
    position:relative;
    top: 10px;
    left: 790px;
    font-size:11px;
    color:#ffffff;
    width:250px;
}

#topLogoFb{
    position:relative;
    top: 15px;
    left: 923px;
}

#topFont a{
    color:#ffffff;
}

/*
footer
*/
#foot {
    margin: 0;
    background: url("img/footbg.png") repeat-x;
}

#foot, #foot a {
    color: #039;
    font-size: 10px;
    line-height: 13px;
}

#foot_center {
    width: 968px;
    height: 304px;
    margin: 0 auto;
    padding-left: 100px;
    padding-top: 30px;
}
#foot_center a{
    display:block;
    color: #039;
    text-decoration:none
}

#foot_right_links{
    width:164px;
    padding-top:36px;
    border-top: 1px dotted #00aeef;
    margin-top:15px;
}
#foot_right_links a{
    display:inline;
}


/*
container
*/

#container {
    margin: 0;
    background: white;
}

#container_center {
    width: 998px;
    min-height: 500px;
    margin: 0 auto;
    padding-left: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#middle {
    padding-left: 30px;
    width:600px;
}

#middle table {            
    width:600px;
    font-size:10px;
}

#middle table th{
    font-weight:bold;
    border-bottom: 1px dotted #039;
    font-size:11px;
    padding: 3px 10px 3px 0;
}

#middle table td{
    border-top: 1px dotted #00aeef;
    padding: 3px 10px 3px 0;
}

#middle table td.bullet_1, #middle .bullet_1{
    color: #00aeef;
    vertical-align: middle;
    font-size:22px;
}

#middle table td.bullet_2, #middle .bullet_2{
    color: #039;
    vertical-align: middle;
    font-size:22px;
}

.lftArea {
    padding:9px 0;
    font-weight:normal;
    font-size:14px;
}

.lftArea a{
    font-weight:bold;
}

blockquote{
    background-color: #defdff;
    margin:10px 0 0 0;
    padding:0 15px 5px 15px;
}

#indice h2 a{
    color: #f90;
    font-weight: bold;
}

#indice p a{
    color: #003399;
}

#indice.link+ a{
    color: #00aeef;
}

#project strong{
     color: #f90;
}

#project {
    margin-top:25px;
}

.nbody li{
    margin-bottom: 5px;
}

