﻿body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #000;
	margin: 0;
}
/*div {
	border: 1px solid #d2b48c;
}*/
	
contentwrapper {
	clear: center;

}

a {
	font-size: 12px;
	color: #339;
}

a.dark {
	color: #309;
}

a:visited {
	font-size: 12px;
	color: #4480ec;
}

a.dark:visited {
	color: #30F;
}

/*********** basic headers ***********/

h1 {
	color: #333399;
	font-size: 1.6em;
	line-height: 1.7em;
	text-align: center;
}

h2 {
	color: #993333;
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: center;
}

h3 {
	color: #993333;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
}

h4 {
	color: #993333;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
}

h5 {
	color: #993333;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
}

h6 {
	color: #993333;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
}

/*********** /basic headers ***********/

/*********** basic text sytles ***********/

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.maroon_bold {
	color: #993333;
	font-weight: bold;
}

.black {
	color: #000000;
}

/*********** /basic text styles ***********/

/*********** nav bar ***********/

#nav ul {
	padding: 0;
	margin: 2px 0 2px 0;
	background-color: #339;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;

}

#nav ul li {
	display: inline;
}

#nav ul li a {
	padding: 0.2em 1.1em;
	background-color: #339;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-left: 1px solid #969abc;
}

#nav li a:link { color: #fff;}
#nav li a:visited { color: #fff; }
#nav li a:hover { 
	color: #fff;
	background-color: #4480ec;
}

/*********** sub-nav ***********/

#nav li ul li a {
	padding: 0.2em 1.3em;
	background-color: #339;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #969abc;
	border-top: 1px solid #969abc;
	width: 100%;
}

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}

/* programs drop-downs */
#nav li:hover ul, #nav li.sfhover ul {
	left: 62px;
	top: 251px;
	width: 9em;
}

/* in place for free stuff drop downs
#nav li#free_nav:hover ul, #nav li#free_nav.sfhover ul {
	left: 447px;
	top: 251px;
	width: 90px;
}*/

/* shop drop downs */
#nav li#shop_nav:hover ul, #nav li#shop_nav.sfhover ul {
	left: 390px;
	top: 251px;
	width: 7em;
}



/*********** /sub-nav ***********/

/*********** highlights ***********/
/*these create the "you are here" hightlight for each section*/
#main #home_nav a{
	background-color: #4480ec;
}
#programs #programs_nav a {
	background-color: #4480ec;
}
#planners #planners_nav a {
	background-color: #4480ec;
}
#clients #clients_nav a {
	background-color: #4480ec;
}
#disc #disc_nav a {
	background-color: #4480ec;
}
#shop #shop_nav a {
	background-color: #4480ec;
}
#free #free_nav a {
	background-color: #4480ec;
}
#radio #radio_nav a {
	background-color: #4480ec;
}
#blog #blog_nav a {
	background-color: #4480ec;
}
#nav #contact_nav a {
	border-right: 1px solid #969abc;
}
#contact #contact_nav a {
	background-color: #4480ec;
}

/* keeps sub-menu rollovers consistent with mains */
/*********** shop sub-menu ***********/
#shop #cds_nav a,
#shop #rpts_nav a,
#shop #boutique_nav a  {
	background-color: #339;	
}
#shop #cds_nav a:hover,
#shop #rpts_nav a:hover,
#shop #boutique_nav a:hover  {
	background-color: #4480ec;	
}

/*********** programs sub-menu ***********/
#programs #keynotes_nav a,
#programs #training_nav a,
#programs #confweaving_nav a,
#programs #wellness_nav a  {
	background-color: #339;	
}
#programs #keynotes_nav a:hover,
#programs #training_nav a:hover,
#programs #confweaving_nav a:hover,
#programs #wellness_nav a:hover  {
	background-color: #4480ec;	
}
/*********** /hightlights ***********/

/*********** /nav bar ***********/



#container {

 margin:0 auto;

	width: 822px;
	position: relative;
}

/*********** page header ***********/
#header {
	width: 100%;
	height: 229px;
	background: url(../images/top-bg.jpg) no-repeat;
	background-color: #bc8f8f;
	margin-bottom: 2px;
}

#quotes {
	float: left;
	color: #fff;
	height: 120px;
	width: 360px;
	position: absolute;
	left: 460px;
	top: 10px;
	/*border: thin #fff solid;*/
}
/*********** /page header ***********/

/*********** left sidebar ***********/
#leftbar {
	color: #fff;
	float: left;
	width: 217px;
	padding-top: 15px;
	background: url(../images/side-bg.jpg) repeat-y;
}

#leftwrapper {
	width: 175px;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 10px;
	margin-bottom: 3em;
}

#leftwrapper form {
	margin-bottom: 2px;
	padding-bottom: 0;
}

#privacy {
	margin-top: 2px;
	padding-top: 0;
	font-size: .75em;
	line-height: 1em;
}

/*********** /left sidebar ***********/

#content {
	float: right;
	width: 603px;
	padding-top: 15px;
}

/*********** callout ***********/
#callout {
	background: url(../images/fuzzy_box.jpg) no-repeat center;
	width: 600px;
	height: 208px;

}

