.spacer
	{
	clear: both;
	height: 20px;
	}

.pink-p
	{
	color: #DA2D68;
	}

/*--common--*/
*
	{
	margin: 0px; padding: 0px;
	}

a
	{
	text-decoration: none;
	}

a:link
	{
	font-family: "Trebuchet MS";
	color: #DA2D68;
	/*color: #129dea;*/
	
	}

a:visited
	{
	font-family: "Trebuchet MS";
	color: #DA2D68;
	/*color: #129dea;*/
	}

a:hover
	{
	font-family: "Trebuchet MS";
	color: #DA2D68;
	/*color: #129dea;*/
	text-decoration: underline;
	}
	
.anchored_header
	{
	float: left;
	display: inline;
	margin-right: 20px;
	}
	
.anchor_link
	{
	float: left;
	display: inline;
	margin: 30px 20px 10px 0;
	}

ul
	{
	list-style: disc outside url(../images/bullet.gif);
	margin-bottom: 20px;
	}
	
li
	{
	margin: 0 0 20px 15px;
	}
		
img
	{
	border: 0px; margin: 0px; padding: 0px;
	}

strong
	{
	font-weight: bold;
	}

i
	{
	font-style: italic;
	}

input
	{
	margin: 0px; 
	padding: 0px;
	}

p
	{
	margin-bottom: 5px;
	}

.column p, .column_other p
	{
	margin-bottom: 15px;
	line-height: 140%;
	}
	
.text_input
	{
	font-family: 'Arial', Helvetica, sans-serif;
	border: 1px solid #b0afb8;
	background-color: #fff;
	color: #444;
	padding: 2px 3px;
	}
	
.clear
	{
	clear: both;
	}


