@charset 'UTF-8';

* {
    letter-spacing: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    background-color: #484631;
    background-image: url('/images/layout/background_02.jpg');
}

body.mceContentBody {
    background-color: #FFFFFF;
    background-image: none;
}

body.mceContentBody, body.mceContentBody.p {
    /*color: #000000;*/
}

body, td, div, p, h1, h2 {
    font-family: Times New Roman, Georgia, serif;
    font-size: 14px;
    color: #444444;
}

img {
    behavior: url('/css/htc/iepngfix.htc');
    border: 0px;
}

a:link, a:visited {
    color: #558b56;
    text-decoration: none;
}

a:hover, a:active {
    color: #a6bb88;
    text-decoration: none;
}

h1 {
    margin: 5px 0 10px 0;
    padding: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    font-style: italic;
    color: #553220;
}

h2 {
    margin: 5px 0 10px 0;
    padding: 0px;
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    font-weight: normal;
}

h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
    font-weight: bold;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

td, div, p, span {
    line-height: 110%;
}

form {
    margin: 0px;
    padding: 0px;
}

center {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 10px;
    padding: 0px;
}

ul li {
    margin: 0 0 4px 14px;
    padding: 0 0 0 -2px;
}

ul.nobullet li {
    list-style-type: none;
}

ol {
    margin: 10px 0 10px 10px;
    padding: 0px;
}

ol li {
    margin: 0 0 4px 16px;
    padding: 0 0 0 -4px;
}

/* PAGE LAYOUT */

#background {
    height: 768px;
    background-image: url('/images/layout/background_01.jpg');
    background-repeat: repeat-x;
}

#container {
    position: relative;
    margin: 10px auto 0px;
    width: 832px;
}

#header {
    position: absolute;
    z-index: 1001;
    width: 832px;
}

#content {
    padding-top: 85px;
}

#content_bg-top {
    height: 15px;
    overflow: hidden;
    background-image: url('/images/layout/content_bg_01.png');
    background-repeat: no-repeat;
}

#content_bg-repeat {
    background-image: url('/images/layout/content_bg_03.png');
    background-repeat: repeat-y;
}

#content_bg {
    background-image: url('/images/layout/content_bg_02.png');
    background-repeat: no-repeat;
}

#content_padding {
    margin: 0 16px;
    padding-top: 1px;
}

#content, #content td, #content div, #content p {
    line-height: 18px;
    text-align: justify;
}

/* START: TOPNAV */

#topnav {
    background-color: #6E422B;
}

#topnav ul {
    width: 800px;
    height: 37px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#topnav ul li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#topnav a {
    display: block;
    background-image: url(/images/layout/topnav.gif);
    padding-top: 37px;
    /*line-height: 37px;*/
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

#topnav-home {
    width: 94px;
}

#topnav-home:hover, #topnav-home.selected {
    background-position: 0px -37px;
}

#topnav-about_us {
    width: 120px;
    background-position: -94px 0px;
}

#topnav-about_us:hover, #topnav-about_us.selected {
    background-position: -94px -37px;
}

#topnav-projects_services {
    width: 207px;
    background-position: -214px 0px;
}

#topnav-projects_services:hover, #topnav-projects_services.selected {
    background-position: -214px -37px;
}

#topnav-testimonials {
    width: 152px;
    background-position: -421px 0px;
}

#topnav-testimonials:hover, #topnav-testimonials.selected {
    background-position: -421px -37px;
}

#topnav-news {
    width: 88px;
    background-position: -573px 0px;
}

#topnav-news:hover, #topnav-news.selected {
    background-position: -573px -37px;
}

#topnav-contact_us {
    width: 139px;
    background-position: -661px 0px;
}

#topnav-contact_us:hover, #topnav-contact_us.selected {
    background-position: -661px -37px;
}

/* END: TOPNAV */

#topimg {
    margin-top: 3px;
}

#content_main {
    padding: 10px;
    min-height: 300px;
}

#content_bg-bottom {
    height: 15px;
    overflow: hidden;
    background-image: url('/images/layout/content_bg_04.png');
    background-repeat: no-repeat;
}

#footer {
    text-align: center;
    font-size: 12px;
    color: #CCCCCC;
}

#footer a:link, #footer a:visited {
    color: #EEEEEE;
}

#footer a:hover, #footer a:active {
    color: #a6bb88;
}

#footer-copyright {
    margin: 30px 0 15px;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #DEDEDE;
}

#footer-copyright a:link, #footer-copyright a:visited {
    color: #DEDEDE;
}

#footer-copyright a:hover, #footer-copyright a:active {
    color: #a6bb88;
}

/* MESSAGE CLASS */

.message-err {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    color: #000000;
}

/* VALIDATION */

.formRequired_fail {
    border: 1px solid #FF0000;
}

input.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color : #000;
}

.validation-advice, .custom-advice {
    margin: 0 5px;
    color: #FF0000;
}

/* MISC */

.curved {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(/css/htc/border-radius.htc);
}

fieldset {
    border: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 1em;
}

fieldset legend {
    display: block;
}

.affiliates {
	float: left;
    width: 200px;
	padding: 0 30px 5px 30px;
}

.affiliates-logo {
	border: 1px solid #CCCCCC;
	background-color: #F7F8EE;
}


.affiliates p {
	text-align: center !important;
}