html {
    background: #cccccc;
}

body {
    background: #cccccc;
}

/*a:active, a:focus {
  background: #ccc;
  outline: none;
  }*/

/*a:visited {
  color: #382513;
  }*/

#container {
    min-width: 750px;
}

#header {
    position: relative;
    width: 100%;
    height: 165px;
    background: #333333;
}

#headercontent {
    position: relative;
    max-width: 800px;
    min-width: 750px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#headercontent p {
    color: white;
    font-size: 1.25em;
    font-weight: bold;
}

#headercontent span a {
    position: absolute;
    bottom: 4em;
    right: 0;
    color: white;
    text-transform: uppercase;
    font-size: 0.75em;
}

#header h1 {
    position: absolute;
    bottom: 3em;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: url("../images/logo_2.png") no-repeat bottom left;
}

#header h1 span {
    display: none;
}

#menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    line-height: 2em;
    background: #72e400;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#menu a span {
    display: none;
}

#menu a {
    color: white;
    float: left;
    text-align: center;
    text-transform: uppercase;
    display: block;
    height: 2em;
    width: 20%;
}

#menu a:hover {
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: #808080;
}

#menu ul {
    max-width: 800px;
    min-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

/*#menu .current-page {
  background: #d8caa8;
  }

#menu a:hover.current-page {
background: #d8caa8;
}*/

#content {
    position: relative;
    max-width: 800px;
    min-width: 750px;
    width: 100%;
    min-height: 40em;
    margin: 0 auto;
    background: white;
}

#maincontent {
    width: 100%;
}

#specific {
    height: 177px;
    position: relative;
    z-index: 2;
}

#specific span  {
    width: 100%;
    position: absolute;
    left: 0;
    top: 177px;
    height: 2em;
    background: #72e400;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#partners #specific {
    height: 0;
}

#partners #specific span {
    height: 0;
    border: 0;
}

#index #specific #image {
    height: 100%;
    background: transparent url("../images/index_2.jpg") no-repeat top left;
}

#company #specific #image {
    height: 100%;
    background: transparent url("../images/company_2.jpg") no-repeat top left;
}

#services #specific #image {
    height: 100%;
    background: transparent url("../images/services_2.jpg") no-repeat top left;
}

#careers #specific #image {
    height: 100%;
    background: transparent url("../images/careers_2.jpg") no-repeat top left;
}

#contact #specific #image {
    height: 100%;
    background: transparent url("../images/contact_2.jpg") no-repeat top left;
}

#contact_form #specific #image {
    height: 100%;
    background: transparent url("../images/contact_form_2.jpg") no-repeat top left;
}

#pagetext {
    margin-left: 200px;
    padding: 2em 0 5em 1em;
}

#pagetext p {
    padding: 1.5em 2em 0 2em;
}

#pagetext h1 {
    padding: 1em 2em 0 0;
    font-size: 1.5em;
}

#pagetext ul {
    margin: 1em 1em 1em 5em;
    padding: 0;
    list-style: disc;
}

#partners #pagetext ul {
    margin: 0;
    list-style: none;
}

#partners #pagetext li {
    margin-top: 2em;
}

#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 200px;
    height: 100%;
    background: #666666;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#sidebar a {
    color: #72e400;
    font-weight: normal;
}

#sidebar hr {
    margin: 1em 1em 0 1em;
}

#sidebartext {
    width: 100%;
    color: white;
    margin-top: 177px;
    padding-top: 3em;
}

#partners #sidebartext {
    margin-top: 0;
}

#sidebartext h1 {
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 1em;
}

#sidebartext h2 {
    font-size: 1em;
    font-weight: bold;
    padding: 0 1em;
}

#sidebartext p {
    padding: 0 1em;
}

#sidebartext p + p {
    padding: 1em 1em 0 1em;
}

#sidebartext ul {
    margin: 1em 1em 1em 2em;
    padding: 0;
    list-style: disc;
}

#contactinfo {
    width: 100%;
    padding-top: 2em;
}

#contactinfo a {
    font-size: 1em;
    font-weight: bold;
}

#contactinfo p {
    text-align: center;
    padding: 1em 0;
    font-size: 1em;
    font-weight: bold;
}

#footer {
    clear: both;
    position: relative;
    max-width: 800px;
    min-width: 750px;
    width: 100%;
    color: white;
    margin: 0 auto;
    height: 5em;
}

#footer a {
    color: #666666;
}

#footercontent {
    position: relative;
    border: 1px solid white;
    /*	height: 1.5em;
	line-height: 1.5em;*/
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background: #72e400;
}

#footercontent .separator {
    position: absolute;
    top: 1px;
    left: 0;
    width: 200px;
    /*	height: 1.5em;*/
    height: 100%;
    border-right: 1px solid white;
}

#footertext {
    font-size: 0.75em;
    padding-left: 210px;
    padding-right: 1em;
}
