/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;
	background: #653600; color: #dddddd;
	font-family: "Lucida Grande", Arial, sans-serif;
	

}

a, a:active {
	text-decoration: underline;
}

a:hover { text-decoration: none; }

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* ------------- masthead styles */

#masthead {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	margin: 0px auto;
	cursor: pointer;
}

#header h1 {
  background:# url(images/header.jpg) ;
background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	margin: 0px auto;
	cursor: pointer;
}

#header h1 a {
  width:100%;
  height:100%;
  display:block;
 color: #653600;
	border: none;

 
}

#navlinks {
	margin-top: -0px;
	color: #FFF;
}

#navlinks li {
	list-style: none;
	display: inline;
}

#navlinks li.rollover {
 float: left;
 margin-top: -59px;
 margin-left: 361px;
	
}


#today {
	margin-top: -1.66em; padding: 0 2em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

/* ------------- main column styles */
#container_home {
	width: 1000px;
	height: 722px;
	margin: 0px auto;
	background-image: url(images/body-home.jpg);
	background-repeat: no-repeat;
}
#container_overview {
	width: 1000px;
	height: 722px;
	margin: 0px auto;
	background-image: url(images/body-overview.jpg);
	background-repeat: no-repeat;
}
#container_providential {
	width: 1000px;
	height: 722px;
	margin: 0px auto;
	background-image: url(images/body-providential.jpg);
	background-repeat: no-repeat;
}
#container_pivotal {
	width: 1000px;
	height: 722px;
	margin: 0px auto;
	background-image: url(images/body-pivotal.jpg);
	background-repeat: no-repeat;
}
#container_practical {
	width: 1000px;
	height: 722px;
	margin: 0px auto;
	background-image: url(images/body-practical.jpg);
	background-repeat: no-repeat;
}
#container_personal {
	width: 1000px;
	height: 722px;
	margin: 0px auto;
	background-image: url(images/body-personal.jpg);
	background-repeat: no-repeat;
}
#container_private {
	width: 1000px;
	height: 722px;
	margin: 0px auto;
	background-image: url(images/body-private.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 550px;
	/*border: 1px solid #ffffff;*/
	height: 450px;
	/*margin: 80px 470px auto 0px;*/
	margin: 80px 20px auto 0px;
	color: #ffffff;
	float: left;
	font-family: "trebuchet MS", helvetica, sans-serif;
}

#content h1 {
	margin: -1em 33% 1.25em -1em; padding: 0.5em 4em;
	background: #FFF; color: #686397;
	font-size: 1.5em;
}
#content h1.trees {
	background-color: transparent;
	background-image: url(images/icon_trees.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}


#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}


/* ------------- sidebar styles */

#sidebar {
	float: right;
	width: 410px;
	height: 300px;
	margin: 20px 0px 0px 0px;
	/*margin: 20px 0px 0px -440px;*/
	/* border: 1px solid #fff; */
}



#msglinks {
	/* border: thin solid #fff; */
	margin: 20px 0px auto auto;	
	float: right;
}


#msglinks li {
    line-height: 30px;
	display: block;
	text-align: left;
}

li.rightsidelink a:link, li.rightsidelink a:visited, li.rightsidelink a:hover {
	font-family: "trebuchet MS", helvetica, sans-serif;
	font-size: 20px;	
	text-decoration: none;
}

li#notes a:link, li#notes a:visited {
	color: #ffffff;
}
li#notes a:hover {
	color: #e65f1b;	
}
li#download a:link, li#download a:visited {
	color: #e65f1b;	
}
li#download a:hover {
	color: #ffffff;
}
li#curriculum a:link, li#curriculum a:visited {
	color: #998900;	
}
li#curriculum a:hover {
	color: #fcc520;
}
li#community a:link, li#community a:visited {
	color: #fcc520;
}
li#community a:hover {
	color: #998900;	
}

/* ------------- footer styles */

#footer {
	clear: both;
	height: 148px;
	width: 1000px;
	margin: 0px auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
	

#footer p {
	margin: 0;
}

#footer a {
	color: #CCC;
	text-decoration: underline;
}

#copyright {
        margin-top: -42px;
	font-size: 0.7em;
	float: right;
}
