/* --------------------------------- RESET --------------------------------- */
HTML,BODY,H1,H2,H3,H4,H5,H6,UL,LI,DD,DL,TABLE,P,A,BLOCKQUOTE,CITE,ABBR {
	margin:0;
	padding:0;
}
/* --------------------------------- GENERAL ---------------------------------*/
HTML,BODY {
	width:100%;
	height:auto;
}
BODY {	
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	width: 100%;
	text-align: center;
}

/* --------------------------------- BACKGROUND ---------------------------------*/

BODY#wallpaper {
	background: url(images/wallpaper3.png) top repeat-x #2b2b2b;
}

/* --------------------------------- HEADINGS ---------------------------------*/
H1 {
	margin-left: 18px;
	margin-bottom: 10px;
	width: 345px;
	height: 46px;
	position: relative;
}
H1 SPAN {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
H1 SPAN A {
	display: block;
	width: 100%;
	height: 100%;
}

#wallpaper H1 SPAN {
	background: url(images/ppConsultingPartnership_logo.png) top left no-repeat;
}
H1, H2, H3, H4, H5, H6,
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	font-weight: normal;
}


#content A.floatRight {
	margin-right: 10px;
}
/* --------------------------------- CONTAINERS ---------------------------------*/
#container {
	margin: 0 18px;	
	text-align: left;
	position: relative;
	top: -14px;
	width: 734px;
	background: url(images/containerSwirl.png) top right no-repeat;
	height: 100%;
}

/* --------------------------------- FRONTPAGE BOX ---------------------------------*/

.frontpage {
	margin: 0 18px;
	border: 1px solid #ccc;
	width: 320px;
	min-height: 202px;
	padding: 10px 5px 20px 60px;
	text-align: left;
	position: relative;
}
.frontpage P,.frontpage H1,.frontpage H2,.frontpage H3 {
	text-align: left;
}
.frontpage H2 {
	font-weight: normal;
	color: #018ad1;
	padding-left: 0 !important;
}
H2 {
	font-size: 2.2em;
}
.testimonials H2 {
	font-size: 1.4em;
}
.frontpage H3,#content .frontpage H3,.frontpage .button {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #333;
}

/*
.frontpage .button {
	text-align: left;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	display: block;
	width: 7.4em;
	text-decoration: none;
}
.frontpage .button SPAN {
	width: 30px;
	height: 1.2em;
	float: right;
	display: block;
	background: url(images/linkArrow.png) left bottom no-repeat;
}
.frontpage .button:hover {
	color: #333;
}

*/


/* --------------------------------- FRONTPAGE BOX in CONTENT ---------------------------------*/
#content .frontpage {
	width: 505px;
	min-height: 250px;
	padding: 0;
	margin: 0;
}
#content .frontpage P,#content .frontpage H1,#content .frontpage H2,#content .frontpage H3 {
	margin: 0;
	text-align: left;
	border: 0;
}
#content .frontpage P {
	padding: 5px 0;	
	clear: both;
	display: block;
}
#content DIV.frontpage {
	padding: 20px 15px 30px 20px;
	width: 470px !important;
	min-height: 50px; 
}

/* --------------------------------- SHADOW WRAPS ---------------------------------*/
#shadow {
	width: 770px;
	background: url(images/containerBg.png) center repeat-y;
	text-align: center;
	margin: 0 auto;
}
#shadowTop {
	width: 770px;
	height: 32px;
	top: -32px;
	background: url(images/containerTop.png) top center no-repeat;
	margin: 0 auto;
}

#shadowBottom {
	width: 770px;
	height: 32px;
	margin: 0 auto;
	background: url(images/containerBottom.png) top center no-repeat;
}

/* --------------------------------- NAVIGATION ---------------------------------*/
/* --------------------------------- primaryNav ---------------------------------*/

#primaryNav {
	width: 696px;
	display: block;
	margin: 0 18px;
	height: 2em;
	font-size: 1.1em;
	margin-bottom: 10px;	
}
#primaryNav LI{
	display: block;
	float: left;
}
#primaryNav A {
	line-height: 2em;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
}
#primaryNav A:hover,#primaryNav A.active {
	color: #b0b2b7;
}
#wallpaper #primaryNav A:hover,#wallpaper #primaryNav A.active {
	color: #dabb9d;
}


