@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 20 0 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: #666;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #header {
	background: #FFF url(images/logo.jpg) no-repeat 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 65px;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
}
#menu {
	margin-top: 0px;
	margin-right: 30px;
	text-align: right;
	padding-top: 10px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#headerImage {
	background-image: url(images/headerImage.jpg);
	background-repeat: no-repeat;
	height: 286px;
	background-position: center;
	padding-left: 420px;
	font-size: 12px;
	padding-right: 50px;
}
#rightColumn {
	float: right;
	width: 350px;
	margin-left: 30px;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 40px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footerBG.jpg) no-repeat center;
	height: 45px;
	float: none;
	clear: both;
}
.oneColFixCtrHdr #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 */
	font-size: 0.9em;
	text-align: center;
	color: #CCC;
}
.comingSoon {
	color: #F00;
}
#rightColumn ul li {
	font-size: .9em;
	list-style-type: square;
}
#rightColumn h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}
#rightColumn h3 {
	padding-left: 30px;
	text-decoration: underline;
	margin-bottom: -10px;
}
#mainContent h1 {
	font-size: 1.5em;
	margin-bottom: -10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#headerImage p {
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	padding-top: 50px;
}
#headerImage p a {
	color: #F60;
}
#menu a {
	color: #F60;
}

#menu a:hover {
	color:#333;
}

/*==================blocks====================*/
.title_block {
	background:url(images/title_block_bgd.gif) left top repeat-x;
}
.title_block .left { background:url(images/left_top_corner.gif) no-repeat left top;}
.title_block .right { background:url(images/right_top_corner.gif) no-repeat right top;}
.title_block .left1 { background:url(images/left_top_corner1.gif) no-repeat left top;}
.title_block .right1 { background:url(images/right_top_corner1.gif) no-repeat right top;}
.title_block .ind1 {
	padding-bottom: 10px;
	padding-left: 21px;
	font-size: 20px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
#mainContent a {
	color: #F60;
}
.comingSoon {
	color: #F60;
	font-size: 0.8em;
}
#dreamLogo {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#mainContent hr {
}
#tableProcess {
}
#tableProcess strong {
	font-size: 1.2em;
	text-decoration: underline;
}
#tableProcess tr th {
}
.ind1 h2 {
	color: #F60;
}.imagePadding {
	padding: 10px;
}
#mainContent ol li {
	padding-bottom: 30px;
}
#homeVideo {
	background-image: url(images/videoBG.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
}
.bookTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#bookOptions {
	border: 1px dashed #CCC;
	background-color: #F7F7F7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-mox-box-shadow: 5px 5px 10px #CCC;
	-webkit-box-shadow: 5px 5px 10px #CCC;
	width: 100%;
	padding: 10px;
}

