/*** GENERAL STYLES ***/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html { min-height: 100%; margin-bottom: 1px; }

body { 
	background: #fff;
	font-size: 80%;
	margin-top: 10px;
}



/*** PAGE LAYOUT STYLES ***/

#headerBG {
	margin: 0 auto;	
	padding: 0;
	width: 750px;
	height: 90px;
}

#header {
	float: left;
	width: 270px;
	height: 80px;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 80px;
	background: url("/images/header_logo.gif") no-repeat top left;
}

#header h1 a {
	float: left;
	overflow: hidden;
	width: 270px;
	height: 80px; !important; 
	height /**/:80px; /* for IE5/Win */
	text-indent: -100em;
}

#contentHolder {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 750px;
}

#contentBG {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.sidebarRight, .sidebarLeft {
	position: relative;
	text-align: left;
}

.sidebarRight {
	float: right;
	margin: 0 0 20px 20px;
}

.sidebarLeft {
	float: left;
	margin: 0 20px 20px 0;
}

#page-home #mainContent {
	width: 750px;
	text-align: left;
	background: url("/images/main-bg-l.gif") repeat-y top left;
}

#mainContent {
	width: 750px;
	text-align: left;
	background: url("/images/main-bg-r.gif") repeat-y top left;
}

#pageText {
	padding: 20px 300px 0 0;
}

#pageEnd {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	float: none;
	height: 0;
	width: 1px;
    background: #fff;
}

#footer {
	clear: both;
	width: 730px;
	margin: 0 auto 20px auto;
	padding: 5px 10px;
	text-align: left;
	height: 25px;
	background: #E59313 url("/images/footer-bg.gif") no-repeat bottom left;
}

#footer div {
	padding: 2px 0;
}

#footer, #footer span, #footer a, #footer a:visited {
	font-size: 10px;
	line-height: 20px;
	color: #fff2be;
}

#footer a, #footer a:visited {
	text-decoration: underline;
}


/** TEXT STYLES **/

#mainContent p, #mainContent ul, #mainContent ol {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.sidebarRight p, #sidebarRight div, #sidebarRight ul, #sidebarRight ol,
.sidebarLeft p, #sidebarLeft div, #sidebarLeft ul, #sidebarLeft ol {
	margin-bottom: 10px;
}

.rightCol .widget {
	margin-bottom: 20px;
}

h2 {
	margin: 30px 0 10px 0;
	font-size: 20px;
	color: #ac6d0a;
}

.leftCol h2, .rightCol h2 {
	margin: 0;
	font-size: 16px;
	color: #dc9235;
}

.leftCol p, .leftCol div, .leftCol td, .leftCol li,
.rightCol p, .rightCol div, .rightCol td, .rightCol li {
	font-size: 11px;
	color: #333;
}

#page-home .leftCol p, #page-home .leftCol div, #page-home .leftCol td {
	font-size: 11px;
	color: #333;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 16px;
	color: #E59313;
}

h4 {
	margin: 15px 0 10px 0;
	font-size: 13px;
	color: #666;
}

ul, ol {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

li {
	margin: 0;
	padding: 0;
}

#homePhoto {
	width: 270px;
	height: 290px;
	background: url("/images/home-chair.jpg") no-repeat top left;
	float: left;
}

.homeIntro {
	margin-left: 3px;
	width: 477px;
	height: 290px;
	background: #F7C445;
	float: left;
}

.intro {
	color: #333;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: normal;
}

#homeText {
	margin: 0;
	padding: 0;
	background: url("/images/hometext.gif") no-repeat top left;
	float: left;
	overflow: hidden;
	width: 477px;
	height: 190px; !important; 
	height /**/:190px; /* for IE5/Win */
	text-indent: -1000em;
}

.homeTextLink a {
	margin: 0;
	padding: 0;
	float: left;
	width: 159px;
	height: 100px; !important; 
	height /**/:100px; /* for IE5/Win */
	overflow: hidden;
	text-indent: -1000em;
}