h2
	{
	font-size: 220%;
	font-family: "Trebuchet MS";
	color: #68B201;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
h3
	{
	font-weight: normal;
	font-size: 160%;
	color: #68B201;
	font-family: "Trebuchet MS";
	margin: 20px 0;
	}

h4
	{
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
h5
	{
	font-family: "Trebuchet MS";
	color: #CFCC06;
	font-size: 150%;
	margin-bottom: 10px;	
	}
	
h5 a:link, h5 a:hover, h5 a:visited 
	{
	color: #CFCC06;
	text-decoration: none;
	}

h6
	{
	font-weight: normal;
	font-size: 110%;
	font-family: "Trebuchet MS";
	color: #68B201;
	margin-bottom: 10px;
	}
	
.page_header
	{
	margin-left: 20px;
	}
	
.pull_quote
	{
	font-size: 130%;
	margin-bottom: 15px;
	line-height: 130%;
	}
	

			
/*--body--*/
body
	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Helvetica, sans-serif;
	text-align: center;
	background:  #eee url(../images/common/wrapper_background.gif) top left repeat-x;
	color: #494949;
	}
	

#wrapper
	{
	text-align: left;
	margin: 0px auto;
	width: 1064px;
	padding-top: 10px;
	background-color: white;
	font-size: 130%;
	}
	

/*--banner--*/
#banner
	{
	background: transparent url(../images/banner-background.jpg) no-repeat;
	padding: 40px 0 0 110px;
	margin: 0 10px;
	}

#banner-strapline
	{
	background-color: #47BF11;
	width: 800px;
	}
	
#banner-strapline span
	{
	float: left;
	display: inline;
	font-size: 100%;
	font-weight: bold;
	margin-left: 28px;
	margin-bottom: 0;
	padding: 12px 5px 10px 5px;
	color: #fff;
	letter-spacing: 5px;
	}
#banner-strapline p
	{
	float: left;
	display: inline;
	font-size: 120%;
	margin-left: 17px;
	margin-bottom: 0;
	padding: 10px 5px;
	color: #fff;
	}

/*--nav--*/
#nav
	{
	font-family: "Trebuchet MS";
	font-size: 110%;
	padding: 10px;
	width: 780px;
	border-bottom: solid #999 1px;
	margin-bottom: 25px;
	}	
	
#nav li
	{
	display: inline;
	margin: 0 4px;
	}
	
	
#nav ul
	{
	list-style: none;
	margin: 0;
	/*border: solid 1px red;*/
	}
		
.nav-item a
	{
	color: #494949;
	}

#current-nav-item a
	{
	font-weight: bold;
	/*color: #DA2D68;*/
	}
	
/*--blurb--*/
#blurb
	{
	float: left;
	display: inline;
	margin-bottom: 40px;
	}

#blurb h2
	{
	margin: 0;
	}

.blurb-line
	{
	clear: both;
	margin-bottom: 3px;
	}

.blurb-heading
	{
	float: left;
	display: inline;
	width: 333px;
	text-align: right;
	margin-right: 5px;
	}	
	
.blurb-text
	{
	float: left;
	display: inline;
	text-align: left;
	font-size: 115%;
	margin: 12px 0 0 10px
	}	

/*--content--*/

#content
	{
	padding: 0 40px 40px 40px;
	}
	
/*--columns--*/

	
.column_wrapper
	{
	float: left;
	display: inline;
	padding: 0 20px;
	border-left: solid #D2D2D2 1px;
	}

.first_column_wrapper
	{
	float: left;
	display: inline;
	padding: 0 20px;
	}

#col1
	{
	/*float: left;*/
	/*display: inline;*/
	width: 287px;
	/*padding: 0 20px;*/	
	}
	
#col2
	{
	/*float: left;*/
	/*display: inline;*/
	width: 287px;
	/*padding: 0 20px;*/
	
	}
	
#col3
	{
	/*float: left;*/
	/*display: inline;*/
	width: 287px;
	/*padding: 0 20px;*/
	
	}
	
#col_wide
	{
	/*float: left;*/
	/*display: inline;*/
	width: 615px;
	/*padding: 0 20px;*/
	}

#whole_col
	{
	padding: 0 85px;
	}

.inline-image
	{
	margin-bottom: 15px;	
	}
	
/*--quote--*/

.inline_quote
	{
	
	}

.col3_quote
	{
	margin-right: 10px;
	}

.quote_text
	{
	font-family: "Trebuchet MS";
	font-style: italic;
	line-height: 140%;
	margin-left: 30px;
	margin-right: 30px;
	}
		
.open_quote
	{
	float: left;
	display: block;
	font-size: 300%;
	font-family: "Trebuchet MS";
	color: #68B201;
	margin-left: -20px;
	line-height: 0.75em;
	}
	
.close_quote
	{
	float: right;
	display: block;
	font-size: 300%;
	font-family: "Trebuchet MS";
	color: #68B201;
	margin-right: -20px;
	line-height: 0.75em;
	}
	
.citation
	{
	
	margin: 10px 0 0 26px;
	color: #68B201;
	}

/*--bullet--*/

.bullet
	{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #D2D2D2;
	}
	
#bullet1
	{
	border: none;
	}
	
.bullet_point
	{
	font-size: 220%;
	color: #68B201;
	margin-left: -25px;
	margin-bottom: -20px;
	line-height: 0.75em;
	overflow: visible;
	display:block;
	
	}

.bullet_text
	{
	float: left;
	display: block;
	/*font-weight: bold;*/
	font-size: 110%;
	padding-right: 10px;
	padding-left: 25px;
	}

.bullet .bullet_text
	{
	width: 263px;
	}
	
.bullet_quote
	{
	float: right;
	display: inline;
	width: 307px;
	padding-left: 10px;
	}
	

/*--footer--*/
#footer
	{
	padding: 0 0 30px 50px;
	background-color: #F3F3F3;
	}	

#footer li
	{
	display: inline;
	margin: 0;
	}

#footer ul
	{
	list-style: none;
	margin: 0;
	/*border: solid 1px red;*/
	}
		


.footer-text a
	{
	color: #494949;
	font-family: "Trebuchet MS";
	font-size: 95%;
	}

#col3 .bullet_text
	{
	margin-top: 10px;
	/*margin-bottom: 5px;*/
	}
	
.col3_quote
	{
	
	margin-top: 40px;
	}


#col_wide .pull_quote, #col_wide .inline_quote
	{
	margin-right: 100px; 	
	}

/*-- case study --*/

.case_study_intro
	{
	float: left;
	display: inline;
	line-height: 150%;
	width: 545px;
	margin: 0 20px;
	font-size: 120%;
	font-weight: bold;
	}
	
.about_case_studies
	{
	float: left;
	display: inline;
	width: 545px;
	margin: 0 20px 20px 20px;
	font-size: 130%;
	font-weight: normal;
	}
		
.case_study_quote
	{
	float: right;
	display: inline;
	width: 330px;
	padding: 15px 20px;
	background-color: #fafafa;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	}

.case_study_quote strong
	{
	font-size: 110%;
	}

#split_column_wrapper .column div
	{
	float: left;
	margin: 0 20px 20px 0;
	}

#split_page_column1
	{
	/*float: left;*/
	/*display: inline;*/
	width: 451px;
	/*padding: 0 20px;*/
	margin-top: 20px;
	/*border-right: solid 1px #D2D2D2;*/
	}
	
#split_page_column2
	{
	/*float: right;*/
	/*display: inline;*/
	width: 451px;
	/*padding: 0 20px;*/
	margin-top: 20px;
	}
	
	.bold
	{
		font-weight: bold;
	}


/*--forms--*/

address
	{
	float: left;
	display: inline;
	font-style: normal;
	font-size: 110%;
	line-height: 150%;
	/*font-weight: bold;*/
	font-family: "Trebuchet MS";
	color: #aaa;
	}
	
address p
	{
	font-size: 140%;
	/*color: #CFCC06;*/
	}
	
.contact_us_form
	{
	float: right;
	width: 400px;
	}

.input_field
	{
	width: 250px;
	border: 1px solid #D2D2D2;
	background-color: #fff;
	color: #444;
	padding: 2px 3px;
	margin: 7px 0 7px 15px;
	}
	
.text_field
	{
	width: 250px;
	height: 80px;
	border: 1px solid #D2D2D2;
	background-color: #fff;
	color: #444;
	padding: 2px 3px;
	margin: 7px 0 7px 15px
	}
	
#send_button
	{
	text-align: center;
	padding-top: 20px;
	}
	
.contact_us_form #send_button input
	{
	margin-right: 120px;
	}

.take_part_form .form_detail label
	{
	float: left;
	display: inline;
	margin-top: 10px;
	text-align: right;
	width: 250px;
	color: #68B201;
	font-size: 110%;
	
	}
	
.contact_us_form .form_detail label
	{
	float: left;
	display: inline;
	margin-top: 10px;
	text-align: right;
	width: 100px;
	color: #68B201;
	font-size: 110%;
	}

.take_part_form .form_detail
	{
	
	border-top: 1px dotted #D2D2D2;
	padding: 5px 0 5px 5px;
	}
	
.contact_us_form .form_detail
	{
	width: 400px;
	border-top: 1px dotted #D2D2D2;
	padding: 5px;
	}
	
.check-box
	{
	float: left;
	display: inline;
	margin: 7px 0 7px 15px;
	}
	


/*--co-mentor support--*/

.outline_wrapper
	{
	border-top: 1px dotted #D2D2D2;
	}

.outline
	{
	padding: 10px 0;
	border-bottom: 1px dotted #D2D2D2;
	}

.outline img
	{
	float: left;
	display: inline;
	}

.outline .file_name
	{
	float: left;
	padding: 20px 5px;
	}
	
.outline .icon_img
	{
	float: left;
	padding: 5px 0;
	}


/*--forum, jules--*/
	
.new_topic
	{
	float: left;
	}

.forumthreadtable
	{
	border-top: 1px dotted #D2D2D2;
	margin-top: 10px;
	}
	
.forumthreadtable h6
	{
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	}
	
.logout
	{
	float: right;
	display: inline;
	text-align: right;
	}
	
.forum-sublinks
	{
	float: left;
	display: inline;
	}

/*--links page--*/

#links_window .outline a
	{
	color: #494949;
	}
	
#links_window .outline a:hover
	{
	color: #DA2D68;
	}
	
#links_window .outline p
	{
	margin-bottom: 10px;
	padding-top: 10px;
	/*border-top: 1px dotted #D2D2D2;*/
	}
	
/*--video--*/

.video-body
	{
	width: 615px;
	border-top: 1px dotted #D2D2D2;
	}
	
.video-wrapper
	{
	float: left;
	display: inline;
	margin: 20px 0;
	height: 225px;
	width: 240px;
	/*border: solid 1px red;*/
	
	}
	
.video-copy
	{
	float: left;
	display: inline;
	width: 320px;
	margin-left: 20px;
	}

#paul-roberts-wrapper
	{
	background: white url(../swf/stills/paul-roberts-still.jpg) top left no-repeat;
	}

#katherine-zeserson-wrapper
	{
	background: white url(../swf/stills/katherine-zeserson-still.jpg) top left no-repeat;
	}

#amy-hallgarth-pat-smith-wrapper
	{
	background: white url(../swf/stills/ami-hallgarth-pat-smith-still.jpg) top left no-repeat;
	}

#plenary-wrapper
	{
	background: white url(../swf/stills/plenary-still.jpg) top left no-repeat;
	}




/*com*/
.plain-list
	{
	list-style: none;
	}













/*--robin--*/

.indicator
	{
	color:#68B201;
	font-size: 19px;
	padding-left: 10px;
	margin-top: 10px;
	}

#errormessage
	{
	font-size: 18px;
	color:#999;
	}

#loadingwheel
	{
	/*padding-left: 100px;
	text-align: center;
	color: #68B201;*/
	
	}

#sent, #loadingwheel
	{
	text-align: center;
	font-size: 170%;
	font-family: "Trebuchet MS";
	color: #68B201;
	padding: 30px 0 20px 0;
	border-top: 1px dotted #D2D2D2;
	border-bottom: 1px dotted #D2D2D2;
	}
	
.threadtext
	{
	width: 700px;
		
	/*overflow-x: hidden;  <- not CSS2*/
	
	
	}
