/*
This was created for 1800TreeRipe.com by WebWiser Inc. http://www.webwiser.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px;
	padding: 0;
	background: #FFFFFF;
	text-align:center; /* Required for IE */
}

h1 {	font: normal 2.0em Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
	font-weight: bold;
	color: #000000;
} 

h2 {	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
} 

h3 {	font: normal 1.0em Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h4 {	font: normal 0.9em Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

p, blockquote, ol, ul {
	line-height: 160%;
}

table  {font: normal .9em Tahoma, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a:link { color: #0000FF; 
}

a:visited { color: #4A544; 
}

a:hover { color: #000000;
	background: #FFDDC6;

}


/* -------------------------- */
/* Page Layout */

#pagelayout {
	width: 905px;
	margin: 0em auto;
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:850px;/* Change value to suit*/
	text-align:left; /* Overrides previous center alignment for older IE versions reqd */

	body{font-size:62.5%} /* for IE/Win */
	html>body {font-size:10px} /* for everything else */
	/* END font size CSS */

}


/* -------------------------- */
/* Header Site Title and Logo */

#header {
	float: left;
	width: 900px;
	height: 125px;
	background: url("../images/background-Logo2.jpg");
}

#header h1 {
	margin: 0;
	padding: 10px 0 20px 0px;
	text-align: center;
	letter-spacing: 1px;
	font: normal 4.5em Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;	
	font-weight: bold;
	color: ##FFFFE8;
}

#header h2 {
	margin: 0;
	padding: 90 0 0 0;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	color: ##FFFFE8;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* -------------------------- */
/* Header Navigation Top Pages */

#nav1top {
	list-style: none;
	float: left;
	margin: 0 0 0 150;
	width: 575px;
	height: 25px;
	background: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
}

#nav1top ul {
	float: left;
	margin: 0;
	padding: 3;
	width: 575px;
	height: 25px;
	background: #FFFFFF;
}

#nav1top li {
	display: inline;
	font: normal 0.9em Tahoma, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#nav1top a {
	padding-top: 0.5em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 0.5em;
	text-decoration: none;
	font: bold 0.9em Tahoma, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#nav1top a:hover {
	font-weight: bold;
	color: #CCFFCC; 
	background-color: #808080;
	border-left: 3px #FFFFFF solid;
}

#nav1top .active a, #pages a:hover {
	text-decoration: none;
	font: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #808080;
	border-left: 3px #CCFFCC solid;
}

/* Hide from IE5-Mac \*/
#nav1top a {
float: none
}
/* End hide */


/* -------------------------- */
/* Content */

#contents {
	clear: none;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font: normal .9em Tahoma, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content {
	padding-top: 10px;
}

.content .title {
	margin: 0em;
	font-size: 2em;
	color: #006666;
}

.content .title2 {
	margin: 0em;
	font-size: 1.75em;
	color: #006666;
}

.content .title2 span {
	margin: 0;
	padding: 5px 10px;
	background: #FFFFEA;
	border: 1px solid #CDCDCD;
	border-right: none;
	border-bottom: none;
}

.content .story {
	margin: 0em;
	font-size: 1;
	color: #333333;
}

.content .posted {
	margin-top: 0em;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

.content .whereto {
	margin: 2em 0em 2em 0em;
	border-top: 1px dotted #006666;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

.content .whereto p {
	margin: 0em;
}


 
/* -------------------------- */
/* Lower Page Text Navigation above Footer*/

#nav3footer {
	padding: 5px 0px 5px 0px;
	text-indent: 0.5cm
	font: normal 0.9em Tahoma, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

#nav3footer a {
	color: #FFFFFF;
}

#nav3footer a:hover {
	text-decoration: underline;
	background-color: #FFFFFF; 
	color: #006666; 
	font-weight: bold;
}

/* -------------------------- */
/* Footer */

#footer {
	padding: 5px 50px 5px 50px;
	font: normal 0.8em Tahoma, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#footer a {
	color: #000000;
}



/*
This was created for 1800TreeRipe.com by WebWiser Inc. http://www.webwiser.com
Released for free under a Creative Commons Attribution 2.5 License
*/
