/* ---------------------------------------------------------------------
        GLOBAL STYLES - UNIVERSAL SELECTORS AND CLASSES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

 
/* ********* TYPOGRAPHY ********* */

body {
	font-size:62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#d9d9d9 url(../images/backgr-main-master.png) left top repeat-x;
	line-height:1;
	color:#666666;
	padding-bottom:65px;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:0.0em;line-height:0.0;margin:0; padding:0;}

h2 {
	font-size:1em;
	line-height:1;
	margin-bottom:0.5em;
	font-weight:bold;
	text-indent:-9999px;
}

h3 {
	font-size:1em;
	line-height:1;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#4e4e4e;
}

h4 {
	font-size:1em;
	line-height:1;
	margin-bottom:0.4em;
	font-weight:bold;
	color:#4e4e4e;
}

h5 {font-size:1em;line-height:1;margin-bottom:0.2em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}



p {
	padding:0 0 1.5em 0;
	line-height:1.6;
}

strong {font-weight:normal;}
em, dfn {font-style:italic;}

.bold {font-weight:bold}
.small {font-size:.8em;line-height:1.875em;margin-bottom:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}

.hide {display:none;}

.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.clear {clear:both}
.left {float:left;}
.right {float:right}
p img.left {margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {margin:1.5em 0 1.5em 1.5em;}

.sep_line {
	height:1px;
	background-color:#eaeaea;
	overflow:hidden;
}

hr {display:none;}

a {
	color:#ca0404;
	text-decoration:underline;
}

a:visited {
	color:#ca0404;
	text-decoration:none;
}

a:hover {
	color:#9c0202;
	text-decoration:underline;
}


/* ********* FORMS ********* */

input {
	width:280px;
	padding:2px 3px;
	margin:0 0 1.2em 0;
	font-size:1em;
}

input.file {
	width:407px;	
}

input.radio {
	width:auto;
	height:auto;
	border:none;
	display:inline;
	margin:0;
	padding:0;
	vertical-align:middle;
}

textarea {
	width:276px;
	height:125px;
	padding:5px;
	margin:0 0 1.2em 0;
	font-size:1em;
}

select {
	font-size:1em;
	margin:0 0 1.2em 0;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}				
.cf {display: block;}
/* End hide from IE-mac */




/* ---------------------------------------------------------------------
            	GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------ 

These are default styles that every page needs to inherit */


/* ////////      PAGE       \\\\\\\\ */

#page_container {
	min-width:998px;
	background:url(../images/page-middle.png) center top repeat-y;
}

#home-page #page_container {
	background-image:url(../images/page-middle-home.png);	
}

#page_container #page {
	min-width:998px;
	min-height:328px;
	background:url(../images/page-top.jpg) center top no-repeat;
}

#home-page #page_container #page {
	min-height:466px;
	background-image:url(../images/page-top-home.jpg); 	
}

#page #page_content { 
	width:931px;
	padding-top:43px;
	margin:0 auto;
}

#home-page #page #page_content {
	padding-top:14px;	
}

#page #page_header {
	height:179px;
	padding-bottom:61px; /* don't change this to margin - IE6 bug (Extra vertical space after the next floated elements)*/
	background:url(../images/page-logo-overlay.jpg) right top no-repeat;
}

#team-page #page #page_header, #clients-page #page #page_header {
	padding-bottom:47px; /* don't change this to margin - IE6 bug (Extra vertical space after the next floated elements)*/
}

#page_bottom {
	min-width:998px;
	height:100px;
	padding-top:45px;
	background:url(../images/page-bottom.png) center bottom no-repeat;
	overflow:hidden;
}

#home-page #page_bottom {
	padding-top:3px;
	background-image:url(../images/page-bottom-home.png);
}

#page_bottom_content {
	width:931px;
	margin:0 auto;
}

#page_bottom #client_logos {
	height:50px;
}

.clients_list_title {
	font-size:0;
	line-height:2.2;
	margin-bottom:7px;
	color:#FFF;
	font-weight:normal;
}


#page_content #leftcol h2 a{
	background-color:#00CCFF;
}

#page_header h2 {
	float:right;
	width:427px;
	height:47px;
	margin-right:-10px;
	margin-bottom:11px;
	background-image:url(../images/pagetitle-team.png);
	background-position:right top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}


