@charset "UTF-8";

body {
    -webkit-text-size-adjust: 100%;
}

article, aside, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

h1, h6, p {
    margin: 0px 0;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    margin: 0px;

}

body {
    /*text-align: center;*/
}

/*
	 change padding = change the bar heigh
*/
h6 {
    /*background:;*/
    color: white;
    padding: 0px 0;
    position: relative;
}

h6:before {
    width: 100%;
}

h6:before, h6:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #245F8A;
}

h6:before {
    right: 100%;
}

h6:after {
    left: 100%;
}

h6:nth-of-type(1), h6:nth-of-type(1):before, h6:nth-of-type(1):after {
    background-color: #245F8A;
}

.left-only:after {
    display: none;
}

.right-only:before {
    width: 20px;
}

/*
	 
	 FINISH THE TRICK WITH THE BAR
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

h1 {
    font-size: 22px;
    color: #245F8A;
}

h2 {
    font-size: 18px;
    color: #666;
}

h3 {
    font-size: 16px;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Geneva, sans-serif;
}

h4 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 1.5em;
    text-align: justify;
    width: 100%;
}

h5 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
}

body, td, th {
    font-family: Verdana, Geneva, sans-serif;
    /*text-align: center;*/
}

#page-wrap {
    width: 100%;
    /*text-align: center;*/
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

#container {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    /*text-align: center;*/
    /*width: 960px;*/
    margin-right: auto;
    margin-left: auto;
}

#logo {
    background: url('../images/Cris-Chiavenato-Logo-Blue_330.png') no-repeat left top;
    height: 200px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    width: 479px;
    position: absolute;
    overflow: hidden;
    left: 0;
}

#flag_us {
    margin-top: -10px;
    background-position: 700px;
    background-repeat: no-repeat;
    height: 25px;
    text-align: right;
    width: auto;
    margin-right: 5px;
    border: none;
    position: absolute;
    right: 32px;
    z-index: 1;
}


#flag_us img {
    vertical-align: bottom;
}

#header {
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 216px;
    color: #FFF;
}

/* drop down menu */

#navbar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    height: 30px;
    color: #FFF;
    background-color: #245F8A;
    margin-right: 0px;
    float: right;
    width: 486px;
    position: relative;
    margin-top: 170px;
    z-index: 1;
}

#navbar ul {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;;
    margin: 0px;
}

#navbar li {
    display: block;
    background-color: #245F8A;
    height: 30px;
    list-style-type: none;
    text-decoration: none;
    padding-right: 4px;
    padding-left: 4px;
}

#navbar ul li {
    float: left;
    position: relative;
}

#navbar ul li a {
    color: #FFF;
    display: block;
    height: 20px;
    background-color: #245F8A;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

#navbar ul li a:visited {
    color: #FFF;
    text-decoration: none;
}

#navbar ul li a:hover {
    color: #8FCCE6;
    text-decoration: none;
}

#navbar ul li ul {
    position: absolute;
    top: 30px;
    display: none;
    font-size: 12px;
    height: 110px;
    width: 160px;
    z-index: 3;
}

#navbar ul li:hover ul {
    /*display: block;*/
    background-color: #245F8A;
    width: 180px;
    height: auto;
}

#navbar ul li ul li a {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #245F8A;
    text-align: left;
    margin-left: 10px;
    height: 30px;
    background-color: #245F8A;
    padding-top: 5px;
}

#navbar ul li ul li {
    width: 170px;
    height: auto;
    top: 0px;
    right: 15px;
    background-color: #245F8A;
}

/* drop down menu finished */

#newsletter a {
    color: #666;
    text-decoration: underline;
}

#newsletter a:hover {
    color: #09F;
    text-decoration: underline;
}

#newsletter {
    width: 960px;
    z-index: 17;
    text-align: right;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: block;
    float: right;
    font-size: 13px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#main {
    width: 900px;
    min-height: 540px;
    margin: auto;
    clear: both;
    position: relative;
}

#title {
    text-align: left;
}

#content1 {
    /*height: 160px;*/
    width: 940px;
    position: relative;
    top: 0px;
    z-index: auto;
}

#content {
    height: 470px;
    width: 900px;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    top: 0px;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: url(../images/content.png);
    background-repeat: no-repeat;
}

