/*
-----------------------------------------------
Master Styles
Site: essexpartnership.org
Version: 11 November 2008
----------------------------------------------- */


/* Imported
----------------------------------------------- 
@import url("reset.css");
@import url("base.css");*/


body {
	background: #fff;
	color: #555;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.8em;
	}

#wrapper {
	margin: 0 auto 20px;
	background: #fff;
	width: 760px;
	text-align: left;
	} 
	

html, body, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	line-height: 1;
	color: #555555;
	background: white;
}

/* Links
----------------------------------------------- */
	
a:link,
a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #7a227a;
	background: transparent;
	}

a:hover,
a:active {
	text-decoration : underline;
	font-size: 100%;
	}
	
	
/* Nav & Footer
----------------------------------------------- */

#nav,
#footer {
	width: 100%;
	float: left;
	background: #5180b9;
	}
	
#UserModules ul
{
	width: 100%;	
}

#nav ul,
#footer ul {
	list-style: none;
	padding: 0;
	}

#nav li,
#footer li {
	float: left;
	}

#nav a {
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	font-size: 13px;
	}

#footer a {
	padding: 0 35px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: normal;
	line-height: 2em;
	font-size: 11px;
	}

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


h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h1 {
	font-size: 1.6em;
	color: #443767;
	margin: 0 0 0.4em;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	}

h2 {
    margin: 0 0 0.8em;
	font-size: 1.2em;
	color: #9e5b2a; 
	}
	
h3 {
	margin: 10px 0 5px;
	font-size: 1.1em;
	}

h4 {
	margin: 10px 0 5px;
	font-size: 0.9em;
	font-family: inherit;
	}

#sidebar a
{
		font-size: small;
		font-family: Arial, Helvetica, sans-serif;
}

#sidebar
{
		font-family: Arial, Helvetica, sans-serif;
}	