#page_header h3 {
	float:right;
	clear:right;
	width:575px;
	font-size:2em;
	font-weight:normal;
	line-height:1;
	margin-right:-7px;
	padding-bottom:2px;
	color:#333333;
	text-align:right;
	white-space:nowrap;
	letter-spacing:-0.05em;
}

#page_header h4 {
	float:right;
	clear:right;
	width:575px;
	font-size:1.5em;
	font-weight:normal;
	line-height:1;
	margin-right:-7px;
	padding-bottom:2px;
	color:#333333;
	text-align:right;
	white-space:nowrap;
}

#page_header h5 {
	float:right;
	width:627px;
	height:47px;
	margin-right:-10px;
	margin-bottom:11px;
	background-image:url(../images/pagetitle-insight.png);
	background-position:right top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/* ////////      HEADER       \\\\\\\\ */

#header {
	width:931px;
	height:53px;
	padding:0;
	margin:0 auto;
	font-size:1.4em;
}

#header h1 {
	/*position:absolute;*/
	float:left;
	width:285px;
	height:53px;
	margin-bottom:0;
	margin-left:-14px;
}

#header h1 a {
	display:block;
	width:285px;
	height:53px;
	background:url(../images/logo-egostream-home.png) left top no-repeat;
	text-indent:-9999px;
}

/* ********* TOP NAVIGATION AND DROPDOWN MENUS ********* */

#header ul.topnav {
	float:right;
	margin-right:-30px;
	height:43px;
}

#header ul.topnav li.item {
	position:relative;
	float:left;
	padding-right:1px;
	background:url(../images/topnav-delimiter.png) right top no-repeat;
}

a.item_link {
	display:block;
	height:31px;
	margin-top:22px;
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
}

a:hover.item_link, a.item_link.active, li:hover.item a.item_link {
	background-position:left top;
}

#header ul li a#toplink_home {
	width:72px;
	background-image:url(../images/toplinks-home.png);
}

#header ul li a#toplink_about {
	width:74px;
	background-image:url(../images/toplinks-about.png);
}

#header ul li a#toplink_services {
	width:88px;
	background-image:url(../images/toplinks-services.png);
}

#header ul li a#toplink_company {
	width:98px;
	background-image:url(../images/toplinks-company.png);
}

#header ul li a#toplink_clients {
	width:78px;
	background-image:url(../images/toplinks-clients.png);
}

#header ul li a#toplink_contact {
	width:84px;
	background-image:url(../images/toplinks-contact.png);
}

#header .subitems_container {
	position:absolute;
	left:-118px;
	top:47px;
	width:224px;
	display:none;
	overflow:hidden;
}

#header .subitems_container#services-subitems {
	left:-128px;
}

#header .topnav li:hover .subitems_container {
	display:block;	
}

.subitems_container .subitems_bottom {
	height:19px;
	background:url(../images/subitems-bottom.png) left top no-repeat;
}

.subitems_container ul.subitems {
	display:block;
	float:none;
	width:224px;
	height:auto;
	padding:0 0 2px 0;
	background:url(../images/subitems-middle.png) left top repeat-y;
}

ul.subitems li {
	display:block;
	padding:1px 5px 0 5px;
}

ul.subitems li.top_subitem {
	background:url(../images/subitems-top.png) left top no-repeat;	
}

ul.subitems li.top_subitem a.subitem {
	padding-top:10px;	
}

ul.subitems li a.subitem {
	display:block;
	padding:5px 14px 0 14px;
	text-decoration:none;
	color:#999;
	line-height:1.2;
	color:#7f7f7f;
}

ul.subitems li a:hover.subitem span {
	color:#CA0404;
}

ul.subitems li a:hover.subitem span2 {
	color:#CA0404;
}

ul.subitems li:hover a.subitem {
	background:url(../images/subitem-hover.png) left bottom no-repeat;
}

ul.subitems li:hover.top_subitem a.subitem {
	background:url(../images/subitem-hover.png) left bottom no-repeat;
}

ul.subitems li a.subitem em {
	font-weight:bold;
	font-style:normal;
	color:#666666;
}

ul.subitems li a.subitem strong {
	color:#ca0404;
	font-weight:bold;
}

ul.subitems li a.subitem.main_subitem {
	background:url(../images/subitem-hover.png) no-repeat top left;
	color:#ca0404;
	font-weight:bold;
}

