@charset "utf-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
margin:0px;
padding:0px;
border:0px;
}
html {
min-height:100%; 
margin-bottom:1px;
}
body {
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
padding:0px;
margin:0px;
}
#wrapper {
width:770px;
background-color:#94825B;
margin:0px auto;
}
#innerwrapper {
padding:35px 0px 0px 0px;
background-color:#94825B;
}
#leftcontainer {
width:150px;
background:#DED9CC;
float:left;
}
#menu {
}
#menu ul {
list-style:none;
padding:0px;
margin:0px;
}
#menu li {
padding:5px 0px 5px 10px;
}
#menu li a:link, #menu li a:visited {
color:#000;
text-decoration:none;
}
#menu li a:hover, #menu li a:active {
text-decoration:underline;
/*font-weight:bold;*/
}

#address {
padding:10px 5px;
clear:both;
font-size:9px;
font-weight:bold;
background-color:#94825B;
}
#address a:link, #address a:visited {
color:#FFF;
font-weight:bold;
}

#address a:hover, #address a:active {
text-decoration:underline;
}




#header img {
float:left;
margin:0px 5px;
}
#header p {
padding:5px;
}
#contentcontainer {
width:615px;
float:right;
background:#FFF;
border-left:5px solid #fff;
}
#contentcontainer p {
text-align:justify;
}
#header {
height:75px;
}
#headerphoto {
height:150px;
}
#contentmenu {
background-color:#FFF;
border-top:5px solid #fff;
}



#contentmenuservices {
float:left;
width:201px;
/*height:65px;*/
background-color:#94825B;
border-right:5px solid #fff;
color:#FFF;
}

#contentmenucurrentprojects {
float:left;
width:201px;
/*height:65px;*/
background-color:#94825B;
border-right:5px solid #fff;
color:#FFF;
}

#contentmenutestimonials {
float:left;
width:202px;
/*height:65px;*/
background-color:#94825B;
color:#FFF;
}

#content {
float:left;
width:615px;
background-color:#FFF;
}
#content p {
margin:20px 5px;
}
#content a:link, #content a:visited {
color:#94825B;
text-decoration:underline;
}
#content a:hover, #content a:active {
color:#000;
text-decoration:underline;
/*font-weight:bold;*/
}
#content blockquote {
padding:6px;
border:1px solid #030;
background-color:#EEE;
width:250px;

}
#content ul {
margin:5px 0px 5px 50px;
}
#content li {
list-style:outside;

}
#content H1 {
padding: 10px 0px 5px 5px;
font-weight:bold;
font-size:16px;
color:#94825B;
border-bottom: 1px dotted #000;
}

#footer {
height:35px;
clear:both;
}
#lowerfooter {
background-color:#B8AD92;
text-align:right;
padding:3px;
font-size:9px;
}

#validationcontainer {
margin:0px auto;
padding:5px;
}
#validation {
width:770px;
background-color:#FFF;
margin:5px auto;
text-align:right;
}
#validation a, 
#validation a:link, 
#validation a:visited, 
#validation a:hover, 
#validation a:focus {
border:0px;
}


/*class*/

.contentmenublackbox {
color:#FFF;
font-weight:bold;
padding: 5px 0px 5px 5px;
background-color:#000;
display:block;
}
.contentmenuleftimg {
float:left;
padding:5px;
}
.contentrightimg {
float:right;
padding:5px 0px 5px 10px;
}
.contentrightvid {
float:right;
padding:25px 5px 5px 10px;
}
.bold {
font-weight:bold;
}



