/* ============== GENERAL ================*/

html, body {
	margin: 0; 
	padding: 0; 
	border: 0;
}

body {
	background: #5E5A51;
	padding: 0;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #fff;
}

img {
	border: 0;
}

a.img {
	border: 0;
}


/* ============== TYPOGRAPHY AND LINKS ================*/

h1 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: -6px;
}

h2 {
	padding-top: 0;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: normal;
}

p	{
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 1px;
	color: #fff;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #fff;
}
	
a:hover {
	color: #97CD42;
	text-decoration: none;
}

#contact a, #bios a, #greenlink a, .legal a {
	text-decoration: none;
	color: #97CD42;
}
	
#contact a:hover, #bios a:hover, #greenlink a:hover, .legal a:hover {
	color: #fff;
	text-decoration: none;
}

.moreCreative a {
	color: #5E5A51;
	background: #fff;
	padding: 0 2px 0 2px;
}

.moreCreative a:hover {
	color: #5E5A51;
	background: #97CD42;
}

#clickAgree {
	letter-spacing: 1px;
}

#clickAgree a {
	color: #97CD42;
}

#clickAgree a:hover {
	color: #fff;
}

/* ============== LAYOUT ================*/

#container {
	margin: 20px 0 30px 30px;
	width: 950px;
}

#main {
	margin: 0 0 0 190px;
	padding: 24px 0 0 0;
	width: 460px;
	min-height: 500px;
}

#menu {
	position: absolute;
	top: 20px;
	left: 30px;
}

#bottom {
	height: 20px;
	margin: 0 0 0 190px;
}

#bios {
	padding-top: 9px;
}


/* ============== FLASH-SITE ================*/

#flashContainer {
	text-align: center;
	margin: 0;
	padding: 20px 0 20px 0;
}





/* ============== NAVIGATION ================*/

#menu ul {
	font-size: 11px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	padding: 4px 0 4px 1px;
}

#menu ul li ul {
	display: none;
	padding: 0;
}

#menu ul li ul li {
	font-size: 9px;
	padding: 8px 0 0 10px;
}

#menu ul li a {
	color: #97CD42;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/*
#menu ul li {
	background: url(/imgs/arrowRight.gif) top left no-repeat;
}

#menu ul li ul li {
	background: url(/imgs/arrowRightSm.gif) bottom left no-repeat;
}
*/

/* ============== ONSTATES ================*/


#work #mainOneOn,
#peopleOne #mainTwoOn,
#peopleTwo #mainTwoOn,
#peopleThree #mainTwoOn,
#peopleFour #mainTwoOn,
#peopleFive #mainTwoOn, 
#about #mainthreeOn,
#contact #mainFourOn {
	color: #fff;
}

#peopleOne #mainTwo, 
#peopleTwo #mainTwo, 
#peopleThree #mainTwo, 
#peopleFour #mainTwo, 
#peopleFive #mainTwo {
	background: url(/imgs/arrowDown.gif) top left no-repeat;
}

#peopleOne #subTwoOne a,
#peopleTwo #subTwoTwo a,
#peopleThree #subTwoThree a,
#peopleFour #subTwoFour a,
#peopleFive #subTwoFive a {
	color: #fff;
}

#peopleOne #mainTwo ul, 
#peopleTwo #mainTwo ul, 
#peopleThree #mainTwo ul, 
#peopleFour #mainTwo ul, 
#peopleFive #mainTwo ul {
	display: block;
}

	/* ONSTATES MORE CREATIVE */

#moreCreativeOn a {
	color: #5E5A51;
	background: #97CD42;
}

/* ============== ELEMENTS ================*/

.clickThrough {
	font-size: 9px;
	padding: 0 0 5px 0;
}

#clickAgree {
	font-size: 9px;
	padding: 0 0 5px 0;
}

.moreCreative {
	font-size: 9px;
	padding: 0 0 5px 0;
}

.moreCreative td {
	padding: 0 2px 0 3px;
}

.legal {
	font-size: 9px;
	color: #999;
}

#bioBullets {
	padding: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}

#bioBullets li {
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 1px;
}









