@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/body-bg.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	}
	
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	}	

/*HEADER*/

#header {
	float: left;
	width: 960px;
	height: 194px;
	background-color: #fff;
	}
	
#navigation {
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 960px;
	height: 61px;
	line-height: 61px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navigation-bottom {
	float: left;
	width: 960px;
	background-image: url(../images/navigation-bottom-bg.gif);
	background-repeat: repeat-x;
	height: 4px;
}
#navigation li{
	float: left;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#navigation li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding-right: 40px;
	padding-left: 39px;
	float: left;
	outline: 0;
	}

#navigation li .current {
	background-color: #7f2561;
	}
	
#navigation li a:hover {
	background-color: #7f2561;
}


#navigation  li.br {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5f1947;
		}

#navigation  li.brl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5f1947;
	border-left-color: #bb3890;
	}

#navigation  li.bl {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bb3890;
}
#navigation  li.bl a{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bb3890;
	padding-right: 48px;
}

/*DROP DOWN MENU*/
.dropdown_1column {
	position: absolute;
	left: -999em;
	text-align: left;
	border: 1px solid #7f2561;
	background-color:#941e6d;
	border-top: none;
	width: 178px;
	height: 75px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
		}
	
#navigation li:hover .dropdown_1column {
	left: -1px; top: 1px;
	padding-left: 0px;
	}
	
#navigation li:hover div a {  
        font-size:14px;  
        color:#fff; 
		   } 
	
#navigation li:hover div a:hover {  
        color:#fff; 
		background-color:#941e6d;
		text-decoration: underline;
		 }

#navigation p {
	line-height: 40px;
	height: 40px;
	}
/*DROP DOWN MENU2*/
.dropdown_1column2 {
	position: absolute;
	left: -999em;
	text-align: left;
	border: 1px solid #7f2561;
	background-color:#941e6d;
	border-top: none;
	width: 238px;
	height: 120px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
		}
	
#navigation li:hover .dropdown_1column2 {
	left: -1px; top: 1px;
	padding-left: 0px;
	}
#banner {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 129px;
	width: 960px;
}

	
	
#social-media {
	float: left;
	width: 145px;
	margin-left: 13px;
	height: 37px;
	margin-top: 10px;
}
#social-media img {
	padding-right: 11px;
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 68px;
	width: 281px;
	margin-top: 20px;
	margin-left: 435px;
}

#logo a{
	display: block;
	height: 68px;
	width: 281px;
	text-indent: -5000px;
}

#grey-top {
	background-image: url(../images/grey-top.gif);
	background-repeat: repeat-x;
	float: left;
	height: 5px;
	width: 960px;
}

#grey-bottom {
	background-image: url(../images/grey-bottom.gif);
	background-repeat: repeat-x;
	height: 9px;
	float: left;
	width: 960px;
}
/*CONTENT*/

#content {
	background-color: #f7f4f4;
	float: left;
	width: 960px;
	margin-top: 0px;
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 15px;
}

#content  p {
	font-size: 13px;
	color: #595757;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main {
	float: left;
	width: 547px;
	padding-left: 32px;
	font-size: 13px;
	padding-bottom: 15px;
}

#main h1 {
	margin-top: 45px;
	font-size: 42px;
	color: #595757;
	letter-spacing: 0.02em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#parag {
	margin-top: 34px;
}
#parag p {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main h2 {
	color: #982872;
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#main ul li {
	font-size: 12px;
	list-style-type: disc;
	color: #595757;
	margin-left: 15px;
}

#main p a {
	color: #941e6d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#main-about {
	float: left;
	width: 547px;
	padding-left: 32px;
	padding-bottom: 15px;
}

#main-about h1 {
	color: #982872;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 45px;
}
#main-about img {
	float: left;
	margin-right: 15px;
}


#main-about ul li {
	font-size: 13px;
	list-style-type: none;
	color: #595757;
	margin-left: 15px;
	*padding-bottom:5px;
}

#main-about p a {
	color: #941e6d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}


#main-personal-development {
	float: left;
	width: 547px;
	padding-left: 32px;
	padding-bottom: 40px;
	position: relative;
	
}

#main-personal-development h1 {
	color: #982872;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 45px;
}

#main-personal-development ul li {
	font-size: 13px;
	list-style-type: disc;
	color: #595757;
	margin-left: 15px;
	*padding-bottom:5px;
}

