/*
	===========================================================
	Positive Purpose Coaching - Primary CSS
	Author: Mark C. Garity, Anchorwave.com
	===========================================================
	Description: Primary CSS rules for screen rendering.
	===========================================================
*/

body {
	background: url(../img/bg.gif) repeat-x #c3793d;
	text-align: center; /* Fixes IE<6 Centering */
}

/*	===== Page Layout =====  */
div#page {
	width: 1005px;
	margin: 0 auto;
	background: url(../img/page-bg.gif) repeat-y;
	overflow: hidden;
}
div#sidebar {
	width: 322px;
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
}
div#content {
	float: right;
	width: 653px;
	overflow: visible;
}
div#main {
	background: url(../img/content-bg.gif) top right no-repeat;
	overflow: visible;
}
div#container {
	background: url(../img/footer-bg.gif) bottom right no-repeat;
}
div#footer {
	width: 1005px;
	height: 50px;
	clear: both;
}
/*  ===== Content Styling ===== */
#portrait {
	float: right; clear: none;
	width: 254px;
	height: 260px;
	margin: 11px 18px 0 10px;
	padding: 0 0 0 12px;
}
em {
	font: inherit;
	font-style: italic;
}
strong {
	font: inherit;
	font-weight: bold;
}
p {
	margin: 0 25px 22px 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
}
div#content ul{
	clear:none !important;
}
ul {
	list-style: none;
	list-style-image: url(../img/li-purple.gif);
	list-style-position: outside;
	margin: 0 22px 12px 25px;
	clear: both;
}
ul li {
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 12px;
	padding: 0 0 5px 0;
	line-height: 20px;
}
h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
a {
	font-weight: bold;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #65145C;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	font-weight: bold;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 12px;
	text-decoraton: underline;
}
h1#page-title { /* With portrait showing */
	float: left;
	width: 358px;
	text-align: right;
	margin: 160px 0 10px 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 28px;
	font-weight: normal;
}
h1#page-title-alt { /* Without portrait showing */
	float: left;
	width: 605px;
	text-align: right;
	margin: 160px 25px 10px 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 28px;
	font-weight: normal;
}

/*	===== Sidebar: Navigation =====  */
#navigation {
	width: 225px;
	/* height will stretch if needed, bg img is ~500px tall */
	background: url(../img/navigation-bg.gif) no-repeat;
	padding: 20px 55px 20px 42px;
}
#navigation ul {
	list-style: inline;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	width: 246px;
	height: 37px;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}
#navigation li a {
	padding: 9px 0 9px 20px;
	font-weight: normal;
	display: block;
	width: 236px;
	height: 17px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #ffffe3;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #2B0027;
}
#navigation li a.current {
	padding-left: 36px;
	width: 220px;	
	background: url(../img/li-navigation.gif) 12px 10px no-repeat;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#navigation li a.current:hover {
	background: url(../img/li-navigation.gif) 12px 10px no-repeat #2B0027;
}

/*	===== Sidebar: Consultation =====  */
#consultation {
	width: 322px;
	height: 284px; 
	background: url(../img/free-consult.gif) no-repeat;
}
#consultation span {
	display: none;
}
#consultation form {
	width: 246px;
	height: 185px;
	padding: 63px 0 0 34px;
}
form div.fieldset {
	padding: 3px;
	background: #fde9bf;
	width: 240px;
	margin: 0 0 1px 0;
}
#consultation #cf_field_1, #consultation #cf_field_2, #consultation #cf_field_3 {
	background: #FFFFE3;
	width: 230px;
	height: 18px;
	border: 1px solid #B57617;
	margin: 0;
	padding: 4px 4px 0 4px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
#consultation #cf_field_1.example, #consultation #cf_field_2.example, #consultation #cf_field_3.example {
	color: #d3c296;
	border: 1px solid #f0b456;
}
#consultation form textarea {
	background: #FFFFE3;
	width: 230px;
	padding: 4px;
	height: 65px;
	border: 1px solid #B57617;
	margin: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
#consultation form textarea.example {
	color: #d3c296;
	border: 1px solid #f0b456;
}
#consultation form button, #newsletter button, #contact-form button {
	background: url(../img/btn-submit.gif) 0 0;
	width: 77px;
	height: 29px;
	border: 3px solid #fde9bf;
	float: right;
	margin: 3px 0 0 0;
}
#consultation form button:hover, #newsletter button:hover, #contact-form button:hover {
	background: url(../img/btn-submit.gif) 0 -23px;
	cursor: pointer;
}
#consultation form button span, #newsletter button span, #contact-form button span{
	display: none; /* CSS enabled so button text not needed */
}