ul.subitems li ul {
	padding-left:15px;
	font-size:0.9em;
	line-height:1;
}

ul.subitems li .sep_line {
	margin:8px 3px 0 3px;	
}

#header .topnav ul.subitems li ul li a {
	color:#999;
	text-decoration:none;
}

#header .topnav ul.subitems li ul li a:hover {
	color:#CA0404;
	
}


/* ////////      FOOTER       \\\\\\\\ */

#footer {
	width:998px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1px;
	margin:0 auto;
	color:#666666;
	text-align:center;
	line-height:1.5;
}

#footer #footer_content {
	width:990px;
	margin:0 auto;
}

#footer ul {
	display:inline;
	padding-left:75px;
}

#footer ul li {
	display:inline;
}

#footer a, #footer a:visited {
	color:#666666;
	text-decoration:none;
}

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

a#rawnet {
	float:right;
	display:block;
	height:15px;
	padding-right:57px;
	background:url(../images/rawnet.png) right top no-repeat;
}

a:hover#rawnet {
	text-decoration:none;
	color:#666666;
}

#footer a#rawnet span {
	display:none;	
}



/* ////////////      LEFTCOL      \\\\\\\\\\\\ */

.leftcol {
	float:left;
	width:288px;
	margin-top:0px;
	margin-right:31px;
}

.leftcol .spaceme{
	float:none;
	margin-left:15px;
	height:26px;
	margin-right:0;
	margin-bottom:15px;
}

.leftcol h2 {
	float:none;
	margin-left:15px;
	height:26px;
	background:url(../images/title-talent.png) left top no-repeat;
	margin-right:0;
	margin-bottom:15px;
}

#results-page .leftcol h2, #athlete-page .leftcol h2 {
	background:url(../images/title-results.png) left top no-repeat;
	margin-top:0px;
}

#insight-page .leftcol h2 {
	background:url(../images/title-insight.jpg) left top no-repeat;
	margin-top:0px;
	
}

#branding-page .leftcol h2.purpose {
	background:url(../images/title-purpose.png) left top no-repeat;
	margin-top:0px;
}

#qnw-page .leftcol h2.qnw {
	background:url(../images/title-purpose.png) left top no-repeat;
}

#raas-page .leftcol h2.raas, #aad-page .leftcol h2.aad, #talent-page .leftcol h2.talent, #qnw-page .leftcol h2.qnw {
	margin-top:0px;
}



.leftcol .whitebox {
	width:258px;
	margin:0;
	padding:15px 15px 0 15px;
	background:#fff url(../images/whitebox-top.png) left top no-repeat;
	font-size:1.2em;
	color:#333;
}

.leftcol .whitebox2 {
	width:258px;
	margin:0;
	padding:15px 15px 0 15px;
	background:#fff url(../images/whitebox-top.png) left top no-repeat;
	font-size:1.2em;
	color:#333;
}

.person{
	background:url(../images/quotes-alt.gif) no-repeat bottom right;
	
}

.whitebox2 a {
	display:block;
	text-decoration:none;
	color:#666666;
}


.testimonial{
	background:url(../images/quotes-alt2.gif) no-repeat top left;	
	font-style:italic;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:0px;
	line-height:1.8em;
	font-size:1em;
	color:#333;
	width:auto;
	
}


.person{
	background:url(../images/quotes-alt.gif) no-repeat bottom right; 
	width:auto;
	height:auto;
	font-style:italic;
	font-size:0.8em;
	line-height:1.2em;
	font-weight:bold;
	margin:0;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:0;
	height:auto;
}

.logo {
	margin:0;
	padding-bottom:5px;
	padding-left:10px;
	width:100px;
	height:auto;	
}

.whitebox2 a.read-more {
	color:#CA0404;
	display:block;
	font-style:normal;
	margin-top:4px;
	padding-bottom:5px;
	text-decoration:underline;
}

.whitebox2 a.read-more:hover {
	color:#9C0202;
}




.whitebox-bottom {
	height:5px;
	margin-bottom:18px;
	background:url(../images/whitebox-bottom.png) left top no-repeat;
}

.whitebox-bottom2 {
	height:5px;
	margin-bottom:0px;
	background:url(../images/whitebox-bottom.png) left top no-repeat;
}

.whitebox h3 {
	color:#ca0404;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.4em;
}