#callout h1 span { display: none; }
#callout h1 {
	background: url(../images/kinza_keynotes.gif);
	margin-left: auto;
	margin-right: auto;
	width: 262px;
	height: 45px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#callout h2 span { display: none; }
#callout h2 {
	background: url(../images/ingnite_action.gif);
	margin-left: auto;
	margin-right: auto;
	width: 302px;
	height: 50px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#callout h3 span { display: none; }
#callout h3 {
	background: url(../images/taglines.gif);
	margin-left: auto;
	margin-right: auto;
	width: 556px;
	height: 28px;
	margin-bottom: 10px;
	margin-top: 15px;
}

/*#callout h1, #callout h2, #callout h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
}*/
/*********** /callout ***********/

/*********** footer ***********/
#footer {
	background: url(../images/side-bg.jpg) repeat-y left;
	float: left;
	padding-left: 220px;
	padding-top: 35px;
}

#footer #inscape {
	width: 106px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;	
}

#footer .contact {
	float: left;
	text-align: center;
	width: 420px;
}

#footer #nsa {
	width: 73px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
/*********** /footer ***********/

#submit {
	color: #ffffff;
	background-color: #339;
	border: 1px solid #4480ec;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 10px 0 5px 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}

#submit:hover {
	border: 1px #339 solid;
	color: #ffffff;
	background-color: #4480ec;
	text-decoration: none;
	}

#client_quotes {
	float: left;
	width: 300px;
}

#past_clients {
	float: right;
	width: 300px;
}

#clients #past_clients ul li {
	padding-bottom: .25em;
}


ul li, ol li {
	padding-bottom: .5em;
}


.clientquote {
	/*background-color: #ff00ff;*/
	background-image: url(../images/quote-up.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 45px;
	font-style: italic;
	/*quick IE min-height hack */
	height: expression('40px'); 
	/*other browsers see this*/
	min-height: 40px;
	/*all four margins defined due to weird layout bug that would cause left column
	to not float properly with just margin-bottom defined in IE*/
	margin: 0px 0px 5px 1px;
}

.client {
	/*background-color: #d2b48c;*/
	background-image: url(../images/quote-down.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 45px 0 40px;
	font-style: italic;
	/*quick IE min-height hack */
	height: expression('38px'); 
	/*other browsers see this*/
	min-height: 38px;
	margin: 0px 0px 5px 1px;
	clear: both;
}

/* for Mozilla/Safari/Opera
*>.clientquote, .client {
 min-height: 38px;
} */

/* for IE, with IE5/Mac backslash filter \
* html .clientquote, * html .client {
 height: 38px;
}*/
/* end filter */

#quotes p.bigquote {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 8px;
}

#quotes p.bigclient {
	font-style: italic;
	font-size: 11px;
	margin-top: 0;
}

p.freetagln {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
	color: #00f;
}

#free #content h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}

/*#shop h1 {
	background: url(../images/shoptest-bg.jpg) repeat-x;
	padding: 0 10px;
	text-align: left;
	color: #ffffff;
	background-color: #bc8f8f;
}*/

.weave {
	border: thick ridge #993333;
	padding: 1em;
}

.weave h1 {
	color: #000000;
}

#weaverhead {
	border-top: medium dashed #993333;
	border-bottom: medium dashed #993333;	
}

#weaverhead p {
	color: #993333;
	font-size: 1.5em;
	text-align: center;
}

.floatleft {
	float: left;
	padding-right: 10px;
}

.floatright {
	float: right;
	padding-left: 10px;
}

#biopic {
	margin-right: 10px;
	float: left;
}

#biopic p {
	color: #993333;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}

/*********** shop definitions ***********/
#shop h2 {
	clear: both;
	background-color: #bc8f8f;
	text-align: left;
	padding-left: 15px;
	margin-top: 25px;
}

#shop h3 {
	clear: both;
	text-align: center;
	color: #000000;
	text-align: left;
	padding-left: 15px;
	margin: 15px 25px 15px 5px;
	font-size: 1.1em;
	border-bottom: thin solid #993333;
}

.shop_item_buy {
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 2em;
}

input.shop_button {
	color: #933;
	background-color: #bc8f8f;
	border: 1px solid #000;
	font-weight: bold;
	width: 100px;
}

.shop_item_desc {
	margin-left: 25%;
	padding-bottom: 2em;
}

/*********** /shop definitions ***********/

#contact h3 {
	color: #333399;
}

/***********  contact form layout ***********/

label {
	clear: both;
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #781351;
}

#contact #content fieldset {
	margin: 0 10% 0 10%;
	padding: 5px;
	/*border: 1px solid #781351;*/
	border: none;
	width: 75%;
}

legend {
	visibility: hidden;
}

input.submit {
	color: #ffffff;
	background-color: #339;
	border: 2px outset #4480ec;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.small {
	font-size: 0.8em;
}

.blue {
	color: #0000ff;
}

.bluebold {
	color: #0000ff;
	font-weight: bold;
}

.bluebold_big {
	color: #00f;
	font-weight: bold;
	font-size: 125%;
}

#programs li {
	font-size: 1.2em;
	color: #933;
}