/*	===== Sidebar: Newsletter Detail =====  */
#newsletter {
	background: url(../img/newsletter-bg.gif) top no-repeat;
	width: 322px;
}
#newsletter form {
	width: 246px;
	padding: 19px 0 0 35px;
}
span#newsletter-info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #340031;
	padding: 22px 16px 0 35px;
	width: 240px;
	display: block;
	line-height: 20px;
	margin-bottom:-6px!important;
}

#newsletter .fieldset {
	margin-top: 12px;	
}
#newsletter input {
	background: #FFFFE3;
	width: 230px;
	height: 18px;
	border: 1px solid #B57617;
	margin: 0;
	padding: 4px 4px 0 4px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
#newsletter input.example {
	color: #d3c296;
	border: 1px solid #f0b456;
}

/*	===== Footer =====  */
#footer #copyright {
	width: 625px;
	border: 1px solid #EC9947;
	border-width: 1px 0 0 0;
	margin: 0 30px 0 0;
	padding: 8px 0 0 0;
	float: right;
}
#footer #copyright span {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #3B0036;
	float: left;
}
#footer #copyright a {
	float: right;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #3B0036;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: underline;
}
/*	===== FAQ Page Only =====  */
#faq-contents {
	background: url(../img/faq-bg.gif) repeat-y;
	width: 622px;
	clear: both;
	margin: 0 0 15px -14px;
	overflow: visible;
}
#faq-bg1 {
	background: url(../img/faq-bot.gif) bottom left no-repeat;
	width: 622px;
}
#faq-bg2 {
	background: url(../img/faq-top.gif) top left no-repeat;
	width: 597px;
	padding: 25px;
	line-height: 20px;
}
body.faqs h1 {
	margin-left: -10px;
}
#faq-bg2 a {
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin: 0x 0 6px 0;
	line-height: 20px;
}
a.totop {
	display: block;
	background:  url(../img/btn-totop.gif) 0 0;
	height: 17px;
	width: 74px;
	margin: 0; padding: 0;
}
a.totop:hover {
	background-position: 0 -17px;
	width: 74px;
}
a.totop span {
	display: none;
}
#faq-rightfloat {
	width: 185px;
}
body.faqs #client-certs {
	float: right; 
	width: 180px;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-width: 0 0 0 1px;
	border-color: #000;
	border-style: solid;
}
#client-certs h3 {
	color: #340031;
	font-weight: bold;
	font-size: 14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin-bottom: 8px;
	margin-top: 15px;
}
#client-certs p {
	color: #340031;
	font-weight: normal;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin-bottom: 2px;
}
/*	===== Blog Styles =====  */

body.blog h1 {
	margin-left: -10px;
}
body.blog .post-title {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #340031;
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height: 20px;
	clear: both;
}
body.blog #categories {
	background:  url(../img/cat-bg.gif) repeat-y;
	width: 142px;
	float: right;
	margin: 0 43px 10px 14px;
}
body.blog #categories2 {
	background:  url(../img/cat-top.gif) top left no-repeat;
	width: 142px;
}
body.blog #categories3 {
	background:  url(../img/cat-bot.gif) bottom left no-repeat;
	width: 142px;
	padding: 28px 0 14px 0;
	text-align: center;
}
#categories a {
	display: block;
	background:  #ffffe3;
	border: 1px solid #eea83f;
	width: 75px;
	padding: 6px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #896249;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
}
#categories a:hover {
	color: #000;
}
.post-time {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #340031;
	padding: 0 0 14px 0;
	letter-spacing: 0.5px;
	line-height: 12px;
	margin: 0 0 14px 0;
	padding: 0;
}

.cf-ol span {
	display: none;
}

#contact-bg #cf2_field_1, #contact-bg #cf2_field_2, #contact-bg #cf2_field_3, #contact-bg #cf2_field_4, #contact-bg #cf2_field_5, #contact-bg #cf2_field_6 {
	background: #FFFFE3;
	width: 230px;
	height: 18px;
	border: 1px solid #B57617;
	margin: 0;
	padding: 4px 4px 0 4px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
#contact-bg #cf2_field_1.example, #contact-bg #cf2_field_2.example, #contact-bg #cf2_field_3.example, #contact-bg #cf2_field_4.example, #contact-bg #cf2_field_5.example, #contact-bg #cf2_field_6.example {
	color: #d3c296;
	border: 1px solid #f0b456;
}
#contact-bg .cf-ol {
	margin: 0;
}
#contactMessage {
	background: #FFFFE3;
	width: 230px;
	padding: 4px;
	height: 65px;
	border: 1px solid #B57617;
	margin: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
