/* CSS Document */

/* Structure */

* {
	margin: 0;
	padding: 0;
	border: none;
}

/* Structure */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	/* background-color: #fff4f0; */
	background-color: #fff;
	color: #333333;
}

#container {
	font-size: 1.3em;
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #ffe0d5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #566589;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #566589;
	display: inline;
}

#content {
	padding-top: 10px;
	margin-bottom: 20px;
	clear: both;
	background-color: #FFFFFF;
	display: block;
}

#description {
  margin-bottom: 1em;
}

#panels {
  margin-bottom: 2em;
}

#footer {
    text-align: center;
	width: 900px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

/* Typography */

h1, h2, p {
	padding-left: 10px;	
	padding-right: 10px;	
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #414E67;
	text-align: right;
	margin-top: 15px;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4A5A77;
	text-align: right;
}

p {
	margin-bottom: 3px;
	line-height: 1.3em;
}

#deeplinks {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#deeplinks li {
  padding-left: 10px;
  background-image: url(/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

/* Hyperlinks */

a {
	color: #596b91;
}

a:hover {
	text-decoration: none;
}

a:visited {
  color: #800080; 
}

/* Header menu */
#header ul {
	width: 100%;
}

#header li {
	float: left;
	list-style-image: none;
	list-style-type: none;
}

#header li a {
	background-image: url(images/li_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	color: #2E3649;
	font-weight: bold;
	display: block;
	padding-top: 0.5em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.5em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #7e8dad;	
}

#header li a:hover {
	background-image: url(images/li_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* Columns for individual Trusts */

.trusts {
	float: left;
	width: 200px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;	
}

.trusts p {
	padding-left: 0;
}

.trusts img {
	border-color: #7E8DAD;
	border-top-width: 1px;
	border-width: 1px;
	border-style: solid;
}

/* Wowntree Society */
#wowntreesociety {
  clear: all;
  text-align: center;
  margin-top: 2em;
}