@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #333333;
	background-image: url(images/body-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	height: 143px;
}

.clear {
	clear: both;
}
a {
	outline: 0;
}
p {
	margin-bottom: 10px;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}




.testimonialBox {
	background-color: #000000;
	background-image: url(images/testimonial-box.jpg);
	background-position: bottom;
	float: left;
	width: 280px;
	padding: 20px;
	color: #FFFFFF;
	font-size: 180%;
	line-height: 140%;
	text-align: center;
	background-repeat: no-repeat;
}
.TestimonialSmall {
	font-size: 60%;
	line-height: 160%;
}
.contactBox {
	float: left;
	width: 160px;
	border: 1px solid #000000;
	margin-left: 20px;
	padding: 20px;
	margin-right: 20px;
	height: 300px;
	background-image: url(images/grey-strip-bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
h2 {
	font-size: 170%;
	margin-bottom: 10px;
	color: #b07e48;
	font-weight: lighter;
}
.inner .header {
	height: 170px;
}
.imageBox {
	float: right;
	height: 300px;
	width: 300px;
	margin-bottom: 30px;
	margin-left: 30px;
	border: thin solid #CCCCCC;
}
.inner .content {
	background-image: url(images/grey-watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.footer {
	background-image: url(images/footer-bkg.jpg);
	background-repeat: repeat-x;
	height: 106px;
	text-align: center;
	padding-top: 100px;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 180%;
}
.content {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #000000;
}
.marginTop20px {
	margin-top: 20px;
}


.intro {
	font-size: 130%;
}
h1 {
	font-size: 210%;
	margin-bottom: 10px;
	color: #b07e48;
	font-weight: lighter;
}
.content ul {
	margin-left: 30px;
	list-style-image: url(images/black-bullet.jpg);
}
.content li {
	margin-bottom: 10px;
	margin-left: 30px;
}
.homeText {
	float: left;
	width: 375px;
	background-image: url(images/grey-watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cta {
	float: right;
	height: 143px;
	width: 295px;
}
.nav {
	float: left;
	height: 62px;
	width: 397px;
	padding-top: 65px;
	padding-left: 35px;
}
.marginRight15px {
	margin-right: 15px;
}
.caseStudyBox {
	padding-top: 15px;
	background-repeat: no-repeat;
	height: 342px;
	background-position: right bottom;
}
.caseStudyBox p {
	color: #FFFFFF;
	font-size: 90%;
	line-height: 170%;
}
.csTextBox {
	background-image: url(images/dark-grey-watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
}
.csTextBox h1 {
	font-size: 210%;
	padding-bottom: 10px;
	font-weight: lighter;
}
.border {
	border: 1px solid #333333;
}

.marginBottom20px {
	padding-bottom: 20px;
}
.marginRight30px {
	margin-right: 30px;
}
.date {
	font-style: italic;
	color: #CCAF85;
	font-size: 100%;
}
.inner {
	background-image: url(images/bkg-strip-inner.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h3 {
	font-size: 140%;
	color: #C49A6A;
	margin-bottom: 10px;
	font-weight: lighter;
}
.goldBkg {
	background-color: #DCC6AB;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 4px;
	margin-left: 4px;
}

/* Rollovers */

.rollover-rm a { display:block; height:24px; width:77px; overflow:hidden; }
.rollover-rm {
	float: right;
	height: 24px;
}


.rollover-rm a:hover { display:block; text-indent:-77px; }
.content .homeText a {
	color: #C4996C;
}


.rollover-ch a { display:block; height:29px; width:91px; overflow:hidden; }
.rollover-ch {
	height: 29px;
}


.rollover-ch a:hover { display:block; text-indent:-91px; }



/* Rollovers-end */

.content .homeText a:hover {
	color: #000000;
}
.footbox {
	float: left;
	width: 440px;
}

ul.mainNav {
	padding-top: 10px;
	position: relative;
}

ul.mainNav li {
	float: left;
	position: relative;
}

	ul.mainNav li:hover ul {
		visibility: visible;
	}

	ul.mainNav li ul {
		background: #2c312b;
		width: 120px;
		position: absolute;
		left: 0;
		top: 100%;
		visibility: hidden;
		padding: 10px 0;
		border: 1px solid #fff;
	}
	
		ul.mainNav li ul li {
			display: block;
			width: 90px;
			margin-left: 25px;
			line-height: 25px;
		}
		
			ul.mainNav li ul li a {
				color: #fff;
				text-decoration: none;
			}
	
	
ul.project li b {
	width: 150px;
	display: inline-block;
}
