body {
    background-color: #999999;
    margin: 0 auto;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #666;
}

#bodyContent{
	margin: 50px;
	margin-bottom: 0px;
	padding-bottom: 2em;
}

.menuBtn32 {
    display: block;
    width: 74px;
    height: 16px;
}

.menuBtn32:hover {
    background-position: 0px -16px;
}

.menuBtn26 {
    display: block;
    width: 74px;
    height: 13px;
}

.menuBtn26:hover {
    background-position: 0px -13px;
}

.heavy {
    background-position: 0px -16px;
}

.highlight {
    background-position: 0px -13px;
}

.mainContainer {
	position: relative;
    width: 900px;
    min-height: 600px;
    margin: 0 auto;
    background: url("/images/bg.jpg") top left no-repeat;
    background-color: #d5d5d5;
}

.mainContainer .navHeader {
    height: 120px;
	padding: 20px 25px 0px 45px;
}
/*
.mainContainer .navHeader div {
    float: left;
}
*/
.mainContainer .navHeader .menu{
	float: left;
	margin-right: 28px;
}
.menu a{
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	text-transform: uppercase;
}
.menu a:hover{
	color: #fdb913;
}
.menuTop{
	font-size: 13px;
}
.menuSub{
	font-size: 10px;
}
a.heavy, a.highlight{
	color: #fdb913;
}

.mainContainer .navHeader div.logo {
    float: right;
    padding-top: 5px;
}

.mainContainer .navHeader div a {
    float: left;
    clear: left;
    text-decoration: none;
}

.contentArea {
    clear: left;
}

/****************************************************************************************
**
**  Nav Background Declarations
**
****************************************************************************************/

a.mainNav {
    height: 16px;
    width: 74px;
}

a.subNav {
    height: 13px;
    width: 74px;
}

.services {
    width: 65px;
}

.portfolio {
    padding-left: 30px;
    width: 75px;
}

.culture {
    padding-left: 30px;
    width: 60px;
}

.news {
    padding-left: 30px;
    width: 40px;
}

.contact {
    padding-left: 30px;
    width: 60px;
}

.login {
    padding-left: 30px;
}

/****************************************************************************************
**
**  Individual Page Stuff
**
****************************************************************************************/

#homePNG {
	position: absolute;
	top: 440px;
    left: 70px;
}
#whatsnew{
	position: absolute;
	top: 200px;
	right: 70px;
	width: 260px;
	/*text-align: right;*/
}

.portfolioImg {
    width: 555px;
    height: 320px;
    background: url("/images/portfolioImgBkg.png") no-repeat;
    float: left;
    margin: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.portfolioImg div div span img {
    cursor: pointer;
}

.portfolioThumbs {
    height: 52px;
    overflow: hidden;
    float: left;
    clear: left;
    margin-left: 122px;
    width: 555px;
}

.portfolioThumbs img {
    background-color: white;
    padding: 4px;
    border: 1px solid #CCC;
    margin: 1px;
    cursor: pointer;
}

.portfloioText {
    float: right;
    width: 200px;
    padding-right: 20px;
    padding-top: 30px;
}

.portfloioText h3 {
    margin-top: 6px;
}

.portfolioMainPic {
    padding-left: 21px;
    padding-top: 15px;
}

.portfolioLinks {
    float: left;
    clear: left;
    padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 10px;
    width: 340px;
}

.portfolioLinks span {
    color: #f4901e;
    cursor: pointer;
}

.portfolioButtons {
    float: left;
    clear: left;
    margin-left: 122px;
    margin-top: 10px;
    width: 535px;
    text-align: center;
}

.portfolioButtons img {
    cursor: pointer;
}

.readMore {
    cursor: pointer;
}

.portfolioTextMain {
    font-size: 11px;
    line-height: 15px;
}

.portfolioTextSecondary {
    display: none;
    font-size: 11px;
    line-height: 15px;
}

.portfolioRelated {
    padding-right: 8px;
}

.zoomNames {
    float: left;
    padding-left: 30px;
    padding-top: 55px;
    text-transform: uppercase;
    line-height: 15px;
}

.zoomNames a {
    text-decoration: none;
    color: #6f6f6f;
}

.zoomNames a:hover {
    color: #f4901e;
}

.zoomNames a.active {
    color: #f4901e;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.mainContainer .navHeader div a img {
    border: 0px;
}

.photoBox {
    float: left;
    margin-top: 55px;
    margin-left: 30px;
    padding: 10px;
    background-color: white;
    border: 1px solid #bababa;
}

.questionBox {
    color: #6f6f6f;
    float: left;
    margin-top: 55px;
    margin-left: 20px;
    width: 300px;
}

#contactDirections {
    float: left;
    width: 200px;
}