#small_square1 {
    left: 4px;
    top: 12px;
    width: 180px;
    height: 120px;
    z-index: auto;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #60605e;
    font-weight: normal;
    position: absolute;
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#small_square2 {
    left: 243px;
    top: 12px;
    width: 180px;
    height: 120px;
    z-index: auto;
    text-align: center;
    padding-top: 30px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #60605e;
    font-weight: normal;
    position: absolute;
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
}

#small_square3 {
    left: 481px;
    top: 12px;
    width: 180px;
    height: 120px;
    z-index: auto;
    text-align: center;
    padding-top: 30px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #60605e;
    font-weight: normal;
    position: absolute;
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
}

#small_square4 {
    left: 720px;
    top: 12px;
    width: 180px;
    height: 120px;
    z-index: auto;
    text-align: center;
    padding-top: 30px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #60605e;
    font-weight: normal;
    position: relative;
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
}

#content_about {
    width: 900px;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    margin-bottom: 0px;
    position: relative;
    z-index: auto;
	font-size: 13px;
    /*height: 850px;*/
}

#content_testimonies {
    width: 900px;
    margin: 0 10px 5px 0;
    /*height: 1300px;*/
}

#content_testimonies1 {
    width: 900px;
    margin-left: 0;
    padding-left: 0;
    left: 0;
    padding-bottom: 250px;
}

#content_faq {
    width: 910px;
    margin-bottom: 5px;
    text-align: left;
}

img.articleimage {
    float: left;
    margin-right: 1.5em;
    /*margin-bottom: 60px;*/
    padding: 5px 5px 5px 0;
}

img.articleimage1 {
    float: left;
    margin-right: 1.5em;
    padding: 5px;
    margin-bottom: 10px;
}

img.articleimage2 {
    margin-right: 0px;
    float: right;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}

#logo_comp {
    position: absolute;
    left: 182px;
    top: -60px;
    width: 460px;
    height: 95px;
    z-index: 27;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
}

#background1 #container #main #content #logo_comp img {
    padding-right: 0px;
    padding-left: 22px;
}

#content_service {
    width: 500px;
    width: 900px;
    /*height: 430px;*/
    padding-left: 0px;
}

#sidebar {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    text-transform: none;
    color: #245F8A;
    width: 180px;
    height: 113px;
    height: 600px;
    width: 240px;
    top: 267px;
    left: 730px;
    text-align: left;
    padding-top: 200px;
    text-decoration: none;
    position: absolute;
}

#sidebar ul li a {
    color: #245F8A;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #8FCCE6;
}

#form {
    text-align: left;
    /*height: 350px;*/
    width: 440px;
    float: none;
    background-image: url(../images/square_contact.jpg);
    padding: 10px;
    position: relative;
    left: 0px;
    clear: both;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
}

#content_form {
    margin-top: 0px;
    /*height: 580px;*/
    width: 900px;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#page-wrap #container #main #content_form #form form h4 {
    text-align: right;
}

.squaretext {
    float: right;
    margin: 0px;
    /*padding-top: 0px;*/
    /*padding-right: 0px;*/
    /*padding-bottom: 0px;*/
    /*padding-left: 10px;*/
}

/*begin styles specific for FAQs*/

#panel_holder {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
    width: 900px;
    color: #666;
}

#panel_holder h3 {
    margin: 0px 0px 0px 50;
}

.titlepanel {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 2.3em;
    width: 900px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
    border-top-color: rgba(204, 204, 204, 1);
    border-right-color: rgba(204, 204, 204, 1);
    border-bottom-color: rgba(204, 204, 204, 1);
    border-left-color: rgba(204, 204, 204, 1);
}

.panel {
    font-style: italic;
    color: rgba(153, 153, 153, 1);
    font-family: Verdana, Geneva, sans-serif;
    padding-left: 0px;
    line-height: 1.6em;
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 50px;
    width: 900px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: justify;
}

.panel img {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

img.right {
    float: right;
    margin: 0px 0px 0px 0px;
}

.panel p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
}

h3 img {
    vertical-align: baseline;
    border: none;
    margin-left: 25px;
}

.img_panel {
    text-align: right;
    float: right;
    top: 0px;
    right: 0px;
    text-decoration: none;
    border: none;
    margin-top: 5px;
}

#image_panel_right {
    text-align: right;
    border: none;
}

/* the Show/Hide  */
.more {
    display: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
    padding-bottom: 20px;
    padding-top: 0px;
    background-color: rgba(255, 255, 255, 1);
}

a.showLink, a.hideLink {
    text-decoration: none;
    padding-left: 8px;
    background: transparent url(assets/show.jpg) no-repeat right;
    float: right;
}

