/*=============================================================
Type:				Criteria Main Stylesheet
Build by:			Vgroup
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright: 		 	(c) Vgroup 2008 	
---------------------------------------------------------------
Creation Date:		17-01-2008
Last edited:		N/A
============================================================ */

/*==============================================
main layout
==============================================*/

body {
	background: #D7D7D7;
	height: 100%;
	color: #666666;
}

p {
	color: #666666;
	line-height: 1.4em;
	font-size: 0.95em;
	margin-top: 10px;
}

#page {
	background: #FFF;
	width: 760px;
	margin: 0 auto;
	padding: 0px 60px 20px 60px;
/*	height:100%;*/
	position: relative;
	min-height:100%;
}

#main_logo {
	float: right;
	margin-top: 16px;
}

#content_wrapper {
	background: url('../../cssimages/frontend/bg_main_top.gif') no-repeat;
	padding-top: 10px;
	clear: both;
}

#content {
	background: url('../../cssimages/frontend/bg_main_middle.gif') repeat-y;
}

#main_content {
	width: 420px;
	float: right;
	padding-right: 150px;
}

/*==============================================
main logo
==============================================*/

#main_logo {
	width: 132px;
	height: 63px;
	background: url('../../cssimages/frontend/logo_people.gif') no-repeat;
	text-indent: -9999px;
}

/*==============================================
navigation
==============================================*/


/* general links */

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

a:hover {
	color: #ACD122;
}

/* shared styles */

#extra_nav, #main_nav, #footer_links {
	list-style: none;
	text-transform: uppercase;
}

#extra_nav li, #footer_links li {
	display: inline;
	margin-right: 12px;
	font-size: 0.9em;
}

/* extra nav */

#extra_nav {
	padding-top: 10px;
}

/*#extra_nav {
	margin: 0;
	padding: 0 !important;
	line-height: 0.8em;
}

#extra_nav li a {
	padding: 4px ;
}

#extra_nav li a:hover {
	background: #ACD122;
	color: #333;
}
*/
/* main nav */

#nav {
	width: 140px;
	margin: 0px 0 0 20px;
	padding-top: 6px;
	float: left;
}

#main_nav a {
	font-weight: bold;
	font-size: 0.9em;
	color: #555555;
}

#main_nav ul {
	list-style: none;
	margin-bottom: 4px;
	display: none;
}

#main_nav li.current ul {
	display: block;
}

#main_nav ul li {
	text-transform: none;
	color: #777777;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#main_nav ul li a {
	color: #777777;
}

#main_nav ul a:hover, #main_nav a:hover {
	color: #AAD11E;
}

/* staff nav */

#staff_nav {
	list-style: none;
	width: 160px;
/*	margin-top: 2px;*/
}

#staff_nav a {
	font-weight: bold;
	font-size: 0.9em;
	text-transform: none;
	color: #777777;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#staff_nav a:hover {
	color: #AAD11E;
}

/* footer links */
#footer_links {
	background: url('../../cssimages/frontend/bg_main_bottom.gif') no-repeat;
	padding-top: 34px;
	text-align: right;
}

#homepage #footer_links {
	background: none;
	clear: both;
	padding-top: 10px;
}

#footer_links li {
	margin-left: 12px;
	margin-right: 0;
}

/*==============================================
headings
==============================================*/

h1 {
	margin: 0px 0 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	width: 300px;
	text-transform: uppercase;
	float: left;
	color: #FFF;
}

h2 {
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 1.0em;
	color: #868484;
}

h2 a {
	text-decoration: none ;
}

h3 {
	font-size: 1.1em;
	margin: 1.0em 0;
}

/*==============================================
header
==============================================*/

#header {
	padding: 6px 0 0 20px ;
	clear: both;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	height: 2.3em;
	background-color: #868484;
	color: #FFF;
/*	background-image: url('../../cssimages/frontend/arrow_transparent2.png');*/
	background-position: 0 0;
/*	border-left: 20px solid #868484;*/
/*	border-top: 6px solid #868484;*/
}

#header p {
	margin: 0 20px 0 0;
	padding-top: 0.4em;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: -0.2px;
	color: #B5B4B4;
	width: 360px;
	float: right;
	font-weight: bold;
}

#header span {
	color: #FFF;
	font-weight: bold;
	padding-left: 4px;
	font-size: 1.1em;
}

#header img {
	float: left;
}

/*==============================================
news
==============================================*/

#news_image {
	float: right;
	margin: -10px 0 10px 10px;
}

.disabled {
	color: #999;
}

.news_item {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

/*==============================================
main content
==============================================*/

#main_content {
	background: url('../../cssimages/frontend/what_we_do_silhouette.gif') no-repeat 492px 0px;
	min-height: 240px;
}

#main_content a {
	text-decoration: underline;
}

#main_content ul {
	margin-left: 20px;
	margin-top:0;
}

#homepage #flash_intro {
	margin-top: 65px;
}

/* feedback form */

form.standard_form dl label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #666666;
}

form.standard_form dd {
	margin-bottom: 10px;
}

form.standard_form textarea {
	width: 400px;
	height: 100px;
}

form.standard_form .textfield {
	width: 260px;
}


/*==============================================
staff section
==============================================*/

.criteria_people #main_content {
	width: 560px;
	padding-right: 0;
}

#staff_member {
	width: 330px;
	float: left;
}

