* {  
	margin:0;
	padding:0;
}

/*
html body.home {
	background-color:#758257;
}
*/

body {
	text-align:left;
	background-color:#fff;
	color:#666;
	font-family:arial, sans-serif;
	font-size:1em;
	background-image:url(/i/headbg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
body.home {
	background: #fff url(/i/bg-repeat-x.gif) repeat-x top;
}
body.secondary, body.interactive-home {
	background: #fff url(/i/bg-repeat-x-secondary.gif) repeat-x top;
}

a:link, a:visited {
	color: #446e3c;
}

a:hover {
	background-color:#b7bdaa;
}

a.no_hover:hover {
	background-color:#758257;
}

h1, h2, h3, h4 {
	font-weight:bold;
	margin:1em 0;
}

h1 {
	font-size:1.6em;
	font-weight:normal;
	margin:0.5em 0;
}
h2 {
	font-size:1.4em;
	font-weight:normal;
	margin:0.5em 0;
}
h3 {
    margin-left: 0;
    margin-bottom: 0.5em;
    margin-right: 0;
    margin-top: 1em;
    color: #141414;
    font-size: 1.2em;
    font-weight: normal;
}
h4 {
	margin:0.5em 0;
	color:#fff;
	font-size:1em;
}

p, td {
	margin:1em 0;
	font-size:0.9em;
}
td {
	padding:0 5px 0 0;
}
ul, ol {
	margin-left:1em;
}
li {
	font-size:0.9em;
}

blockquote {
	background-color:#eee;
	padding:2em 0;
}
blockquote p {
	text-align:center;
	font-style:normal;
	margin:0 2em;
}

img {
	border:none;
}

#text p img {
	border: 5px solid #b7bdaa;
	margin-right: 10px;
}

area {
	display:block;
	background-color:#fff;
}

#container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1000px;
}

#logo {
	position:absolute;
	top:0;
	left:30px;
}

#collage {
	position:absolute;
	top:142px;
	left:240px;
}

#head {
	height:320px;
}
/*
.home #head {
	width: 1000px;
	height: 550px;
	background: url(/i/home.jpg) no-repeat center top;
}
*/
.secondary #head {
	width: 1000px;
	height: 394px;
	background: url(/i/child.jpg) no-repeat center top;
}
.interactive-home #head {
	width: 0;
	height: 0;
	background: none;
}

.home #logo, .home #collage, .secondary #collage {
	display:none;
}

#nav {
	float:left;
	margin:20px 0 0 60px;
	width:230px;
}
.interactive-home #nav {
	margin:20px 0 0 20px;
}

#nav ul {
	text-align:left;
	list-style-type:none;
}
#nav li a:link, #nav li a:visited {
	text-decoration:none;
	display:block;
	color:#51583b;
	font-size:1.2em;
	margin:1em 0;
	padding:0.1em 0.4em;
	cursor:pointer;
}
/*
#nav li a:hover {
	background-color: #b7bdaa;
}
*/

.hoverme .hasBackgroundColor {
	background-color:transparent !important;
}
.hoverme:hover .hasBackgroundColor {
	background-color:#b7bdaa !important;
}

.home #nav {
	position:absolute;
	top:100px;
	left:200px;
	width:760px;
}
.home #nav li {
	display:inline;
	float:left;
	margin:0 0.1em;
}
.interactive-home #nav {
	position:absolute;
	top:320px;
	left:20px;
	width:240px;
}

#text {
	width:600px;
	text-align:left;
	margin:0 80px 50px 210px;
	padding:10px 20px;
}
.interactive-home #text {
	margin:0 0 0 -30px;
	padding:0;
}

#foot {
    background-color: #758257;
    clear: both;
    color: #BDC5A9;
    min-height: 240px;
}

#footinner {
	width:900px;
	margin:0 auto;
}

#foot ul {
	list-style-type:none;
	margin:5px auto;
	text-align:left;
	width:300px;
	float:left;
}
#foot li {
	font-size:0.8em;
	margin:3px 0.1em;
}
#foot li a:link, #foot li a:visited {
	text-decoration:none;
	color:#fff;
	padding:2px 4px;
}
#foot li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#606c45;
}
.footthird {
	width:200px;
	padding:0 10px;
	margin:10px 0;
	height:140px;
	float:left;
}
.footthird p {
	color:#fff;
	text-align:left;
}
.footright {
    float: left;
    height: 140px;
    margin: 10px 0;
    padding: 0 10px;
    width: 240px;
}
.footright p {
	color:#fff;
	text-align:left;
}

.footthirdthree {
	width:260px;
	padding:0 10px;
	margin:10px 0;
	height:140px;
	float:left;
}

.middle {
	border-left:#F3F6EB solid 1px;
	border-right:#F3F6EB solid 1px;
	padding:0 20px;
	width:300px;
}
.middle img {
	margin:10px 20px 0 0;
}

#tag {
	display:none;
}
