body 
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;  
	font-size: 100%;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; 
	color: black;
	background-color: white;
}	

/* the wrapper 'contains' the whole website display */
#wrapper 
{
	width: 100%;	/* will use up whatever width is available */  
	background-color: white;
}

#top_strip
{
	background-color: white;
	position: relative;
	left: 25%;
	width: 74%;
	height: 100px;
	margin-top: 1em;
	
}

#top_logo
{ 
	float: left;
	width: 15%;
	margin-right: 7%;
}

#top_logo_image
{
	width: 100%;	/* so that the image will scale */
}

#top_strip ul 
{	/* only applies to ul's in the top_strip div */
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
}

.heading_box
{
	width: 35%;
	position: relative;
	top: -0.5em;
	margin-left: auto;
	margin-right: auto;
}

.heading_box>h3
{	/* parent-child selector */
	text-align: center;
}

/* ******************************************* contact box css ********************************* */
#contact_box
{
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}

.maintext_right 
{
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: black;
	text-align: right;
}

.v_align_top 
{
	vertical-align: top;
}

label 
{
	display: block;
	width: 10%;
	float: left;
	margin: 2px 4px 0px 4px;
	text-align: right;
	font-size: 1.1em;
}

.small_lineheight 
{
	font-size: 0;
	height: 10px;
}

.clear_left 
{
	clear: left;
}

.contact_top_text
{
	font-size: 110%;
	font-weight: bold;
}

fieldset>legend
{
	color: black;
	font-size: 110%;	
}

#contact label.error
{
	text-align: left;
	font-size: 1.0em;
	color: blue;
    font-weight: bold;
	display: block;
	width: 60%;
    margin-left: 11%;
}

.help_message_underneath
{
	font-style: italic;
	font-size: 1.1em;
	margin-left: 1%;
}

.help_message_underneath_13
{
	font-style: italic;
	font-size: 1.1em;
	margin-left: 13%;
}
/* ******************************************* main css ********************************* */

#main_page
{
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#main_image
{
	width: 100%;	/* so that the image will scale */
}

#gecko
{
	text-align: center;
	
}

/* ******************************************* "who & why" pages css ********************************* */
.general_box
{
	margin: 0 2% 0 2%;
	/* display: inline-block; gets ignored due to the following float */
	float: left;
}

.left_box
{
	width: 20%;
	float: left;
	margin-top: 1.0%;
}

.central_text_box
{
	float: left;
	width: 58%;
	margin: 0 1% 0 1%;
}

.right_box
{
	width: 20%;
	float: left;
	margin-top: 1.0%;
}

.in_box_image
{
	width: 95%;
	margin-left: 2%;
}

.text_box_text
{
	font-size: 1.0em;
}

.bottom_link_text
{
	font-size: 1.0em;
	margin-left: 22%;
}

/* *******************************************************scrollable box css **************************************** */
.y_axis_scrollable_box
{
	overflow-y: auto;
	height: 350px;
	font-size: 1.0em;
}

/* ******************************************* "what" page css ********************************* */
.inset_1
{
	padding-left: 5%;	
}

#top_level_list
{
	position: relative;
	top: -0.7em;
}

/* ******************************************* "current interests" page css ********************************* */
.inset_a_bit
{
	margin-left: 2%;	
}

.y_axis_scrollable_box_2
{
	overflow-y: auto;
	height: 750px;
	font-size: 1.0em;
}

.bottom_container
{
	/* display: inline-block; gets ignored due to the following float */
	float: left;
	margin-left: 3.0%;
}

.bottom_right
{
	width: 48%;
	float: left;
	margin-left: 3%;
}

.bottom_left
{
	width: 48%;
	float: left;
}

/* ******************************************* general css ********************************* */
br.clear_it 
{	/* from: https://css-tricks.com/the-how-and-why-of-clearing-floats/  */
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.red_message
{
	color: red;
	font-size: 1.0em;	
}

.blue_message
{
	color: blue;
	font-size: 1.0em;	
}

.green_message
{
	color: green;
	font-size: 1.0em;	
}

.uc_message,
.enquiries,
.centred_text,
#footer
{
	text-align: center;
}
