/*		East Surrey Museum web site style sheet		*/
/*		Created March 2006 by Phil McCarthy		*/

/* Please give credit if you modify or reuse any part of this work */


/* Global style def */
body
{
	font-family: Helvetica, Arial, sans-serif;
	color: black; 
	margin: 0em;
	background: white;
}

/* General style class defs */

/* Specific divs */

#header
{
	background-color: #337926;
	height: 100px;
	position: relative;
}

#header h1
{
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 3em;
	font-style: italic;	
	padding-top: 0.5em;
	padding-left: 0.25em;
	margin: 0em;
	background-color: #337926;
}

#header span
{
	background: url(images/title.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#header img
{
	float: right;
}

hr.divcontent
{
	clear: both;
	visibility: hidden;
}

#page
{
	clear: both;
	background-color: #93C986;
	margin: 0em;
}

#menu
{
	margin: 0;
	padding-top: 1.5em;
	width: 15%;
	float: left;
	background-color: #93C986;
	line-height: 150%;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a
{
	font-weight: bold;
	display: block;
	width: 100%;
	background-color: #337926;
	border-bottom: 1px solid #93C986;
	color: white;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#menu a:hover
{
	background-color: #73A966;
	color: #337926;
}

#right
{
	width: 85%;
	float: left;
	background-color: #93C986;
	margin: 0;
}

#content
{
	background-color: white;
	padding: 1em;
	color: black;
	margin: 0;
	line-height: 150%;
}

#content h2
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #337926;
	color: white;
	font-size: 2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-weight: normal;
}

#content h3
{
	color: black;
	background-color: #93C986;
	font-weight: normal;
}

span.emph
{
	font-style: italic;
	font-weight: bold;
}

#content a
{ 
	text-decoration: underline;
	color: #337926;
}

#content a:hover, #content a:active
{ 
	color: #73A966;
}

/* content div classes for image captioning and text placement */
div.imgrightwithcaption
{
	background-color: #93C986;
	margin-left: 10px;	/*to seperate text*/
	padding: 6px;
	float: right;
	text-align: right;
	font-style: italic;
	font-size: small;
}

div.imgleftwithcaption
{
	background-color: #93C986;
	margin-right: 10px;	/*to seperate text*/
	padding: 6px;
	float: left;
	text-align: left;
	font-style: italic;
	font-size: small;
}

#footer
{
	line-height: 150%;
	color: white;
	background-color: #337926;
	padding: 0em;
	margin: 0em;
	width: 100%;
}

#footer p
{
	text-align: center;
	font-weight: bold;
	font-size: smaller;
	font-family: Verdana;
}

#footer a
{
	font-family: Verdana;
	color: white;
}

#footer a:link, a:visited
{
	text-decoration: none;
}

#footer a:hover, a:active
{
	text-decoration: underline;
}

#footer img
{
	float: left;
/*	vertical-align: text-bottom;*/
	border: 0;
}