@charset "UTF-8";
/* CSS Document */

body {
	background: url("../graphics/bgMain.jpg") repeat-x fixed;
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #473d36;
}

h1, h2, h3, h4, h5 {
	letter-spacing: -.04em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h3 {
	font-size: 20px;
}

h5 {
	margin: 15px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}

a, a.normal {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}

a:hover, a.normal:hover {
	color: #ffb353;
}

a.active, a.active:hover {
	text-decoration: underline;
	color: #473d36;
	cursor: default;
}

a:visited {
	color: #c45800;
}

strong { font-weight: bold; }
em { font-style: italic; }

p {
	margin-top: 10px;
}

q {
	display: block;
}

cite {
	display: block;
	margin-top: 10px;
	line-height: 1.4;
}

#container {
	position: relative;
	width: 884px;
	margin: 0 auto;
	background: url("../graphics/bgContent.png") repeat-y center center !important;
	background: url("../graphics/bgContent.gif") repeat-y center center;
	padding: 0 33px;
}

#header {
	position: relative;
	height: 244px;
}

h1 {
	height: 100%;
}

h1 a {
	display: block;
	width: 166px;
	height: 100%;
	background: url("../graphics/logo.gif") no-repeat;
	text-indent: -9000px;
}

#mainNav {
	position: absolute;
	top: 0;
	left: 172px;
}

#mainNav li {
	float: left;
}

#mainNav a {
	display: block;
	width: 142px;
	height: 244px;
	text-indent: -9000px;
}

 a#about { background: url("../graphics/navAbout.gif") no-repeat; }
 a#clients { background: url("../graphics/navClients.gif") no-repeat; }
 a#team { background: url("../graphics/navTeam.gif") no-repeat; }
 a#testimonials { background: url("../graphics/navTestimonials.gif") no-repeat; }
 a#contact { background: url("../graphics/navContact.gif") no-repeat; }

 a#about.active { background: url("../graphics/navAboutA.gif") no-repeat; }
 a#clients.active { background: url("../graphics/navClientsA.gif") no-repeat; }
 a#team.active { background: url("../graphics/navTeamA.gif") no-repeat; }
 a#testimonials.active { background: url("../graphics/navTestimonialsA.gif") no-repeat; }
 a#contact.active { background: url("../graphics/navContactA.gif") no-repeat; }

#mainContent {
	position: relative;
	margin: 6px 0;
	padding: 6px 10px 40px 176px;
	border-top: 6px solid #473d36;
	border-bottom: 6px solid #473d36;
	background: url("../graphics/channelGraphic.jpg") no-repeat top left;
}

#mainContent hr {
	display: block !important;
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	margin: 0;
	background: #fff;
	color: #fff;
	z-index: 20;
}

#mainContent h2 {
	margin-top: 40px;
	border-bottom: 3px solid #473d36;
}

.largeType {
	font-size: 14px;
	line-height: 20px;
}

/*--------- Clients & Clips ---------*/

ul#clientNav {
	margin-top: 30px;
}

#mainCopy ul ul {
	margin-left: 15px;
}

h4.listHeading {
	clear: both;
}

div.clients {
	margin-top: 20px;
}

div.clients ul a {
	margin-left: 10px;
	display: block;
	line-height: 16px;
}

div.clients ul li {
	margin-top: 5px;
	font-weight: bold;
}

div.clients ul ul li, div.clients ul a {
	margin-top: 0px;
	font-weight: normal;
}


/*--------- Our Team ---------*/

.employee {
	clear: both;
	position: relative;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 15px 0 0 115px;
}

.employee img {
	position: absolute;
	left: 0;
	border: 1px solid #afa7a0;
}

.employee ul li {
	margin-top: 10px;
	line-height: 1.4;
}

.employee.principle {
	clear: none;
	float: left;
	width: 341px;
	margin: 20px 0;
	padding: 0;
}

.employee.principle h4 {
	border-bottom: 2px solid #473d36;
}

.employee.principle img {
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
}

/*--------- Testimonials ---------*/

.halfColumn {
	clear: none;
	float: left;
	width: 341px;
	padding: 0;
}

#mainCopy q {
	margin-top: 20px;
}


#mainCopy cite {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #afa7a0;
}


/*--------- Contact ---------*/

#mainCopy address {
	margin-top: 10px;
}

label {
	display: block;
	margin-top: 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

input.text, textarea.text {
	width: 340px;
	padding: 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #473d36;
	background: #efedec;
	border: 1px solid #d8d4d0;
}

input.submit {
	float: right;
	margin-top: 10px;
}

.error {
	font-weight: bold;
	color: #a82f00;
}

/*------------ Footer Styles ------------*/

#footer {
	clear: both;
	background-image: url("../graphics/bgFooter.gif");
}

#footer a {
	color: #e05a00;
}

#footer #contact {
	position: relative !important;
	position: static;
	float: left;
	width: 146px;
	padding: 20px 10px;
}

#footer #contact a { 
	display: block;
	margin-top: 15px;
	letter-spacing: -.2px;
	color: #473d36; 
	text-decoration: underline; 
}

#footer a.title {
	display: block;
	line-height: 1.4;
}

#latestArticle, #recentTestimonial, #featuredClient {
	position: relative !important;
	position: static;
	float: left;
	margin-left: 4px;
	width: 214px;
	padding: 15px 10px 20px 10px;
	border-top: 5px solid #afa7a0;
}

#featuredClient {
	width: 214px !important;
	width: 213px;
}

#latestArticle {
	margin-left: 7px !important;
	margin-left: 3px;
}

#recentTestimonial {
	width: 215px;
}

#footer img {
	margin: 8px 0 10px 0;
}

#footer #bottom {
	padding: 10px 5px 30px 5px !important;
	text-align: right;
	background: #fff;
	border: 1px solid red;
}