.whitebox h4 {
	margin-top:0.6em;
	color:#333;	
}

.whitebox p {
	line-height:1.5;	
}

.whitebox a.read-more {
	display:block;
	margin-top:-9px;
	padding-bottom:11px;
	text-decoration:underline;
}

.whitebox ul.list1 {
	list-style-type:disc;
	padding-left:20px;
	margin-bottom:23px;
	margin-top:0px;
}

.whitebox ul.list1 li {
	line-height:1.5em;
	color:#ca0404;
	margin-bottom:0.7em;
}

.whitebox ul.list1 li span {
	color:#333;	
}


/* ////////////////// H3 LIST //////////////////// */

.rightcol ul.list2 {
	list-style-type:disc;
	padding-left:20px;
	margin-bottom:23px;
	margin-top:-9px;
}

.rightcol ul.list2 li {
	font-size:1.2em;
	line-height:1.3em;
	font-weight:normal;
	color:#CA0404;
	margin-bottom:0.7em;
}


/* ////////////      RIGHTCOL      \\\\\\\\\\\\ */

.rightcol {
	float:left;
	width:602px;
	font-size:1.4em;
	padding-top:41px;
}

.rightcol .list1{
	list-style-type:disc;
	padding-left:15px;
	margin-bottom:23px;
	margin-top:10px;
}

.rightcol ul li {
	list-style-type:disc;
	line-height:1.5em;
	color:#666;
	margin-bottom:0.7em;
}

.rightcol h3 {
	font-size:1.2em;
	line-height:1.3em;
	color:#ca0404;
	font-weight:normal;
	margin-bottom:1.4em;
}

.rightcol h4 {
	margin-bottom:0.3em;	
}

.rightcol p {
	line-height:1.5;
}


/* ---------------------------------------------------------------------
            		INDIVIDUAL PAGE STYLES
------------------------------------------------------------------------ */


/* ////////      MANAGEMENT TEAM PAGE       \\\\\\\\ */

/*#team-page #page #page_header {
	background:none;	
}*/

.crewBoxText h4, .clientbox-text h4 {
	font-size:0.9em;
	color:#ca0404;
	font-weight:normal;
}

.crewBox {
	font-size:1.4em;
	margin-bottom:19px;
}

.crewBox#bottomCBox {
	margin-bottom:1px;	
}

.crewBox .crewBoxImage {
	float:left;
	width:211px;
	height:50px;
	margin-right:21px;
	background:url(../images/crewbox-backgr.png) left top no-repeat;
}

.crewBoxImage img {
	display:block;
	width:190px;
	height:130px;
	margin:10px;
}

.crewBox .crewBoxText {
	float:left;
	width:699px;
	border-bottom:1px solid #cccccc;
}

a.switcher {
	float:right;
	width:94px;
	height:23px;
	margin-top:-14px;
	padding:10px 0 0 14px;
	background:url(../images/link-more-less.png) left top no-repeat;
	font-size:0.9em;
	text-decoration:underline;
	cursor:pointer;
}

.crewBox strong, .clientbox strong {
	font-weight:bold;	
}


/* ////////      CLIENTS PAGE       \\\\\\\\ */

#clients-page #page_header h2 {
	width:153px;
	background-image:url(../images/pagetitle-clients.png);
}

.clientbox {
	font-size:1.4em;
	margin-bottom:21px;
}

.clientbox#bottomClientbox {
	margin-bottom:0;
}

.clientbox#bottomClientbox .clientbox-text {
	border:none;	
}

.clientbox .clientbox-image {
	float:left;
	width:211px;
	height:115px;
	margin-right:19px;
	margin-bottom:4px;
	background-position:left top;
	background-repeat:no-repeat;
}

.clientbox-image#client-contentandcode {
	background-image:url(../images/client-image-contentandcode.png);	
}

.clientbox-image#client-adobe {
	background-image:url(../images/client-image-adobe.png);	
}

.clientbox-image#client-omnix {
	background-image:url(../images/client-image-omnix.png);	
}

.clientbox-image#client-powerlan {
	background-image:url(../images/client-image-powerlan.png);	
}

.clientbox-image#client-sales {
	background-image:url(../images/client-image-sales.png);	
}

.clientbox-image#client-maconomy {
	background-image:url(../images/client-image-maconomy.png);	
}

