/*  
Theme Name: Al's theme
Author: Alan McDonald
*/

* {
	padding:		0px;
	margin:			0px;
}

ul.poppy, ol.poppy{
	display:		inline;
	margin:			0px 50px 0 0;
	padding:		5px 0px 0px 0px;
	width:			470px;
	border: 		0px solid #ccc;
	border-bottom: 		0;
	list-style:		none;
}


li.poppy, ol.poppy{
	display:		inline;
	list-style:		none;
	margin:			0;
	padding:		0px 0px 0px 0px;
	width:			100%;
}


ul span.even, span.odd{
	display:		list-item;
	list-style:		disc outside;
	margin:			10px 40px 0px 40px;
	padding:		0px 0px 0px 10px;
}

ol span{
	display:		list-item;
	list-style:		decimal outside;
	margin:			5px 0 0 40px;
	padding:		0px 0px 0px 10px;
}

#menu div {
	display:		none;
}

body {
	margin: 		0;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 		12px;
	text-align: 		center;
	vertical-align: 	top;
	background-repeat: 	no-repeat;
	color: 			#000000;
}

/*************************************************************************/
/*   This is for the drop-down menus                                     */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1;
	font-size: 12px;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	display: block;
	z-index: 1;
/*	width: 100px;*/ /*width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: beige;
	width: 100px;
	top: 31px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 100px;
/*	z-index: 1;*/
	text-decoration: none;
	color: #777;
	background: #FFF;
	padding: 7px;
	border: 1px solid #73DE50;
	border-top: 0;
}


#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
	background: beige;
	width: 200px;
	top: 0px;
	margin: 0 0 0 107px;
}

#nav li ul ul li {
	width: 200px;
	text-decoration: none;
	color: #777;
	background: #FFF;
	padding: 7px;
	border: 1px solid #73DE50;
	border-top: 0;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}


/* OLD ONE
#nav li:hover ul, #nav li.sfhover ul { 	
	left: auto;
}*/


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}



/*
#nav li {
	float: left;
	position: relative;
}

li ul {
	display: none;
	position: absolute; 
	top: 31px;
	left: 0;
}

li ul li {
	width: 100px;
	z-index: 1;
}

li>ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul { 
	display: block;
}

ul li a.sub {
	display: block;
	position: relative;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 1px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
*/


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/*************************************************************************/

img {
	margin:			0px;
	padding:		0px;
	border:			0px;
	outline:		0px;

}

a:link {
	text-decoration: 	underline;
	color: 			#336699;
}

a:visited{
	text-decoration: 	underline;
	color: 			#334477;
}



a:hover {
	text-decoration: 	none;
}

#wrapper{
	position: 		relative;
	margin: 		0 auto 0 auto;
	width: 			750px;
	text-align: 		left;
	background-image: 	url(images/wrapperbackground.gif);
}

#thankyouheader {
	margin: 		0 auto;
	position: 		relative;
	bottom: 		0;
	left: 			0;
	background-image: 	url(images/thankyouheader.jpg);
	width: 			525px;
	height: 		254px;
}
	

#thankyouheader p{
	padding: 		10px 10px 20px 10px;
	display: 		block;
}

#disclaimerheader {
	margin: 		0 auto;
	position: 		relative;
	bottom: 		0;
	left: 			0;
	background-image: 	url(images/disclaimerheader.jpg);
	width: 			525px;
	height: 		434px;
}

#disclaimerheader p{
	padding: 		10px 20px 0px 15px;
	display: 		block;
}

/*//#header{*/
/*//	margin: 		0 auto 0 auto;*/
/*//	width: 			750px;*/
/*//	background-image: 	url(images/logo3.jpg);*/
/*//	height: 		160px;*/
/*//}*/



#navigationpane {
	margin: 		0 auto 0 auto;
/*	text-align: 		center;*/
	width: 			750px;
	height: 		31px;
	posiiton:		relative;
/*	display: 		inline;*/
	margin: 		0px;
	padding: 		0px;
	border: 		0px;
	outline: 		0px;

}

#sidepanel {
	margin: 		0 auto 0 auto;
	text-align: 		left;
	width: 			231px;
	display: 		block;
	float: 			left;
}

/*This sidepanel is for the home page*/
div.sidepanelmiddlehome {
	margin: 		0 auto 0 auto;
	text-align: 		left;
	background-image: 	url(images/sidepanelmiddle.gif);
	width: 			199px;
	height: 		655px;
	display: 		block;
	float: 			left;
	position: 		relative;
	left: 			18px;
	top:			-712px
	z-index:		1;
/*	margin-left: 18px;*/
}


/*This sidepanel is for every page other than home*/
div.sidepanelmiddle {
	margin: 		0 auto 0 auto;
	text-align: 		left;
	background-image: 	url(images/sidepanelmiddle.gif);
	width: 			199px;
	height: 		733px;
	display: 		block;
	float: 			left;
	position: 		relative;
	left: 			18px;
/*	margin-left: 1.5em; */
}


