/* Layout styles */

html, body {height:100%}

body {
	padding: 0;
	margin: 0;
	background: #EEEEEF;
	color: #FFF;
	font: normal 11px verdana, Arial, Helvetica, sans-serif;
}

#outer {
	position:relative;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 1000px;
	background: #FFF;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

#header {
  position: relative;
	width: 1000px;
	background: url(../images/index_hdr.jpg) no-repeat 0 0;
	height: 180px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	margin: 28px 0 0 0;
	display: block;
	background: url(../images/index_siteID.gif) no-repeat 0 0;
	width: 449px;
	height: 126px;
}

#header h1 a {
  position: absolute;
  top: 0;
  left: 0;
}

#header h1 a img {
	border: none;
}


#clearheader {
	display: none;
}

#centrecontent {
	width: 1000px;
	height: 403px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/index_content_repeat.gif) repeat-x 0 0;
}

#lightGlobe {
	position:absolute;
	width:260px;
	right: 50px;
	top:318px;
}

#lightGlobe img{
	margin-left: 52px;
	border:none;
}


#lightGlobe p{
	margin-top:5px;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	height: 28px;
	background: #ABABAD;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}


/* Nav Styles */


#centrecontent #Menu {
	height: 1%;
	width: 924px;
	margin: 0 auto;
}

#centrecontent #Menu .homeMenu1, #centrecontent #Menu .homeMenu2, #centrecontent #Menu .homeMenu3 {
  	margin: 0 33px 0 0;
	padding: 0;
	float: left;
	background: #F5821F;
	width: 286px;
	height: 340px;
}

#centrecontent #Menu .homeMenu3 {
  	margin: 0;
}

#centrecontent #Menu h1 {
  	margin: 0;
	padding: 0;
	width: 286px;
	height: 42px;
}

#centrecontent #Menu h1 span {
  	display: none;
}

#centrecontent #Menu .homeMenu1 h1 {
  	background: #FFF url(../images/index_kickstart_coaching_h1.gif) no-repeat 0 0;
}

#centrecontent #Menu .homeMenu2 h1 {
  	background: #FFF url(../images/index_business_coaching_h1.gif) no-repeat 0 0;
}

#centrecontent #Menu .homeMenu3 h1 {
  	background: #FFF url(../images/index_kickstart_skill_h1.gif) no-repeat 0 0;
}

#centrecontent #Menu h2 {
  	margin: 0;
	padding: 0;
	width: 286px;
	height: 63px;
}

#centrecontent #Menu h2 span {
  	display: none;
}

#centrecontent #Menu .homeMenu1 h2 {
  	background: #FFF url(../images/index_kickstart_coaching_h2.gif) no-repeat 0 0;
}

#centrecontent #Menu .homeMenu2 h2 {
  	background: #FFF url(../images/index_business_coaching_h2.gif) no-repeat 0 0;
}

#centrecontent #Menu .homeMenu3 h2 {
  	background: #FFF url(../images/index_kickstart_skill_h2.gif) no-repeat 0 0;
}

#centrecontent #Menu ul {
  	margin: 0;
	padding: 0;
	list-style: none;
}

#centrecontent #Menu ul li {
  	display: inline;
}

#centrecontent #Menu ul li a {
  	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	height: 17px;
	border-bottom: 1px solid #F79541;
	padding: 7px 0 0 10px;
}

#centrecontent #Menu ul li a:hover {
	border-top: 1px solid #934706;
	padding: 6px 0 0 10px;
	background: #BB5A07;
}


/* Search form styles */


form#search {
  display: none;
}


/* Content Styles */


#centrecontent .folder h1 {
	display: none;
}


/* Footer Styles */

#footer {
	font-size: 11px;
}

#footer ul {
	float: right;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 7px 0 0 0;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#footer ul li.last a {
	padding: 0;
}

#footer ul#Credits {
	display: none;
}

#footer div#copyright {
  float: left;
	color: #FFF;
	font-weight: bold;
	padding: 7px 10px 0 10px;
}

/* Topnav Styles */

div#topnav1 {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
}

div#topnav2 {
	position: absolute;
	z-index: 10001;
	top: 0;
	left: 0;
}

#topnav1 ul, #topnav2 ul {
	display: inline;
	list-style: none;
	padding: 0;
	font-size: 11px;
}

#topnav1 ul {
	float: right;
  margin: 7px 10px 0 0;
}

#topnav2 ul {
	float: left;
	margin: 7px 0 0 10px;
}

#topnav1 ul li, #topnav2 ul li {
	display: inline;
}

#topnav1 ul li a, #topnav2 ul li a {
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#topnav1 ul li.last a, #topnav2 ul li.last a {
	padding: 0;
}