﻿
html, body
{
    height: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    background: #EAE6D9 url('../../Images/bg.png') left top;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #727D64;
}

body.home
{
}

h1, h2, h3
{
    margin-top: 0px;
}

h1
{
}

h2
{
    margin: 10px 0px; /*font-size: 20px;*/
    color: #0069AA;
    border-bottom: 1px #D0E2B5 solid;
}

p, ol, ul
{
    /*margin-top: 0px; 	margin-bottom: 20px; 	text-align: justify; 	line-height: 180%;*/
    font-size: 110%;
}

strong
{
    color: #0069AA;
}

a
{
    color: #727D64;
}

a:hover
{
    text-decoration: none;
}

.more
{
    height: 37px;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
}

.more a
{
    padding-left: 25px;
    background: url('../../Images/homepage09.gif') no-repeat left center;
    color: #FFFFFF;
}

.list1
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list1 li
{
    clear: left;
    padding: 15px 0px 20px 0px;
    border-top: 1px solid #66853F;
}

.list1 li.first
{
    padding-top: 0px;
    border: none;
}

.list1 a
{
    text-decoration: none;
    color: #E1EFCD;
}

.list1 a:hover
{
    text-decoration: underline;
}

.list1 em
{
    font-style: normal;
    color: #A9AD90;
}

.list1 em a
{
    text-decoration: underline;
    color: #A7C583;
}

a img
{
    border: none;
}

img.border
{
    padding: 1px;
    border: 1px solid #97A879;
    background: #5F6E3F;
}

img.border1
{
    padding: 4px;
    border: 1px solid #ADBC8B;
    background: #DCD9C5;
}

img.alignleft
{
    float: left;
    margin: 0px 20px 0px 0px;
}

img.alignright
{
    float: right;
}

img.aligncenter
{
    margin: 0px auto;
}

hr
{
    /*display: none;*/ /*color:#0069AA; 	border-bottom:1px #D0E2B5 solid;*/
    border: 0.5px #0069AA solid;
    width: 80%;
    color: #0069AA;
    background-color: #0069AA;
}

/** WRAPPER */

#wrapper
{
}
.wrapper
{
    background-position: center top;
    width: 1015px;
    margin: 0 auto;
    background-image: url('../../Images/ERJ_Bg.png');
    background-repeat: repeat-y;
}


/** HEADER */

#header
{
    width: 948px;
    height: 170px;
    background: #fff;
    margin: 0px auto;
}

/** SEARCH */
#logo
{
    float: left;
    width: 400px;
    height: 150px;
    padding: 0 0 0 15px;
    margin-top: 5px;
}

#logo h1, #logo p
{
    margin: 0px;
    line-height: normal;
    text-indent: -9999em;
}

#logo h1 a
{
    display: block;
    height: 150px;
}


/** MENU */

#menu
{
    width: 504px;
    float: right;
    margin: 40px 0 0 0; /*background-color:blue;*/
    height: 15px;
}

#menu ul
{
    /*float: right;*/
    margin: 0px;
    padding: 0px;
    line-height: normal;
    list-style: none;
}

#menu li
{
    display: inline;
    padding-right: 10px;
    font-size: 105%;
}

#menu li.active
{
    background-image: url('../../Images/homepage06_white.jpg');
}

#menu a
{
    text-decoration: none;
}

#menu a:hover
{
    border-bottom: 1px #D0E2B5 solid;
    color: #006BAB;
}

/** PAGE */

#page
{
    /*	width: 808px;*/
    margin: 0px auto;
}

