@charset "UTF-8";
/* CSS by Tim Householder */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	margin: 0;
}
fieldset,img { border:0; }
#left-sidebar img {
	margin: 0px;
	padding: 0px;
}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }

html {font-size: 62.5%;}
body {
	background-color: #C9D9D5;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a {
	outline:none;
	color: #64807D;
}

/* COLORS 

Background Light Green: 	#C9D9D5
Main BG Med Green:			#779793
Light Green Quote Text:		#D9ED8F
Body Text Dark Tan			#998675


*/


/* STRUCTURE */

#page-wrapper {
	width: 900px;
	margin: 0 auto;
	background-color:#779793;
	position: relative;
}

#topline {
	font-size: 1.2em;
	line-height: 26px;
	color: #999999;
	text-align: right;
	padding-right: 30px;
	background-color: #000000;
}
#topline a {
	color: #CCCCCC;
	text-decoration: none;
	padding: 0 10px;
}
#topline a:hover {
	color: #FFFFFF;
}
#header {
	background-image: url(../images/home-header.jpg);
	height: 98px;
}
#header h1 {
	text-indent: -9000px;
}
#quote-box {
	background-image: url(../images/quote-box-bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
#quote-envelope {
	background-image: url(../images/pic-fork.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#quote-box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	margin-left: 260px;
	margin-right: 95px;
	padding-top: 20px;
	color: #D9ED8F;
}
#quote-box .author {
	text-align: right;
	font-style: normal;
	margin-right: 140px;
	margin-top: 0px;
	padding-bottom: 20px;
}
#main-content-topper {
	background-image: url(../images/main-content-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	margin: 0;
	padding: 0;
}
#main-content {
	background-image: url(../images/main-text-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 529px;
	position: relative;
}
#main-content-form {
	background-image: url(../images/main-text-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 529px;
	position: relative;
}
#print-button {
	position:absolute;
	top: 15px;
	right: 140px;
	width: 111px;
	height: 21px;
	z-index: 9000;
}
#content-text-envelope {
	position:absolute;
	top: 15px;
	right: 133px;
	width: 500px;
}
#content-text-envelope2 {
	position:absolute;
	top: 150px;
	right: 133px;
	width: 500px;
}
#page-title h2 {
	font-size: 1.8em;
	color: #4E453D;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
}
.colorMeGreen   {
	color:#779793;
	font-style: oblique;
	}
	
div#wn1	{
	position:relative;
	width:500px;
	height:465px;
	overflow:hidden;
	}

#main-content-bottom {
	background-image: url(../images/main-content-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
}
#content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content-text  strong {
	color: #4A4A4A;
	font-weight: bold;
}
#content-text h2 {
	font-size: 1.5em;
	color: #60544A;
	margin-bottom: 15px;
}
#content-text h3 {
	font-size: 1.4em;
	color: #60544A;
	margin-bottom: 15px;
	margin-top:2.6em;
}
#content-text p {
	font-size: 1.2em;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}
#content-text ul {
	font-size: 1.2em;
	color: #999999;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	list-style-type: disc;
	padding-left: 35px;
}
#adptogen-button a {
	background-image: url(../images/adaptogen-button.png);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9000px;
	height: 45px;
	width: 450px;
	margin-left: 225px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
#adptogen-button a:hover {
	background-position: bottom;
}
#footer p {
	font-size: 1.2em;
	line-height: 4em;
	text-align: center;
}
#footer a {
	padding: 0px 10px;
	text-decoration:none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#bottom_fade {
	width: 500px;
	height: 100px;
	z-index: 9999;
	position: fixed;
	background-image: url(../images/bottom-fade.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 0px;
	top: 400px;
}
#freeze  {
	position: absolute;
	z-index: 9999;
	top: 40px;
	background-color: #C9D9D5;
	left: 10px;
	padding: 15px 20px;
	color: #333333;
	border: 4px solid #5D7674;
	font-size: 1.2em;
	overflow: auto;
	width: 430px;
	height: auto;
	display: none;
}
#freeze    #close-freeze {
	border: 1px solid #FFFFFF;
	padding: 2px 6px;
	font-weight: bold;
	text-decoration: none;
	background-color: #688481;
	color: #FFFFFF;
	float: right;
}
#freeze  h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 5px;
	text-decoration: underline;
}
#freeze  p {
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
#freeze  strong {
	font-weight: bold;
}
#content-text #sad {
	background-image: url(../images/sad.gif);
	background-repeat: no-repeat;
	width: 18px;
}
#print-me {
	display: none;
}

