/* HTML Standards */

header, nav, article, footer, address {  
	display: block;  
}

	
* {
margin: 0;
padding: 0;
}

body {
	background-color: #672c8c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p		{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
	margin-left: 40px;
	height: auto;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 15pt;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}
.textfield {
	margin-top: 15px;
}

.padded-bottom {
	margin-bottom: 15px;
}

.padded-top {
	margin-top: 15px;
}

.td-padded {
	padding-top: 15px;
}

.td-padded p {
	padding-top: 15px;
	font-size: 14px;
}


b		{ font-weight:bold; }
strong	{ font-weight:bold; }
i		{ font-style:italic; }
em		{ font-style:italic; }



/* Link Colors */

a  {
	color: #05A2B3;
	text-decoration: none;
}

a:hover	{
	color: #0A0F00;
}

a:visited:hover	{
	color: #000000;
}

hr		{
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	text-align: left;
	width: 100%;
	}

br {
	height: 20px;
}

.color-green {
	color: #5eba26;
}

.color-blue {
	color: #005cc4;
}

.color-red {
	color: #FF0000;
}
td {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 15pt;
}

.checklist td {
}

.module td {
	font-size: 12pt;
}
	
fieldset hr		{
	width: 95%;
	}
	
.centered {
	text-align: center;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 280px;
}

.alignedleft {
	text-align: left;
	background-position: left;
}


blockquote {
	padding-left: 35px;
	color: #666666;
	margin-bottom: 20px;
	line-height: 11pt;
	font-size: 10pt;
	background-image: url(../images/quotationmarks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

.roundedbox-wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}

.roundedbox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #7ec20c;
	margin-bottom: 15px;
	padding: 10px;
}

#roundedbox-top {
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	-opera-border-radius:8px 8px 0px 0px;
	-khtml-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	background-image: url(../images/box-top.jpg);
	height: 36px;
}

#roundedbox-middle {
	background-color: #FFFFFF;
	padding-top: 110px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/box-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a31640;
	border-left-color: #a31640;
}

#roundedbox-bottom {
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	-opera-border-radius:0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
	border-radius:0px 0px 8px 8px;
	background-image: url(../images/box-bottom.jpg);
	height: 36px;
}

#roundedbox-middle2 {
	background-color: #FFFFFF;
	padding-top: 125px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../images/box-bkg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a31640;
	border-left-color: #a31640;
}

#roundedbox-bottom2 {
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	-opera-border-radius:0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
	border-radius:0px 0px 8px 8px;
	background-image: url(../images/box-bottom2.png);
	height: 36px;
}

#rounded-colored-borders {
	background-color: #08c0d4;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	-opera-border-radius:15px 15px 15px 15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	z-index: 1;
}



#roundedbox-middle ul {
}

#roundedbox-withborder {
	background-color: #FFF;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	-opera-border-radius:15px 15px 15px 15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	margin-top: 25px;
	border: 5px solid #a31640;
}


.roundedbox-bottom {
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-opera-border-radius:0px 0px 10px 10px;
	-khtml-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	background-color: #14369a;
	padding: 15px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 80px;
	height: 20px;
}

.roundedbox-top2 {
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	-opera-border-radius:8px 8px 0px 0px;
	-khtml-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	background-image: url(../images/registration-boxtop-bkg.jpg);
	background-repeat: repeat-x;
	height: 37px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.roundedbox-middle2 {
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-opera-border-radius:0px 0px 10px 10px;
	-khtml-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a81305;
	border-left-color: #a81305;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a81305;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.roundedbox-middle2 ul {
	margin-left: 25px;
}




#redbox-wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 838px;
}

#redbox-video {
	float: left;
	width: 424px;
	margin-right: 18px;
	margin-left: 18px;
}

#redbox-registration {
	float: left;
	width: 342px;
	margin-right: 18px;
	margin-left: 18px;
}

#redbox-registration2 {
	width: 342px;
	margin-right: auto;
	margin-left: auto;
}


#redbox-top1 {
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	-opera-border-radius:8px 8px 0px 0px;
	-khtml-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	background-color: #D00000;
	background-image: url(../images/bkg-roundedbox-top.gif);
	background-repeat: repeat-x;
	height: 44px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 98px;
}

#redbox-top2 {
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	-opera-border-radius:8px 8px 0px 0px;
	-khtml-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	background-color: #841233;
	background-image: url(../images/registration-boxtop-bkg.jpg);
	background-repeat: repeat-x;
	height: 46px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 46px;
}

#redbox-middle {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #841234;
	border-left-color: #841234;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 275px;
	z-index: 10;
	background-color: #FFFFFF;
}

#redbox-bottom {
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	-opera-border-radius:0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
	border-radius:0px 0px 8px 8px;
	background-color: #51b219;
	height: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #841234;
}

#registrationarrow {
	z-index: 10;
	padding: 0px;
	position: absolute;
	right: 42px;
	margin-top: 260px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#registrationarrow2 {
	z-index: 10;
	padding: 0px;
	position: absolute;
	margin-top: 255px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 586px;
}



#boxtop-graphic {
	float: left;
	position: absolute;
	margin-top: -50px;
	margin-left: -15px;
}

#box-header-text {
	height: 37px;
	margin-left: 90px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 37px;
	font-weight: bold;
	float: left;
	z-index: 1000;
	position: absolute;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 104px;
	width: 600px;
}


.roundedbox-bottom a {
	color: #c4ef84;
}

