/*
Psychology At Work Base Stylesheet
$Id$
*/

/* Main layout
-------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background: #fff url(../images/bg-main-rhs.jpg) top left repeat-x;
	background-repeat: repeat;

}

#page {
	padding: 0;
	margin: 0 auto;
	width: 784px;
	text-align: left;
	position: relative;
	border: solid 0px #CCC;
	background: #fff;
}

/* Header
-------------------------------------------*/

#header {
	height: 129px;
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Navigation
-------------------------------------------*/

#nav {
	margin: 0 0 1em 0;
	height: 60px;
	background: #666699 url(../images/nav_background.png) top left repeat-x;
	font-size: 110%;
}

/* Float fix */
#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav { height: 1%; }
/* End hide from IE-mac */

/* End float fix */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	background: url(../images/nav_sep.png) top left no-repeat;
}

#nav li a {
	float: left;
	display: block;
	width: 165px;
	height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right: 1em;
}

#nav li a span {
	display: block;
	padding-top: 6%;
}

#nav ul li .first 
{
}

#nav a {
	margin: 0;
	padding: 5px 0.5em 5px 0.5em;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#nav li#nav_home a span, #nav li#nav_services a span {
	padding-top: 20px;
}

#nav a.selected {
}

#nav a.first {

}

#nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 58px;
	left: 5px;
	background: #CCC;
	z-index: 100;
	width: 150px;
	font-size: 85%;

}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	
}

li:hover a, li.over a {
	color: #CCC;

}

ul.depth1 {
}

ul.depth1 li {
	float: none;
	color: #CCC;
}

#nav ul li ul.depth1 a {
	display: block;
	float: none;
	width: 160px;
	background: #303047;
	text-transform: none !important;
	text-align: left !important;
	height: auto !important;
	margin: 0;
	padding: 1em 1em;
	border-bottom: dashed 1px #999;
}

#nav ul li ul.depth1 a:hover {
	background: #666699;
}

#nav ul li ul.depth1 li.last a {
	border-bottom: 0 none;
}

#nav ul li ul.depth1 a span {
	padding: 0 !important;
}

ul.depth1 a.first 
{
	
}
/* END
-------------------------------------------*/

/* Main content and side page
-------------------------------------------*/

#imageheader, #imageheader p {
	margin: 0;
	padding: 0;
}


#contentholder {
	width: 780px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 0;
	float: left;
	line-height: 1.6em;

}

#content {
    padding-top: 2px;
    margin-left: 35px;
	margin-bottom: 20px;
	margin-right: 35px;
}


#side img {
	text-align:left;
	padding-left: 0px;
	padding-top: 35px;

}



#footer {
	padding: 0 2em;
	font-size: 80%;
	clear: both;
	text-align: left;
	background: #FFF url(../images/footer_bg.jpg) bottom left repeat-x;
}

/* Float fix */
#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #footer { height: 1%; }
/* End hide from IE-mac */

/* End float fix */

/*
* html #footer {
	padding: 0em 1em;
	font-size: 80%;
	clear: both;
	text-align: left;
	background: #FFF url(../images/footer_bg.jpg) repeat-x top right;
}
*/
#below {
	clear: both;
	text-align: center;
	margin-top: 1em;
	font-size: 80%;
}



/* Footer blocks
-------------------------------------------*/
.homepageblock {
	width: 30%;
	border: 0px solid #27566A;
	float: left;
	margin-right: 3%;
}


* html .homepageblock {
	width: 29%;
	border: 0px solid #27566A;
	float: left;
	margin-right: 2%;
}

.homepageblock h2 {
	color: #FFF;
	background: #27566A;
	margin: 0;
	padding: 0.3em;
}

.homepageblock p {
	padding-left: 1em;
	padding-right: 1em;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 89%;
	text-align: left;
}


#block1 
{
	padding-right:5px;

}

* html #block1 
{
	padding-right:5px;
	margin-left:15px;
}

#block3 {
	/*margin-right: -40px;*/
	float: right !important;
	margin-right: 0 !important;
}

#block2 p {
	text-align: center;
    padding-left:30px;
}

#block3 p {
	text-align: right;
}

* html #block3 p {
	text-align: right;
	margin-right: -5px;
	margin-left: 45px;
	float:right;
	padding-left: 10px;
}

/* General styles
-------------------------------------------*/

p {
    text-align: justify;
}

p.test {
	
}


.about {
 font-weight: bold;
}

* html .about {
 font-weight: bold;
 padding-bottom:-15px;
 line-height: 5px;

}

img.img_right {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}

img.img_left {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: 0 none;
}

a {
	color: #3366CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}

#breadcrumbs {
	margin-bottom: -1em;
	margin-left:35px;
	display:none;
}


ul {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#content li {
	padding-left: 30px;
	list-style: none;
	background: url(../images/bullet.gif) 0px 5px no-repeat;
}

ul li {
	margin-left: 30px;
	padding: 0px 10px 0px 20px;

}

