/* CSS Document */



	
.NS6

	{
		
	clear: both;
		
		
	}

body

	{

	background-color: white;
	
	margin: 0;	/* set both padding and margin to cope with browser differences */
	padding: 0;
	margin-top: 0;
	margin-left: 5px;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 

	color: black;
	
	}
	
	
	
body a img

	{
		
	border: 0;	
		
	}	
	
	
/* IE box model hack */

/* any padding or borders first*/
/* then specify width including the above*/
/*voice-family: "\"}\"";*/
/*voice-family: inherit;*/
/*now respecify the width minus padding and borders */


h1

	{

	font: normal  normal bold 1.3em Arial, Geneva, sans-serif; 
	color: black;
	text-align: left;
	width: 100%;
	margin-top:15px;

	/*border: 1px solid red;*/
	}
	

	
	
h3

	{

	font: normal  normal bold 1.3em Times New Roman, Geneva, sans-serif; 
	color: black;
	text-align: left;
	width: 90%;
	margin: auto;
	padding-top: 15px;
	text-transform: capitalize;


	/*border: 1px solid red;*/
	}	
	

h4

	{

	font: normal  normal bold 1.3em Times New Roman, Geneva, sans-serif; 
	color: black;
	text-align: left;
	margin-top: 10px;
	text-transform: capitalize;
	/*border: 1px solid red;*/
	
	}
	
ins

	{
		
	text-decoration: none;
		
	}


p

	{
	
	padding: 0;	/* set both padding and margin to cope with browser differences */
	margin: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	/*border: 1px solid blue;*/
	
	}
	



.sitelink a

	{

	text-decoration: none;
	color: black;

	}
	
	
.sitelink a:hover

	{

	text-decoration: underline;

	}


#contentmain a

	
	{

	text-decoration: none;
	color: black;
	font-weight: bold;

	}
	
	
	
#contentmain a:hover

	{

	text-decoration: underline;

	}	
	
	

#shell /* the shell is set with auto left and right margins to centre the div on the screen */

	{
	
	width: 750px;
	padding: 5px 0;	
	margin-left:   auto;
	margin-right:   auto;
	margin-top: 0;
	padding-top: 0;
	/*border: 1px solid #E0C266;*/

	
	}

#wrapper	/* the wrapper uses the shell div as its reference, wrapper holds the  and maincontent divs */

			/* all other divs except the footer use the wrapper as a ref, all other divs use a relative position */
	{

	width:750px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	background-color: white;
	background-image: url(images/menu_tile.gif);
	background-repeat: repeat-y;
	color: #000000;
	position: relative;
	/*border: 1px solid #E0C266;*/

	
	
	}
	
	
	
	
	
#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 
		
	padding: 0;
	height: 144px;
	/*border: 1px solid blue;*/
	position: relative;
	top: 0px;
	
	}

	
img.whisky

	{
		
	float: right;
	
	}	
	
	

#date


	{
	
	position: relative;
	top: -25px;
	left: -10px;
	padding: 0;
	margin: 0;
	z-index: 1;
	width: 100%;
	/*border: 1px solid black;*/
	

	}




#date p

	{

	
	font: normal normal bold 10px Arial, Geneva, sans-serif;
	color: black;
	text-align: left;
	padding: 0;
	margin: 0;	

	}


#menu

	{
	
		
	float: left;
	position: relative;

	z-index: 10;
	
	/*border: 1px solid purple;*/

	width: 147px;
	
	
	}



#mainnav	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	list-style: none;
	margin: 0;
	padding: 0;
	/*border: 1px solid red;*/
	background-color: #28537B;
	position: relative;

	}


#mainnav li

	{
		


	width: 137px; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */

	position: relative; /* set purely to overcome IE bug of peek-a-boo content bug */
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	border-bottom: 1px solid #C7E0B9;
	padding-left: 10px;
	background-color: #28537B;
	line-height: 2em;
	
	/*border: 1px solid white;*/


	}


#mainnav li a


	{
		
	width: 100%;
	display: block;
	color: white;
	text-decoration: none; 
	text-transform: capitalize;
	text-align: left;
	
	/*border: 1px solid white;*/

	}




#mainnav li a:hover


	{

	text-decoration: underline;

	
	}
	
	

#subnav

	{
	
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: -20px;
	margin-right: 0px;
	width: 100%;
	background-color: #C7E0B9;
	border-left: 10px solid white;
	/*border: 1px solid yellow;*/

	}
	
	
#subnav li

	{
		
	width: 129px; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	background-color: #C1CEDA;
	border: 0;
	position: relative;
	line-height: 2em;


	}

	


#subnav li a

	{
	
	position: relative;	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	display: block;
	color: black;
	background-color: #C1CEDA;
	text-align: left;
	text-decoration: none;
	line-height: 2em;
	padding-left: 8px;

	}


