@charset "utf-8";
/* CSS Document */
/* Homepage Style Sheet for www.ImajineUnlimited.com */
/* Copyright 2008, Imajine Unlimited, LLC. */
/* Es Developed */
@import url(base.css); /* Imports basic styling & positioning */

#content { margin: 0 15px; } /* make post-it overlap footer on only this page */

/*** Navigation ***/
ul#nav li a { display: block; height: 28px; width: 110px; background: transparent url(../images/menu.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; } /* About Us */
ul li#list02 a { width: 208px; background-position: -320px 0; } /* Individual Coaching */
ul li#list03 a { width: 208px; background-position: -111px 0; } /* Corporate Coaching */
ul li#list04 a { width: 128px; background-position: -529px 0; } /* Contact Us */

	/* Nav01 Hover */
	ul#nav li a:hover { background: transparent url(../images/menu.png) no-repeat; background-position: 0 -28px; }
	ul li#list02 a:hover { width: 208px; background-position: -320px -28px; }
	ul li#list03 a:hover { width: 208px; background-position: -111px -28px; }
	ul li#list04 a:hover { width: 128px; background-position: -529px -28px; }

/*** HEADERS ***/
h1 {
	display: block;
	width: 386px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/headers/corp_individual.gif) no-repeat;
}
h2 { border: 0; } /* Cancels line under h2 that appear on other pages */
	#help_head {
		display: block;
		width: 256px;
		height: 39px;
		text-indent: -9999px;
		background: url(../images/headers/learnhowwecanhelp.gif) no-repeat;
	}
	#purpose_head {
		display: block;
		width: 139px;
		height: 18px;
		text-indent: -9999px;
		background:url(../images/headers/definingpurpose.jpg) no-repeat;
		margin: 0 0 5px 0;
	}
	#events_head, #events_head a {
		display: block;
		width: 134px;
		height: 43px;
		text-indent: -9999px;
		background: url(../images/headers/upcomingevents.png) no-repeat;
		margin: 0 0 10px 0;
	}
	#newsletter_head, #newsletter_head a {
		display: block;
		width: 143px;
		height: 26px;
		text-indent: -9999px;
		background: url(../images/headers/newsletter.png) no-repeat;
		margin: 0 0 10px 0;
	}

/*** DIVs ***/
#feat01 {
	margin-top: 10px;
	background: url(../images/jami_photo.jpg) no-repeat 100% 0;
	padding: 10px 260px 15px 15px;
	min-height: 315px;
}
	#feat01_intro { width: 380px; }
#feat02 {
	margin: 10px 0;
	background: url(../images/diagram.png) no-repeat 0 0;
	padding: 15px 0 15px 470px;
}
#feat03 { margin: 10px -15px 0; padding: 30px 0 0; }
	#feat03a, #feat03b { float: left; width: 223px; padding: 0 10px 0 0; margin: 0; }
	#feat03c {
		z-index: 100;
		float: right;
		width: 223px;
		padding: 25px 45px 25px 25px;
		margin: 0 0 -10px 0;
		background: url(../images/post-its.png) no-repeat 0 0;
		min-height: 223px;
		height: 223px;
	}

/*** UL Lists ***/
ul { list-style-position: outside; list-style: none; }

ul#coach_ops { margin: 40px 0; }
ul#coach_ops li {
  margin: 4px 10px 6px 0; /* was 4px 0 6px */
  padding: 10px 0;
  line-height: 32px; /* height of icon */
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 1.15em;
  font-weight: bold;
  display: inline;
  }
ul#coach_ops li a {
  padding-left: 37px; /* width of icon + 5px whitespace */
  text-decoration: none;
}

#corporate_op { background: url(../images/corp_icon.gif) no-repeat 0 0; }
#individual_op { background: url(../images/indiv_icon.gif) no-repeat 0 0; }

ul#help_list { list-style-position: outside; }
ul#help_list li {
  margin: 5px 5px 10px 0; /* was 4px 0 6px */
  padding: 0;
  line-height: 18px; /* height of icon */
  background: url(../images/check.gif) no-repeat 0 50%;
  font-size: 1.15em;
}
ul#help_list li a { padding-left: 18px; } /* width of icon + 5px whitespace */
ul#events li { list-style-position: outside; margin-left: -20px; }