div#sidepanelmiddlewrapper {
	margin: 		0 auto 0 auto;
	text-align: 		left;
	display: 		block;
	float: 			left;
	position: 		relative;
	width: 			199px;
/*	left: 			18px;*/
/*	top:			-112px*/
/*	margin-left: 18px;*/
}





#sidepanelheaderhome {
	background-image: 	url(images/sidepanelheaderhome.gif);
	width: 			231px;
	height: 		148px;
	display: 		block;
	float: 			left;
	position:		relative;
/*	left:			-181px;*/
}


#sidepanelheader {
	background-image: 	url(images/sidepanelheader.gif);
	width: 			231px;
	height: 		70px;
	display: 		block;
	float: 			left;

}


/*This can now be removed*/
#sidepanelfooter {
	background-image: 	url(images/sidepanelfooter.gif);
	width: 			199px;
	height: 		11px;
	display: 		block;
	float: 			left;
	position: 		relative;
	top: 			-34px;
	left: 			18px;
}



#newslettersignup {
	background-image: 	url(images/newsletter3.jpg);
	background-repeat: 	no-repeat;
	width: 			199px;
	height: 		380px;
	text-align: 		left;
	display: 		block;
	float: 			left;
	position: 		relative;
	top: 			-34px;
	left: 			18px;
	z-index: 		1;
}	


div#newslettersignup h2{
	padding: 		7px 11px 0px 19px;
	font-size: 		16px;
	color: 			#000000;
	text-align: 		left;
	font-weight: 		bold;
}

div#newslettersignup h3{
	padding: 		5px 9px 0px 9px;
	font-size: 		16px;
	color: 			#000000;
	text-align: 		center;
	font-weight: 		bold;
}

div#newslettersignup span{
	font-size: 12px;
	font-weight: bold;
}


div#newslettersignup p{
	padding: 5px 11px 0px 19px;
}

div#newslettersignup li{
	padding: 0px 0px 0px 0px;
	color: #E61B17;
}

#newslettersignup input{
	margin: 5px 0px 0px 0px;
	width: 145px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/****************************************************************************************/
/*	The below CSS handles the buttons on the sidepanel of the website               */
/****************************************************************************************/
.sidebuttons {
	width: 199px;
	text-align: left;
	float: left;
	position: relative;
	top: -34px;
	left: 18px;
	z-index: 1;
}

div.sidebuttons p{
	padding: 5px 11px 0px 19px;
}

div.sidebuttons h2{
	padding: 0px 11px 0px 19px;
	font-size: 16px
}

div.sidebuttons li{
	padding: 5px 0px 0px 22px;
}

div.sidebuttons input{
	padding: 0px 10px 0px 10px;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.buttonheaderblue {
	background-image: url(images/buttonheaderblue.gif);
	height: 15px;
}

.buttonmiddleblue {
	background-image: url(images/buttonmiddleblue.gif);

}

.buttonfooterblue {
	background-image: url(images/buttonfooterblue.gif);
	height: 6px;
}

.buttonheaderyellow {
	background-image: url(images/buttonheaderyellow.gif);
	height: 15px;
}

.buttonmiddleyellow {
	background-image: url(images/buttonmiddleyellow.gif);
}

.buttonfooteryellow {
	background-image: url(images/buttonfooteryellow.gif);
	height: 6px;
}

.buttonheadergreen {
	background-image: url(images/buttonheadergreen.gif);
	height: 15px;
}

.buttonmiddlegreen {
	background-image: url(images/buttonmiddlegreen.gif);
}

.buttonfootergreen {
	background-image: url(images/buttonfootergreen.gif);
	height: 6px;
}

.buttonheaderwhite {
	background-image: url(images/buttonheaderwhite.gif);
	height: 15px;
}

.buttonmiddlewhite {
	background-image: url(images/buttonmiddlewhite.gif);
}

.buttonfooterwhite {
	background-image: url(images/buttonfooterwhite.gif);
	height: 6px;
}
/****************************************************************************************/

#caseyphoto {
	background-image: url(images/caseyphoto.jpg);
	display: block;
	float: right;
	width: 133px;
	height: 148px;
}

#mainheadinghome {
	background-image: url(images/mainheadingwithphoto4.jpg);
	width: 519px;
	height: 148px;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	position: relative;
	clear: left;
}

div#mainheadinghome p{
	padding: 12px 20px 0px 0px;
}

div#mainheadinghome img{
	padding: 0px 0px 0px 0px;
}

div#mainheadinghome span.leftimg{
//	padding: 20px 0px 0px 0px;
}


div#mainheadinghome h1{
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
	padding: 30px 10px 5px 10px;
}



#mainheading {
	background-image: url(images/mainheading.gif);
	width: 519px;
	height: 70px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	clear: left;
}