#contactMessage.example {
	color: #d3c296;
	border: 1px solid #f0b456;
}
form#contact-form button {
	background: url(../img/btn-submit.gif) 0 0;
	width: 77px;
	height: 29px;
	border: 3px solid #fde9bf;
	float: right;
	margin: 3px 0 0 0;
	clear: both;
}
#contact-bg {
	background: url(../img/contact-form-bg.gif) repeat-y;
	width: 325px;
	margin: 195px 0 0 45px;
}
#contact-bg2 {
	background: url(../img/contact-form-top.gif) top left no-repeat;
	width: 325px;
}
#contact-bg3 {
	background: url(../img/contact-form-bot.gif) bottom left no-repeat;
	width: 325px;
	height: 340px;
}
#contact-bg label { display: none; }

body.contactus #content p {
	color: #340031;
	width: 254px;
	margin: 15px 0 0 0;
	font-size: 16px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

/* cforms */
.cform { 
	margin:0; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:0; 
	padding:0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:0px;
	padding: 0 2px 0 0; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0;
	padding:0;
}

ol.cf-ol li	{ 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	padding: 3px;
	background: #fde9bf;
	width: 240px;
	margin: 0 0 1px 0;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:0 0pt !important;
	padding:0x 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	display: none;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:0;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */
#cf2_field_6 {
	height: 100px!important;
}
ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 0; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 0px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display: none;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
	height: 29px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	background: url(../img/btn-submit.gif) 0 0 no-repeat;
	width: 77px;
	height: 29px;
	border: 3px solid #fde9bf;
	float: right;
	margin: 3px 0 0 0;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	padding: 3px;
	background: #DF7D7D;
	width: 240px;
	margin: 0 0 1px 0;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 0;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:0;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#consultation div.cf_info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #340031;
	display:none;
	padding:15px 15px 0 25px!important;
	width:255px;
	line-height:1.3em;
	margin: 0;
	position: relative;
	top: 50px;
}
#usermessage2a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #340031;
	display:none;
	padding:15px 15px 0 25px!important;
	width:255px;
	line-height:1.3em;
	margin: 0;
}
div.cf_info ol {
	margin:0;
	padding:0;
}
div.cf_info ol li {
	padding:0;
	margin:0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}
.linklove a,
.linklove a:visited {
	display: none;
}	
form#cform2form {
	width: 246px;
	height: 185px;
	padding: 0 0 0 0px;
}

#contact-bg .cf-ol li {
	margin: 0 0 1px 39px;
}

#contact-bg3 {
	padding: 39px 0 0 0!important;
}
#contact-bg label {
	margin-left: 0!important;
	padding-left: 0!important;
	width: 0!important;
}
#contact-bg p.cf-sb {
	width: 285px!important;
	text-align:right;
	padding: 0!important;
	margin: 0;
	height: 29px;
}
#sendbutton2 {
	margin: -10px 0 0 0!important;
}
div.success {
	display:block!important;
}
div.success2 {
	display:block!important;
	padding: 0!important;
	margin: -28px 0 0 0!important;
}
#newsletter legend {
	display: none;
}
#newsletter ol, #newsletter li {
	border: 0px!important;
}
#sendbutton3 { 
	background: url(../img/btn-submit.gif) 0 0 no-repeat!important;
	width: 77px!important;
	height: 29px!important;
	border: 3px solid #fde9bf!important;
	float: right!important;
	margin: 3px 0 0 0!important;
}
#sendbutton3 span {
	display: none!important;
}
#usermessage3a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #340031;
	padding: 22px 16px 0 35px;
	width: 240px;
	display: block;
	line-height: 20px;
	margin-bottom:-6px!important;
	font-weight: bold;
}
#respond h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
#respond textarea {
	width: 595px;
	border: 1px solid #f0b456;
	padding: 4px;
	background: #ffffe3;
}
#respond input {
	border: 1px solid #f0b456;
	padding: 4px;
	background: #ffffe3;
}
h3#comments {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
ol.commentlist {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #340031;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin: 0 0 8px 0;
}
ol.commentlist li {
	background: #ffffe3;
	margin-bottom: 1px;
	padding: 4px;
	width: 595px;
}
.comment-meta a {
	font-size: 10px!important;
}

