body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
        color:#666;
}
a {
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #dc8f3f;
}
a:active {
	text-decoration: none;
	color: #666666;
}
p {
	margin:0;
	padding:0;
}
h1 {
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	color: #dc8f3f;
}

/*-------------HEAD CONTENT-------------*/
#head-container {
	height: 145px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header {
	height: 144px;
	width: 100%;
	margin: 0 auto;
}
#head-pad {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 940px;
}
#logo {
	margin: 0px;
	padding: 0 10px;
	height: 85px;
	width: 197px;
	float: left;
}
#nav {
	height: 30px;
	width: 300px;
	float: right;
	margin: 27px 0 0 0;
}
/*-------------END HEAD CONTENT-------------*/

/*-------------NAV----------------*/

ul#main-nav {
	font-family: Verdana, Geneva, sans-serif;
	padding:0 15px;
	margin: 0;
	float:right;
	width:100%;
}
ul#main-nav li {
	float:right;
	list-style:none outside none;
	margin:0 5px 0 8px;
	padding:0;
}
ul#main-nav li a {
 	text-decoration:none;
 	display:block;
 	padding-left:0.6em;
 	border-bottom:0.4em solid white;
 	color: #666666; 
}
ul#main-nav li a:hover {
	color:#dc8f3f;
}
	
/*-------------END NAV----------------*/

/*-------------SUB NAV----------------*/

ul#sub-nav {
	font-family: Verdana, Geneva, sans-serif;
	padding:0;
	margin: 0;
	float:right;
	width:100%;
}
ul#sub-nav li {
	list-style:none outside none;
	margin:0 0 0 0.3em;
	padding:0;
}
ul#sub-nav li a {
 	text-decoration:none;
 	display:block;
 	padding-left:0.6em;
 	border-bottom:0.4em solid white;
 	color: #666666; 
}
ul#sub-nav li a:hover {
	color:#dc8f3f;
}
	
/*-------------END SUB NAV----------------*/

/*-------------MAIN CONTENT-------------*/

#main-content {
	margin:40px auto 0 auto;
	padding: 0;
	width: 940px;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
}
#intro {
	width:940px;
	height: auto;
	margin: 0;
	padding-bottom:50px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#copy {
	width:600px;
	margin:0 auto;
}
#social {
	float:right;
	width:120px;
	margin: 3px 18px 0 0;
}
#social img {
	padding-left:5px;
	float:right;
}
#brain {
	margin:0 auto;
	width: 400px;
	height: 400px;
	position:relative;
}
#brain-base {
	position:absolute;
	top:0;
	left:0;
}
#brain-tl {
	position:absolute;
	height:200px;
	width:200px;
	overflow:hidden;
	top:0;
	left:0;
}
#brain-tr {
	position:absolute;
	width:200px;
	height:200px;
	overflow:hidden;
	top:0;
	right:0;
}
#brain-bl {
	position:absolute;
	width:200px;
	height:200px;
	overflow:hidden;
	bottom:0;
	left:0;
}
#brain-br {
	position:absolute;
	width:200px;
	height:200px;
	overflow:hidden;
	bottom:0;
	right:0;
}
#intro-text-tl {
	width:200px;
	height:auto;
	float:left;
}
.hide {
	display:none;
}
#work-block {
	width:900px;
	/* height:425px;  Ben edit 10/1/11 */
	padding-top:40px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin:auto;
}
#info-block {
	width:900px;
	/* height:425px;  Ben edit 10/1/11  */
	margin: auto;
}
#content-left {
	float:left;
	width: 640px;
	/* height: 425px; Ben edit 10/1/11 */
	color: #666;
}
#content-right {
	float: right;
	/*height:400px; Ben edit 10/1/11 */
	width: 260px;
	text-align: right;
	color: #666;
}
#top-return {
	/*float: right;  Ben edit 10/1/11 */
	clear:both; /* Ben edit 10/1/11 */
        /*width: 267px;  Ben edit 10/1/11 */
        width:900px;  /* Ben edit 10/1/11 */
	height: 25px;
	text-align:right;
}
#glossary-return {
	float: right;
	width: 533px;
	height: 25px;
	text-align:right;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#clients-intro {
	color: #666666;
	margin: 0 0 20px 0;
}
#clients-1 {
	float: left;
	width: 200px;
}
#clients-2 {
	float: right;
	width: 280px;
}


#client-header {
	position:fixed;
	top:0;
	left:0;
	height: 100px;
	width: 100%;
	margin: 0;
	background-color: rgba(256, 256, 256, 0.8);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#client-head-container {
	height: inherit;
	width: 940px;
	padding-top:10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}

#client-details {
	display:block;
	float:right;
}
#client-name {
	display:block;
	padding-top: 30px;
	text-align:right;
}
#client-name h1 {
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	color: #dc8f3f;
}
#client-nav {
	float:right;
	border:none;
	padding-top: 10px;
	text-align:center;
}
#client-nav a {
	padding-left: 10px;
}

#concept {
	padding: 120px 20px;
	max-width:1024px;
	margin:0 auto;
	/*width:1024px;
	margin: 0 auto;*/
	text-align:center;
}
#concept img {
	width:100%;
}


/*----------Ben's-Additions---------*/
#center-info
{
    width:240px;
    bottom: 5px;
    left: 50%;
    position: absolute;
    text-align: center;
    margin-left:-120px;
}

#concept-number {
	margin:0 auto;
}

#concept-number a
{
display:block;
float:left;
height:16px;
width:18px;

-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;

border:#DC8F3F solid 1px;
margin:5px;
font-size:0.8em;
padding-top:2px;
}

#concept-number a.active
{
background-color:#DC8F3F;
color:#fff;
}

a.inactive-nav
{
color:#CCCCCC;
}

.clear
{
    clear:both;
}
