/* ---------------------------------
author: jessica wilkinson
version: 1.0
site: www.readingearth.com
--------------------------------- */

/* ---------------------------------
HTML
--------------------------------- */
body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: .8em;
	color: #603913;
	padding-left: 10px;
}
h1 {
	text-transform: uppercase;
	color: #f26522;
	font-size: .9em;
}
h2 {
	color: #F26522;
	font-size: 0.8em;
	text-transform: uppercase;
}
h3 {
	padding: 10px;
	color: #603913;
	font-size: 0.9em;
	text-align: center;
}
.parenthesis {
	color:#197A30;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../img/o2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.contactTitle {
	font-size: 1em;
	text-transform: uppercase;
	color: #006600;
	font-weight: bold;
	text-align: right;
}
.contactInfo {
	font-size: 1em;
	color: #603913;
}
.tQuote {
	padding-left: 15px;
	line-height: 1.4em;
	color: #603913;
	font-size: 1em;
}
.tAuthor {
	font-style: italic;
	text-align: right;
	float: right;
	color: #006600;
}
.home {
	color: #006600;
	}
/* ---------------------------------
TOP NAV LINK STYLING
--------------------------------- */
#nav a:link {
	color: #603913;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #603913;
}
#nav a:hover {
	text-decoration: underline;
	color: #F26522;
}
#nav a:active {
	text-decoration: none;
	color: #603913;
}
#nav ul {
	margin:0;
	list-style:none;
	padding-left: 12em;
	padding-top: .2em;
}
#nav li {
	margin:0;
	padding:0;
	display: inline;
	list-style-type: none;
}
#nav li a {
	display: block;
	padding: 0 .75em;
	text-decoration:none;
	float: left;
}
/* ---------------------------------
FOOTER LINK STYLING
--------------------------------- */
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------
LAYOUT DIVS
--------------------------------- */
#container {
  width: 683px;
  margin: 0 auto;
  text-align: left;
}
#header {
	height: 188px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/hdbg.gif);
	background-repeat: no-repeat;
}
#nav {
	height: 20px;
	background-image: url(../img/navbg.gif);
	background-repeat:no-repeat;
	text-transform: uppercase;
	color: #603913;
	font-size: 0.75em;
}
#unav {
	background-image: url(../img/unav.gif);
	height: 48px;
	background-repeat: no-repeat;
}
#content {
	background-image: url(../img/conbg.gif);
	margin: 0 auto;
}
#footer {
	background-color: #85B6C5;
	width: 683px;
	height: 42px;
	margin: 0 auto;
	font-size: 0.6em;
	color: #FFFFFF;
 }
/* ---------------------------------
CONTENT STYLING
--------------------------------- */
#content ul {
	color: #197A30;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-bottom: 3px;
	list-style-type: none;
	list-style-image: url(../img/o.gif);
}
#content a:link {
	color: #006600;
}
#content a:visited {
	color: #197A30;
}
#content a:hover {
	color: #F26522;
}
#content a:active {
	color: #F26522;
}