#mainheading img{
	padding: 0px 0px 0px 0px;
}	


#mainheading p{
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 22px 35px 0px 0px;
}



#contentheaderspacer {
	background-image: url(images/contentheaderspacer.gif);
	display: block;
	float: right;
	width: 519px;
	height: 17px;
}

#contentheader {
	background-image: url(images/contentheader.gif);
	float: right;
	width: 519px;
	height: 36px;
}

#contentheader h3{
	text-align: left;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
}

#contentheader2 {
	background-image: url(images/contentheader2.gif);
	position: relative;
	display: block;
	align: center;
//	margin: auto;
	float: right;
	width: 519px;
	height: 11px;
}

#contentheader3 {
	background-image: url(images/contentheader3.gif);
	float: right;
	width: 519px;
	height: 11px;
}

#contentheader1to1tab {
	background-image: url(images/coaching1to1tab3.jpg);
	float: right;
	width: 519px;
	height: 46px;
}

#contentheadergrouptab {
	background-image: url(images/coachinggrouptab3.jpg);
	float: right;
	width: 519px;
	height: 46px;
}

#contentspacer {
	background-image: url(images/contentspacer.gif);
	display: block;
	float: right;
	width: 519px;
}

div#contentspacer p, h1, h2, h3, h4{
	padding: 10px 40px 5px 15px;

}

span.bolditalic{
	font-style: italic;
	font-weight: bold;
}

span.bold{
	font-weight: bold;
}

span.italic{
	font-style: italic;
}

span.bulletnumber{
	padding-left: 20px;
}

div#contentspacer h5{
	padding: 10px 40px 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

div#contentspacer br{
	padding: 10px 40px 5px 10px;
}

#contentspacer custom.bold{
	font-weight: bold;
	padding: 0px;
}

#contentspacer ul span.odd{
/*	padding: 0px 45px 5px 10px;*/
	color: #000000;
	font-weight: bold;
	list-style-image:	url(images/poppy2.gif);
}

#contentspacer ul span.even{
/*	padding: 0px 45px 5px 10px;*/
	color: #000000;
	list-style-image:	url(images/poppy2.gif);
}

#contentfooter {
	background-image: url(images/contentfooter.jpg);
	float: right;
	width: 519px;
	height: 216px;
}

#container{
	float: left;
	width: 500px;
}

#bottomnavigationpane {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 750px;
	height: 54px;
	display: block;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	border: 0px;
	outline: 0px;
	
}

#important{
	dipslay: none;
	visibility: hidden;
}

#footer{
	margin: 0 auto 0 auto;
	display: block;
	clear: both;
	width: 750px;
	text-align: center;
	font-size: 10px;
	color: #969696;
	padding: 0px;

	/* for IE */
/*	filter:alpha(opacity=60);*/
	/* CSS3 standard */
/*	opacity:0.6;*/
}



/* ======================= This all relates to the Teleclass page ========================= */


#teleclassheading {
	background-image: url(images/teleclassheading.gif);
	width: 750px;
	height: 70px;
	display: block;
	position: relative;
/*	float: right;*/
	font-size: 12px;
	font-weight: bold;
}

#teleclassheading img{
	padding: 0px 0px 0px 0px;
}	


#teleclassheading p{
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 22px 35px 0px 0px;
}

#telecontentheaderspacer {
	background-image: url(images/telecontentheaderspacer.gif);
	position: relative;
	display: block;
	width: 750px;
	height: 17px;
}

#telecontentheader2 {
	background-image: url(images/telecontentheader2.gif);
	position: relative;
	display: block;
	align: center;
	margin: auto;
	width: 491px;
	height: 11px;
}

#telecontentspacer {
	background-image: url(images/telecontentspacer.gif);
	display: block;
	position: relative;
	margin: auto;
	width: 491px;
}

div#telecontentspacer p, h1, h2, h3, h4{
	padding: 10px 40px 5px 15px;

}

div#telecontentspacer h5{
	padding: 10px 40px 5px 15px;
	font-size: 14px;
	font-weight: bold;
}


div#telecontentspacer span{
	padding: 10px 40px 5px 10px;
}


div#telecontentspacer br{
	padding: 10px 40px 5px 10px;
}

#telecontentspacer p span.bold{
	font-weight: bold;
	padding: 0px;
}

#telecontentspacer ul span.odd{
	padding: 0px 45px 5px 10px;
	color: #000000;
	font-weight: bold;
	list-style-image:	url(images/poppy2.gif);
}

#telecontentspacer ul span.even{
	padding: 0px 45px 5px 10px;
	color: #000000;
	list-style-image:	url(images/poppy2.gif);
}

#telecontentfooter {
	background-image: url(images/telecontentfooter.jpg);
	position: relative;
	display: block;
	margin: auto;
/*	float: right;  */
	width: 491px;
	height: 216px;
}


