@charset "utf-8";
/* CSS Document */

body {
	font: 100%  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/bg_all2.jpg);
	background-repeat:repeat-x;
	background-color:#f0f0e0;
	
}

.bd1{
	background-image:url(images/bg_all.jpg);
	background-repeat:repeat-x;	
}
#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container1 {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0f0e0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 34px 0 35px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 117px;
	background-image: url(images/bg-header.jpg);
	position:relative;
}
#header1 {
	padding: 0 34px 0 35px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 117px;
	background-image: url(images/bg-header-no-cutouts.jpg);
	position:relative;
}
#main1 {
	background: #f0f0e0;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-main1.jpg);
	background-repeat: repeat-x;
}
#footer {
	padding: 15px 30px;
	font-size: 12px;
	color: #666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*** UNIVERSAL ***/
/*****************
Main Site Colors
663300 - brownish red original highlight color, replaced with 8B5A2B
8B5A2B - softer brown highlight color 
669933 - pale/bright green link color RGB256 = (96,144,48)
******************/

/* default link styles */
a:link, a:visited { color:#669933; text-decoration:none; }
a:hover, a:active { color:#8B5A2B; text-decoration:underline; }
a.defLink:link, a.defLink:visited { color:#669933; text-decoration:none; } /* defLink is a class to override any link with the default link style */
a.defLink:hover, a.defLink:active { color:#8B5A2B; text-decoration:underline; } /* defLink is a class to override any link with the default link style */
img {border:none;}
.clear{clear:both;}
.brn {color:#8B5A2B;}
.brn1{
	color:#8B5A2B;
	font-size:18px;
	font-weight:bold;
}
.grn{ color:#336600;}
.center{ text-align:center; margin-bottom:15px;}
.sm{ font-size:10px; color:#999;}
ul.sbull li{
	margin:0 0 8px 0;
	line-height:1.3;
} 
.question{ margin:5px 10px; display:none;}
#ques{ margin:10px;}
/* #ques a{ text-decoration:none; color:#333; font-weight:bold;} */
/* #overview-guide a{ color:#333; font-weight:bold; text-decoration:none;} */
/*** HEADER ***/
.logo{ float:left; position:absolute; bottom:0px; width:344px;}
.hlink1 {
	float:right;
	color:#669933;
	font-size:12px;
	font-weight: bold;
	margin-top: 12px;
	width: 500px;
}
.hlink1 a{ color:#669933; text-decoration:none; }
.red a{ color:#8B5A2B; text-decoration:none;}
.hbox{
	float:right;
	margin-left:36px;
}
.hbox1{
	float:right;
	margin-left:38px;
}
.hbox2{
	float:right;
}
.hlink2 {
	float:right;
	color:#669933;
	font-size:12px;
	font-weight: bold;
	position: absolute;
	bottom: 40px;
	right: 34px;
}
/* .hlink2 a{ color:#669933; text-decoration:underline; } */
.wht{color:#FFF;}
/*** NAVIGATION ***/
#navi { height:34px; background:url(images/bg-nav.jpg) no-repeat; padding:2px 0 0 139px;}
.nav1 { height:32px; width:214px; float:left; margin-right:25px;}
.nav1 a{background-image:url(images/nav1.jpg); background-position: 0 0; display:block; height:32px; width:214px;}
.nav1 a.active:link, .nav1 a.active:visited, .nav1 a.active:active, .nav1 a.active:hover, .nav1 a:hover {
background-position: -214px; }
.nav2 { height:32px; width:136px; float:left; margin-right:20px;}
.nav2 a{background-image:url(images/nav2.jpg); background-position: 0 0; display:block; height:32px; width:136px;}
.nav2 a.active:link, .nav2 a.active:visited, .nav2 a.active:active, .nav2 a.active:hover, .nav2 a:hover {
background-position: -136px; }
.nav3 { height:32px; width:171px; float:left; margin-right:22px;}
.nav3 a{background-image:url(images/nav3.jpg); background-position: 0 0; display:block; height:32px; width:171px;}
.nav3 a.active:link, .nav3 a.active:visited, .nav3 a.active:active, .nav3 a.active:hover, .nav3 a:hover {
background-position: -171px; }
.nav4 { height:32px; width:103px; float:left; margin-right:20px;}
.nav4 a{background-image:url(images/nav4.jpg); background-position: 0 0; display:block; height:32px; width:103px;}
.nav4 a.active:link, .nav4 a.active:visited, .nav4 a.active:active, .nav4 a.active:hover, .nav4 a:hover {
background-position: -103px; }
.nav5 { height:32px; width:86px; float:left; margin-right:25px;}
.nav5 a{background-image:url(images/nav5.jpg); background-position: 0 0; display:block; height:32px; width:86px;}
.nav5 a.active:link, .nav5 a.active:visited, .nav5 a.active:active, .nav5 a.active:hover, .nav5 a:hover {
background-position: -86px; }

/*** INTRO(index) ***/
#intro{ height:379px; margin-bottom:1px; position:relative;}
.int1{ height:379px; background-color:#9F6; z-index:1; }
.int2{ height:159px; width:990px; background-image:url(images/intro_buttons4.png); position:absolute; bottom:0px; z-index:100;}
.int11{ /* start */
	float:left;
	width:147px;
	height:128px;
	margin:17px 41px 0 81px;
}
.int12{ /* join */
	float:left;
	width:147px;
	height:128px;
	margin:17px 37px 0 0px;
	overflow:hidden; 
	position: relative;
}
.int13{ /* lilypad */
	float:left;
	width:146px;
	height:129px;
	margin:17px 43px 0 0px;
}
.int14{ /* free trial */
	float:left;
	width:177px;
	height:156px;
	margin:2px 28px 0 140px;
	/* margin:17px 40px 0 0px; */
}
.int15{ /* sign up */
	float:left;
	width:146px;
	height:128px;
	margin:17px 0px 0 0px;
}
.int11 a, .int12 a, .int13 a, /* .int14 a, */ .int15 a{ display:block; height:128px; width:147px; }
.int14 a{ display:block; height:156px; width:177px;} /* special link size for free trial */

#intro2{
	height:144px;
	background-image:url(images/bg-intro2.jpg);
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
#intro2 a:link, #intro2 a:visited { text-decoration:none; } 
#intro2 a:hover, #intro2 a:active { text-decoration:underline; }
.int21{
	float:left;
	width:310px;
	height:115px;
	margin:15px 10px 0 30px;
	position:relative;
}

.int22{
	float:left;
	width:270px;
	height:115px;
	margin:15px 15px 0 15px;
	position:relative;
	}
.int23{
	float:left;
	width:300px;
	height:115px;
	margin:15px 0px 0 20px;
	position:relative;
}
.lmore{
	width:200px;
	position:absolute;
	bottom:0px;
	left: 0px;
	color:#8B5A2B;
	font-weight:bold;
}
.lmore a{ color:#8B5A2B; text-decoration:none;}

/*** FOOTER ***/
#footer a:link, #footer a:visited { color:#666; text-decoration:none;}
#footer a:hover, #footer a:active { color:#666; text-decoration:underline;}
.f1 {
	float:left;
	width:45px;
	margin: 0 10px 0 0;
}
.f2 {
	float:left;
	width:150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
.f3 {
	float:left;
	width:150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
.f4 {
	float:left;
	width:80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
.f5 {
	float:left;
	width:150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
.f6 {
	float:left;
	width:100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
.f7{
	float:right;
	margin-top:60px;
}
.f8{
	float:right;
	margin-top:10px;
	width:305px;
	font-size: 10px;
}
.f9 {
	float:left;
	margin-top:10px;
	font-size: 10px;
	vertical-align:middle;
}
/*** SECONDARY[MAIN1] ***/
#main_content{ width:951; margin:0px 0 0 19px; background-image:url(images/bg-maincontent.png); background-repeat:no-repeat;}
#main_content h1 { font-size:18px; margin:0px 0px 5px 0px; color:#336600; font-weight:bold;}

#title{
	padding: 15px 0 0 11px;
}
.tit1{ float:left; width:566px; height:135px;}
.tit2{
	float:left;
	width:363px;
	height:135px;
	background-image: url(images/bg-title-r.jpg);
}
.tit2_t{
	height:75px;
	padding:10px 20px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
.tit2_t a{ font-size:11px;}
.tit2_b{
	font-weight:bold;
	padding: 10px 0 0 20px;
	font-size: 13px;
/*	color:#8B5A2B; */
	color:#8B5A2B;
}


#mc_top{
	margin:0 6px;
	background-color:#FFF;
	width: 939px;
	padding: 20px 0;
}
.navi2{
	float:left;
	width:210px;
	font-size: 14px;
	margin-top: 2px;
}
ul.nav-sidebar {
	list-style:none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8B5A2B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
ul.nav-sidebar li {
	border-bottom: 1px dotted #8B5A2B;
	margin-left: -40px;
}
ul.nav-sidebar li a {
	color: #666;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding:10px;
	background: url("") 0 0 no-repeat;
}
ul.nav-sidebar li a.active:hover, ul.nav-sidebar li a:hover{
	background-position:center left;
	color: #8B5A2B;
	}
ul.nav-sidebar li a.active:link, ul.nav-sidebar li a.active:active,ul.nav-sidebar li a.active:visited{ /* JB: Secondary left side-bar link colors */
	background-position:center left;
	color: #8B5A2B;
	background-color: #F3F3F3;
	}
ul.nav-sidebar li ul li {border-top: 1px solid #d9ebf4;border-bottom: none;}

.content{
	float:right;
	width:700px;
	margin-right: 5px;
	color:#666;
	font-size:13px;
}
.content h1, h2 { font-size:18px; margin:0px 0px 5px 0px; color:#336600; font-weight:bold;}
.content h3 { font-size:14px; margin:0px 0px 5px 20px; color:#666; font-weight:bold;}
.content h4 { font-size:14px; margin:0px 0px 5px 0px; color:#666; font-weight:bold;}
.content h5 { font-size:14px; margin:8px; color:#336600; font-weight:bold;}
.content p{
	line-height:1.3;
	margin:0 8px 10px 8px;
}
.smalltext { font-size:9px; color:#6666; }
#mc_bot{margin:0; padding:0; width:951px; }
.mc_full{ margin:10px 5px;}
.mc_full p{ color:#666;
	font-size:12px; line-height:1.3; }
	
.mc_blog{
	margin:0 5px;
	height:600px;
}
/*** TABLE STYLES ***/
#mytable {
	padding: 0;
	width:100%;
/*	margin-left: 18%;
	margin-right: 18%; */
	font-size:14px;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #375524;
	border-right: 1px solid #659a41;
	border-bottom: 1px solid #659a41;
	border-top: 1px solid #659a41;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header2.jpg) no-repeat;
	text-align:center;
}
#mytable th.on {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #659a41;
	border-bottom: 1px solid #659a41;
	border-top: 1px solid #659a41;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	color: #333;
	font-weight: bold;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #659a41;
	background: none;
	color: #375524;
}
#mytable th.nobgg {
	border-top: 0;
	border-left: 0;
	background: none;
	color: #375524;
	border-right: 1px solid #659a41;
	border-bottom:none;
} 
#mytable td {
	border-right: 1px solid #659a41;
	border-bottom: 1px solid #659a41;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
	text-align:center;
}
#mytable td.on{
	background-color:#cbfc31;
	font-weight: bold;
}

#mytable td.alt {
	color: #375524;
	background-color: #F5FAFA;
}

#mytable th.spec {
	border-left: 1px solid #659a41;
	border-top: 0;
	background: #fff /* url(images/bullet1.gif) */ no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #659a41;
	border-top: 0;
	background: #f5fafa /* url(images/bullet2.gif) */ no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #375524;
}

#mytable th.kit0 {
	border-left: 1px solid #659a41;
	border-top: 1px solid #659a41;
	background: #fff no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	text-align:left;
}
#mytable th.kit1 {
	border-left: 1px solid #659a41;
	border-top: 0;
	background: #fff no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	text-align:left;
}

#mytable th.kit2 {
	border-left: 1px solid #659a41;
	border-top: 0;
	background: #f5fafa no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #375524;
	text-transform:none;
	text-align:left;
}

td.rightBold {
	text-align:right;
	font-weight:bold;
	padding:8px;
	background-color:#FFF;
}
td.contactData {
	padding:8px;
}
/*** secondary STYLES ***/
.indent { padding-left:50px;}
#books img.book{float:left; margin:0 20px 0 0;}
#books img.buya{
	float: left;
	margin-right: 5px;
}
.pdf{ margin-right:10px;}
.sptext{
	font-size:13px;
	color:#666;
	width:900px;
	margin:0 auto;
	line-height:1.3;
}
.sptext ul{ margin:0px;}
.sptext p{
	margin:0px;
	padding: 10px 0px 10px 0px;
}
.sptext h4 { font-size:14px; margin:0px 0px 5px 0px; color:#666; font-weight:bold;}
.login{
	min-height:150px;
	font-size: 12px;
	padding: 25px 0;
	font-size:13px;
	color:#666;
	width:400px;
	margin:0 auto;
}
.signup{
	min-height:250px;
	font-size: 12px;
	padding: 20px 0;
	font-size:13px;
	color:#666;
	width:700px;
	margin:0 auto;
}
#quoteDiv {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:70%;
	background-color:#FFF;
	outline:#336600 solid 1px;
	padding:15px 30px 10px 30px;
}
#quoteDiv p {
	color:#333;
}
/*** Blog ***/

.blog{
	float:right;
	width:700px;
	margin-right: 5px;
	color:#666;
	font-size:13px;
	min-height:300px;
	position: relative;
}
.blog h1, h2, h3, h4, h5{ font-size:18px; margin:10px; color:#336600; font-weight:bold;}
#post{padding-right: 20px;}

.tweet{
	float:left;
	width:50px;
	background-image:url(images/tweet_bg.jpg);
	background-repeat:no-repeat;
	height:57px;
	text-align: center;
	line-height: 30px;
	position:relative;
}
.tweet img{
	position:absolute;
	bottom:0;
	left: 0px;
}
.pline{
	float:left;
	width:620px;
	font-size:18px;
	margin:0;
	color:#336600;
	font-weight:bold;
	padding:0 0 0 0px;
}
.ptext{
	font-size:12px;
	line-height:1.5;
}
.pintro {
	font-size:12px;
	line-height:1.5;
	width:80%;
	height:200px;
}
.date{ font-size:12px; color:#999; font-weight:normal;}

.dot{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width:680px;
	margin: 10px 0;
}
.share { color:#336600; text-decoration:none; font-weight:normal;}
.share a{ color:#336600; text-decoration:none; font-weight:normal;}

/*** fieldsets ***/
fieldset {
	padding: 0 10px 0 10px;
	border: 1px solid #9BCB3B;

	margin:0 auto;
}
	
fieldset legend {
	padding: 0 2px;
	color: #360;
	font-size: 16px;
	font-weight: bold;
}

.err {
    color: #8B5A2B;
    font-weight: bold;
    font-size: 16px;
}
