html, 			body, 
div,			span, 
object, 		iframe, 
h1, h2, h3, h4, h5, h6, 
p, 				blockquote, 
pre, 			a, 
abbr, 			acronym, 
address, 		code, 
del, 			dfn, 
em, 			img, 
q, 				dl, 
dt, 			dd, 
ol, 			ul, 
li, 			fieldset, 
form, 			label, 
legend, 		table, 
caption, 		tbody, 
tfoot, 			thead, 
tr, 			th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-weight: inherit; 
    font-style: inherit; 
    font-size: 100%; 
    font-family: inherit; 
    vertical-align: baseline;
}



body {
    background: #FFFFFF url(../img/bg.jpg) repeat-x;
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma;
    font-size: 11px;
    color: #6F6F6F;
}

#wrapper {
    position:relative;
    margin: 0 auto;
    width: 850px;
}

.header {
    position: relative;
    background: #BBBC1D;
    width: 846px;
    height: 260px;
    z-index: 99;
}

/* Content */

.content {
    background: transparent url(../img/content-bg.png) repeat-y;
    min-height: 463px;

    width: 850px;
}
/* for ie6 */

* html .content {
    height: 463px;
}



.content h3 {
    position: absolute;
    text-transform: uppercase;
    color: #00538E;
    clear: none;
    margin: 33px 0px 26px 60px;
    font-size: 16px;
    font-weight: bold;
}

.content h4 {
    position: relative;
    color: #717212;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0px 10px 65px;
}

.recruit-form {
    float: left;
    position: relative;
    width: 90%;
    margin: 10px 0px 10px 65px;
}

.recruit-form td {
    vertical-align: middle;
    padding: 3px 13px 3px 3px;
}

.content hr {
    width: 736px;
    height: 2px;
    margin-top: 26px;
    background-color: #BBBC1D;
    border: none;
}
.content #services-pic {
    margin: 5px 5px 10px 80px;
}
.content-text #map {
    margin: 10px 0px 10px 60px;
}
.content-text {
    position: relative;
    float: left;
    clear: none;
    width: 50%;
    padding-bottom: 15px;
}
.content-text a {
    text-decoration: underline;
    color: #496F97;
}
.content-text a:hover {
    text-decoration: none;
}
.content-reference {
    position: relative;
    float: left;
    clear: none;
    width: 40%;
}
.content p {
    text-align: left;
    line-height: 1.6;
}
.content p.text-page {
    margin: 10px 10px 0px 65px;
    padding-top: 10px;
    width: 90%;
}

.content p.contact-page {
    margin: 8px 10px 0px 65px;
    padding-top: 10px;
    width: 45%;
}
.content p.contact-page2 {
    position: absolute;
    top: 243px;
    left: 320px;
    width: 45%;
}
.content p.contact-page3 {
    position: absolute;
    top: 190px;
    left: 560px;
    width: 45%;
}
.content p.reference-page {
    margin: 25px 10px 0px 50px;
    text-align: left;
    width: 80%;
}

.content-pictures {
    position: relative;
    width: 295px;
    margin-top: 25px;
    margin-left: 89px;
    float: left;
}
/* For ie6 */
* html .content-pictures {
    margin-left: 55px;
}

.content #reference-logo {
    position: absolute;
    margin-left: 220px;
    top: 200px;
}
.content #reference-pic-large {
    margin-left: 60px;
    margin-top: 30px;
    float: left;
    min-width: 415px;
    min-height: 228px;
}
/* For ie6 */
* html .content #reference-pic-large {
    width:415px;
    height:228px;
    margin-left: 30px;
}
.picture-gallery {
    width:823px;
    height:135px;
    border: none;
    margin-left: 12px;
    padding-top: 17px;
    float: left;
}

* html .picture-gallery {
    margin-left: 7px;
}

.content-pictures #left-picture {
    
    margin-left: 5px;
}

.content-pictures #right-picture {

    margin-left: 5px;
}
.frontpage-flags {
    position: relative;
    width: 85px;
    height: 19px;
    float: left;
    margin: 45px 0px 0px 60px;
}
.frontpage-flags img {
    margin-left: 5px;
}
.intro-slogan {
    position: relative;
    width: 193px;
    height: 50px;
    margin-left: 628px;
}
.intro-slogan #logo {
    margin-top: 30px;
}
.intro-slogan #slogan {
    margin-left: 77px;
    margin-top: 5px;
}

.intro-picture {
    background: transparent url(../img/intro-picture.jpg) no-repeat;
    float: left;
    width: 846px;
    height: 360px;
}

.logo {
    position: relative;
    left: 520px;
    top: 30px;
    width: 100px;
    clear: none;
}

.flags {
    position: relative;
    left: 715px;
    top: 9px;
    width: 87px;
    clear: none;
}

.flags img {
    margin-left: 5px;
}

/* Navigation */

.menu {
    position: absolute;
    top: 25px;
    left: 60px;
    text-transform: uppercase;
    font-weight: normal;
    z-index: 999;
}
html > body .menu {
    position: absolute;
       
}
.menu a {
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
}
.menu a:hover {
    text-decoration: underline;
}

.menu li {
    float: left;
    list-style-type: none;
    border-left: solid 1px white;
    padding-right: 4px;
    padding-left: 4px;
    width: auto;
}
.menu li:first-child {
    border: none;
}

/* Footer */

.footer {
    background: transparent url(../img/footer-bg.png) no-repeat top right;
    position: relative;
    height: 40px;
    width: 829px;
    padding-right: 23px;
    clear: both;
    margin-bottom: 30px;
    margin-left: 0px;
}

.footer-left {
    color: #6F6F6F;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    width: 133px;
    font-size: 10px;
}
.footer-right {
    text-align: center;
    float: right;
    position: relative;
    left: 20px;
    padding-top: 0px;
    margin-top: 0px;
    top: 10px;
    width: 78px;
    height: 23px;
    letter-spacing: 1px;
}
ul#mycarousel {



  width: 736px;

  height: 135px;

  padding: 0px 0px 0px 0px;

  position: relative;

  clear: both;

}



ul#mycarousel li {

  padding: 0 5px;

  margin: 0;

  list-style-type: none;

  float: left;

  width: 115px;

  height: 135px;

  text-align: center;

}


ul#mycarousel li a {
  text-decoration: none;
  color: #717212;
}
ul#mycarousel li a:visited {
  text-decoration: none;
}
