@charset "UTF-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
	margin-top:10px;
}
.twoColFixRtHdr #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; /* 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. */
}
#topNav {
	background-image:url(img/topNav.png);
	width:960px;
	height:40px;
}
.topNav {
	height:40px;
	position:inherit;
	text-indent: -9000px;
	overflow: hidden;
	display:inline;
	float:left;
	background-image:url(img/topNav.png);
	margin: 0px;
	padding: 0px;
	border:none;
	outline: none;
}
.home {
	width: 115px;
	background-position:960px 0px;
}
.home:hover {
	background-position:960px 40px;
}
.adamBishop {
	width: 253px;
	background-position:845px 0px;
}
.adamBishop:hover {
	background-position:845px 40px;
}
.magneticMarketing {
	width: 251px;
	background-position:592px 0px;
}
.magneticMarketing:hover {
	background-position:592px 40px;
}
.seminarVideo {
	width: 185px;
	background-position:341px 0px;
}
.seminarVideo:hover {
	background-position:341px 40px;
}
.testimonialVideos {
	width: 156px;
	background-position:156px 0px;
}
.testimonialVideos:hover {
	background-position:156px 40px;
}
.twoColFixRtHdr #header { 
	padding: 0px;
	margin-bottom:20px;
} 
.twoColFixRtHdr #header2 { 
	padding: 0px;
} 
#headline {
	margin-top:-5px;
	margin-bottom:20px;
	text-align:center;
}
#headline h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#de0b0b;
	font-size:26px;
	text-align:center;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 460px; /* 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 */
	padding: 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 460px 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-right: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:480px;
}
#subLeft { 
	margin: 0 680px 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: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:260px;
	background-color:#f1f5fb;
}
#subRight {
	float: right; /* since this element is floated, a width must be given */
	width: 640px; /* 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 */
	padding: 0px;
}
#subRight h2 {
	color: #2E87B9
}
.date {
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	margin-top: -20px;
	padding-top: -20px;
}
.twoColFixRtHdr #bling { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top:10px;
	text-align:center;
} 
.twoColFixRtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top:20px;
	text-align:center;
	color:#999999;
	font-size:10px;
	border-top:#AAA thin solid;
} 
.twoColFixRtHdr #footer a { 
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
.twoColFixRtHdr #footer a:hover { 
	color:#0099CC;
	text-decoration:underline;
} 
.twoColFixRtHdr #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:11px;
}
.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;
}
.fltlft { /* 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;
}
.btnTestimonials {
	height:39px;
	position:inherit;
	text-indent: -9000px;
	overflow: hidden;
	display:block;
	float:left;
	background-image:url(img/btnTestimonials.jpg);
	margin: 0px;
	padding: 0px;
	margin-bottom:1px;
	border:none;
	outline: none;
	width:208px;
}
.btnTestimonials:hover {
	background-position:208px 39px;
}
.btnRegister {
	height:42px;
	position:inherit;
	text-indent: -9000px;
	overflow: hidden;
	display:block;
	background-image:url(img/btnRegister.png);
	margin: 0px;
	padding: 0px;
	margin-bottom:1px;
	border:none;
	outline: none;
	width:232px;
	margin-top:15px;
	margin-bottom: 15px;
}
.btnRegister:hover {
	background-position:232px 43px;
}
.btnLearnMore {
	height:39px;
	position:inherit;
	text-indent: -9000px;
	overflow: hidden;
	float:left;
	display:block;
	background-image:url(img/btnLearnMore.jpg);
	margin: 0px;
	padding: 0px;
	margin-bottom:1px;
	border:none;
	outline: none;
	width:270px;
	margin-left:2px;
}
.btnLearnMore:hover {
	background-position:270px 39px;
}
.testimonial {
	background-color:#ecf2fb;
	border: #c4d0e2 solid thin;
	padding:30px;
}
.clearing { clear: both; }
.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 140px;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 60px;
	width: 89%;
}
.less {
	color:#999;
	font-size:12px;
}
a.myPlayer { 
    display:block; 
    width: 300px; 
    height:200px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
a.myPlayer:hover { 
    border:1px solid #000; 
}
#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:164px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:314px;
	top:37px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time, #total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}
li {
	list-style-image:url('/img/check.png');
	list-style-position:outside;
	font-size:14px;
	margin-bottom:2px;
	margin-left: -15px;
}
.homepage {
	color:#3296ca;
}
.bqstart {
	color:#CCCCCC;
	display:block;
	float:left;
	font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:400%;
	height:45px;
	margin-bottom:-15px;
	margin-top: -15px;
	padding-bottom:-45px;
}
.bqend {
	color:#CCCCCC;
	float:right;
	font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:400%;
	height:45px;
	margin-bottom:-45px;
	margin-top:-30px;
	margin-left:10px;
	padding-left:10px;
}
.location {
	font-size: 10px;
	color:#666666;
}
.guarantee {
	padding:20px; background-color:#f1f5fb; width:560px; text-align:center; border: thin solid #A8BAC6;
}
.vidboxLeft {
width:300px;
float:left;
}
.vidboxRight {
width:300px;
float:right;
}
#mapBtn {
	width:422px;
	height:285px;
	text-decoration:none;
	display:block;
	background-image:url(img/mapBtn-sprite2.png);
	background-position:0 0;
}
#mapBtn:hover, #mapBtn:active {
	background-position:0 285px;
}