#staff_links {
	width: 200px;
	float: right;
	margin-top: 14px;
}

#staff_links img {
	border: 2px solid #B5B5B5;
	margin-left: 5px;
}

#staff_links img:hover {
	/*	border: 2px solid #E8006F;*/
}

#sex {
	margin-top: 70px;
}

.criteria_people h2 {
	margin: 0;
	font-size: 0.95em;
	line-height: 1.0em;
}

.criteria_people #job_title {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
	font-size: 0.95em;
}

#staff_pic_main {
	float: right;
}

/*==============================================
footer
==============================================*/

#credits {
	text-align: right;
	font-size: 0.9em;
	clear: both;
}

/*==============================================
site map
==============================================*/

#site_map_wrapper {
	width: 55%;
	float: left;
}

#static_pages {
	width: 35%;
	float: right;
}

#static_pages, #site_map, #site_map ul {
	list-style: none;
}

#static_pages li, #site_map li, #site_map ul li {
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-image: url('../../cssimages/frontend/bullet_green_greybg.gif');
	padding-left: 10px;
	margin: 3px 0;
}


#static_pages a, #site_map a, #site_map ul a {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #777777;
}

#static_pages a:hover, #site_map a:hover, #site_map ul a:hover {
	color: #ACD122;
}

#site_map li {
	font-weight: bold;
}

#site_map ul li a {
	text-transform: none;
}

#site_map ul {
	margin: 0 0 14px 6px;
}

#site_map ul li {
	font-weight: normal;
}

#site_map_wrapper #staff_nav li {
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-image: url('../../cssimages/frontend/bullet_green_greybg.gif');
	padding-left: 00px;
	margin: 3px 0 0 20px;
}

#site_map_wrapper #staff_nav a {
	font-weight: normal;
}


/*==============================================
section-specific styles
==============================================*/

/* about us */
.what_we_do #header  { background-color: #ACD122;  }
.what_we_do #contact { color: #EAFF9F; }
.what_we_do h2 { color: #AAD11E; }
.what_we_do #main_nav li.current a { color: #ACD122; }
.what_we_do #content #main_nav li.current li.current a { color: #ACD122; }
.what_we_do #main_nav ul li { background-image: url('../../cssimages/frontend/bullet_green.gif'); }
.what_we_do #main_logo { background-image: url('../../cssimages/frontend/what_we_do_logo.gif'); }
.what_we_do #main_content {	background: url('../../cssimages/frontend/what_we_do_silhouette.gif') no-repeat 492px 0px; }

/* what we do section */
.about_us #header  { background-color: #FD7F0F }
.about_us #contact { color: #FFC48F; }
.about_us h2 { color: #FD7F0F; }
.about_us #main_nav li.current a { color: #FD7F0F; }
.about_us #content #main_nav li.current li.current a { color: #FD7F0F; }
.about_us #main_nav ul li { background-image: url('../../cssimages/frontend/bullet_orange.gif'); }
.about_us #main_logo { background-image: url('../../cssimages/frontend/logo_whatwe.gif'); }
.about_us #main_content {	background: url('../../cssimages/frontend/about_us_silhouette.gif') no-repeat 453px 0px; }

/* people we work with */
.people_we_work_with #header  { background-color: #0097D7 }
.people_we_work_with #contact { color: #77CDEF; }
.people_we_work_with h2 { color: #0097D7; }
.people_we_work_with #content #main_nav li.current li.current a { color: #0097D7; }
.people_we_work_with #main_nav li.current a { color: #0097D7; }
.people_we_work_with #main_nav ul li { background-image: url('../../cssimages/frontend/bullet_blue.gif'); }
.people_we_work_with #main_logo { background-image: url('../../cssimages/frontend/logo_clients.gif'); }
.people_we_work_with #main_content {	background: url('../../cssimages/frontend/who_we_work_with_silhouette.gif') no-repeat 421px 0px; }

/* recuriter information */
.recruiter_information #header  { background-color: #9C3C8D }
.recruiter_information #contact { color: #CFA8CA; }
.recruiter_information h2 { color: #9C3C8D; }
.recruiter_information #main_nav li.current a { color: #9C3C8D; }
.recruiter_information #content #main_nav li.current li.current a { color: #9C3C8D; }
.recruiter_information #main_nav ul li { background-image: url('../../cssimages/frontend/bullet_purple.gif'); }
.recruiter_information #main_logo { background-image: url('../../cssimages/frontend/logo_recruiter.gif'); }
.recruiter_information #main_content {	background: url('../../cssimages/frontend/recruiter_info_silhouette.gif') no-repeat 465px 0px; }

/* criteria people */
.criteria_people #header  { background-color: #E8006F  }
.criteria_people #contact { color: #FF8FC5; }
.criteria_people h2 { color: #E8006F; }
.criteria_people #main_nav li.current a { color: #E8006F; }
.criteria_people #content #main_nav li.current li.current a { color: #E8006F; }
.criteria_people #staff_nav li { background: url('../../cssimages/frontend/bullet_pink.gif') no-repeat 0 6px; }
.criteria_people #main_content {	background-image: none; }


#content #main_nav li.current ul a {
	color: #777777;
}

/*==============================================
SIFR
==============================================*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active h1 {
/*  visibility: hidden;*/
  font-family: Verdana;
  line-height: 1em;

	padding-top: 3px;
	padding-bottom: 0;
}