/* general */

body {
	padding: 0;
	margin: 5px 0 20px 0;
	font-size: 80%;
	color: rgb(70,70,70);
	background-color: #fff;
	text-align: center; /* force IE 5 to centre the page elements */
}

p, ol, ul, li, dl, dt, dd, td, h1, h2, h3, h4, h5, a {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	display: block;
}

.hide {
	display: none;
}



/* header */

div#header {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 720px;
	height: 79px;
}



/* logo */

#logo {
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
}

#logo img {
	border: 0;
}



/* global navigation */

#globalnav {
	float: right;
	left: 0;
	padding-top: 55px;
	margin: 0;
}

#globalnav ul {
	padding-right: 20px;
	margin: 0;
	list-style: none;
	text-align: right;	
}

#globalnav li {
	padding-left: 15px;
	margin: 0;
	display: inline;
	font-size: 0.8em;	
}

#globalnav a:link {
	color: #636;
	text-decoration: none;
}

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

#globalnav a:hover {
	color: rgb(174,96,174);
	text-decoration: none;
}

#globalnav a:active {
	color: rgb(174,96,174);
	text-decoration: none;
}



/* primary_nav_container */

#primary_nav_container {
	padding:0px;
	margin: 0px auto 0px auto;
	_margin: 0px auto -27px auto;/*IE exception*/
	width: 720px;
	height: 24px;
	border-bottom: 5px #fff solid;
	_border-bottom: 6px #fff solid;/*IE exception*/
	z-index:1;
}



/* primary_nav */
    
#primary_nav {
	float: left;
	width: 715px;
	line-height: normal;
	font-size: 0.8em;
	color: #fff;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	
}

/*#primary_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#primary_nav a {
	float: left;
	width: .1em;
	background:  url(../primary_nav/left_both.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
	white-space: nowrap;
}

#primary_nav > ul a {
	width: auto;
}

#primary_nav a span {
	float: left;
	display: block;
	background:  url(../primary_nav/right_both.gif) no-repeat right top;
	padding: 5px 15px 5px 6px;
	color: #fff;
}

#primary_nav a span#last {
	float: left;
	display: block;
	background:  url(../primary_nav/right_both_last.gif) no-repeat right top;
	padding: 5px 15px 5px 6px;
	color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#primary_nav a span, #primary_nav a span#last {
	float: none;
}

/* End IE5-Mac hack */
#primary_nav a:hover span, #primary_nav a:hover span#last {
	color: #fff;
}

#primary_nav li#highlighted a {
	background-position: 0 -127px;
	border-width: 0;
}

#primary_nav li#highlighted a span {
	background-position: 100% -127px;
	color: #fff;
}

#primary_nav a:hover {
	background-position: 0% -127px;
}

#primary_nav a:hover span, #primary_nav a:hover span#last {
	background-position: 100% -127px;
}



/* sectionheader */
/*	position:inherit;
	margin: 1px auto 0 auto;
	padding: 0;
	height: 200px;
	width: 720px;		
	background: url(images/splash.jpg) no-repeat;
	text-indent: -5000px;
	text-align: left; 
	z-index:1;*/


#sectionheader  {
	width:720px;
	height:100px;

	position:inherit;
	padding:/*-20px*/ 0 0 0 0;
	margin:1px auto 0 auto;
	z-index:3;
	}

div#sectionheader h2 {
	/*clear: both;*/
	position:inherit;
	margin: 1px auto 0 auto;
	padding: 0;
	height: 100px;
	width: 720px;
	text-indent: -5000px;
	z-index:1;		
	text-align: left; /* counteract to IE 5 centering bug */
}




/* sectionheader styles */

#errorstyle #sectionheader h2 {
	background: url(images/section_image.jpg) no-repeat;		
}

#aboutstyle #sectionheader h2 {
	background: url(images/about/about-wildcat-one.jpg) no-repeat;		
}

#clientsstyle #sectionheader h2 {
	background: url(images/clients/section_image.jpg) no-repeat;		
}

#coachingstyle #sectionheader h2 {
	background: url(images/coaching/section_image.jpg) no-repeat;		
}

#contactstyle #sectionheader h2 {
	background: url(images/contact/contact-details.jpg) no-repeat;		
}

#linksstyle #sectionheader h2 {
	background: url(images/links/links.jpg) no-repeat;		
}

#mergersstyle #sectionheader h2 {
	background: url(images/mergers/section_image.jpg) no-repeat;		
}

#newsstyle #sectionheader h2 {
	background: url(images/news/scratchpost.jpg) no-repeat;		
}

#organisationsstyle #sectionheader h2 {
	background: url(images/organisations/section_image.jpg) no-repeat;		
}

