/* body */

body {
/*	background: #6E6E6E;*/
/*	background: #663399;*/
	background: #D5CCE4 url(images/topbg.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
/*	overflow-y: scroll;*/
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
.img2 {
	float: left;
	margin: 3px 15px 3px 10px;
}
.imgRight {
	float: right;
	margin: 3px 5px 3px 15px;
}
/* Header */

#banner {
	width: 600px;
	height: 75px;
	margin: 0px auto;
}

#testimonialbanner {
	width: 500px;
	height: 163px;
	margin: 0px auto;
}

#header {
	width: 600px;
	height: 200px;
	margin: 0px auto;
	/*background: url(images/img2.jpg);*/
	/*background: url(images/bg2.jpg);*/
}

#header h1 {
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 32px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	/*color: #993399;*/
}

/* Menu */

#menu {
	width: 600px;
/*	height: 52px;*/
	height: 35px;
	margin: 0px auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
/*	width: 100px;*/
	width: 85px;
/*	height: 42px;*/
	height: 35px;
/*	padding-top: 10px;*/
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: -2px;
	background: url(images/img4b.jpg) no-repeat;
}

#menu .last a {
	background: url(images/img5b.jpg) no-repeat;
	width: 90px;
}

#menu a:hover {
	color:#FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colTestimonials {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colWorkshops {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colWorkshops .title {
    text-decoration:underline;
}

#colWorkshops .description {
	margin-left: 40px;
    display: block;
}

#colWorkshops .startdate {
	margin-left: 40px;
    display: block;
}

#colWorkshops .participants {
	margin-left: 40px;
    display: block;
}

#colWorkshops .schedule {
	margin-left: 40px;
    display: block;
}

#colWorkshops .location {
	margin-left: 40px;
    display: block;
}

#colWorkshops .fee {
	margin-left: 40px;
    display: block;
}

#colWorkshops .registration {
	margin-left: 40px;
    display: block;
}

#colWorkshops .brochure {
    display: block;
	text-align: center;
}

#colCoaching {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTop10 {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colHome {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colAbout {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colAbout p {
/*	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px; */
	padding-left: 10px;
}

#colFAQs {
	float: right;
	width: 560px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colFAQs .faqDisplay {
    padding: 1px 20px;
    display: block;
}

#colFAQs .faqHide {
    padding: 1px 20px;
    display: none;
}

#colOne {
	float: right;
	width: 270px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 270px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

.captchaerror {
	background-color:#D5CCE4;
	color:#FF0000;
	text-align:center;

}

.admin {
	text-align: left;
}


.quote {
/*   border:1px solid #9FCFFF; */
   border:1px solid #623F99;
/*   background:#D7EBFF url(images/quote-left.gif) no-repeat left top;   */
   background:#D5CCE4 url(images/quote-left.gif) no-repeat left top;
   margin-left: 10%; 
   margin-right: 10%;
   padding-top: 10px;
   padding-left: 40px; 
   font-style:normal; 
   font-variant:normal; 
   font-weight:normal; 
   font-size:11px; 
   font-family:Arial
}

.quote div {background: transparent url(images/quote-right.gif) right bottom no-repeat;
 padding-right: 40px;
 padding-bottom: 10px;
}

.curpointer li a{
	cursor: pointer;
}