#page h2
{
    text-transform: uppercase;
    background-image: url('../../Images/heading_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.home #page
{
    background: #F7F7F7 url('../../Images/pagebgsmall.png') center top;
    width: 948px;
}

.home #bgtop
{
}

.home #bgbtm
{
}

/** CONTENT */

#content
{
    float: left;
    width: 480px;
}

.home #content
{
    width: 383px;
    padding: 0px;
    background: url('../../Images/bg03.jpg') repeat-y left top;
    height: 500px;
}

.home #content .bgtop
{
    background: url('../../Images/bg04.jpg') no-repeat left top;
}

.home #content .bgbtm
{
    padding: 40px 29px 0px 29px;
    background: url('../../Images/bg05.jpg') no-repeat left bottom;
}

/** SIDEBAR */

#sidebar
{
    float: right;
    width: 280px;
    color: #A9AD90;
    background: url('../../Images/subpage1_01.jpg') repeat-y left top;
}

#sidebar .bgtop
{
    background: url('../../Images/subpage1_02.jpg') no-repeat left top;
}

#sidebar .bgbtm
{
    padding: 0px 29px;
    background: url('../../Images/subpage1_03.jpg') no-repeat left bottom;
}

.home #sidebar
{
    width: 383px;
    background: url('../../Images/bg03.jpg') repeat-y right top;
}

.home #sidebar .bgtop
{
    background: url('../../Images/bg04.jpg') no-repeat right top;
}

.home #sidebar .bgbtm
{
    padding: 0px 29px;
    background: url('../../Images/bg05.jpg') no-repeat right bottom;
}

#sidebar h2
{
    height: 48px;
    padding: 18px 0px 0px 0px;
    font-size: 14px;
    color: #FFF6E5;
}

#sidebar a
{
}

#sidebar a:hover
{
}

/** FOOTER */

#footer
{
    margin: 0 auto;
    padding: 10px 0 0 0;
    background: #00456F;
    color: #A9AD90;
    width: 948px;
}

#footer .three-columns
{
    width: 750px;
    margin: 0px auto;
}

#footer .three-columns .column1
{
    float: left;
    width: 181px;
    padding-top: 20px;
}

#footer .three-columns .column2
{
    float: left;
    width: 192px;
    padding-top: 20px;
    padding-left: 26px; /*background: url('../../Images/homepage14.gif') no-repeat left top; 	border-left:1px solid #ffffff;*/
}

#footer .three-columns .column3
{
    float: left;
    width: 325px;
    padding-top: 20px;
    padding-left: 26px; /*background: url('../../Images/homepage14.gif') no-repeat left top;*/
}
#footerBottom
{
    margin: 0 auto;
    padding: 0;
}
#footerBottom p
{
    margin: 0;
    text-align: center;
}
#footer ul
{
    margin-left: 0px;
    padding-left: 0px;
    line-height: 210%;
    list-style: none;
}

#footer strong
{
    color: #A9AD90;
}

#footer a
{
    color: #A7C583;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}

#footer .legal
{
    font-size: 10px;
    color: #D0E2B5;
}
#footer h3
{
    color: #D0E2B5;
}
/** BOX1 */

#banner
{
    /*height: 207px;*/
    margin: 0px auto;
    background: #006BAB;
    color: #A9AD90;
    width: 948px;
}
#banner ol
{
    padding: 0;
    margin: 0;
}

.float_left
{
    float: left;
}
/** PAGE TITLE */

#pagetitle
{
    width: 874px;
    height: 37px;
    margin: 0px auto 60px auto;
    padding: 40px 0px 0px 74px;
    background: url('../../Images/bg02.jpg') no-repeat left top;
    color: #A9AD90;
}

#pagetitle h2
{
    margin: 0px;
    color: #FFF6E5;
}

#pagetitle h2 span
{
    color: #CDDF81;
}

.dividerBar
{
    background-color: #006BAA;
    height: 5px;
    margin: 0 0 0 0;
}
#topContent
{
    margin: 0;
    padding: 10px 0;
}

/* HOME */
.homeLargeCol
{
    padding: 2px 15px;
    width: 550px;
    margin: 10px;
}
.homeLargeCol img
{
    margin: 0 10px 5px 0;
}
.shadingBox
{
    background-color: #75A2AC;
    color: white;
}
.shadingBox h2
{
    color: #fff;
}
.homeCol
{
    margin: 0 0 0 35px;
    float: left;
    width: 250px;
    padding: 0;
}
.resetCol
{
    margin: 0 0 0 10px;
}
.read_more_container
{
    float: right;
    padding-right: 10px;
    margin-bottom: 5px;
}
.read_more_container a
{
}
.read_more_container a:hover
{
    background-color: #75B692;
    color: white;
}
.read_more
{
    background-color: #0069AA; /*background-image:url('../../Images/button_bg.gif');*/
    height: 10px;
    color: #ffffff;
    padding: 4px 12px;
    border: 1px #ccc solid;
    cursor: pointer;
    text-decoration: none;
}
.read_more_image
{
}
.generic_list_container
{
}
.generic_list_container ul
{
    list-style-type: none;
    padding: 0; /*margin:0;*/
}
.generic_list_container li
{
    background-image: url('../../Images/green_arrow.png');
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.2em;
    padding-bottom: 1em;
}
.clear_float
{
    clear: both;
}
/* LAYOUT */
#leftCol
{
    width: 575px;
    float: left;
    padding: 10px 0;
}
#rightCol
{
    width: 350px;
    float: right;
    padding: 0; /*	background-color:gray;*/
    margin: 10px 5px 0 0;
}
.niceDivider
{
    background-image: url('../../Images/hr3.png');
    background-position: center center;
    height: 40px;
    margin: 0 auto;
    width: 300px;
}
.paragraphDivider
{
    margin: 0 0 5px 0px;
    border-bottom: 1px #D0E2B5 dashed;
    padding: 0 0 15px 0;
}
#homeColContainer
{
    padding: 0 0 15px 15px;
}
#homeColContainer h2
{
}
.genericBoxes
{
    margin: auto;
    width: 320px;
    padding: 0 5px;
}
.genericBoxes h2
{
    margin: 15px 0;
}

.greenLine
{
    background-color: #D0E2B5;
    margin: 0 0 5px 0;
    padding: 0;
    height: 5px;
}

/*Slider*/
#slider
{
    width: 948px;
    height: 177px;
    background-image: url('../../Images/banner/main_banner3.jpg');
    background-repeat: no-repeat;
    position: relative;
}
.hideBanner
{
    display: none;
}
.showBanner
{
    display: block;
}
.noJS
{
    width: 200px;
    position: absolute;
    color: #fff;
    left: 730px;
    bottom: 0;
}

/*Contact Form Page*/
#contact_fields
{
}
#contact_fields fieldset
{
}
#contact_fields label
{
}
#contact_fields input
{
}

/*Main Ad on Main Page*/
#mainAd
{
    border: 3px dashed #213568;
    margin: 10px 85px;
    padding: 0px;
    height: 153px;
    background-color: #006BAB;
    background-image:url('../../Images/coaloAdBg.jpg');
    background-repeat:no-repeat;
    background-position:bottom center;
    position:relative
}
#mainAd span
{
    color:#0B366B;
    font-weight:bold;
    font-size:large;
    }
#mainAd td
{
    padding: 5px 5px;
}

#coalo_image
{
    /*background-image:url('../../Images/CoaloBanner.jpg');     background-repeat:no-repeat;     background-position:bottom right;     height:150px;     width:379px;*/
}