.pagebannerbox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #92DD10;
	border-color: #7ec20c;
	margin-bottom: 15px;
	text-align: left;
}
.roundedbox-middle  {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 3px;
}

.redheadertext {
	font-size: 15px;
	font-weight: bold;
	color: #841234;
	line-height: 17px;
}

#page-h1-header {
	width: 480px;
	text-align: center;
}

img { 
	border:0px; 
	border-style:none;
	}
	
.indent60 {
	margin-left: 60px;	
	}

#crystalball {
	top: 40px;
	position: absolute;
	z-index: 5000;
	right: 59px;
	width: 180px;
	height: 221px;
}
#starburst {
	top: 640px;
	position: absolute;
	z-index: 5000;
	width: 120px;
	height: 102px;
	left: 205px;
}
#magicwand {
	top: 627px;
	position: absolute;
	z-index: 1000;
	left: 118px;
}
	
.vertical-middle {
	vertical-align: bottom;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #672C8C;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h2 a:link, h1 a:visited {
	color: #518100; 
	text-decoration: underline;
	}
	
h2 a:hover {
	color: #72B401;
	text-decoration: underline;
	}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #9F1840;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 25px;
}

.h1-like {
	font-size: 22px;
	font-weight: bold;
	color: #005cc4;
	line-height: 28px;
}

h1 a:link, h2 a:visited {
	color: #518100;
	text-decoration: underline;
	}
	
h1 a:hover {
	color: #72B401;
	text-decoration: underline;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #911539;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 a:link, h3 a:visited {
	color: #518100;
	text-decoration: underline;
	}
	
h3 a:hover {
	color: #72B401;
	text-decoration: underline;
	}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #672C8C;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 20px;
}

h4 a:link, h3 a:visited {
	color: #518100;
	text-decoration: underline;
	}
	
h4 a:hover {
	color: #72B401;
	text-decoration: underline;
	}
	


/* PG STRUCTURE */

#Main {
	position: relative;
	margin: 0px;
	z-index: 5;
	clear: both;
	width: auto;
}

#MainBkg {
	position: relative;
	width: 100%;
	z-index: 1;
	visibility: visible;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
	background-position: center top;
}
#Wrap {
	position: relative;
	width: 900px;
	padding: 0px;
	z-index: 2;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* Testimonials */

.testimonial-wrap {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}
.testimonial-box {
	width: 600px;
	border: 1px solid #333333;
	padding: 10px;
	text-align: center;
}
.testimonial-bottom {
	background-image: url(../images/testomonial-bottom.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 620px;
	text-align: center;
	background-position: center;
}
.testimonial {
	background-color: #f3f3f3;
	padding: 8px;
}
.biobox {
	width: 558px;
	border: 1px solid #333333;
	padding: 10px;
}



/* HEADER */

header {
	position: relative;
	width: 98%;
	height: 200px;
	margin: 0px;
	text-align: left;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#sociallinks {
	height: auto;
	width: 86px;
	z-index: 0;
	top: 232px;
	position: absolute;
	left: -84px;
}
#sociallinks-top {
	margin: 0px;
	height: 15px;
	padding: 0px;
	width: 84px;
}
#sociallinks-bottom {
	height: 15px;
	width: 84px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/sharethis-bkg-bottom.png);
	background-repeat: no-repeat;
}
#sociallinks-middle {
	background-image: url(../images/sharethis-bkg-middle.png);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	width: 84px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.videoboxtext {
	margin-left: 90px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #009FB0;
	line-height: 19px;
}



/* Footer Styles */
footer {
	clear: both;
	width: 90%;
	bottom: 0px;
	vertical-align: bottom;
	padding-top: 20px;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 12px;
	height: 150px;
}

footer a {
	color: #42EFFF;
}
footer a:hover {
	color: #FFFFFF;
}
footer a:visited {
	color: #42EFFF;
}


#footerleft {
	float: left;
	width: 100%;
	text-align: left;
}



/* FLOAT STYLES */

.floatright {
	float: right;
	width: auto;
}

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



/* Form Styles */

#formwrap {
}

fieldset {
	position: relative;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}  

#form-field {
	padding-bottom: 6px;
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
}

#form-text-top {
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 16px;
	color: #A31640;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-align: center;
}
#form-text-bottom {
	padding-bottom: 2px;
	padding-top: 0px;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
	padding-right: 15px;
}

label {
	-moz-border-radius:8px 0px 0px 8px;
	-webkit-border-radius:8px 0px 0px 8px;
	-opera-border-radius:8px 0px 0px 8px;
	-khtml-border-radius:8px 0px 0px 8px;
	border-radius:8px 0px 0px 8px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

.list-label {
	padding: 0px;
	margin: 0px;
	height: 30px;
}

.list-label p {
	margin: 0;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	clear: left;
}

.list-label label{
	float: left;
	width: 115px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: -43px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #841234;
	text-align: right;
	padding-right: 12px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 0px;
	vertical-align: middle;
}

.textfield {
	height: 24px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px solid #841234;
	line-height: 24px;
	vertical-align: top;
	width: 175px;
	margin-left: -8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 2000;
}

.width60 {
	width: 60px;
}




/* CSS Clear Float Elements */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {
	display: inline-block;
	} 

.width-80 {
	width: 80%;
}

.bluetext {
	color: #17A7E0;
}

#video-wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 640px;
}

#videoframe {
	float: right;
	width: 450px;
	margin-left: 10px;
	margin-top: 40px;
}