#homeTextFAQ a {
	background: url("/images/hometext-faq.gif") no-repeat top left;
}

#homeTextServices a {
	background: url("/images/hometext-services.gif") no-repeat top left;
}

#homeTextAbout a {
	background: url("/images/hometext-about.gif") no-repeat top left;
}

.leftCol {
	clear: both;
	width: 250px;
	padding: 10px;
	Xborder-top: 3px solid #fff;
	background: #FFF2BE;
	float: left;
}

.rightCol {
	clear: both;
	width: 250px;
	padding: 20px 10px 10px 10px;
	Xborder-top: 3px solid #fff;
	background: #FFF2BE;
	float: right;
}

.rightCol .quote {
	font-size: 18px;
	line-height: 1.4em;
	color: #E59313;
	margin-top: 50px;
}

.rightCol .quote .source {
	font-size: 16px;
	color: #666;
	text-align: right;
}

#blog {
	margin-left: 3px;
	width: 457px;
	padding: 10px 0 50px 20px;
	background: #fff;
	float: left;
}

#blog .date {
	font-size: 11px;
	color: #CC9900;
	margin-top: 15px;
}

.date-header {
	font-size: 11px;
	color: #CC9900;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.post-body {
	margin: 0 0 20px 0;
}

.post-title {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #E59313;
}

.email-post-icon {
	display: block;
	background: url("/images/email-send.gif") no-repeat top left;
	height: 16px;
	width: 16px;
	display: inline;
	padding: 3px 0 3px 20px;
}

p.blogger-labels {
	font-size: 10px;
	padding: 10px 0 0 0;
	color: #666;
}

.post-footer {
	font-size: 10px;
	padding: 0 0 30px 0;
	margin: -10px 0 0 0;
	color: #666;
	height: 16px;
}

#blog h3 {
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
}

#blog .summary {
	font-size: 12px;
	line-height: 1.4em;
}

#blog #archive {
	margin-top: 10px;
	float: left;
	background: url("/images/icon-arrow.gif") no-repeat center left;
	padding-left: 16px;
	margin-right: 20px;
}

#blog #rss {
	margin-top: 10px;
	float: left;
	background: url("/images/icon-feed.gif") no-repeat center left;
	padding-left: 16px;
}

#page-blog #archive {
	background: url("/images/icon-arrow.gif") no-repeat center left;
	padding: 0 0 0 16px;
	margin-top: 0;
}

#blog #sharethis {
	float: left;
	margin: 8px 0 0 20px;
}

.sharethis {
	margin: 0 0 10px 0;
}

#footerLinks .sharethis {
	margin: 0;
}

#footerLinks {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin-top: 10px;
	line-height: 20px;
}

#footerLinks #blogHomeLink {
	background: url("/images/icon-arrow.gif") no-repeat center left;
	margin-top: 0;
}

#footerLinks #blogHomeLink,
#footerLinks #archive,
#footerLinks #rss {
	padding: 0 0 0 22px;
}

#page-blog #comments {
	margin-top: -20px;
}

#page-blog #comments h4 {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.comment-poster {
	font-style: italic;
	color: #666;
/* ie5.0/win doesn't apply padding to inline elements,
   so we hide these two declarations from it */
	background/* */:/**/url(/images/icon-comment.gif) no-repeat 0 45%;
	padding: 3px 0 5px 18px;
}

.comment-timestamp {
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 3px;
}

.comment-timestamp .comment-link {
	font-size: 13px;
	font-weight: bold;
}

#page-blog #rss {
	background: url("/images/icon-feed.gif") no-repeat center left;
	margin-top: 0;
}

#page-blog .rightCol #rss {
	border-top: none;
}

#archivemenu {
	margin-top: 5px;
}

#comments li {
	padding: 0 0 1px 17px;
	background: url(/images/icon-comment.gif) no-repeat 0 3px;
}