#wallpaper #primaryNav {
	background: url(images/primaryNavBg.png) bottom repeat-x;
	border: 0px solid #562b2c;
}

/* --------------------------------- secondaryNav ---------------------------------*/
#sidePane .menu {
	width: 180px;
	margin: 0;
	margin-bottom: 10px;
	list-style: none outside !important;
}
#sidePane .menu LI {
	font-size: 100%;
	display:none;
}
#sidePane .menu LI.active {
	font-size:1em;
	font-weight: bold;
	display: block;	
	margin:0;
}
#sidePane .menu LI.expanded {
	margin: 0;
	padding: 0;
}
#sidePane .menu LI.expanded A,#sidePane .menu LI.active A {
	font-size: 1.3em;
	margin: 0;
	padding: 10px;
	display: block;
	color: #404246;
}
#sidePane .menu LI.active UL A {
	font-weight: normal;
	text-decoration: none;
}
#sidePane .menu LI.active UL A.active {
	font-weight: bold;
}

#sidePane .menu UL {
	margin: 0;
	padding: 0;
}
#sidePane .menu UL LI {
	margin: 0;
	padding: 0;
	height: 1em;
}

#sidePane .expanded .expanded UL LI {
	background: none !important;
}	
#sidePane .expanded .expanded UL A {
	margin-left: 15px !important;
}	
#sidePane .menu UL > LI {
	height: auto;
}
#sidePane .menu A:hover,#sidePane .menu A:active {
	font-weight: bold;
}
#sidePane .expanded UL A {
	font-size: 1em !important;
	padding: 5px 10px 5px 10px !important;	
}
#sidePane UL UL.expanded A {
	font-size: 1em !important;
	padding: 5px 10px 5px 15px !important;	
}	

#sidePane .menu LI.expanded, #sidePane .menu LI.expanded * {
	display: block;
}
#sidePane .menu UL LI.last {
	display: none;
}
#sidePane .menu LI.last {
	background: url(images/secondaryNavBottom.png) center bottom no-repeat;
	font-size: 0;
	display: block;
	line-height: 0.001;
	padding: 0 !important;
	height: 17px;
}

#sidePane .menu .expanded .expanded LI {
	background: none !important;
}
#sidePane .menu .expanded .expanded UL A {
	padding: 2px 5px !important;
	margin-left: 15px;
}
#sidePane .menu .expanded .expanded .expanded UL A {
	padding: 2px 5px 2px 10px !important;
	margin-left: 15px;
}
#sidePane .menu .expanded UL A:hover, #sidePane .menu .expanded .menu .expanded UL A:hover {
	color: #660a14 !important;
}

li.expanded {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
li.collapsed {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
li.leaf {
  list-style-type: none;
  list-style-image: none;
  padding: 0;  
}


img.leftColumnImages
{
	width: 220px;
}
/* ------------------------------- secondaryNav backgrounds -------------------------------*/

#wallpaper #sidePane UL.menu {
	background: url(images/secondaryNavBg.png) center repeat-y !important;
}

#wallpaper #sidePane .menu LI {
	background: url(images/secondaryNavTop.png) top no-repeat;
}

#wallpaper #sidePane .menu LI.last {
	background: url(images/secondaryNavBottom.png) center bottom no-repeat;
}

#wallpaper .expanded .expanded A {
	font-weight: bold !important; 
	color: #511819 !important;
}
#wallpaper .expanded .expanded .menu A {
	font-weight: normal !important; 
	color: #000 !important;
}
#wallpaper .expanded .expanded A:active {
	color: #000 !important;
}
#wallpaper .expanded .expanded .menu A.active {
	font-weight: bold !important; 
	color: #660a14 !important;
}
/* --------------------------------- breadcrumbs ---------------------------------*/