.clientbox-image#client-cisco {
	background-image:url(../images/client-image-cisco.png);	
}

.clientbox-image#client-infor {
	background-image:url(../images/client-image-infor.png);	
}

.clientbox-image#client-destiny {
	background-image:url(../images/client-image-destiny.png);	
}

.clientbox-image#client-pre{
	background-image:url(../images/client-image-pre.png);	
}

.clientbox-image#client-red{
	background-image:url(../images/client-image-red.png);	
}

.clientbox .clientbox-text {
	float:left;
	width:701px;
	background:url(../images/quotes.gif) right top no-repeat;
	border-bottom:1px solid #cccccc;
}

.clientbox-text p {
	padding-bottom:1em;	
}


/* ////////      EgoTALENT PAGE       \\\\\\\\ */

#talent-page #page_header h2 {
	width:424px;
	background-image:url(../images/pagetitle-talent.png);
}


/* ////////      HOMEPAGE       \\\\\\\\ */

body#home-page {
	background:#e7e7e7 url(../images/backgr-main-home.png) left top repeat-x;
}

#home-flash {
	text-align:right;
	width:961px;
	height:221px;
	padding-bottom:20px; /* don't change this to margin - IE 6+7, Opera 7+8 bugs
	(Extra vertical space after the next floated elements)
	*/
}

#home-flash h1, #home-flash h2 {
	display:none;
}

#servicesBox {
	position:relative;
	float:left;
	width:608px;
	height:224px;
	padding:7px 7px 0 0;
	background:url(../images/backgr-servicesbox.jpg) left top no-repeat;
	font-size:1.2em;
}

#servicesBox ul li h2 {
	display:none;	
}

a.service-link {
	display:block;
	width:224px;
	height:23px;
	overflow:hidden;
	background-image:url(../images/service-links.png);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	font-size:1.2em; 
	padding-left:57px;
	padding-bottom:3px;
	vertical-align:bottom;
}

a:hover.service-link, a.service-link.activated {
	color:#ca0404;
	text-decoration:none;
}

a#ego-insight {
	background-position:left top;
	padding-top:52px;
}

a:hover#ego-insight, a.activated#ego-insight {
	background-position:right top;
}

a#ego-athlete {
	background-position:left -78px;
	padding-top:49px;
}

a:hover#ego-athlete, a.activated#ego-athlete {
	background-position:right -78px;
}

a#ego-talent {
	background-position:left bottom;
	padding-top:45px;
}

a:hover#ego-talent, a.activated#ego-talent {
	background-position:right bottom;
}
/*
#servicesBox .details {
	display:none;
	position:absolute;
	top:27px;
	left:296px;
	width:250px;
	height:195px;
	overflow:hidden;
}

#servicesBox .details.activated {
	display:block;	
}

#servicesBox .details .text-container {
	height:139px;
	overflow:hidden;
}
*/

#servicesBox .details {
	display:none;
	position:absolute;
	top:27px;
	left:296px;
	width:290px;
	height:195px;
	overflow:hidden;
}

#servicesBox .details.activated {
	display:block;	
}

#servicesBox .details .text-container {
	height:166px;
	overflow:hidden;
}

#servicesBox .details h3 {
	font-size:1.3em;
	line-height:1.2em;
	font-weight:normal;
	color:#ca0404;
	margin-bottom:0.7em;
}

#servicesBox .details p {
	width:255px;
	line-height:1.2em;	
	padding-bottom:0.5em;
}

a.read-more-button {
	position:absolute;
	bottom:0;
	left:0;
	width:104px;
	height:25px;
	background:url(../images/link-more.png) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

a:hover.read-more-button {
	background-position:left bottom;
}

#infobox {
	position:relative;
	float:right;
	width:206px;
	height:180px;
	padding:54px 68px 0 26px;
	background:url(../images/backgr-infobox.jpg) left top no-repeat;
	overflow:hidden;
}

#infobox .text-container {
	width:265px;
	height:130px;
	overflow:hidden;
	font-size:1.2em;
}

#infobox h2 {
	display:none;	
}

#infobox h3 {
	width:265px;
	line-height:1.3em;
	font-weight:normal;
	color:#ca0404;
	margin-bottom:0.6em;
}

#infobox p {
	width:265px;
	line-height:1.3em;	
}

#infobox a.read-more-button {
	bottom:12px;
	left:25px;
}


