/* CSS Document */
body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px; /* centers the layout in IE */
	color: #333333;
	background-color: #c6d0e5;
	line-height: 16px;
	}
	
* {margin:0; padding:0;} /* removes defaults of all elements */

h2 {
	font-size: 14px;
	color: #336699;
	text-align: left;
}

h1 {
	font-size: 13px;
	color: #336699;
	margin-left: 15px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	padding-bottom: 3px;
	font-style: italic;
}

h4 {
	color: #333333;
	font-size: 12px;
	padding-bottom: 3px;
	font-style: normal;
	font-weight: normal;
}

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

img {
	margin:0;
	padding:0;
	position: relative;
}


a:hover {
	text-decoration: none;
	color: #000066;
}

div#mainwrap {
	width: 700px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	visibility: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#banner {
	position: relative;
	padding-top: 25px;
	padding-left: 35px;
	margin-bottom: 10px;
} /* tempoarary placeholder styles for header */
div#maintext {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 30px;
	padding-left: 30px;
	color: #333333;
	position: relative;
	margin-left: 60px;
	visibility: visible;
	padding-right: 150px;
	height: 200px;
	overflow: visible;
}


div#contentarea {
	position: relative;
	visibility: visible;
	margin-left: 25px;
}
div#contentarea img {
	display: block;
	position: relative;
}


div#coursearea {
	margin-top: 50px;
	position: relative;
	padding-left: 30px;
	padding-bottom: 30px;
	margin-right: 45px;
}

div#coursearea ul{
	margin-left: 35px;
	list-style-position: outside;
}

img#mainphoto {
	border: 0;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}
img#pagebg {
	border: 0;
	padding: 0;
	margin: 0;
}
ol#homelist {
	list-style-position: outside;
	margin-left: 5px;
}


div#centertext {
	position: absolute;
	width: 286px;
	left: 106px;
	top: 263px;
	padding-left: 20px;
}
div#bottomcontent, div#bottomcourses {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 25px;
	width: 540px;
	font-style: oblique;
	color: #336699;
	font-size: 12px;
	line-height: 16px;
	position: relative;
}

div#bottomcourses {
	margin-left: 60px;
	padding-left: 50px;
	position: relative;
	width: 500px;
}

div#bottomcontent {
	margin-left: 35px;
	padding-left: 55px;
}


.quotename {
	margin-left: 320px;
}
.carolynQuote {
	font-style: normal;
	font-weight: bold;
	color: #8CA6BF;
}



.intro {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
.contact {
	font-weight: bold;
	padding-top: 8px;
	padding-right: 5px;
}

div#limitedOffer {
	color: #000000;
	background-color: #ffcc33;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#limitedOffer h1 {
	color: #cc0000;
	font-size: 14px;
}

div.courses, div.dvds {
	position: relative;
	display: block;
	overflow: hidden;
}

div.courses h1, div.dvds h1 {
	margin: 0px;
	padding: 15px 0px 0px;
	font-size: 11px;
	color: #003399;
}

div.dvds {
	width: 500px;
	padding-left: 40px;
	margin-left: 60px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	position: relative;
	visibility: visible;
}

div.courses {
	padding-left: 3px;
	position: relative;
	visibility: visible;
	width: 600px;
}


a.buynow {
	color: #FF0000;
	text-align: right;
	padding-left: 10px;
}
a.buynow:hover {
	text-decoration: underline;
}


div#menu {
	position: absolute;
	width: 122px;
	left: 500px;
	top: 219px;
}

div#coursemenu {
	position: absolute;
	width: 111px;
	top: 189px;
	right: 70px;
	z-index: 150;
}

div#menu li, div#coursemenu li, div#contactmenu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 24px;
	padding-left: 5px;
}
a.menuthis {
	color: #000066;
	font-weight: bold;
}

div#menu li#bottom, div#coursemenu li#bottom {
	list-style-type: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	line-height: 28px;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

div.faqs {
	width: 500px;
	padding-left: 35px;
	margin-left: 60px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}

ol#faqs {
	list-style-position: inside;
	margin-left: 30px;
}
#copywrite {
	margin-left: 50px;
	margin-bottom: 15px;
}