a.hideLink {
    background: transparent url(assets/hide.jpg) no-repeat right;
    float: right;
}

/* 	a.showLink:hover, a.hideLink:hover {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #36f;
}

/* FINISHED the Show/Hide */

#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: auto;
    text-align: center;
    width: 100%;
    font-weight: normal;
    vertical-align: middle;
    z-index: 0;
    margin: auto;
    background-color: #245F8A;
    overflow: hidden;
    clear: both;
}

#footnav {
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding-left: 295px;
    padding-top: 20px;
    background-color: #245F8A;
}

#footnav ul {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;
    background-color: #245F8A;
    margin: 0px;
}

#footnav li {
    display: block;
    background-color: #245F8A;
    height: 20px;
    list-style-type: none;
    text-decoration: none;
    padding-right: 7px;
    padding-left: 7px;
}

#footnav ul li {
    float: left;
    position: relative;
}

#footnav ul li a {
    color: #FFF;
    display: block;
    height: 20px;
    background-color: #245F8A;
    text-decoration: none;
    line-height: 20px;
    text-align: center;

}

#footnav ul li a:visited {
    color: #FFF;
    text-decoration: none;
}

#footnav ul li a:hover {
    color: #8FCCE6;
    text-decoration: none;
}

/*tentar por aqui*/
#footnav ul li ul {
    float: left;
    top: 30px;
    width: auto;
    display: none;
    /*visibility: hidden;*/
    /*font-size: 12px;
    display: inline;*/
}

#footnav ul li:hover ul {
    /*display: block;*/
}

#footnav ul li ul li a {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(0, 204, 255, 1);
}

#footna4v ul .topmenu {
    width: 40px;
}

#footnav ul .submenu {
    width: 360px;
    height: 25px;
    display: none;
    text-align: center;
    /*vertical-align: 1 .%;*/
    position: absolute;
    left: -120px;
    top: 20px;
}

#rights {
    z-index: 15;
    font-family: Verdana, Geneva, sans-serif;
    color: #666;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    padding-top: 5px;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-left: 40px;
    width: 940px;
    margin: 0 auto;
}

a img {
    border: none;
}

.footer-inner {
    width: 960px;
    margin: 0 auto;
}

.rights-wrapper {
    width: 100%;
}

.bluebar {
    width: 100%;
    background: #245F8A;
    height: 200px;
}

.bluebar-inner,
.flag-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /*height: 266px;*/
}

.flag-inner {
    padding-right: 5px;
}

.vertical_line {
	border-left: 1px solid grey;
	padding-top: 0;
	padding-right: 3px;
	padding-left: 2px;
	padding-bottom: 0;
}

div.float_l {
    width: 700px;
}

.float_l {
    float: left;
    white-space: nowrap;
}

.titlepanel {
    clear: both;
}

.more p {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 1.5em;
    clear: both;
    width: 100%;
    text-align: justify;
}

.more h4 {
    display: block;
    /*clear: both;*/
    float: right;
    width: 100%;
    height: auto;

}

.clear {
    clear: both;
}

.service_image {
    width: auto;
    float: left;
    overflow: hidden;
}

.service_content {
    width: 650px;
    float: left;
}

.about_image {
    width: auto;
    float: left;
    overflow: hidden;
    height: 267px;
}

.about_content {
    width: 606px;
    float: left;
}

#content_about h4 {
    width: auto;
}

.contact_submit {
    padding: 30px 0;
    clear: both;
}

.form_row {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 1.5em;
    text-align: justify;
    width: 85%;
    float: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.form_row1 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 1.5em;
    text-align: justify;
    width: 85%;
    float: left;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.form_row2 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 1.5em;
    text-align: justify;
    width: 85%;
    float: left;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.form_row input,
.form_row textarea {
    float: right;
    width: 250px;
}

.form_row1 input,
.form_row1 textarea {
    float: right;
    width: 250px;
}

.form_row2 input,
.form_row2 textarea {
    float: right;
    width: 70px;
}

.form_row label {
    float: left;
}

.form_row1 label {
    float: left;
}

.form_row2 label {
    float: left;

}

.textfieldRequiredMsg,
.textfieldInvalidFormatMsg {
    left: 10px;
    margin-top: 20px;
    position: absolute;
}

#titlepanel {
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
    border-bottom-color: rgba(204, 204, 204, 1);
}