#sitemapstyle #sectionheader h2 {
	background: url(images/site_map/site-map.jpg) no-repeat;		
}

#troubleshootingstyle #sectionheader h2 {
	background: url(images/organisations/what-we-do.jpg) no-repeat;		
}

#whoweworkforstyle #sectionheader h2 {
	background: url(images/clients/who-we-work-for.jpg) no-repeat;
}



/* breadcrumb */

div#breadcrumb {
	position: relative;
	margin: 1px auto 0 auto;
	padding: 0;
	width: 720px;
	text-align: left; /* counteract to IE 5 centering bug */
}

div#breadcrumb p {
	color: #fff;	
	font-size: 0.8em;
	padding: 5px 20px;
	margin: 0;
}

div#breadcrumb a:link {
	color: rgb(187,102,187);
	text-decoration: none;
}

div#breadcrumb a:visited {
	color: rgb(187,102,187);
	text-decoration: none;
}

div#breadcrumb a:hover {
	color: rgb(194,135,194);
	text-decoration: none;
}

div#breadcrumb a:active {
	color: rgb(194,135,194);
	text-decoration: none;
}



/* breadcrumb styles */

#errorstyle #breadcrumb {
	background: url(images/breadcrumb.jpg) no-repeat;
}

#aboutstyle #breadcrumb {
	background: url(images/about/breadcrumb.jpg) no-repeat;
}

#clientsstyle #breadcrumb {
	background: url(images/clients/breadcrumb.jpg) no-repeat;
}

#contactstyle #breadcrumb {
	background: url(images/contact/breadcrumb.jpg) no-repeat;
}

#coachingstyle #breadcrumb {
	background: url(images/coaching/breadcrumb.jpg) no-repeat;
}

#linksstyle #breadcrumb {
	background: url(images/links/breadcrumb.jpg) no-repeat;
}

#mergersstyle #breadcrumb {
	background: url(images/mergers/breadcrumb.jpg) no-repeat;
}

#newsstyle #breadcrumb {
	background: url(images/news/breadcrumb-scratch.jpg) no-repeat;
}

#organisationsstyle #breadcrumb {
	background: url(images/organisations/breadcrumb.jpg) no-repeat;
}

#sitemapstyle #breadcrumb {
	background: url(images/site_map/breadcrumb.jpg) no-repeat;
}

#troubleshootingstyle #breadcrumb {
	background: url(images/troubleshooting/breadcrumb.jpg) no-repeat;
}

#whoweworkforstyle #breadcrumb {
	background: url(images/whoweworkfor/breadcrumb.jpg) no-repeat;
}


/* contentcontainer */

div#contentcontainer {
	position: relative;
	margin: 1px auto 0 auto;
	width: 720px;
	background: url(images/content_container_bg.gif) 0 0 repeat-y;
	text-align: left; /* counteract to IE 5 centering bug */
}



/* content */

div#content {	
	margin: 0;
	padding: 20px 20px 70px 20px;
	border-top: 1px rgb(180,180,180) solid;
	border-bottom: 1px rgb(180,180,180) solid;
	width: 520px; /* for IE Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 480px; /* actual value */	
}

html>body div#content {
	width: 480px; /* be nice to Opera */
}

div#content h1 {
	color: #636;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
	letter-spacing: 0.1em;
	font-weight: bold;	
}

div#content .h1super {
	color: #636;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 0;
	letter-spacing: 0.1em;
	font-weight: bold;	
}

div#content h2 {
	color: #636;
	font-size: 1em;
	margin: 0;
	padding: 1.2em 0 0.5em 0;
	font-weight: bold;
	letter-spacing: 0.1em;	
}

div#content h2.bottompadding {
	color: #636;
	font-size: 1em;
	margin: 0;
	padding: 1em 0 1em 0;
	font-weight: bold;
	letter-spacing: 0.1em;	
}

div#content h2.nopadding {
	padding: 0;
}

#newsstyle div#content h2 {
	margin-top: 1.2em;
}

#newsstyle div#content .highlight {
	margin-top: 2.5em;
}

#newsstyle div#content .highlight h2 {
	margin-top: 0;
	margin-bottom: 0.3em;
	padding: 0;
}

#content h5{
	color: #636;
	padding:20px 0 0 0;
	margin:0;
	letter-spacing: 0.1em;}

div#content h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #636;
	letter-spacing: 0.1em;
}

#newsstyle div#content h3 {
	font-weight: bold;
}

div#content p {
	margin: 0;
	padding-bottom: 1em;
	line-height: 1.35em;
}

#content a:link {
	color: #636;
	text-decoration: none;
	border-bottom: 1px #636 dotted;
}