/* ////////      CONTACT PAGE       \\\\\\\\ */


#contact-page .rightcol h3 {
	line-height:1.1em;
	margin-bottom:1.6em;
}

#contact-page #page_header h2 {
	width:241px;
	background-image:url(../images/pagetitle-contact.png);
}

#contact-page .leftcol .whitebox {
	height:161px;
	margin-bottom:20px;
	overflow:hidden;
	color:#333;
	padding-top:14px;
}

#contact-page .leftcol .whitebox strong {
	font-weight:bold;
}

#contact-page .leftcol .whitebox#uk_offices {
	background:url(../images/whitebox-map1.gif) left top no-repeat;	
}

#contact-page .leftcol .whitebox#pacific_offices {
	background:url(../images/whitebox-map2.jpg) left top no-repeat;	
}

#contact-page .whitebox h3 {
	margin-bottom:0.2em;	
}

#contact-page .whitebox p {
	line-height:1.7;
	padding-bottom:0.8em;
}

#contact-form {
	width:439px;
	padding-left:55px;
}


#contact-form li {
	display:block;
	float:left;
	margin-bottom:10px;
}

#contact-form input, #contact-form textarea {
	float:left;
	border:1px solid #999999;
	background-color:#f4f4f4;
	margin:0;
}

#contact-form label {
	float:left;	
	width:135px;
	margin-right:16px;
	text-align:right;
	vertical-align:top;
	margin-top:2px;
	padding-bottom:3px;
}

#contact-form label span, #contact-form h4 span {
	color:#ca0404;	
}

#contact-form h4 {
	float:right;
	color:#333;
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:0.8em;
	margin-top:1.8em;
}

#contact-form button {
	float:right;
	clear:right;
	width:108px;
	height:30px;
	background:url(../images/button-send.png) left top no-repeat;
	overflow:hidden;
	border:none;
	text-indent:-9999px;
	margin-bottom:22px;
}

#contact-form button:hover {
	background-position:left bottom;	
}

#contact-form textarea {
	font-size:12px;	
}

/* /////////////// Home Hover List ////////////////////*/

.text-container ul {
	list-style:circle;
	margin-top:-5px;
}



.text-container ul li {
	width: auto;
	height:auto;
	line-height:1.2em;
	margin-top:-20px;
	margin-bottom:20px;
	padding-bottom:6px;
}



/* ////////      RESULTS AS A SERVICE PAGE       \\\\\\\\ */

#raas-page #page_header h2 {
	width:438px;
	background-image:url(../images/pagetitle-raas.png);
}


/* ////////      AAD PAGE       \\\\\\\\ */

#aad-page #page_header h2 {
	width:585px;
	cursor:pointer;
	background-image:url(../images/pagetitle-aad.png);
}

/* ////////      EgoRES;ULTS PAGE       \\\\\\\\ */

#results-page #page_header h2 {
	width:354px;
	background-image:url(../images/pagetitle-results.png);
}

/* ////////      EgoRESULTS - BUSINESS ATHLETE PAGE       \\\\\\\\ */

#athlete-page #page_header h2 {
	width:459px;
	background-image:url(../images/pagetitle-athlete.png);
}

/* ////////      EgoINSIGHT PAGE       \\\\\\\\ */

#insight-page #page_header h2.insight {
	width:572px;
	background-image:url(../images/pagetitle-insight.png);
	
}

/* ////////      PURPOSE BRANDING PAGE       \\\\\\\\ */

#branding-page #page_header h2 {
	width:402px;
	background-image:url(../images/pagetitle-branding.png);
}

/* ////////      QUALIFY NEW WORLD PAGE       \\\\\\\\ */

#qnw-page #page_header h2 {
	width:622px;
	background-image:url(../images/pagetitle-qnw.png);
}

/* ////////      ABOUT US PAGE       \\\\\\\\ */

#about-page #page_header h2 {
	width:205px;
	background-image:url(../images/pagetitle-about.png);
}

/* ////////      COMPANY PAGE       \\\\\\\\ */

#company-page #page_header h2 {
	width:215px;
	background-image:url(../images/pagetitle-company.png);
}

/* ////////      LOCATIONS PAGE       \\\\\\\\ */

#locations-page #page_header h2 {
	width:215px;
	background-image:url(../images/pagetitle-locations.png);
}