@CHARSET "ISO-8859-1";

/* CSS Document for ParentSuccess.com
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/ /* Browser Reset Styles ================= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol,ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

small {
	font-size: 75%;
}

em {
	font-style: oblique;
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff url('../images/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 30px;
	color: #de6827;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	color: #379d47;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link,a:visited,a:active {
	color: #044600;
}

a:hover {
	color: #666;
}

p {
	line-height: 1.5em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul,ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom: 5px;
}

/* Classes ============================== */
.clear {
	clear: both;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.styled {
	width: 300px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #044600;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}

.alert {
	margin: 10px;
	padding: 20px;
	border: 3px solid #fff331;
	background: #fff9b1;
	color: #333;
	line-height: 1.5em;
	text-align: center;
}

/* Wrapper ============================== */
#wrapper {
	width: 850px;
	margin: 0 auto;
	background: #fff;
	border-right: 1px solid #989898;
	border-left: 1px solid #989898;
}

/* Header =============================== */
#header {
	height: 182px;
	background: url('../images/header.gif') 0 0 no-repeat;
}

/* Content Columns ====================== */
#container {
	background: url('../images/content-bg.gif') 0 0 repeat-y;
	padding-top: 1px;
	border-bottom: 3px solid #989898;
}

#content {
	width: 410px;
	float: left;
	padding: 10px 20px 30px 20px;
}

.quick-tip {
	font-family: Georgia, serif;
	padding: 10px 0 20px 0px;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

.feature {
	width: 200px;
	text-align: center;
	font-size: 11px;
	margin: 20px 0;
}
.feature span {
	float: left;
	display: block;
}

.feature span.image {
	width: 100px;
	margin: 0 5px;
}

.feature span.details {
	width: 70px;
	padding: 5px;
	background: #fff;
	margin-top: 20px;
	line-height: 1.1em;
}

.feature span.image img {
	border: 1px solid #999;
}

.catinfo {
	font-size: 12px;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}

.catinfo h3 a {
	color: #028a17;
	text-decoration: none;
	font-size: 18px;
}

.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}

.book-cover {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.book-cover img {
	border: 1px solid #999;
}

.book-info {
	width: 260px;
	float: left;
}

.book-info h3 {
	font-size: 15px;
}

/* Navigation =========================== */
#nav {
	background: #fffddc;
	padding: 10px;
	border-bottom: 1px solid #989898;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 20px 0;
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	color: #222;
	font-size: 18px;
	padding-left: 20px;
}

#nav ul li a:hover, #nav ul li a#current {
	color: #028a17;
}

/* Left Column */
#left-column {
	width: 200px;
	float: left;
}
#left-column h2 {
	padding-left: 10px;	
}
#left-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left-column ul li {
	margin: 20px 0;
}

#left-column ul li a {
	text-decoration: none;
	color: #222;
	font-size: 18px;
	padding-left: 20px;
	display: block;
}

#left-column ul li a:hover, #nav ul li a#current {
	color: #028a17;
}

#left-column ul li ul {
	padding: 0;
	margin: 0;
}

#left-column ul li ul li {
	margin: 10px 0;
}

#left-column ul li ul li a {
	font-size: 13px;
	padding-left: 20px;
	margin-left: 25px;
}

#left-column ul li ul li a:hover {
	background: url('../images/arrows.gif') 0 center no-repeat;
	color: #222;
}

#left-column ul li ul li a#sub-current {
	background: url('../images/arrows.gif') 0 center no-repeat;
	color: #222;
	font-weight: bold;
}

span.sub-title {
	font-size: 11px;
	padding-left: 20px;
	font-style: italic;
	color: #028a17;
}

span.newsletter {
	font-size: 13px;
	color: #044600;
	padding: 0 10px 10px 10px;
	display: block;
}

.side_styled {
	margin-left: 10px;
	width: 150px;
	color: #044600;
	padding: 3px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 1px solid #999;
	background: #f3faee;
}

/* Tips Column ========================== */
#tips-column {
	width: 180px;
	float: left;
	padding: 10px;
}

#tips-column h2 {
	color: #044600;
	font-size: 18px;
	margin-top: 10px;
}

#tips-column p {
	font-size: 11px;
	color: #666;
	line-height: 1em;
}

#tips-column ul {
	margin: 15px 10px;
	padding: 0;
	list-style: none;
}

#tips-column ul li {
	margin: 10px 0;
}

#tips-column ul li a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	padding-left: 20px;
	background: url('../images/green_arrow.gif') 0 center no-repeat;
}

#tips-column ul li a:hover {
	font-weight: bold;
}

/* Footer =============================== */
#footer {
	padding: 10px 20px;
}

#links {
	width: 500px;
	float: left;
}

#links ul {
	margin: 0;
	padding: 0;
}

#links ul li {
	display: inline;
}

#links ul li a {
	text-decoration: none;
	color: #666;
	border-right: 1px solid #999;
	text-transform: lowercase;
	font-size: 11px;
	padding-right: 5px;
	margin-right: 2px;
}

#copyright {
	width: 300px;
	float: right;
	text-align: right;
	color: #999;
	font-size: 11px;
	line-height: 1.3em;
}

#copyright a {
	color: #666;
}