/*************************************************************************/
/* GENERAL STYLES
/*************************************************************************/ 

html, body {
	height: 100%;
}
body, p, div, th, td, li, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #392F2B; 
}
body { 
	background-color: #F9F8BF;
	/* background-image: url("../images/stripe.gif");
	background-repeat: repeat-x;
	background-position: 0px 173px; */
	margin: 0px 0px 0px 0px; 
}
p {
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
form {
	margin: 0px;
}
img {
	margin: 0px;
	border: 0px;
}

a,
a:link,
a:visited { 
	color: #EC5300; 
	text-decoration: none;
	cursor: pointer;
}
a:active,
a:hover { 
	color: #EC5300;
	text-decoration: underline; 
}

ul {
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 8px 0px;
	list-style: none;
}
li {
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 17px;
}
li p {
	margin-bottom: 7px;
}


div.headerFrame,
div.contentFrame,
div.footerFrame {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
div.header {
	height: 103px;
}
div.content {
	height: 483px;
	background-color: #FFFFCC;
}
div.footer {
	height: 110px;
}

/*************************************************************************/
/* BRANDING STYLES
/*************************************************************************/ 
div#borderTL{
        position: absolute;
        top: 24px;
	margin-left: 53px;
}
div#borderBR{
        position: absolute;
        top: 471px;
	margin-left: 817px;
}
div#flower {
        position: absolute;
        top: 128px;
	margin-left: 448px;
}
div#blog {
        position: absolute;
        top: 7px;
	margin-left: 900px;
}
div#more {
        position: absolute;
        top: 450px;
	margin-left: 877px;
}


/*************************************************************************/
/* NAVIGATION STYLES
/*************************************************************************/ 
div#navigation{
        position: absolute;
        width: 700px;
        top: 40px;
	padding-left: 268px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#navigation li {
	float: left;
	padding: 1px 0px 5px 6px;
	background-image: none;
}
div#navigation li div.book {
	width: 92px;
}
div#navigation li.current div.book {
	width: 105px;
}
div#navigation li div.author {
	width: 105px;
}
div#navigation li.current div.author {
	width: 119px;
}
div#navigation li div.coaching {
	width: 152px;
}
div#navigation li.current div.coaching {
	width: 171px;
}
div#navigation li div.getInvolved {
	width: 115px;
}
div#navigation li.current div.getInvolved {
	width: 129px;
}
div#navigation li div.contact {
	width: 107px;
}
div#navigation li.current div.contact {
	width: 117px;
}

div#navigation span.linkFlower {
	vertical-align: -5px;
}
div#navigation span.link {
	font-size: 13px;
}

div#navigation li.current span.link {
	font-size: 14px;
	font-weight: bold;
}


div#navigation li a:link,
div#navigation li a:visited {
	color: #392F2B; 
	text-decoration: none;
}
div#navigation li a:active,
div#navigation li a:hover,
div#navigation li a.hover {
	color: #EC5300;
	text-decoration: underline;
}

/*************************************************************************/
/* CONTENT STYLES
/*************************************************************************/ 
div#book{
        position: absolute;
        top: 73px;
	padding-left: 95px;
}
div#content{
	width: 408px;
        position: absolute;
        top: 145px;
	padding-left: 470px;
}

div.contentBox {
	border: 2px solid #594942;
}
div.title {
	background-color: #F6C76B;
	height: 36px;
	padding: 5px 0px 5px 50px;
	
}
div.text {
	width: 364px;
	height: 275px;
	overflow-y: scroll;
	background-color: #FFFFF2;
	padding: 15px 20px 5px 20px;
}
div.callouts {
	height: 50px;
	width: 500px;
	padding: 22px 0px 0px 5px;
	margin-left: -20px;
}
div.callouts ul {
	float: left;
	width: 500px;
	padding: 0px;
	margin: 0px;
}
div.callouts li {
	background-image: none;
	padding: 0px;
	float: left;
	width: 140px;
	overflow: hidden;
}
li#compCoachCallout {
	width: 155px;
}


/*************************************************************************/
/* FOOTER STYLES
/*************************************************************************/ 
div#footer{
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
div.copyright {
	text-align: center;
	padding: 30px 0px 10px 0px;
}
div.credit {
	text-align: center;
	font-size: 11px;
	padding: 10px 0px 25px 0px;
}