#subnav li a:hover

	{

	text-decoration: underline;	
	background-image: url(images/blue_indicator.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	}
	
	
	
	
#contentmain

	{
	
	float: right;
	position: relative;	
	background-color: transparent;

	/*border-right: 1px solid #91C276;*/
	margin-top: 20px;
	/*border: 1px solid red;*/
	
	/* IE box model hack */

	padding: 0 5px 2em 5px;	/* any padding or borders first*/
	width: 600px;/*now specify the width including padding and borders */

	voice-family: "\"}\"";
	voice-family: inherit;
	width: 580px;/*now respecify the width minus padding and borders */
	border-top: 1px dashed #CC6666;

	}
	

	
	
#contentmain p

	{
		line-height: 1.6em;
		text-align: justify;
		padding: 5px 5px;
	
		
	}	


#footer

	{

	clear: both;
	width: 100%;
	background-color: #28537B;	
	position: relative;
	top: 0px;
	/*border-top: 1px solid black;*/
	padding: 3px 0 3px 0;
	margin-bottom: -1px;

	}
	
	
#footer p

	{
		
	font: normal normal normal 10px Arial, Geneva, sans-serif;
	color: white;
	text-align: center;
		
	}


#footer p a

	{
		
	font: normal normal normal 10px Arial, Geneva, sans-serif;
	text-decoration: none;
	color: white;

	}


#footer p a:hover

	{

	text-decoration: underline;

	}
	
	
.red

	{
	
	color: red;
	background-color: white;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 

	}
	
.green

	{
	
	color: #009900;
	background-color: white;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 

	}
	

	


		
.highlight

	{
		
	line-height: 3em;
	font-size: 1.5em;
	padding: 0 5px;
	color: #CC9900;
	font-weight: bold;
	}
	
.buy



	{
		
	background-color: 	white;
	color: black;
	width: 90px;
	padding-left: .2em;
	padding-right: .2em;	
	border: 1px solid #198B31;
	cursor: pointer;

	}
	
	
.eventButton

	{
		
	background-color: white;
	background-image: url(images/go_button.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: black;
	width: 24px;
	padding-left: .2em;
	padding-right: .2em;	
	border: none;
	cursor: pointer;
	text-align: center;
	height: 30px;
	margin-left: 2px;
	display: inline;
	
	}	
		
	
	
.updateButton

	{
		
	background-color: #B2E0B2;
	color: black;
	width: 120px;
	padding-left: .2em;
	padding-right: .2em;	
	border: 1px solid #198B31;
	cursor: pointer;
	text-align: center;
	height: 2em;
	margin-left: 23px;
	}	
	
	
.cancelButton

	{
		
	background-color: #FF0000;
	color: white;
	width: 120px;
	padding-left: .2em;
	padding-right: .2em;	
	border: 1px solid #198B31;
	cursor: pointer;
	text-align: center;
	height: 2em;
	margin-left: 23px;
	}
	
		
.listItem

	{
			
	line-height: 1.5em;
	background-color: 	#BCDAAC;
	color: black;
	padding: .3em .5em;
	margin-bottom: 10px;
	width: 98%;
	float: right;
	/*border: 1px solid #198B31;*/
	}	
	

	
td.right

	{
		
	text-align: right;	
	font: normal normal bold 12px Arial, Geneva, sans-serif;	
	
	}
	
	
.divider

	{
	
	clear: both;
	line-height: 1px;
	border-bottom: 1px dotted #E0C266;
	margin-bottom: 10px;
	}
	

.alert

	{

	color: red;
	background-color: white;
	/*border: 1px solid red;*/
	font: normal normal normal 12px Arial, Geneva, sans-serif; 

	}
	
	
#spotlight


	{
		
	float: right;
	width: 350px;
	background-color: #C1CEDA;
	color: black;
	border-bottom: 1px solid #28537B;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	
		
	}
	
#contentmain p.sectionTitle

	{
		
	background-image: url(images/blue_spot.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #59C5C2;
	padding-left: 2px;
	padding-bottom: 0;
	font-weight: bold;

	}
	
	
.boxHighlight

	{
		
	background-image: url(images/blue_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #859DB6;
	font-weight: bold;
	
	
	}	
	
	
p#peachHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:275px;
	left: 50px;
	/*border:1px solid red;	*/
	width: 140px;
	background-image: url(images/peach_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFCC66;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	
	}

	
	
		
p#greenHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:275px;
	right:100px;
	/*border:1px solid red;	*/
	width: 150px;
	background-image: url(images/green_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #99CC66;
	font-weight: bold;
	border-bottom: 1px solid #999999;

	}
	
	

p#brownHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:30px;
	right:100px;
	/*border:1px solid red;	*/
	width: 140px;
	background-image: url(images/brown_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #CC9966;
	font-weight: bold;
	border-bottom: 1px solid #999999;

	}	
	
	
p#violetHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:160px;
	left:0px;
	/*border:1px solid red;	*/
	width: 120px;
	background-image: url(images/violet_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #CCCCFF;
	font-weight: bold;
	border-bottom: 1px solid #999999;

	}
	
	
	
p#sageHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:160px;
	right:20px;
	/*border:1px solid red;	*/
	width: 140px;
	background-image: url(images/sage_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #999933;
	font-weight: bold;
	border-bottom: 1px solid #999999;

	}


p#whatIsHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:275px;
	left: 50px;
	/*border:1px solid red;	*/
	width: 545px;
	background-image: url(images/what_is_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	background-color: #990033;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	
	}
	
	
p#howToHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:275px;
	left: 50px;
	/*border:1px solid red;	*/
	width: 545px;
	background-image: url(images/how_to_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	background-color: #663366;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	
	}	
	
p#whereToHighlight

	{
	
	padding-left: 40px;	
	position:absolute;
	top:275px;
	left: 50px;
	/*border:1px solid red;	*/
	width: 545px;
	background-image: url(images/where_to_cutaway.gif);	
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	background-color: #669966;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	
	}
	
	
		
		
.topicTitle

	{
	
	position:absolute;
	top:10px;
	left:0px;	
		
	}
	
	
	
	
		
.greyBorder

	{
		
	border-left: 1px solid #28537B;
	border-right: 1px solid #28537B;
	border-bottom: 1px solid #28537B;

		
	}
	
	
#benefitList

	{
	margin: 0;
	padding: 0;	
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 30px;
	border-top: 1px dashed #CC6666;
	clear:right;

		
	}
	
#benefitList li

	{
		
	padding: 5px 15px;	
	text-align: justify;
	line-height: 1.5em;
		
	}
	
	
#benefitList li a

	{
		
	color: black;
	background-color: white;
	text-decoration: none;
	
	}
	
#benefitList li a:hover

	{
		
	text-decoration: underline;
	
	}	
	
p#topicid

	{
		
	position: relative;
	top: 50px;
	left: 0px;
	font-size: 1.5em;
	font-weight: bold;
	/*border: 1px solid red;*/
	width: 245px;
	text-align: right;
	
	text-transform: capitalize;

		
	}
	
	
.blueback

	{
		
	background-color: #C1CEDA;
	position: relative;
	margin-bottom: 1px;
	
	}

	
	
	
.peopleList

	{
		
	margin: 0;
	padding: 0;	
	margin-left: 0px;
	padding-left: 10px;
	clear:right;
	list-style:none;	
	width: 250px;
	
	}
	
	
.peoplecard

	{
		
	width:270px;
	border: 1px solid #CC9966;
	margin-bottom:5px;	
		
	}
	
	
	
	
#contentmain ul

	{
	margin: 0;
	padding: 0;	
	margin-left: 20px;
	padding-left: 20px;
	clear:right;
	list-style-type: square;

	list-style-image: url(images/blue_square.gif);
		
	}
	
	
#contentmain ul.userRegister

	{
		
	padding-left: 0px;
	margin-left: 0px;

	border: 1px solid #CC6666;
	list-style-image: none;
	list-style-type: none;

		
	}	
	
	
#contentmain ul.userRegister li

	{
		
	padding: 2px 0px;	

		
	}
	
	
	
#contentmain li

	{
		
	padding: 5px 15px;	
	text-align: justify;
	line-height: 1.5em;
	
	}
	
	
#contentmain li a

	{
		
	color: black;
	background-color: white;
	text-decoration: none;
	
	}
	
#contentmain li a:hover

	{
		
	text-decoration: underline;
	
	}	
	
table.event

	{
		
	margin: 20px 0;
	/*border: 1px solid red;*/
	width: 100%;	
	border-collapse: collapse;
		
	}	
	
table.event tr.blueback

	{
		
	background-color: #28537B;
	font-weight: bold;
	color: white;
		
	}
	
table.event tr.lightblueback

	{
		
	background-color: #859DB6;
	font-weight: bold;
	color: white;
		
	}
	
	

	

table.event tr.normalFont

	{
		
	font-weight: normal;
	text-transform: none;
		
	}	

table.event tr.normalFont td

	{
		
	padding-top: 5px;
		
		
	}
	
table.event td

	{

	padding-left: 8px;
				
	}
	
	

	
	
table.event.strategyStatus td

	{

	width: 25%;
	text-align: center;
	vertical-align: baseline;
					
	}

	
table.event td img

	{
		
	padding-top: 5px;	
		
	}	
	
	

	
	
table.event.strategyStatus td img

	{

	padding-top: 0px;	
					
	}

	
		
table.userReport td

	{

	width: 33%;			
	}
	
table.memberSpecifics

	{
		
	clear: both;
	border: 1px dashed #28537B;
	width: 400px;
	margin: auto;
	margin-top: 15px;	
		
	}	
	
table.memberSpecifics td

	{
		
	width: 50%;
	font-size: 10px;	
		
	}

#jobTitle

	{
		
	margin: 10px 0;
	border: 1px solid #28537B;	
		
	}	
	
#membersList img

	{
		
	border: 0;	
	padding-top: 5px;
	padding-right: 5px;	
	
	}
	
#membersList tr td

	{
		
	padding: 5px 0 5px 0;	
		
	}
	
	
	
#userEnquiry

	{
		
	width: 100%;
	background-image: url(images/grad_divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	}
	
form p input.emailEnquiry

	{
		
	display: block;	
	position:relative;
	background-image: url(images/icon_enquiry.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
	font-size: 1.1em;
	width: 170px;
	text-align: right;
	border-left: 1px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-top: 1px solid #CCCCCC;
	cursor: pointer;
	height: 25px;
	margin-bottom: 15px;
	margin-top: 20px;
		
	}
	
p#conference

	{
	
	padding-top: 240px;
	position: relative;
	background-image: url(images/conferences/iph.gif);
	background-repeat: no-repeat;
	background-position: top center;	
	margin-top: -20px;		
	}
	
p.eventName

	{
		
	margin-top: 30px;	
	font-weight: bold;
		
	}
	
	
p.eventName span

	{
		
	color: #28537B;	
	font-size: 1.3em;
	margin-top: 30px;	
	font-weight: bold;
	text-transform: capitalize;	
	text-align: left;
	
	}
	
	
p.eventName a img

	{
		
	margin-right: 5px;	
		
	}
	
p.eventVenue

	{
		
	color: #28537B;
	background-image: url(images/grad_divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	
	}	

	
	
.trainers

	{
		
	margin-top: 15px;	
	font-weight: bold;
	text-transform: capitalize;	
	
	}
	
	
.trainers span

	{
		
	color: #28537B;	
	font-size: 14px;
	margin-top: 15px;	
	font-weight: bold;
	text-transform: none;
	text-align: left;
	
	}
	

	
ul#members

	{
		
	list-style-image: none;
	list-style-type: none;
		
		
	}	
	
ul#members li img

	{
		
	margin-right: 15px;		
		
	}
	
	
#searchPhrase

	{
	
	text-align: center;


	}	


div.formContainer

	{
		
	border: 1px solid #859DB6;;
	margin-top: 20px;
	padding: 5px 10px;	
		
	}	
	
	
.searchForm

	{
	
	display: inline;	
	margin: 0;
	
	}	
		
.searchForm label span

	{

	padding: 0 5px;
	
	}
	
p span.reviews

	{
	
	font-size: 11px;
	
	}
	
p span.reviews img

	{
	
	margin-right: 10px;
	
	}

	
ul#eventsFeedback

	{
		
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
		
		
	}
	
	
ul#eventsFeedback li

	{
		
	position: relative;	
		
	}
	
	
#eventsFeedback div.blueback

	{
	position: relative;		
	background-color: #C1CEDA;
	margin-bottom: 1px;
	height: 25px;
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	
	}
	
#eventsFeedback p span.floatRight

	{
		
	float: right;
	padding-right: 8px;
		
	}
	

div.eventReview

	{

	clear: both;
	background-image: url(images/grad_divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 0;

	}

	
		

	
.greyText

	{
		
	color: #727272;
			
	}	
	
	
	
.grey

	{
		
	color: #727272;
		
		
	}
	
	
#starRatings

	{
		
	display: block;
	position: relative;
	border-collapse: collapse;	
	margin: 0;
		
	}
	
	
#starRatings td

	{
		
	text-align: center;		
		
	}
	
#starRatings td img

	{
		
	margin: 0 5px;	
		
	}
	
	
#trainerProfile	
	
	{
		
	padding-top: 30px;
		
	}
	
#trainerProfile img

	{
		
	float: right;
	margin-left: 20px;	
	background-color: #28537B;
	padding: 3px;	
		
	}
	
.strategyGreen

	{
		
	background-color: #006600;	
		
	}
	
.strategyAmber

	{
		
	background-color: #FF9900;	
		
	}
	
.strategyRed
	{
		
	background-color: #FF0000;	
		
	}
	
.linkedObject

	{

	float: right;
	position: absolute;
	top: 0px;
	right: 170px;
	
	}


div.linkedObjective

	{

			
	margin-bottom: 50px;		
	border: 1px solid black;	
		
	}
	
.objectiveSummary

	{
		
	margin-bottom: 40px; 
	border: 1px solid black;	
		
	}