#contactMap {
    padding-left: 20px;
}

#articleList {
    width: 160px;
    float: left;
    padding-right: 20px;
    padding-bottom: 15px;
}

#articleList ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#articleList ul li {
    margin: 0px;
}

#articleList ul li a {
    color: #666;
    font-weight: bold;
}

#articleList ul li ul {
    display: none;
    padding-left: 20px;
    list-style-type: none;
}

#articleList ul li ul li {
    padding: 4px 0px;
}

#articleList ul li ul li a {
    color: #fdb913;
    font-weight: normal;
}

#articleDiv {
    width: 470px;
    float: left;
}

#articleDiv br {
    line-height: 2em;
}

.question {
    font-weight: bold;
}

.answer {
    margin-bottom: 1em;
}

.answer ul {
    margin: 0px 1em;
}

.qanda {
    width: 500px;
}

.qanda ul {
    padding: 0px 0px 0px 12px;
    margin: 0px;
}

#awardBlock {
    width: 300px;
    margin-top: -15px;
}

#philosophyBlock {
    width: 320px;
}

#personList {
    float: left;
}

#personList ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#personList ul li {
    margin: 0px;
    padding: 0px;
}

#personList ul li a {
    color: #666;
}

#personList ul li a:hover {
    color: #fdb913;
}

#imgDiv {
    float: left;
    width: 300px;
    min-height: 300px;
    margin: 0px 30px;
    border: 1px solid #ccc;
    padding: 9px;
    background-color: #fff;
}

#descriptionDiv {
    float: left;
    width: 270px;
}

.question {
    font-weight: bold;
}

.answer {
    margin-bottom: 1em;
}

.clientListColumn ul {
    margin: 0px 0px 1em 0px;
    padding: 0px;
    list-style-type: none;
}

.clientListColumn {
    width: 240px;
    float: left;
    margin-right: 12px;
}

.caseStudyBox {
    width: 646px;
    height: 360px;
    background-color: #fff;
    float: left;
}

.caseStudyBox img#caseStudyImage {
    padding: 8px;
}

.caseList {
    width: 105px;
    float: right;
}

.footNote {
    padding-left: 8px;
}

.circleButtons {
    float: right;
    margin-top: -4px;
    padding-right: 8px;
}

#previous {
    cursor: pointer;
}

#next {
    cursor: pointer;
}

/* for color picker on profile page */
#colorPicker{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	padding: 12px;
}
#colorPicker img{
	cursor: crosshair;
}
#colorPicker a img{
	cursor: pointer;
}


/****************************************************************************************
**
**  Globals
**
****************************************************************************************/

.left {
    float: left;
}

.hidden {
    display: none;
}

.showMe {
    display: block;
}

.right {
    float: right;
}

#quote {
    float: right;
    clear: right;
}

h2 {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

img {
    border: none;
}

a {
    color: #fdb913;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content {
    position: relative;
    padding: 60px 20px 20px 120px;
    min-height: 380px;
    overflow: hidden;
}

.label {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
}

#content .quote {
    position: absolute;
    top: 0px;
    right: 0pt;
}

form {
    margin: 0px;
}

span.nameOrange {
    color: #fdb913;
    font-weight: bold;
    line-height: 25px;
}

#footer {
    width: 900px;
    margin: 0 auto;
    padding-top: 3px;
}
#copyright{
	float: right;
	color: #808080;
	font-size: 9px;
}

#flashContainerGames {
    float: right;
    padding-right: 10px;
}