﻿/*  General
***************/

html, body {height: 100%;}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4B4430;
	color: #dfddbf;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#wrapper
{
	margin: 0px auto;	
	width: 740px;
	text-align: left;
	padding: 40px 80px;
	height: 800px;
	background-color: #3C3C31;
}

img
{
	border-width: 0px;
}

small
{
	font-size: 9pt;
}

h1
{
	font-size: 20pt;
	font-weight: bold;
	color: #777110;
	text-align: center;
}

h2
{
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #777110;
	font-weight: normal;
	font-size: 16pt;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #777110;
}

h3
{
	font-weight: normal;
	font-size: 14pt;
	color: #777110;
	margin-bottom: 5px;
}

a:link { color: #dfddbf; text-decoration: underline;}
a:visited {	color: #dfddbf;	text-decoration: underline;}

a:hover { color: white; text-decoration: underline; }
a:active { color: white; text-decoration: underline; }

.first-quote, .quote
{
	color:#777110;
	font-family:Georgia,serif;
	font-size:40px;
	font-weight:bold;
	letter-spacing:24px;
	position:absolute;
	z-index:5;	
}

.first-quote
{
	margin:-10px 0px 0px -30px;
}

.quote
{
	margin: 0px 0px 0px 10px;
}

.info
{
	float: left;
	margin-top: 10px !important;
	color: #888221;
}

/*  Header
***************/

#logo
{
	float: left;
	z-index: 10;
	position: relative;
}

#tagline
{
	float: left;
	margin-top: 10px;
	position: relative;
}

/*  Header Navigation
************************/
#primaryNav
{
	margin-top: -20px;
	background-color: #000000;
	float: left;
	clear: both;
	width: 740px;
	height: 50px;
}

#primaryNav ul
{
	margin-top: 10px;
	float: right;
	padding-right: 30px;
	/*width: 505px;*/
}

#primaryNav ul li
{
	float: left;
	padding: 5px 13px;
	list-style-type: none;
}

#primaryNav a
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #777110;
}

#primaryNav a:link { color: #777110; text-decoration: none;}
#primaryNav a:visited {	color: #777110;	text-decoration: none;}

#primaryNav a:hover { color: #dfddbf; text-decoration: none; }
#primaryNav a:active { color: #dfddbf; text-decoration: none; }

/* Indicate which page we're on */
div.home #primaryNav a.home,
div.who #primaryNav a.who,
div.what #primaryNav a.what,
div.clients #primaryNav a.clients,
div.contact #primaryNav a.contact
{ color: #dfddbf; }

/*  Side Bar Navigation
************************/
#secondaryNav
{
	float: left;
	width: 170px;
	padding: 0px 10px;
	clear: right;
}

#secondaryNav ul
{
	margin: 0;
	padding: 5px 20px;
}

#secondaryNav li
{
	line-height: 1.8em;
	list-style-type: none;
	text-indent: 5px;
}

#secondaryNav a
{
	color: #dfddbf;
}

/*  Footer
***************/

#footer
{
	float: left;
	width: 740px;
	margin-top: 10px;
	clear: both;
	font-size: 8pt;
	color: #777110;
}

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

#footer p.left
{
	margin-left: 5px;
}

#footer a:link { color: #777110; text-decoration: underline;}
#footer a:visited {	color: #777110;	text-decoration: underline;}

#footer a:hover { color: #dfddbf; text-decoration: underline; }
#footer a:active { color: #dfddbf; text-decoration: underline; }


/*  Body Common
****************/
#content a:hover { color: #fffddf; text-decoration: underline; }
#content a:active { color: #fffddf; text-decoration: underline; }

#content
{
	width: 740px;
	float: left;
	padding-bottom: 20px;
	border-width: 1px;
	border-color: #777110;
}

#secondaryContent
{
	width: 180px;
	float: left;
}

#secondaryContent h2
{
	margin: 0 0 20px 0;
	width: 180px;
	border-width: 0px;
	padding: 60px 0;	
	text-align: center;
	background-color: #777110;
	color: #3C3C31;
	font-weight: bold;
	float: left;
}

#secondaryContent img
{
	float: left;
}

#secondaryContent .caption
{
	padding: 5px;
	margin: 0px;	
	text-align: center;
	background-color: #777110;
	color: #3C3C31;
	font-weight: bold;
	float: left;
	width: 170px;
}

#secondaryContent div
{
	border-width: 1px;
	border-color: #777110;
	border-top-style: dashed;
	border-right-style: dashed;
	padding: 5px;
}

#secondaryContent div p
{
	margin-top: 5px;
}

#primaryContent
{
	float: left;
	width: 330px;
	padding: 0px 20px;
}

.smaller
{
	font-size: .9em;
}

.larger
{
	font-size: 1.1em;
}

#content
{
	border-bottom-style: dashed;
}

.home #leftBox, .contact #leftBox
{
	float: left;
	width: 370px;
	background-color: #777110;
}

/*  Home
***************/

/* BUG: FF dashed border doesn't align */
.home #content
{
	border-bottom-style: dashed;
	border-right-style: dashed;
	padding: 0;
}

.home #content img
{
	margin: 0px;
}

.home #leftBox img
{
	margin-top: 300px;
	margin-bottom: -4px;
}

.home #content h1
{
	float: left;
	width: 365px;
	margin-top: 120px;
}

.home #content h1 a:link { color: #777110; text-decoration: none;}
.home #content h1 a:visited { color: #777110; text-decoration: none;}
.home #content h1 a:hover { color: #dfddbf; text-decoration: none; }
.home #content h1 a:active { color: #dfddbf; text-decoration: none; }

/*  Who we are
***************/

.who #primaryContent
{
	display: inline;	
}

.who #secondaryNav
{
	color: #777110;
}

.who #secondaryNav a:link { color: #777110; text-decoration: none;}
.who #secondaryNav a:visited { color: #777110; text-decoration: none;}
.who #secondaryNav a:hover { color: #dfddbf; text-decoration: none; }
.who #secondaryNav a:active { color: #dfddbf; text-decoration: none; }


/* Indicate which team bio we're looking at */
div.hpackman #secondaryNav li.hpackman, 
div.snooravi #secondaryNav li.snooravi,
div.jsandoval #secondaryNav li.jsandoval,
div.bheino #secondaryNav li.bheino,
div.snichols #secondaryNav li.snichols,
div.dmorin #secondaryNav li.dmorin,
div.slindgren #secondaryNav li.slindgren,
div.tklug #secondaryNav li.tklug,
div.mradka #secondaryNav li.mradka,
div.mstuchell #secondaryNav li.mstuchell,
div.dgeluso #secondaryNav li.dgeluso
{
	list-style-type:  square;
}

/*  What we do
***************/
.what #primaryContent
{
	width: 520px;
}

.what #secondaryNav
{
	margin: 0 0 25px 0;
	float: none;
	width: 500px;
}

.what #secondaryNav a
{
	text-decoration: none;
}

/* Indicate which aspect we're looking at */
div.coaching #secondaryNav li.coaching, 
div.workshops #secondaryNav li.workshops,
div.communication #secondaryNav li.communication,
div.building #secondaryNav li.building,
div.assistance #secondaryNav li.assistance
{
	list-style-type:  square;
}

/*  Clients
***************/

.clients #secondaryNav
{
	line-height:1.3;
}

.clients #secondaryNav p
{
	font-size: 8pt;
	margin-left: 10px;
}

#clientsWrapper
{
	float: left;
	width: 100%;
}

#clientsWrapper p
{
	margin: 10px 0;
}

.col
{
	margin: 0;
	padding: 10px 0 40px 0;
	width: 120px;
	text-indent: 0;
	float: left;
	font-size: 9pt;
}

.narrow
{
	width: 90px;
}

blockquote
{
	margin-left: 0;
	font-size: 11pt;
	width: 100%;
}

/* Indicate which reaction we're reading */
div.wzimmerman #secondaryNav a.wzimmerman, 
div.sroy #secondaryNav a.sroy,
div.tjones #secondaryNav a.tjones,
div.nsmith #secondaryNav a.nsmith,
div.egruenberg #secondaryNav a.egruenberg,
div.pjramtin #secondaryNav a.pjramtin
{
	list-style-type:  square;
}

/*  Contact Us
***************/
.contact #leftBox
{
	height: 350px;
	vertical-align: middle;
}

.contact #leftBox h1
{
	margin-top: 110px;
}

.contact #leftBox h1 a:link { color: #3C3C31; text-decoration: none;}
.contact #leftBox h1 a:visited {	color: #3C3C31;	text-decoration: none;}
.contact #leftBox h1 a:hover { color: #dfddbf; text-decoration: none; }
.contact #leftBox h1 a:active { color: #dfddbf; text-decoration: none; }

h4
{
	font-size: 11pt;	
	margin: 10px 0;
}

.contact #primaryContent p
{
	font-size: 9pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

.contact h2
{
	margin-bottom: 10px;
}

fieldset
{
	padding: 10px 5px;	
	float: left;
	width: 100%;
}

label
{
	float: left;
	width: 100px;
	margin: 1px 0px;
}

input, textarea
{
	float: left;
	width: 224px;
	margin: 1px 0px;
}

button
{
	float: right;
}