@charset "utf-8";
/* Base styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #616B74;
	background-image: url(../images/bkgds/crowdBkgd.gif);
	background-repeat: repeat-x;
	background-position: center 300px;
}
a {
	color: #616B74;
}
a img {
	border: none;
}
em {
	font-style: italic;
}
h1 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
strong {
	font-weight: bold;
}
ul {
	margin: 15px;
	padding: 0px;
	padding-left: 15px;
	list-style-type: square;
}
a:hover {
	text-decoration: underline;
	color: #0E76BC;
}
#wrapper {
	width: 960px;
	margin-top: 5px;
	height: 1%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* Header styles */
#header {
	background-image: url(../images/bkgds/headerBkgd.gif);
	background-repeat: no-repeat;
	height: 92px;
	width: 960px;
}
#logo {
	height: 65px;
	width: 382px;
	margin: 14px 0px 13px 20px;
	float: left;
}
#email {
	height: 25px;
	width: 107px;
	float: left;
	position: absolute;
	left: 800px;
}
#passionBadge {
	height: 78px;
	width: 75px;
	position: absolute;
	left: 469px;
	top: 10px;
	z-index: 1;
}
/* content styles */
#content {
	clear: both;
	height: 1%;
	overflow: hidden;
	width: 958px;
	background-color: #FFF;
	border-right: 1px solid #EDF4D3;
	border-left: 1px solid #EDF4D3;
	margin-bottom: -14px;
}
#movie {
	margin-top: 60px;
}
/* navigation styles */
#navigation {
	clear: both;
	height: 30px;
	width: 700px;
	margin-left: 100px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	float: left;
	height: 27px;
	color: #616B74;
	padding: 3px 10px 0px 10px;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
}
#navigation ul li a:hover {
	background-color: #BFD730;
	color: #333;
}
body.home #aHome, body.caseStudies #aCaseStudies, body.contact #aContact, body.process #aProcess, body.about #aAbout, body.portfolio #aPortfolio {
	background-color: #0E76BC;
	color: #FFF;
}
/* Content styles */
.hiliteG, .hiliteB, .hiliteA {
	font-weight: bold;
	font-size: 20px;
}
.hiliteG {
	color: #9BAA43;
}
.hiliteB {
	color: #0E76BC;
}
.hiliteA {
	color: #FDB813;
}
#bodyText {
	margin: 60px 60px 20px 250px;
}
/* Style for About photo */
img.photo {
	float: right;
	padding: 5px;
	border: 1px solid #D3D3D4;
	margin: 10px;
}
/* quote styles */
#quote {
	width: 958px;
	background-image: url(../images/bkgds/quoteBkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
}
#quote p {
	padding: 55px 123px;
}
/* process styles */
#step1, #step2, #step3, #results {
	position: relative;
}
#step1 img, #step2 img, #step3 img, #results img {
	position: absolute;
	left: -200px;
	top: 0px;
	z-index: 1;
}
/* footer styles */
#footer {
	clear: both;
	width: 960px;
	height: 113px;
	background-image: url(../images/bkgds/footerBkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	margin-top: 14px;
}
#footer p {
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
	margin-left: 20px;
	padding-top: 80px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
