#header {
display: none;
}

#header * {
display: none;
}

#header h1 {
	font-size: 200%;
	line-height: 100%;
}

#header p, #footer p {
	line-height: 150%;
	font-size: 80%;
}

#content {
color:#000;
}

#footer {
display: none;
}

body {
background-color: #fff;
}

body * {
	background-color: #fff; 
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
}
	
a {text-decoration: none;}
a:link {color: #096; }
a:visited {color: #4cb793; }
a:hover {color: #f60; }
a:active {color: #f26091; }

/* switch off dotted underline for links in h2 and h3 */
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {border: none;}

p, li {line-height: 130%;}

.efgimage {
        border: 3px solid #ccc;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        vertical-align: top;
}

h2, h3 {
	color: #222;
	padding-bottom: 0px;
	border-bottom: 1px dashed #222;
	margin-bottom: 10px;
	padding-left: 0.3em;
	border-left: 1px dashed #222;
}

#content h2 { clear: right; font-size: 140%;}

#content h3 {clear: right; font-size: 120%;}

#content ul {
	padding-left: 2em;
	list-style: square;
	}

#content ul ul {
	padding-left: 1.5em;
	}
	
}
/* floated images and captions */
.floatright {
	float: right;
	width: 302px;
	background-color: #eee;
	border: 1px solid #222;
	margin: 5px 0 10px 10px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	}
	
div.floatright img { border: 1px solid #222; }

div.floatright>a:first-child { border-bottom: none; }
/* removes underlining for floated image if it is a link, but not for link in caption text */
* html div.floatright>a:link { border-bottom: none; }
/* IE doesn't recognise first-child, so switch off all underlining of links */
#staffpics {
float:left;
}
/* styles for contact forms */
#contactform {
	width: 650px;
	margin-left: 2em;
	margin-top: 10px;
	padding: 0;
	}
	
fieldset {
	border: 1px dashed #555555;
	font-size: 80%;
	padding: 0;
	margin: 0;
	}
	
form label {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 140px;
	margin-right: 10px;
	padding-top: 1px;
	font-size: 80%;
	}
	
.formControl {
	float: right;
	text-align: left;
	width: 498px;
	}

.formComment {
	font-size: 80%;
	font-style: italic;
	}
	
.row {
	clear: right;
	padding-top: 5px;
	}
	
* html .row { clear: both; }  /* IE only */
	
.spacer {
	clear: right;
	height: 10px;
	}
	
.confirmation {
	color: red;
	}



p.warning {
	font-weight: bold;
	color: red;
	padding: 1em;
	border: 1px dotted black;
}

p, li, address {
        font-size: 80%;
}

#content p, #content li, #content address {
        margin-left: 20px;
}