a.comment-link {
/* ie5.0/win doesn't apply padding to inline elements,
   so we hide these two declarations from it */
	background/* */:/**/url(/images/icon-comment.gif) no-repeat 0 45%;
	padding: 3px 0 3px 18px;
}

html>body a.comment-link {
/* respecified, for ie5/mac's benefit */
	background: url(/images/icon-comment.gif) no-repeat 0 45%;
	padding: 3px 0 3px 18px;
}

a.permanent-link {
	background: url(/images/icon-permanentlink.gif) no-repeat 0 45%;
	padding: 3px 0 3px 18px;
	margin: 0 10px;
}

.formInput{
	width: 150px;
	padding: 3px;
	border: 1px solid #999;
}

#page-newsletter .formInput{
	width: 300px;
	padding: 3px;
	border: 1px solid #999;
	margin-right: 5px;
}


.arrow {
	background: url("/images/icon-arrow.gif") no-repeat top left;
	padding-left: 16px;
}

.subscribeForm {
	border: none;
}

.subscribeForm td {
	padding: 0 3px 3px 0;
}

.contactForm {
	border: none;
}

.contactForm tr {
	vertical-align: top;
}

.contactForm td {
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

.contactForm td input {
	width: 250px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
}

.contactForm td textarea {
	width: 300px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
}

.contactForm td .button {
	width: auto;
	font-weight: bold;
	padding: 2px 10px;
}

input:focus, textarea:focus,
.contactForm td input:focus, .contactForm td textarea:focus {
	border: 1px solid #039;
}

.formButton:focus {
	border: none;
}

.required {
	font-weight: bold;
	color: #c00;
}

.bottomNav {
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-top: 50px;
	font-size: 12px;
}

.bottomNav .prev {
	padding-right: 15px;
}

.bottomNav .main {
	padding-right: 15px;
}

.bottomNav .next {
}

.small {
	font-size: 10px;
}

.leftCol .small, .rightCol .small {
	font-size: 9px;
}

.leftCol .gray, .leftCol .gray a, .leftCol .gray a:visited,
.rightCol .gray, .rightCol .gray a, .rightCol .gray a:visited,
.gray, .gray a, .gray a:visited {
	color: #999;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

.syndication {
	margin: 0;
	padding: 5px 0 20px 0;
}

.syndication div {
	float: left;
	margin-right: 10px;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgleft {
	float: left;
	margin: 0 20px 10px 0;
}

a {
	color: #406480;
	text-decoration: none;
}

a:visited {
	color: #006;
	text-decoration: none;
}

.clearBoth {
	clear: both;
}

a:hover {
	color: #039;
	text-decoration: underline;
}





/** PAGE TITLES **/

#pageTitle {
	color: #333;
	margin: 0 auto;
	height: 50px;
	width: 750px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
	overflow: hidden;
}

#page-about #pageTitle {
	background-image: url(/images/title-about.gif);
}

#page-blog #pageTitle {
	background-image: url(/images/title-blog.gif);
}

#page-contact #pageTitle {
	background-image: url(/images/title-contact.gif);
}

#page-faq #pageTitle {
	background-image: url(/images/title-faq.gif);
}

#page-services #pageTitle {
	background-image: url(/images/title-services.gif);
}

#page-newsletter #pageTitle {
	background-image: url(/images/title-newsletter.gif);
}

.subheadImg {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 200px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
	overflow: hidden;
}

h2#awordfrom {
	background-image: url(/images/subhead-awordfrom.gif);
}

h2#subscribe {
	background-image: url(/images/subhead-subscribe.gif);
}

h2#freecall {
	background-image: url(/images/subhead-freecall.gif);
}

h2#archives {
	background-image: url(/images/subhead-archives.gif);
}

h2#buymybook {
	background-image: url(/images/subhead-buymybook.gif);
}

.subhead2Img {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 450px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
	overflow: hidden;
}

h2#blogtitle {
	background-image: url(/images/subhead2-blog.gif);
}