#content a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #666 dotted;
}

#content a:hover {
	color: rgb(174,96,174);
	text-decoration: none;
	border-bottom: 1px rgb(174,96,174) dotted;
}

#content a:active {
	color: rgb(174,96,174);
	text-decoration: none;
	border-bottom: 1px rgb(174,96,174) dotted;
}

#content ul {
	line-height: 1.35em;
	padding: 0 0 1em 15px;
	margin: 0;
}

div#content ul li {
	padding: 0.2em 0;
	margin: 0;
}

.clients ul {
	
	line-height: 0;
	padding: 0 0 0em 0px;
	margin: 0;
}

.clients ul li {text-align:left;
	padding: 0;
	margin: 0;
}

div#content ul#sitemap li {
	padding: 0.5em 0;
	margin: 0;
}

div#content ul#sitemap li ul {
	padding: 0.2em 0 0.2em 25px;
	margin: 0;
}

div#content ul#sitemap li ul li {
	padding: 0 0.2em;
	margin: 0;
}

div#content dl.papers {
	margin: 0;
	padding: 0 0 1em 0;
}

div#content dt {
	padding: 0;
	margin: 0;
}

div#content dd.authors {
	padding: 0.5em 0;
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
}

div#content dd.summary {
	padding: 0 0 0.5em 0;
	margin: 0;
}

div#content dl.newsitems {
	line-height: 1.35em;
}

div#content dl.newsitems dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

div#content dl.newsitems .date {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #636;
}

div#content dl.newsitems dd {
	padding: 0;
	margin: 0 0 1em 0;
}

div#content p.date {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #cc0000;
}

div#content p.nomargin {
	margin: 0;
	padding: 0;
}

div#content h3.headline {
	font-style: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #636;
}

#content #imagescontainer {
	float: right;
	width: 132px; 
	margin: 0 0 10px 20px;
	padding-top: 1em;
}

#content div.image {
	float: right;
	padding: 10px;
	margin: 0 0 5px 10px;
	border: 1px #ccc solid;
	background-color: #eee;
}

#content div.image img {
	border: 1px #ccc solid;
}

#content div.image p {
	font-size: 0.7em;
	padding-top: 1em;
}

#content div.imagerow {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px #ccc solid;
	background-color: #eee;
}

#content div.imagerow img {
	border: 1px #ccc solid;
	float: left;
	margin: 0 15px 2px 0;
}

#content div.imagerow h2 {
	color: #636;
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.2em;	
}

#content div.imagerow p {
	font-size: 1em;
}

#content div.imagerow p.headlinelabel {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	font-color: #000;
}

#content p.date, #content div.imagerow p.date, #sidebar p.date {
	color: #cc0000;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

#content p.newsheadline, #content div.imagerow p.newsheadline, #content h1.newsheadline {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#content h1.newsheadline {
	padding-bottom: 1em;
	margin: 0;
	font-weight: bold;
	text-transform: none;
	color: #666;
	font-size: 1em;
	letter-spacing: 0;
}

#content div.imagerow p.newsheadline {
	padding-bottom: 1em;
	margin: 0;
	font-weight: bold;
}

#content div.highlight {
	padding: 1em 10px 0 10px;
	margin-bottom: 1em;
	background-color: #eee;
	border: 1px #ccc solid;	
}

#content div.highlight p {
	margin: 0;
	padding-bottom: 1em;
}

#content div.highlight em {
	font-weight: bold;
	font-style: normal;
}

#content div.highlight q {
	font-style: italic;
}

#content p.highlighttopmargin {
	padding: 10px;
	margin: 2em 0 1em 0;
	background-color: #eee;
	border: 1px #ccc solid;
	font-style: italic;	
}

#content p.smallitalic {
	font-size: 0.9em;
	font-style: italic;
}

#content .alert {
	color: rgb(204,0,0);
}

#content .wildcatview {
	font-style: italic;
}



/* sidebar */

div#sidebar {
	position: absolute;
	top: 0;
	left: 521px;
	width: 170px;
	padding: 15px;
	color: #fff;
	font-size: 0.8em;
	width: 200px; /* for IE Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px; /* actual value */
}

html>body div#sidebar {
	width: 170px; /* be nice to Opera */
}

div#sidebar p {
	line-height: 1.4em;
	padding: 0 0 1em 0;
	margin: 0;	
}

div#sidebar p.date {
	color: #ff0000;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

div#sidebar ul {
	padding: 0 0 1.3em 0;
	margin: 0;
	list-style: none;
}

div#sidebar li {
	padding: 0 0 1em 0;
	line-height: 1.4em;
}