#main-personal-development p a {
	color: #941e6d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#main-personal-development #col1 {
	width:263px;
	float: left;
	margin-top: 0px;
		}

#main-personal-development #col2 {
	width:263px;
	float: right;
	margin-top: 0px;
		}
#main-personal-development #col1 h2, #col2 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bb358d;
	padding-bottom: 2px;
}
#main-personal-development h2 {
	font-size: 18px;
	color: #bb358d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main-personal-development h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
#main-personal-development h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
#main-personal-development p img {
	margin-left: 140px;
	margin-bottom: 40px;
	margin-top: 20px;
}
#direction {
	position: absolute;
	width: 100px;
	left: 251px;
	top: 130px;
	color: #bb358d;
}
.highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bb358d;
}

#direction p, #skills p, #motivation p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bb358d;
}
#skills {
	position: absolute;
	left: 415px;
	top: 310px;
	width: 100px;
}
#motivation {
	position: absolute;
	width: 100px;
	left: 90px;
	top: 310px;
}

.increased {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 20px;
	list-style-type: disc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595757;
}
.reduced {
	margin-top: 12px;
	list-style-type: disc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595757;
}
.reduced li {
	margin-top: 3px;
}

.increased-wrap {
	float: left;
	width: 280px;
	height: 200px;
	}

.reduced-wrap {
	width: 180px;
	height: 170px;
	float: left;
}

.increased li {
	margin-top: 3px;
	}
.increased-goal {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	margin-right: 60px;
	margin-bottom: 20px;
	list-style-type: disc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595757;
}
.increased-goal li {
	margin-top: 8px;
}
#main-programmes ul.org {
	float: left;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595757;
	list-style-type: disc;
}
#main-programmes ul.org li {
	margin-top: 3px;
	}


.clear {
	clear: both;
}


#main-formula {
	float: left;
	height:640px;
	width: 547px;
	padding-left: 32px;
	
}

#main-formula h1 {
	display:block;
	color: #982872;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 45px;
}

#main-formula ul li {
	font-size: 13px;
	list-style-type: disc;
	color: #595757;
	margin-left: 15px;
	*padding-bottom:5px;
}

#main-formula p a {
	color: #941e6d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#main-programmes {
	float: left;
	width: 587px;
	padding-left: 32px;
}

#main-programmes h1 {
	color: #982872;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 45px;
}

#main-programmes h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #982872;
}

#main-programmes p a {
	color: #941e6d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#main-programmes img{
	margin-top: 25px;

	*margin-top: 26px;
}
.box {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 10px;
}


/*CLASSES*/

.pink-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #671d4e;
	text-transform: uppercase;
}


.big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #982872;
	text-decoration: none;
}

.keyword {
	color: #bb358d;
}
.marketing {
	color: #ce71ad;
}
.italic {
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


/*SIDEBAR*/

#sidebar {
	float: right;
	width: 325px;
}
#sidebar h3 {
	display:block;
	margin-top: 54px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #8a8b8b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar img {
	margin-bottom: 20px;
}

#bubble {
	height:335px;
	width:281px;
	float: left;
	margin-bottom:15px;
	}

#email-button {
	float: left;
	width:320;
	height:102;
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


/*CLASSES*/

.pink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #982672;
	font-size: 26px;
	list-style-type: none;
}
.pinky {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #941e6d;
}
.pink-contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #982672;
}


.bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #5a1342;
}
.bolder {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #962570;
	font-style: italic;
}
.boldest {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #962570;
}
.bigger {
	font-size: 14px;
	font-weight: bold;
}

/*FORMULA FOR SUCCESS*/
#work  {
	list-style: none;
	margin:0px;
	padding-bottom: 210px;
	}
	
#work #circle1 {  
        float:left;  
        display:block;  
        width:210px;  
        margin:50px 0px 0px 0px;  
        display:inline;  
        padding:3px;   
        height:141px;  
        }  
		
#work #circle2 {  
        float:left;  
        display:block;  
        width:210px;  
        margin:10px;  
         
        padding:3px;
		margin-left: 260px;
		margin-top: -170px;
        height:141px;  
        }
		
#work #circle3 {  
        float:left;  
        display:block;
        width:210px;  
        position: absolute;  
        display:inline;  
        padding:3px; 
		left: 160px;
		top: 300px;
        height:141px;  
        }	
		
