@charset "UTF-8";
/* CSS Document */


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* SITE BACKGROUND, STRUCTURE, AND TYPOGRAPHY */

body {
	background: #000000 url(site_bg.jpg) 0px 50px no-repeat;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #FFF;
}

h1 {
	font: 28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9F834D;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9F834D;
	font-stretch: ultra-condensed;
	margin-top: 0px;
	margin-bottom: 6px;
}

h3 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9F834D;
	font-stretch: ultra-condensed;
	margin-top: 15px;
	margin-bottom: 0px;
}

a {
	color: #FFF;
}

#container {
	width: 968px;
}
	

#nav_container {
	width: 100%;
	height: 50px;
	background-color: #000;
	text-align:right;
	position: relative;
}

#navigation {
	float: right;
	width: 600px;
	margin-top: 15px;
}

#navigation li {
	display: inline;
	margin-right: 35px;
}

#navigation a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #9F834D;
}
	

#body_container {
	width: 586px;
	min-height: 598px;
	border-top: 2px solid #9F834D;
	background: url(body_bg.png) top repeat-x;
	margin-left: 382px; 
	margin-top: 80px;
}

#body_content {
	width: 545px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	

#logo {
	float: right;
	margin-top: 6px;
}

#footer {
	width: 100%;
	height: 27px;
	background-color: #000;
	text-align:right;
	font-size: 12px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 5px;

}

#footer p {
	margin-right: 10px;
}

.gold {
	color:#9F834D;
}

.white {
	color: #FFF;
}

.clear {
	clear: both;
}



/* HOMEPAGE */

#home_header {
	margin-top: 25px;
}

#award {
	float: right;
}

.intro {
	margin-top: 40px;
}

.thumb {
	width: 171px;
	float: left;
	margin-right: 15px;
}

#thumb_right {
	width: 171px;
	float: right;
	margin-left: 15px;
}

.thumb a {
	border: 3px solid #9F834D;
	display:block;
	width: 165px;
	height: 130px;
}

#thumb_right a {
	border: 3px solid #9F834D;
	display:block;
	width: 165px;
	height: 130px;
}

.thumb a:hover {
	border: 3px solid #504320;

}

#thumb_right a:hover {
	border: 3px solid #504320;

}

a.more {
	padding: 5px;
	background-color: #504320;
	border: 1px solid #9F834D;
	color: #FFF;
	text-decoration: none;
}

a:hover.more {
	background-color: #9F834D;
}

#top100 {
	margin-top:25px;
}
	

/* TEAM */

#headshot_table {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
}

.headshot a {
	border: 3px solid #9F834D;
	display:block;
	width: 120px;
	height: 150px;
}

.headshot a:hover {
	border: 3px solid #504320;
}

#headshot_table p {
	margin-bottom: 20px;
}


.bio_photo {
	float:left;
	margin-right: 20px;
}

.bio_photo img {
	border: 3px solid #9F834D;
}

.bio_text {
	width: 387px;
	float: right;
}

.bio_text p {
	margin-bottom: 15px;
}


/* SERVICES */

#services_table {
	margin-top: 20px;
}

#services_table td {
	height: 180px;
}

.service a {
	border: 3px solid #9F834D;
	display:block;
	width: 250px;
	height: 151px;
}

.service a:hover {
	border: 3px solid #504320;
}

.lrg_copy {
	font-size: 16px;
	line-height: 24px;
}

.back {
	margin-top: 15px;
}



/* WORK */

#clients_table {
	margin-top: 20px;
	width: 100%;
}

#clients_table td {
	text-align: center;
	width: 50%;
	vertical-align: middle;
	padding: 15px;
}

#clients_table p {
	width: 120px;
	padding: 15px;
	background-color: #333;
	font-size: 14px;
	line-height: 125%;
	vertical-align:middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #9F834D;
}

.quote {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 7px;
	line-height: 140%;
}

.source {
	text-align:right;
	color:#9F834D;
	margin-top: 5px;
	margin-bottom: 30px;
}
