/* Author - JBCR Virtual Solutions */
/* Website - http://www.jbcr-virtualsolutions.com */
/* Name - Creating Wellness Cultures - Carol Ebert */
/* Version - 1.01 */
/* Basesheet - Adobe Dreamweaver - 1 column header footer with right sidebar */

a, a:link, a:visited {
	text-decoration: none;
}

a.credit:hover {
	color: #dcdcdc;
	font-size: 80%;
	text-decoration: underline;
}

a.topmenu, a.topmenu:link {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.topmenu:visited {
	background-color: transparent;
	color: gray;
}

a.topmenu:hover {
	background-color: transparent;
	color: #8b0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

blockquote.fancy1 {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f1f1f1;
	border: 1px solid #8b0000;
}

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	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-color: #747474;
}

div.topmenu {
	background-color: transparent;
	color: #000;
	line-height: 30px;
}

h1 {
	font-size: 135%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: small;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.credit, a.credit, a.credit:link, a.credit:visited, a.credit:active {
	background-color: transparent;
	color: #fff;
	font-size: x-small;
}

.darkcherry {
	background-color: transparent;
	color: #cc0000;
}



.fancymaroon {
	border-bottom: 2px dotted #8b0000;
	color: #8b0000;
	background-color: transparent;
}



.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.cwc #container {
	width: 950px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: small;
	line-height: 140%;
	background-image: url(images/cwe4_05.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.cwc #contentwrap {
	background-image: url(images/cwe4_03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.cwc #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent;
	background-image: url(images/cwe4_06.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.cwc #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 */
}

.cwc #header {
	background: #transparent;
	background-image: url(images/cwe4_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 207px;
	width: 950px;
}

.cwc #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	border-right: 2px dotted silver;
	border-collapse: collapse;
}
.cwc #mainContentShortPage {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	border-right: 2px none white;
	border-collapse: collapse;
}

.cwc #nav {
	background: #transparent;
	background-image: url(images/cwe4_02.jpg);
	background-position: center;
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	padding: 0 25px 0 25px;
}

.cwc #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px;
}
.cwc #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px;
	border-left: 2px dotted silver;
	border-collapse: collapse;
}

.deepred {
	background-color: transparent;
	color: #8b0000;
}
.tl {
	background:url("images/top-left.gif") no-repeat top left;
	width:24px;
	height:24px;
	}
.tr {
	background:url("images/top-right.gif") no-repeat top right;
	width:24px;
	height:24px;
	}
div.audioBox1 {
	background-image: url(images/audio-box1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 283px;
	height: 133px;
	text-align: center;
	padding-top: 0px;
	margin: 0px auto;
}
div.audioBox1 p {
	padding-top: 80px;
}
.bl {
	background:url("images/bottom-left.gif") no-repeat bottom left;
	width:24px;
	height:24px;
	}
.br {
	background:url("images/bottom-right.gif") no-repeat bottom right;
	width:24px;
	height:24px;
	}
.left {	
	background:url("images/left.gif") repeat-y top left;
	width:24px;
	}
.right {
	background:url("images/right.gif") repeat-y top right;
	width:24px;
	}
.top {
	background:url("images/top.gif") repeat-x top;
	height:24px;
	}
.bottom {
	background:url("images/bottom.gif") repeat-x bottom;
	height:24px;
	}
