@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #434342;
	font-family: Helvetica, Geneva, Arial,  sans-serif;
	font-size: 62.5%;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/bg-03_07-10px.jpg);
	background-repeat: repeat;
	padding-top: 0px;
} 
#topContentBot {
	background-image: url(images/bg-bot-2-10px.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 3px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 144px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-left-color: #c6c6c6;
	background-color: #ada895;
}
#sidebar1 p {
	font-size: 1.2em;
	font-weight: bold;
}

.cwd_architects {
	position: relative;
	left: -10px;
	top: -15px;
}


/*#sidebar1 li {
	list-style-type: none;
	margin: 7px;
	font-size: 1.1em;
	font-weight: bold;
}

/*#sidebar1 ul {
	text-indent: 0px;
	margin: 0px;
	padding-left: 5px;
}*/

#mainmenu li {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#mainmenu ul {margin: 0; padding: 0;
	text-indent: 0px;
	
	position: relative;
}
#mainmenu {
}
#submenu ul {
	text-indent: 0px;
	margin: 0px;
	padding-left: 5px;
}
#submenu li {
	list-style-type: none;
	margin: 7px;
	font-size: 1.1em;
	font-weight: bold;
}





#sidebar1 a:link {
	font-size: 1em;
	font-weight: bold;
}
#mainContent  {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-bottom: 0;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#text {
	background-color: #eeebe6;
	margin-left: 175px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6c6c6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6c6c6;
	border-left-color: #c6c6c6;
	padding-left: 20px;
	padding-right: 20px;
}

#text p {
	font-size: 1.1em;
}
#text li {
	font-size: 1.1em;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#text ul {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
#profTop {
	width: 725px;
	margin-left: 175px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 0px;
}

#profText {
	float: left;
	width: 499px;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 20px;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-right-width: 1px;
	border-right-style: solid;
}
#profText  ul {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
#profText li {
	font-size: 1.1em;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}


#textWrapper {
	margin-left: 175px;
	margin-top: 0px;
	padding-top: 0px;
}
#textWrapper p {
	font-size: 1.1em;
}

#profSide {
	background-color: #FFFFFF;
	width: 180px;
	margin-left: 541px;
	padding-top: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#profSide ul {
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 5px;
}
#profSide h3 {
	margin-left: 15px;
}


.profSideBox {
	height: 45px;
	width: 150px;
	background-color: #3399FF;
}



#footer  {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
} 
#footerLogo {
	width: 143px;
	background-color: #8895b7;
	padding-left: 10px;
	padding-right: 10px;
	height: 95px;
	float: left;
	text-align: center;
	padding-top: 15px;
	border: 1px solid #949494;
}

#footerContact {
	margin-left: 175px;
	background-color: #81917e;
	height: 85px;
	padding-top: 25px;
	padding-right: 17px;
	border: 1px solid #949494;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.borderstyle {
	border: 1px solid #949494;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #434342;
}
a:visited {
	text-decoration: none;
	color: #434342;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #434342;
}
.tdpadding {
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 1.4em;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0px;
}

h2 {
	font-size: 1.25em;
	margin: 0;
}


#presstbl {

}
#presstbl td {
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.1em;
}
.profileHead {
	font-size:1.2em
}

/*start testimonial declarations */
.img {
	overflow:hidden;
	width:725px;/*h*/
	height:355px;
	/*margin-left:10px;*/
	float:left;
	/*margin-top:20px;*/
	background:#CCC;
}
.italian {
	float: right;
	padding-left: 15px;
	padding-bottom: 30px;
}


.img.home {
	height:544px;
}
ul.cells {
	clear:both;
	height:180px;/*h*/
	position:relative;
	z-index:20;
	color:#FFF;
	float:left;
	width:730px;/*h*/
	/*background-image: url(../images/mask_img.png);
	background-repeat: repeat;
	/*background-position: -2px -242px;*/
}
ul.cells p.buss {
	font-size:16px;
	text-align:center;
	margin:105px 0 0 0;
}
ul.cells li .testimonal {	
	padding:0 5px;/*h*/
	height:100%;
	position:absolute;
	z-index:100;
	top:0;
	display:none;
}
ul.cells li .shadow-g {
	background:#34421c;
	width:179px;/**h*/
	height:100%;
	display:none;
	z-index:100;
	position:absolute;
	top:0;
}
ul.cells li .shadow-w {
	background:#34421c;/*h*/
	width:361px;/*h*/
	height:100%;
	display:none;
	z-index:99; /*added*/
	position:absolute;
	top:0;
}
ul.cells li .shadow-t {
	background:#34421c;/*h*/
	width:543px;/*h*/
	height:100%;
	display:none;
	z-index:99; /*added*/
	position:absolute;
	top:0;
}
ul.cells li .testimonal p {
	/*padding:20px 0 0 0;*/
	line-height:15px;/*h*/
	/*height:140px;/*this is new and different keep in and then decide what to do*/
	overflow:hidden;
	font-size: 12px;
}
ul.cells li .testimonal i {
	font-size:15px;
}

ul.cells li .clients {	
	height:100%;
	display:none;
	position:absolute;
	width:100%;
	top:0;
	z-index:150;
}
ul.cells li .clients h4 {
	padding:15px 15px 0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
ul.cells li .clients p {
	padding:4px 15px 0;
	color:#3a3734;
	line-height:23px;
}

ul.cells.home {
	height:547px;/*h*/
	margin-top:-547px;/*h*/
	background-image: url(images/mask_img-12.png);
	background-repeat: repeat-y;
	background-position:  40px 3px;/*needs to be 40 for chrome*/
	margin-left: -40px; /*needs to be -40 for chrome*/
	margin-bottom: 0px;
}
	ul.cells li {
		float:left;
		margin:3px 3px 0 0;
		width:179px;/*h*/
		height:179px;/*h*/
		overflow:hidden;
		position:relative;
	}
ul.cells li.double {
width:361px
}



ul.cells li.triple {
width:543px
}	
.hometext {
	text-align: justify;
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
}
#links {
	margin-top: 50px;
}