/*************************************************************************/
/* FORMS
/*************************************************************************/ 
div#form {
	position: absolute;
	width: 720px;
	top: 145px;
	margin-left: 140px;
	border: 2px solid #594942;
	background-color: #FFFFF2;
}

div.formTitle {
	background-color: #F6C76B;
	height: 36px;
	padding: 5px 0px 5px 50px;
	
}

div#form div.introduction {
	padding: 15px 10px 10px 10px; 
}
div#form p {
	margin: 0px 0px 5px 0px;
}

div#form div.errorMessage {
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	margin: 0px 10px 20px 10px;
	padding: 5px 10px 0px 10px;
}
div#form div.errorMessage p {
	color: #CC0000;
	font-weight: bold;
}
div.formSection {
	margin: 0px 10px 10px 10px;
}

span.requiredInd {
	color: #EC5300;
	font-weight: bold;
	font-size: 16px;
	vertical-align: -5px;
	width: 20px;
	display: block;
	float: left;
}
div.required span.requiredInd,
div.requiredError span.requiredInd {
	padding-top: 4px;
}
p span.requiredInd {
	padding-top: 4px;
	width: 13px;
}
span.label {
	font-size: 12px;
	font-weight: bold;
}

div.required span.label,
div.requiredError span.label,
div.optional span.label,
div.optionalError span.label {
	width: 130px;
	display: block;
	float: left;
	padding-top: 3px;
}
div.optional span.label,
div.optionalError span.label {
	margin-left: 20px;
	font-weight: normal;
}
div.question span.label,
div.questionOptional span.label,
div.questionError span.label {
	display: block;
	float: none;
}
div.questionOptional span.label {
	margin-left: 20px;
}

div.required span.input,
div.optional span.input {
	display: block;
	margin-left: 130px;
	padding-bottom: 10px;
}
div.question span.input{
}
div.questionOptional span.input {
	margin-left: 20px;
}

input,
textarea {
	padding: 2px 5px 2px 5px;
	border: 1px solid #EE8F0F;
	font-family: Verdana;
	font-size: 12px;
}
div.requiredError input,
div.requiredError textarea,
div.optionalError input,
div.optionalError textarea,
div.questionError input,
div.questionError textarea {
	border: 1px solid #CC0000;
}

input {
	width: 340px;
}
input.threeChar {
	width: 25px;
}
input.fourChar {
	width: 35px;
}
textArea.fullWidth {
	width: 650px;
	height: 85px;
	margin: 5px 0px 0px 0px;
}
select {
	width: 354px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
option.label {
	color: #EC5300;
	font-weight: bold;
}

span.hint {
	display: block;
	font-size: 10px;
	margin: 2px 0px 5px 20px;
}

div.checkboxOptional input {
	width: 20px;
	border: none;
}
div.checkboxOptional span.input {
	display: block;
	float: left;
	width: 20px;
	margin: 10px 0px 0px 13px;
}
div.checkboxOptional span.label {
	display: block;
	float: left;
	width: 630px;
	line-height: 18px;
	margin: 10px 0px 20px 10px;
}

span.checkboxGroup {
	display: block;
	padding-bottom: 10px;
	padding-top: 5px;
}
span.checkboxGroup span.category {
	display: block;
	margin: 5px 0px 0px 20px;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
span.checkboxes {
	display: block;
	margin-left: 20px;
	clear: left;
	padding-bottom: 5px;
}
span.checkboxGroup input {
	width: 15px;
	margin: 7px 0px 0px 0px;
	vertical-align: -2px;
	border: none;
}
span.checkboxGroup span.value {
	margin-right: 30px;
}
span.checkboxGroup span.dayValue {
	margin-right: 10px;
}


input.button {
	margin: 0px 0px 4px 20px;
	width: 120px;
	border: 1px solid #594942;
	background-color: #EC8233;
	font-weight: bold;
	cursor: pointer;
}

span.error {
	display: block;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 10px 0px;
	margin: 0px 0px 0px 150px;
}
div.questionError span.error {
	margin-left: 20px;
	padding: 0px 0px 5px 0px;
}

span.normal {
	font-weight: normal;
}

div.required span.error,
div.optional span.error,
div.question span.error {
	display:none;
}

div.anchor {
	height: 1px;
}


div#formFlower {
        position: absolute;
        top: 128px;
	margin-left: 118px;
}
