@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	background-color: #59026D;
	background-image: url(../images/black-purple-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	font-size: 12px;
	color: #FFFFFF;
}

#head-text {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 275px;
	width: 600px;
	color: #FFFFFF;
}
#opt-in {
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	height: 275px;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#opt-in2 {
	margin-left: 20px;
	width: 90%;
}
.hide {
	display: none;
}


#container  {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	height: auto;
	padding: 10px;
	border: 1px solid #59026B;
} 
#container h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #00CCCC;
}

#container h2 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #99CCFF;
	line-height: 1.2;
}
#container h3 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #99CCFF;
}
#mainContent ul {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
}
#container p {
	font-size: 14px;
	margin: 0px;
	line-height: 1.5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}

#header  {
	padding: 0;
	height: 280px;
	background-color: #000000;
	background-image: url(../images/jacqui-tillyard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding: 0px;
	background-color: #4C025B;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding: 0;
} 
.clear-both {
	clear: both;
	height: 5px;
	width: 100%;
	background-color: #FFFF00;
}

#Centre-Column {
	float: left;
	width: 65%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF00CC;
	margin-right: 20px;
	height: auto;
}

#header  h1  {
	font-size: 36px;
	color: #00CCCC;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#header h2 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 180px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
#header h3 {
	padding-left: 180px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#footer  {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	clear: both;
} 
#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 */
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #33CCFF;
}
#footer a:hover {
	color: #FFFFFF;
}
.float-right { /* 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;
}
.box {
	padding: 5px;
	border: 1px double #FF00CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 2;
	font-weight: bold;
	background-color: #FF00CC;
	text-align: center;
	width: 300px;
	margin-left: auto;
	color: #333333;
	margin-right: auto;
	float: none;
}
.box a {
	color: #000000;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}

.box  a:visited {
	color: #FFFFFF;
}
.box a:hover {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #right-column .box a:hover {
	color: #FFFFFF;
}



.float-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* BEGIN Subtle box list */
#navcontainer {
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	width: auto;
	color: #99CCFF;
	background-color: #4C025B;
	text-decoration: none;
	border-top: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navcontainer a:hover
{
	color: #000;
	background-color: #00CCCC;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(../images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #000;
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
}
.half-width {
	width: 50%;
	font-weight: normal;
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-left {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.img-right {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#video-box {
	float: left;
	height: 300px;
	width: 45%;
	border: thin double #CCCCCC;
}
#splash-content {
	float: right;
	height: auto;
	width: auto;
	border: thin solid #FF0066;
	margin-left: 20px;
}
a  {
	color: #33CCFF;
}
a:hover {
	color: #FF00CC;
	text-decoration: none;
}
#left-column {
	border-left-width: 0px;
	border-left-style: none;
	padding: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	float: left;
	height: auto;
	width: 49%;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
}
#right-column {
	border-left-width: 0px;
	border-left-style: solid;
	padding: 0 0 0 20;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	float: right;
	height: auto;
	width: 49%;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
}
#right-column #opt-in2 #form-table3 {
	width: 400px;
}
#free-gift {
	color: #FF00CC;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	height: 275px;
	width: 330px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/webinar%20and%20ezine.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixLtHdr #container #header #free-gift h1 {
}

.twoColFixLtHdr #container #header #free-gift h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
}
#hpbs-vidbox {
	float: left;
}
#mainContent .clearboth {
	clear: both;
}
#opt-in  h4  {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header #opt-in #icpsignup303 {
	margin: 0px;
	padding: 0px;
}
#left-column h4 {
	font-size: 16px;
	font-weight: normal;
}
#narrow {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#wider {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 620px;
}
#wider h1 {
	font-size: 36px;
	color: #00CCCC;
}
#wider h2 {
	font-size: 20px;
	color: #99CCFF;
}
#wider h3 {
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	color: #000000;
}
#narrow p {
	line-height: normal;
}