#work #circle1 a, #circle2 a, #circle3 a {  
        border:none;  
        }  
		
#work p   {  
        margin-bottom:0;  
        }
		
#work #circle1 .show, #circle2 .show, #circle3 .show{  
            display:block;  
            width:210px;  
            height:141px;  
        }  
#work #circle1 .hide, #circle2 .hide, #circle3 .hide {  
            height: 0;  
            overflow: hidden;  
              } 	
			  
#work #circle1:hover .hide, #circle2:hover .hide, #circle3:hover .hide{  
                cursor: pointer;  
                height: 141px;  
                padding:0px;  
                width:210px;  
            }  
#work #circle1:hover .show, #circle2:hover .show, #circle3:hover .show {  
            height: 0;  
            overflow: hidden;  
            } 
		
#plus1 p img {
	font-size: 32px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	position: absolute;
	left: 257px;
	top: 180px;
		}
	
#plus2 img {
	position: absolute;
	left: 337px;
	top: 280px;
	font-size: 32px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
		}
	
#plus3 img {
	font-size: 32px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	position: absolute;
	top: 285px;
	left: 190px;
	}
	
#success img {
	position: absolute;
	top: 290px;
	left: 435px;
	border: none;
	outline: 0;
}




/******PROGRAMMES***********/

#programmes  {
	list-style: none;
	margin:0px;
	padding:0px;
	height:300px;
	}
	
#programmes #workshop1 {  
        float:left;  
        display:block;  
        width:187px;  
        margin:0px 0px;   
        padding:3px;   
        height:178px;  
        }  
#programmes #workshop2 {  
        float:left;  
        display:block;  
        width:187px;  
        margin:0px 0px;  
        padding:3px;   
        height:178px;  
        }  
#programmes #workshop3 {  
        float:left;  
        display:block;  
        width:187px;  
        margin:0px 0px;
		padding:3px;  
        height:178px;  
        }  		

#programmes #workshop1 a, #workshop2 a, #workshop3 a {  
        border:none;  
        }  
		

#programmes #workshop1 .showing, #workshop2 .showing, #workshop3 .showing{
			float:left;
			display:block;  
            width:187px;  
            height:178px;  
        }  
#programmes #workshop1 .hiding, #workshop2 .hiding, #workshop3 .hiding {
            overflow: hidden;
			visibility:hidden;
              } 	
			  
#programmes #workshop1:hover .hiding, #workshop2:hover .hiding, #workshop3:hover .hiding{  
                cursor: pointer;  
                height: 178px;  
                padding:0px;  
                width:281px;
				visibility:visible;
            }  
			
#programmes #workshop1:hover .showing, #workshop2:hover .showing, #workshop3:hover .showing {  
            height: 0;  
            overflow: hidden;
            }


/*FOOTER*/

#footer {
	float: left;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c2d77;
	background-color: #fff;
	height: 147px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#accreditations {
	background-color: #fff;
	padding-top: 20px;
	padding-left: 32px;
	padding-bottom: 5px;
		}
		
#accreditations img {
	padding-right: 25px;
	}		

#copyright {
	float: left;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 32px;
}
#website-details {
	float: right;
	padding-right: 10px;
	margin-top: 5px;
}
#website-details a {
	color: #969798;
}

#footer p {
	font-size: 11px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*FORM*/

#form {
	float: left;
	width: 515px;
	height: 360px;
	border: 1px solid #ccc;	
}
#request {
	float: left;
	width: 170px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #982872;
	margin-top: 20px;
	margin-left: 35px;
}
#request label {
	color: #595757;
		}

#details {
	float: left;
	width: 300px;
	margin-top: 16px;
}
#details label {
	color: #595757;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	width: 180px;
}

#label2 {
	display: block;
	margin-left: 90px;
	margin-top: -40px;
	width: 180px;
	height: 110px;
	color: #666;
	}
	
#details label2 {
	color: #595757;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	
}

#label {
	display: block;
	margin-left: 90px;
	margin-top: -40px;
	width: 180px;
	color: #666;
	}	
.top {
	margin-top: 20px;
		}	
.gm-img {
	margin-left: -137px;
}


.home-bullet-list  {
	margin-left: 6px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p.greeting {
	font-size: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

		
#button {
	float: right;
	margin-right: 35px;
	margin-top: 10px;
	*margin-left: 146px;
	}		
	
	