/*div#sidebar img {
	border: 1px #666 solid;
	margin: 0.5em 0;
}*/

div#sidebar a:link {
	color: rgb(187,102,187);
	text-decoration: none;
	border-bottom: 1px rgb(187,102,187) dotted;
}

div#sidebar a:visited {
	color: rgb(170,170,170);
	text-decoration: none;
	border-bottom: 1px rgb(170,170,170) dotted;
}

div#sidebar a:hover {
	color: rgb(194,135,194);
	text-decoration: none;
	border-bottom: 1px rgb(194,135,194) dotted;
}

div#sidebar a:active {
	color: rgb(194,135,194);
	text-decoration: none;
	border-bottom: 1px rgb(194,135,194) dotted;
}

div#sidebar h2 {
	margin: 0;
	padding: 0 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#sidebar h2.topmargin {
	padding: 1.3em 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#sidebar h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #ccc;
}



/* footer */

div#footer {
	position: relative;
	margin: 1px auto 0 auto;
	padding: 0;
	width: 720px;
	height: 70px;
	font-size: 0.7em;
	color: #fff;
	background: url(images/footer.jpg) no-repeat;
	text-align: left; /* counteract to IE 5 centering bug */
}

div#footer p {
	position: absolute;
	left: 0;
	bottom: -1px;
	padding: 5px 15px;
	margin: 0;
	background-color: #000;
	border-top: 1px #fff solid;
	width: 720px; /* for IE Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 690px; /* actual value */
}

html>body div#footer p {
	width: 690px; /* be nice to Opera */
}



/* splash */

div#splash p {
	position:inherit;
	margin: 1px auto 0 auto;
	padding: 0;
	height: 200px;
	width: 720px;		
	background: url(images/splash.jpg) no-repeat;
	text-indent: -5000px;
	text-align: left; /* counteract to IE 5 centering bug */
	z-index:1;
}



/* contact form */

#form {
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

#form div {
	margin-bottom: 1em;
}

#form label {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: rgb(187,102,187);
	display: block;
	padding-bottom: 1px;
}

#form input.text, #form textarea {
	font: normal 1em "Courier New", Courier, Monospace;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
}

#form input.text {
	width: 300px;
}

#form textarea {
	width: 450px;
}

#form input.button {
  font: normal 1em Verdana, Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

#banner{
	float:right;
	margin-bottom:20px;
	background-color:#333333;
	/*position: relative;*/
	padding: 5px 0px 0px 0px;
	/*margin-left:100px;
*/	width: 720px;
	height: 24px;
	text-align:right;
	z-index:2;

	}
	
	
/* start this is just for the frameset interim build*/	
table {	font-size:0.9em;
	text-align:center;}
/* finish this is just for teh frameset interim build*/

.subbutton	{	border:1px;
			border-style:solid;
			border-color:#C9B79A;
			color:#705E46;
			font-size:0.9em;
			background-color:#FFFFFF;
			}

	
input { 
 border:1px;
			border-style:solid;
			border-color:#C9B79A;
			color:#705E46;
			font-size:0.9em;
			background-color:#FFFFFF;
}

		
#bannertop{

	float:left;
	text-align:center;
	width:980px;
	}
	
#bannerbottom{

	float:left;
	width:980px;
	background-color:#F0EFEC;
	background-image:url(media/styles/images/banner-bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	line-height:22px;
	#margin-top:-2px; /*IE6 and IE7 Only*/
	}
	
#contactdetails{
	float:right;
	width:150px;
	}
	
#contactdetails p{
	margin:0px;
	padding:0px;
	font-size:0.8em;
	font-weight:bold;
	}
	
#contactdetails a{
	color:#4C59A1;
	text-decoration:none;
	}
	
#contactdetails a:hover{
	text-decoration:underline;
	}


#menuholder{
	/*float:left;*/
	width:719px;
	/*height:50px;*/
	text-align:left;
	margin:0 auto;
	position:relative;
	background-color:#333333;
	
	}

/* start this is just for the frameset interim build*/
#frameset-menu{
	float:right;
	width:650px;
	}
	
ul.menu {list-style:none; margin:0; padding:0; font-size:0.9em;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#FFFFFF; text-decoration:none}
ul.menu a:hover {display:block; color:#999999; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:22px; left:0; background:#333333; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #000000; border-top:0px solid; width:150px; margin:0}
ul.menu ul li a {display:block; padding:2px 2px 2px 7px; background-color:#333333;}
ul.menu ul li a:hover {background-color:#999999; color:#FFFFFF;}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {/*border-left: 1px solid #453529;*/ margin: 0px 15px 0px 15px;
	padding: 0px 3px 0px 7px;
	}
	