ol {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Verdana", "Trebuchet MS", "Trebuchet", "Helvetica", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande",  Tahoma, sans-serif;
	font-size: 118%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

ol li {
	margin-left: 60px;
	padding: 0 10px 0 20px;

}

h1 {
	font-size: 170%;
	color: #688ea1;
	padding:30px 0 0 10px;
	text-align: center;
	/*
	margin-left: 325px;
	margin-bottom: -15px;
	height: 35px;
	*/
}


* html h1 {
	padding: 10px 0 20px 10px;
}

h2 {
	font-size: 150%;
	color: #688ea1;
	padding:0px 0 0 10px;
}


h2.division {
	font-size: 150%;
	color: #0082D6;
	padding: 10px 0 0 10px;
	background: #FFF url(../images/header1_bg.jpg) repeat-x top right;
	height: 38px;
}

h3 {
	font-size: 130%;
	color: #005D99;
	padding: 0 0 0 10px;
}



/* SIFR
-------------------------------------------*/

/* These are standard sIFR styles... do not modify */

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

.sIFR-replaced {
	visibility: visible !important;
	margin-top: -15px;
	padding-bottom: 0;
}

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

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... */

.sIFR-hasFlash h1 {
	visibility: hidden;
	text-align: center;
	width: 96%;
	font-weight: bold;
}

.sIFR-hasFlash h2.side_h2 {
	visibility: hidden;
	text-align: center;
	width: 96%;
	font-size: 24px !important;
	height: 25px;
	font-weight: bold !important;
}

h2.side_h2 {
	background: #666699 url(../images/nav_background2.png) top left repeat-x;
	height: 30px;
	margin-bottom: 0;
}


.sIFR-hasFlash .about {
	visibility: hidden;
	font-size: 26px;
	letter-spacing: -4px;
	line-height: normal;
	vertical-align: top;
}

a.sIFR-hasFlash {
    visibility: hidden;
    /* other CSS properties go here */
	text-align: center;
}

.sIFR-flash {
	clear: none;
	verticle-align: middle;
	margin-top: 20px;
}

h2.side_h2 .sIFR-flash {
	margin-top: 0;
}

/* End SIFR
-------------------------------------------*/



.bg-main-rhs {

	background: #FFFFFF url(../images/interface/bg-main-rhs.jpg);

}

/* Page specific */

.page-home {
	/*background: url(../images/about_bg.jpg) bottom right no-repeat;*/
}
/*
.page-leadership {
	background: url(../images/leadership.jpg) bottom right no-repeat;
}

.page-leadership_assessment {
	background: url(../images/leadership_assessment.jpg) bottom right no-repeat;
}

.page-developing_leaders {
	background: url(../images/developing_leaders.jpg) bottom right no-repeat;
}

.page-mentoring_coaching {
	background: url(../images/mentoring_coaching.jpg) bottom right no-repeat;
}

.page-strategic_thinking {
	background: url(../images/strategic_thinking.jpg) bottom right no-repeat;
}

.page-team_leadership {
	background: url(../images/team_leadership.jpg) bottom right no-repeat;
}

.page-facilitated {
	background: url(../images/facilitated.jpg) bottom right no-repeat;
}

.page-emotional_intel {
	background: url(../images/emotional_intel.jpg) bottom right no-repeat;
}

.page-interpersonal_intel {
	background: url(../images/interpersonal_intel.jpg) bottom right no-repeat;
}

.page-intervention {
	background: url(../images/intervention.jpg) bottom right no-repeat;
}

.page-self-empowerment {
	background: url(../images/self-empowerment.jpg) bottom right no-repeat;
}

.page-workshop {
	background: url(../images/workshop.jpg) bottom right no-repeat;
}

.page-assessment {
	background: url(../images/assessment.jpg) bottom right no-repeat;
}


.page-psychometric_ass {
	background: url(../images/psychometric_ass.jpg) bottom right no-repeat;
}

.page-competency_ass {
	background: url(../images/competency_ass.jpg) bottom right no-repeat;
}

.page-assessment_centres {
	background: url(../images/assessment_centres.jpg) bottom right no-repeat;
}

.page-specialised {
	background: url(../images/specialised.jpg) bottom right no-repeat;
}

.page-change_management {
	background: url(../images/change_management.jpg) bottom right no-repeat;
}


.page-coaching {
	background: url(../images/coaching.jpg) bottom right no-repeat;
}

.page-interpersonal {
	background: url(../images/interpersonal.jpg) bottom right no-repeat;
}
*/
/*---------table test--------------*/

table {
	width: 100%;
	border: 1px solid #FFF;
	margin: 0 0 0 0px;
}



th {
	background: #FFF;
	margin: 0;
}



tr.ll {
	margin: 0;
}



tr.lm {
	background: #FFF;
	margin: 0;
}



td { 
	margin:0 !important; 
	padding:0!important;
	/*float:left;
	line-height:35px;*/
}	



td img { 
	margin:0 !important; 
	padding:10px 0px 0 0!important;
	float:left;
}

h2.side_h2 {
	text-transform: uppercase;
}

.centertext {
	text-align: center !important;
}

.centertext p {
	text-align: center !important;
}

/*-----END-------*/