#breadcrumbs {
	margin-bottom: 10px;
	margin-left: 200px;
	height: 1em;
	width: 505px;
}
#breadcrumbs A {
	margin:0;
	display: block;
	float: left;
	margin-top: 1px;
	padding:0;
	color: #666;
}
#breadcrumbs A:hover {
	text-decoration: underline;
}
#breadcrumbs A.active {
	font-weight: bold;
}

#breadcrumbs SPAN {
	display: block;
	float: left;
	padding: 0 4px;
}
/* --------------------------------- globalNav ---------------------------------*/
#globalNav {
	width: 100%;
	top: 0px;
	right: 0px;
	z-index: 2;
	height:32px;
}
#globalNav LI {
	display: block;
	float: right;
	width: 117px;
	height: 32px;
	position: relative;
	font-size: 0.9em;
}

.leftTab {
	background: url(images/globalLeftNavTabBg.png) top right no-repeat;

}
.allTab {
	background: url(images/globalNavTabBg.png) top right no-repeat;

}
.rightTab {
	background: url(images/globalRightNavTabBg.png) top right no-repeat;

}


#globalNav A {
	display: block;
	text-decoration: none;
	margin-top: 9px;
	font-weight: bold;
	font-size: 0.95em;
	margin-left: 8px;
	text-align:center;
	text-transform: normal;
}
#globalNav LI.side {
	right: -12px !important;
}

/* --------------------------------- extraNav ---------------------------------*/

#container #extraNav H2 {
	font-size: 1.6em;
	font-weight: normal;
}
#container #extraNav.fourCol H2 {
	font-size: 1.4em;
}
#extraNav {
	width: 698px;
	margin: 10px 18px;
	height: 10.1em;
	background: url(images/extraNavBg.png) repeat-x #192860;
	color: #fff;
}
#content #extraNav {
	width: 507px;
	/*height: 150px;*/
	margin: 10px 0px;
}
#content #extraNav LI {
	padding-top: 0;
}
#content #extraNav H2 {
	margin: 0;
}
#extraNav LI {
	display: block;
	position: relative;
	float: left;
	height: 100%;
	width: 49.9%;
	background: url(images/extraNavSeparatorBg.png) top right repeat-y;
}
/* --------------------------------- SIDEPANEL ---------------------------------*/
#extraTab {
	margin: 0 !important;
	width: 100%;
}
#extraTab LI {
	display: block;
	position: relative;
	float: left;
	height: 100%;
	width: 49.9%;
	background: url(images/extraTabSeparatorBg.png) top right repeat-y;
}
#extraTab LI H3 {
	color: #2285C5 !important;
	font-size: 1.2em;
}
#extraTab.threeCol LI {
	width: 169px !important;
}
#content #extraTab LI.last {
	background: none;
	width: 167px !important;
}
#extraTab LI * {
	float: none !important;
	margin: 0 8px;
}
#extraTab LI A {
	display: block;
	color: #039;
	margin: 0 8px;
	padding-left: 10px;
	background: url(images/extraTabArrow.png) center left no-repeat;
}
#extraTab .large {
	font-size: 1.1em;
	height: 3.5em;
}

/* --------------------------------- SIDEPANEL ---------------------------------*/
#sidePane {
	width: 180px;
	float: right;
	display: inline;
	margin: 0;
	margin-left: 10px;
	margin-right: 18px;
}
#sidePane.left {
	float: left !important;
	margin-right: 10px;
	margin-left: 18px;	
}
/* --------------------------------- CONTACTBOX ---------------------------------*/
#contactBox {
	width: 180px;
	display: block;
	background: url(images/contactBoxBg.png) repeat-y center;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#contactBox H2 {
	padding: 13px 14px;
	padding-bottom: 0;
	font-size: 1.4em;
	background: url(images/contactBoxTop.png) top no-repeat;
	color: #2285c5;
	font-weight: normal;
}
#contactBox P {
	padding: 8px 14px 15px 16px;
	font-size: 0.9em;
	background: url(images/contactBoxBottom.png) bottom no-repeat;
	line-height: 1.4em;
}
#contactBox STRONG,#contactBox A {
	font-size: 1.2em;
	display: block;
}
#contactBox A {
	color: #039;
	text-decoration: none;
}
#contactBox A:hover {
	color: #d2232a;
}

