/* The CV House Stylesheet */
/* Produced by Wildwood Technology Limited, info@wwood.co.uk */

* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
}

body {
	font-family: arial, verdana, sans-serif;
	height: 100%;
}

h1	{
	font-size: 1.4em;
	color: #91268f;
	padding: 15px 0px 10px 0px;
}

h2	{
	font-size: 1.2em;
	color: #91268f;
	padding: 10px 0px 10px 0px;
}

h3	{
	color: #91268f;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
}

a	{
	color: #91268f;
}

p {
	padding-bottom: 10px;
}

.boldFont {
	color: #91268f;
	font-weight: bold;
}

.container {
	height: 100%;
	background-image: url(/images/navbar-bg.gif);
	background-repeat: repeat-y;
}

.header {
	background-color: #91268f;
}

.headerLogo {
	position: absolute;
}

.headerImage {
	text-align: right;
}

.navBar {
	padding: 45px 0px 30px 0px;
	width: 175px;
}

.navBar ul {
	list-style: none;
}
	
.navbar LI {
	height: 22px;
}

.navBar A {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 10px 10px;
	line-height: 22px;
}

.navBar A:Hover {
	color: #91268f;
	background-color: #ffffff;
} 

.navBar .subNav A {
	display: block;
	color: #ffffff;
	font-size: 8.0pt;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 10px 30px;
	line-height: 22px;
}

.navBar .subNav A:Hover {
	color: #91268f;
	background-color: #eaeaea;
} 

#subActive {
	background-color: #eaeaea;
	color: #91268f;
}

#active {
	background-color: #ffffff;
	color: #91268f;
}
	
.contentContainer {
	font-size: 0.8em;
}

.content1 {
	background-color: #91268f;
	width: 175px;
}

.content2 {
	padding: 0px 20px 30px 30px;
}

.content3 {
	width: 100px;
	padding: 30px 20px 0px 0px;
	font-size: 90%;
	text-align: right;
}

#pageWorkshopsProgramme .content1, #pageWorkshopsProgramme .content3, #pageWorkshopsProgramme .content3 {
	height: 800px;
}

.navBar ul a {	
	text-decoration: none;
	color: #ffffff;
	background-color: #91268F;
}

.navBar ul a:hover {	
	text-decoration: none;
	color: #91268f;
	background-color: #ffffff;
}

.headerImage {
	height: 227px;
	background-position: right;
}

#pageHome .headerImage {
	background-color: #7c7c7c;
	background-image: url(/images/header-home.jpg);
	background-repeat: no-repeat;
}

#pageExecutiveServices .headerImage {
	background-color: #d7d7d7;
	background-image: url(/images/header-services.jpg);
	background-repeat: no-repeat;
}

#pageExecutiveServicesPricing .headerImage {
	background-color: #888888;
	background-image: url(/images/header-pricing.jpg);
	background-repeat: no-repeat;
}

#pagePricing .headerImage {
	background-color: #191919;
	background-image: url(/images/header-testimonials.jpg);
	background-repeat: no-repeat;
}
	
#pageWorkshopsProgramme .headerImage {
	background-color:#7c7c7c;
	background-image: url(/images/header-home.jpg);
	background-repeat: no-repeat;
}

#pageWorkshops .headerImage {
	background-color:#7c7c7c;
	background-image: url(/images/header-home.jpg);
	background-repeat: no-repeat;
}

#pageCorporateServices .headerImage {
	background-color:#7c7c7c;
	background-image: url(/images/header-home.jpg);
	background-repeat: no-repeat;
}

#pageCorporateServicesPricing .headerImage {
	background-color: #888888;
	background-image: url(/images/header-pricing.jpg);
	background-repeat: no-repeat;
}

#pageDates .headerImage {
	background-color:#7c7c7c;
	background-image: url(/images/header-home.jpg);
	background-repeat: no-repeat;
}

#pageAboutUs .headerImage {
	background-color: #b9b8b8;
	background-image: url(/images/header-about.jpg);
	background-repeat: no-repeat;
}

#pageTestimonials .headerImage {
	background-color:#7d7d7d;
	background-image: url(/images/header-testimonials.jpg);
	background-repeat: no-repeat;
}

#pageContact .headerImage {
	background-color: #c1c1c1;
	background-image: url(/images/header-contact.jpg);
	background-repeat: no-repeat;
}

#pageWorkshopsProgramme .programme {
	width: 600px;
}

#pageWorkshopsProgramme .programme li {
	list-style: none;
	padding-bottom: 100px;
}

#pageWorkshopsProgramme .left {
	float: left;
	width: 110px;
}

#pageWorkshopsProgramme .right { 
	float: right;
	width: 400px;
}

#pageWorkshopsProgramme .programme h2 {
	padding: 0px 0px 5px 0px;
}

.textList {
	color: #91268F;
	margin-left: 20px;
} 

.textlistInner {
	margin-left: 20px;
} 

#pageCorporateServices .textlistInner li p {
	color: #000000;
} 

#pageCorporateServices .textList p {
	color: #91268F;
	font-weight: normal;
}

.textList p {
	color: #000000;
}

.footer {
	font-size: 70%;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

.quoteText {
	font-size: 1.1em;
	color: #91268f;
}

.error {
	font-size: 1.2em;
	color: #ff0000;
	font-weight: bold;
}

input {
	border: 1px solid #d4d0c8;
	background-color: #ffffff;
}

input.button {
	border: 1px solid #d4d0c8;
	background-image: url(images/button.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size: 90%;
}

td.loginTable {
	background: transparent;
	padding: 0px 0px 5px 0px;
	vertical-align: middle;
}

.sepperator {
	width: 100%;
	height: 2px;
	border-top: 1px solid #91268F;
	margin: 20px 0 20px 0;
}

.datesPricing .heading {
	border-bottom: 1px solid #91268F;
	color: #91268F;
	font-weight: bold;
	background-color: #EAEAEA;
}

.datesPricing table {
	margin: 20px 0 10px 0;
}

.datesPricing td, .datesPricing th {
	padding: 10px 20px 10px 20px;
	border-right: 1px solid #91268F;
	border-bottom: 1px solid #91268F;	
}

.datesPricing .newEvent {
	float: left;
	margin: 10px 0 0 410px;
}

.regForm h1 {
	padding-left: 25px;
}

.regForm h2 {
	color: #000000;
	padding-left: 5px;
	margin-top: 20px;
	font-size: 1.4em;
}

.regForm li {
	list-style-type: none;
	background-image: none;
	padding: 5px 0px 0px 0px;
	color: #000000;
}

.regForm ol {
	margin: 0px 20px;
	padding: 0px;
}

.regForm p {
	padding-left: 5px;
	margin: 0px;
}

.regForm .error {
	color: #ff0000;
	font-weight: bold;
}

.regForm .required {
	color: #ff0000;
	padding-right: 5px;
}

.regForm label.element {
	padding-left: 5px;
	font-size: 8.5pt;
	color: #000000;
}

.regForm div.element	{
	padding: 1px 0px 5px 5px;
}

.eventDetails {
		text-align: left;
}

.eventDetails th {
		padding: 1px 10px 1px 5px;
}
