html,body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	background: #403f31;
	color: #6c6c59;
       background-image: url(/images/bg_site.gif);
}

a {
	color: #6c6c59;
	text-decoration: none;
        outline: none;
}

a:hover {
	color: #0e9dbf;
	text-decoration: none;
}

.active {
	color: #0e9dbf;
}

H1, H2, H3 {
	margin:0;
	padding:0;
}

H1 {
	font-size: 100%;
}

H2 {
	font-size: 110%;
}

/* page headlines */
H3 {
	font-size: 120%;
        margin-bottom: 3px;
}

/* homepage tagline */
H4 {
       font-size: 180%;
       font-weight: normal;
       line-height: 1.5em;
}

label {
display: block;
float: left;
width: 150px;
font-weight: bold;
clear:left;
}

.formText {
width: 300px;
}

.formTextarea {
width: 300px;
height: 150px;
}

img {
	border: 0;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #ecece7 url(/images/bg_hdr.gif) no-repeat center top;
position: relative;
min-height: 700px;
}

#ftr {
        padding: 5px 150px 3px 150px;
background-color: #b1a323;
width: 700px;
color: #e4dfb3;
font-size: 10px;
margin: 0 auto 42px auto;
}

#ftr a {
color: #e4dfb3;
}

#ftr a:hover {
text-decoration: underline;
}

#logo {
position: absolute;
top: 38px;
left: 29px;
}

#content {
	width: 675px;
	margin: 105px 175px 0 150px;
	border-top: 5px solid #bab9ac;
       padding: 20px 0 30px 0;
}

.content50 {
       width: 337px;
float:left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.left {
text-align: left;
}

#homepage {
	width: 675px;
	margin: 100px 175px 0 150px;
        padding: 0 0 30px 0;
}

#nav {
	width: 200px;
	padding-right: 25px;
	float: left;
}

#copy {
	width: 450px;
	float: left;
}

.clientList {
	margin: 0 0 50px 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

.clientList li {
	padding-bottom: 2px;
}

.portfolioItem {
	margin: 0 0 30px 0;
	border-bottom: 5px solid #d9d9d0;
        padding-bottom: 20px;
}

.portfolioImg {

}

.clearBoth {
	clear: both;
}

.floatRt {
      float: right;
}

.floatLt {
     float: left;
}

#container p {
	margin: 0 0 20px 0;
}

.hpFeature {
       width: 200px;
      margin-left: 37px;
     float:left;
}

.hpFeature h1 {
       padding: 10px;
       border-top: 5px solid #c9c9bc;
       border-bottom: 5px solid #c9c9bc;
font-size: 120%;
font-weight: normal;
}

.hpFeature h3 {
       padding: 10px 10px 0 10px;
       border-top: 5px solid #c9c9bc;
font-size: 120%;
font-weight: normal;
}

.hpFeature h2 {
       height: 20px;
       padding: 0 0 10px 10px;
       border-bottom: 5px solid #c9c9bc;
font-size: 90%;
font-weight: bold;
}

.hpFeature p {
      padding: 10px 10px 0 10px;
      margin: 0 0 0 0;
}

.hpFeature .hpMore {
     font-size: 10px;
     padding-top: 5px;
     display: block;
}

.first {
     margin-left: 0;
}

.hpFeatureImg {
     padding-top: 20px;
     width: 200px;
}