/* --------------------------------- EMAIL ---------------------------------*/
.email {
	width: 160px;
	display: block;
	background: url(images/emailHolder.png);
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.genericHolder
{
	width: 160px;
	display: block;
	background: url(images/genericHolder.png);
	padding-top: 14px;
	padding-bottom: 15px;
	padding-left: 20px;
}

/* --------------------------------- CONTENT ---------------------------------*/
#content {
	margin-bottom: 20px;
	padding: 10px 0;
	display: inline;
	position: relative;
	border: 1px solid #ccc;
	width: 505px;
	float: left;
}
DIV#content.extra {
	border: 0;
	padding: 0;
	margin-left:0;
}

DIV #content.wide {
	width: 680px;
	padding: 10px;
}
DIV.left {
	margin-left: 18px;
	margin-right: 0;
}
DIV.right {
	margin-left: 0;
	margin-right: 18px;
}
DIV.news {
	border: 1px solid #d7d3d3;
	background: #d2d7e2;
}
DIV.news LI {
	border-bottom: 1px solid #ccc;	
}
DIV.news a.floatRight {
	border: 1px solid #d7d3d3;
	background: #d2d7e2;
	margin: 3px 15px;
}
DIV.testimonials {
	border: 1px solid #d7d3d3;
	background: url(images/testimonialsBg.png) repeat-x bottom #fff;
	padding: 8px 0 !important;
}
DIV.testimonials LI {
	padding-top: 0 !important;
	border-bottom: 1px dotted #ccc;
}
DIV.testimonials LI.last {
	border: 0;
}
DIV.testimonials P {
	background: none !important;
	margin-right: 15px;
	padding: 5px 0 !important;
	
}
DIV.testimonials CITE {
	color: #000;
	font-weight: bold;
	font-style: normal;
}

/* ---- old color #2285c5 --- */
#content H2,#content H3, {
	margin: 3px 15px;
	color: #8e0003;
	list-style: none;
}
#content P {
	padding: 5px 15px;	
}

#content H3 A {
	margin: 0;
}
#content A {
	text-decoration: none;
	color: #039;
}
#content A:hover {
	text-decoration: none;
	color: #d2232a;
}
#content A.floatRight {
	margin: 3px 15px;
}
#content LI {
	padding-top: 6px;

}
#content UL P {
	padding: 5px 0;
	padding-bottom: 10px;
	clear: left;
	background: url(images/contentVerticalSeparator.png) repeat-x bottom;
	color: #000;
	border: 0;
}
#content .last P {
	background: none;
	padding-bottom: 5px;
}

hr
{
	color: #ff8080;
	width: 200px;
}

img
{
	border-width: 0px;
}

img.caption
{
	width: 734px;
}



div.whiteFrame
{
	background-image: url(images/whiteFrame.png);
	padding: 10px;
	height: 125px;
	width: 458px;
}

p.large
{
	color: #3b3b3b;
	font-size: 1.5em;
	font-family: helvetica, arial;
}


/* --------------------------------- FOOTER ---------------------------------*/

#footer {
	clear: both;
	margin: 0 18px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	color: #666;
}
#footer A {
	color: #666;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}
#footer .copyright {
	float: right;
}




/* --------------------------------- leftMenu ---------------------------------*/


.help {
    padding: 0.3em;
    margin-bottom: 1em;
    margin-top: 1em;
    display: inline;
    float: left;
    position: relative;
    width: 498px; 
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0px;
	height: 0;
	overflow: hidden;
}
.clear-block {
	clear: both;
}

.densed P,H4 {
	padding: 3px 15px !important;
}

/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}
.help P {
	padding-left: 15px;
}

/*
** Page layout blocks / IDs
*/
UL.secondary {
	display: none;
}
.tabs A {
	padding: 0px 2px !important;
}

#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0;
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf;
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;  
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
  margin-top: 1em;
  display: inline;
  float: left;
  position: relative;
  width: 498px; 
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}



/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}

.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.feed-icon {
	clear: both;
	margin-top: 10px !important;
	margin-left: 15px !important;
}

.centre
{
	text-align: center;
}