@charset "utf-8";
/* CSS Document */

body {
	background:#dcf1be url(images/innerBkg.jpg) top center no-repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {clear:both;}


h1 {
	font-size:26px;
	color:#666;
	font-weight:normal;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}

h1 .small {
	font-size:16px;
	margin:0px 0px 20px 0px;
}
h2 {
	font-size:12px;
	color:#333;
	font-weight:normal;
	line-height:16px;
	margin:0px 0px 20px 0px;
}
h3 {
	font-size:12px;
	color:#333;
	font-weight:bold;
	line-height:16px;
	margin:0px 0px 0px 0px;
}
h4 {
	font-size:16px;
	color:#333;
	line-height:20px;
	font-style:italic;
	font-weight:normal;
	margin:0px 0px 12px 0px;
}
h4 a {
	font-size:16px;
	color:#1889cf;
	text-decoration:none;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
	margin:0px 0px 5px 0px;
}
h4 a:hover {
	text-decoration:underline;
}



h5 {
	font-size:14px;
	color:#333;
	line-height:20px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}
h5 a {
	font-size:14px;
	color:#3fa2e5;
	text-decoration:none;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}
h5 a:hover {
	text-decoration:underline;
}

h6 {
	font-size:16px;
	color:#333;
	font-style:italic;
	line-height:20px;
	font-weight:normal;
	margin:0px;
}

p {
	font-size:12px;
	color:#333;
	line-height:18px;
	margin:0px 0px 20px 0px;
}
p .important {
	font-style:italic;
}
p a {
	font-size:12px;
	color:#3fa2e5;
	text-decoration:none;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}
p a:hover {
	text-decoration:underline;
}
.required {
	font-size:12px;
	color:red;
	line-height:18px;
	margin:0px 0px 20px 0px;
}
.err {
	font-size:18px;
	color:red;
	line-height:18px;
	margin:10px 0px 20px 0px;
}
sup {position:relative; vertical-align: baseline;top: -0.5em;}

input[type=text],input[type=file] {
	font-size:12px;
	color:#666;
	padding:3px;
	width:150px;
	border:1px solid #d8d8d8;
	-moz-box-shadow:inset 0 0 8px #f2f2f2;
	-webkit-box-shadow:inset 0 0 8px #f2f2f2;
	box-shadow:inset 0 0 8px #f2f2f2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2');
	margin-bottom:10px;		
}
select {
	font-size:12px;
	color:#666;
	padding:3px;
	width:auto;
	border:1px solid #d8d8d8;
	-moz-box-shadow:inset 0 0 8px #f2f2f2;
	-webkit-box-shadow:inset 0 0 8px #f2f2f2;
	box-shadow:inset 0 0 8px #f2f2f2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2');
	margin-bottom:10px;
	margin-left:-1px;
}
textarea {
	font-size:12px;
	color:#666;
	padding:3px;
	width:356px;
	height:50px;
	border:1px solid #d8d8d8;
	-moz-box-shadow:inset 0 0 8px #f2f2f2;
	-webkit-box-shadow:inset 0 0 8px #f2f2f2;
	box-shadow:inset 0 0 8px #f2f2f2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2');
	margin-bottom:10px;		
}
input[type=submit],input[type=button] {
	padding:5px;
	border:1px solid #f2f2f2;
	width:auto;
	font-size:14px;
	background:#2b6096;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	margin-left:-1px;		
}



/* WRAPPER */
#wrapper {
	width:1000px;
	border:0px solid red;
	margin:0px auto;
}


/* TOP BAR */
#topBar {
	width:100%;
	border:0px solid white;
	margin:15px 0px;
	}
#topBar .logo {
	background:url(images/logo.png);
	width:315px;
	height:65px;
	float:left;
	}
#topBar .mainMenu {
	width:auto;
	height:66px;
	float:right;
	border:0px solid red;
	background:url(images/mainMenuBkg.png) top left repeat;
	}

/* MAIN MENU */
.cssmenu ul,
.cssmenu li,
.cssmenu span,
.cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
.cssmenu {
  border-radius: 0px;
}
.cssmenu:after,
.cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
.cssmenu a {
	display: inline-block;
	font-size:11px;
	text-transform:uppercase;   
	padding:25px 12px;
	color:#fff;
	text-decoration: none;
}
.cssmenu ul {
  list-style: none;
}
.cssmenu > ul {
  float: right;
}
.cssmenu > ul > li {
  float: left;
}
.cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
.cssmenu > ul > li:first-child a {
  border-radius: 0px 0 0 0;
}
.cssmenu > ul > li:last-child a {
  border-radius: 0px;
}
.cssmenu > ul > li.active a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
.cssmenu > ul > li:hover > a {
	color:#fff;
}
.cssmenu .has-sub {
  z-index: 9999!important;
}
.cssmenu .has-sub:hover > ul {
  display: block;
}
.cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 250px;
  top: 100%;
  left: 0;
  z-index:9999!important;
}
.cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  margin-left:0px;
}
.cssmenu .has-sub ul li a {
	background: #fdb65d;
	border-bottom: 1px solid #fff;
	filter: none;
	color:#fff;
	font-size:11px;
	text-transform:uppercase; 
	display: block;
	line-height: 120%;
	padding: 10px;
}
.cssmenu .has-sub ul li:hover a {
  color:#fff;
}
.cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
.cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.cssmenu .has-sub .has-sub ul li a {
  background: #528009;
  border-bottom: 1px dotted #97b36b;
}
.cssmenu .has-sub .has-sub ul li a:hover {
  background: #345105;
}

/* COLORS IN MENUS */
.cssmenu li.white {
	border-bottom:4px solid #1871a8;
}
.cssmenu li.white a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.whiteCurrent, .cssmenu li.whiteCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}

.cssmenu li.red {
	border-bottom:4px solid #db2e30;
}
.cssmenu li.red a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.redCurrent, .cssmenu li.redCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}

.cssmenu li.orange {
	border-bottom:4px solid #ff7b3a;
}
.cssmenu li.orange a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.orangeCurrent, .cssmenu li.orangeCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}

.cssmenu > ul > li.orange:hover > a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu .orange ul li a {
	background:url(images/mainMenuBkg.png) repeat;
	border-bottom: 0px solid #fff;
	filter: none;
	color:#fff;
	font-size:11px;
	text-transform:uppercase; 
	display: block;
	line-height: 120%;
	padding: 10px;
}
.cssmenu .orange ul li a:hover {
	background: #477393;
	color:#fff;
}

.cssmenu li.yellow {
	border-bottom:4px solid #fedb21;
}
.cssmenu li.yellow a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.yellowCurrent, .cssmenu li.yellowCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}

.cssmenu li.green {
	border-bottom:4px solid #2fad49;
	margin-top:1px;
}
.cssmenu li.green a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.greenCurrent, .cssmenu li.greenCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}

.cssmenu li.blue {
	border-bottom:4px solid #3fa8c8;
}
.cssmenu li.blue a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.blueCurrent, .cssmenu li.blueCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;
}


.cssmenu > ul > li.blue:hover > a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu .blue ul li a {
	background:url(images/mainMenuBkg.png) repeat;
	border-bottom: 0px solid #fff;
	filter: none;
	color:#fff;
	font-size:11px;
	text-transform:uppercase; 
	display: block;
	line-height: 120%;
	padding: 10px;
	width:236px;
}
body:nth-of-type(1) .cssmenu .blue ul li a{width:234px;}
.cssmenu .blue ul li a:hover {
	color:#fff;
	background:#477393;
}
.cssmenu li.indigo {
	border-bottom:4px solid #2b6096;
}
.cssmenu li.indigo a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.indigoCurrent, .cssmenu li.indigoCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}

.cssmenu > ul > li.indigo:hover > a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu .indigo ul li a {
	background:url(images/mainMenuBkg.png) repeat;
	border-bottom: 0px solid #fff;
	filter: none;
	color:#fff;
	font-size:11px;
	text-transform:uppercase; 
	display: block;
	line-height: 120%;
	padding: 10px;
	width:140px;
}
body:nth-of-type(1) .cssmenu .indigo ul li a{width:137px;}
.cssmenu .indigo ul li a:hover {
	color:#fff;
	background:#477393;
}
.cssmenu li.voilet {
	border-bottom:4px solid #705093;
}
.cssmenu li.voilet a:hover {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}
.cssmenu li.voiletCurrent, .cssmenu li.voiletCurrent a {
	color:#fff;
	background:url(images/mainMenuBkgHover.png) repeat;	
}


/* BANNER */
#banner {
	width:100%;
	height:180px;
	border:none;
	margin:0px;
}

/* CONTAINER */
#container {
	width:1000px;
	background:#fff;
	border:0px solid blue;;
	margin:0px;
	padding-bottom:10px;
}
#container .leftCol {
	width:680px;
	float:left;
	border:0px solid blue;;
	margin:20px 0px 10px 10px;
}
#container .rightCol {
	width:270px;
	float:right;
	border:0px solid blue;;
	margin:90px 20px 10px 0px;
}
#container .leftCol ul {
	margin-left:0px;
	margin-bottom:20px;
	margin-top:-10px;
}
#container .leftCol li {
	list-style:disc;
	font-size:12px;
	color:#333;
	font-style:normal;
	line-height:14px;
	margin:0px 0px 10px 0px;
}

#container #suggestedBooks ul {
	margin-left:0px;
	margin-bottom:30px;
	margin-top:0px;
}
#container #suggestedBooks li {
	list-style:disc;
	font-size:12px;
	color:#333;
	font-style:normal;
	line-height:14px;
	margin:0px 0px 10px 0px;
}


/*
#container #suggestedBooks ul {
	margin-left:0px;
	margin-bottom:20px;
}
#container #suggestedBooks li {
	list-style:none;
	background:url(images/arrows.png) left center no-repeat;
	font-size:12px;
	font-style:normal;
	padding-left:20px;
	color:#333;
	line-height:18px;
	margin:0px 0px 10px 0px;
}

#container #question ul {
	margin-left:-20px;
	margin-bottom:20px;
}
#container #question li {
	list-style:none;
	background:url(images/question.png) left center no-repeat;
	font-size:18px;
	font-style:normal;
	padding-left:20px;
	color:#2fad49;
	line-height:18px;
	margin:0px 0px 20px 0px;
}



#container #lifeCoaching ul {
	margin-left:-20px;
	margin-bottom:20px;
}
#container #lifeCoaching li {
	list-style:none;
	background:url(images/leaf.png) left center no-repeat;
	font-size:14px;
	font-style:normal;
	padding-left:20px;
	color:#fedb21;
	line-height:18px;
	margin:0px 0px 20px 0px;
}


#container #workshopList ul {
	margin-left:0px;
	margin-bottom:20px;
}
#container #workshopList li {
	list-style:none;
	background:url(images/workshop.png) left center no-repeat;
	font-size:13px;
	font-style:normal;
	padding-left:20px;
	color:#333;
	line-height:18px;
	margin:0px 0px 20px 0px;
}*/




/* SIDEBAR NAVI */
#sidebarNav {
	width:270px;
	overflow-x:hidden;
	border:0px solid blue;
	border-radius:5px;
}
#sidebarNav ul {
	margin:0px 0px 0px -30px;
	width:250px;
}
#sidebarNav li {
	list-style:none;
	padding:10px 10px 10px 0px;
	font-size:14px;
	border-bottom:1px dashed #394f5f;
}
#sidebarNav li a {	
	background:url(images/sidebarBullet.jpg) left center no-repeat;
	color:#8fa3b2;
	padding-left:20px;
	text-decoration:none;
	display:block;
}
#sidebarNav li a:hover {	
	background:url(images/sidebarBulletHover.jpg) left center no-repeat;
	color:#80c5f5;
	padding-left:20px;
	text-decoration:none;
	display:block;
}
#sidebarNav .sidebarNavHeading {
	background:url(images/sidebarHeadingBkg.jpg) top left repeat-x;
	width:270px;
	font-size:18px;
	color:#04243b;
	padding:18px;
	text-transform:uppercase;
	border:0px solid blue;
}
#sidebarNav .sidebarNavContenet {
	background:#04243b;
	width:270px;
	border:0px solid blue;
}




/* BANDS */
#topBand {
	width:985px;
	background:#12547e;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#bottomBand {
	width:100%;
	height:5px;
	background:#0067aa;
}
#aboutBand {
	width:985px;
	background:#db2e30;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#aboutBandBottom {
	width:100%;
	height:5px;
	background:#db2e30;
}
#workshopBand {
	width:985px;
	background:#ff7b3a;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#workshopBandBottom {
	width:100%;
	height:5px;
	background:#ff7b3a;
}
#contactBand {
	width:985px;
	background:#2b6096;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#contactBandBottom {
	width:100%;
	height:5px;
	background:#2b6096;
}
#resourceBand {
	width:985px;
	background:#705093;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#resourceBandBottom {
	width:100%;
	height:5px;
	background:#705093;
}
#testimonialsBand {
	width:985px;
	background:#3fa8c8;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#testimonialsBottom {
	width:100%;
	height:5px;
	background:#3fa8c8;
}
#wishgameBand {
	width:985px;
	background:#2fad49;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#wishgameBottom {
	width:100%;
	height:5px;
	background:#2fad49;
}
#lifecoachingBand {
	width:985px;
	background:#fedb21;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0px 15px 15px;
}
#lifecoachingBottom {
	width:100%;
	height:5px;
	background:#fedb21;
}





/* THUMBS */
.aboutThumb {
	background:url(images/aboutThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.contactThumb {
	background:url(images/contactThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.helpfulThumb {
	background:url(images/helpfulThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.suggestedThumb {
	background:url(images/suggestedThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.tlifecoachingThumb {
	background:url(images/tlifecoachingThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.twishgameThumb {
	background:url(images/twishgameThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.tworkshopsThumb {
	background:url(images/tworkshopsThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.wishgameThumb {
	background:url(images/wishgameThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.lifecoachingThumb {
	background:url(images/lifecoachingThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.healyourThumb {
	background:url(images/healyourThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.lovingyourselfThumb {
	background:url(images/lovingyourselfThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.magicofThumb {
	background:url(images/magicofThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.meditationThumb {
	background:url(images/meditationThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.moneyThumb {
	background:url(images/moneyThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.orderingThumb {
	background:url(images/orderingThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.prosperityThumb {
	background:url(images/prosperityThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}
.worksiteThumb {
	background:url(images/worksiteThumb.png);
	width:333px;
	height:225px;
	border:none;
	float:right;
	margin-left:650px;
	margin-top:-100px;
	position:absolute;
	z-index:0;
}



/* TESTIMONIALS */
.testimonial {
	width:680px;
	float:left;
	margin:15px 0 30px 0;
	border:0px solid red;
}
.left-quote {
	float:left;
	background:url(images/quote-left.jpg) no-repeat top;
	width:32px;
	height:27px;
	margin-right:10px;
	border:0px solid red;
}
.testi-text {
	float:left;
	font-style:italic;
	color:#666;
	width:530px;
	min-height:27px;
	padding-right:65px;
	padding-bottom:0px;
	margin-bottom:10px;
	background:url(images/quote-right.jpg) no-repeat right bottom;
}
.testi-name {
	float:left;
	width:550px;
	margin-left:45px;
	padding:10px 0 0 0px;
	border-top:1px dashed #ccc;
	margin-bottom:10px;
	color:#333;
}


/* CONTACT FORM */
#contactForm {
	width:100%;
	margin-top:10px;
	border:0px solid red;
}
#contactForm label {
	width:120px;
	float:left;
	font-size:12px;
	margin-bottom:10px;
	border:0px solid red;
	padding:4px 0px;
}
#contactForm .smallInput {
	width:108px;
	margin-right:5px;
}
.yes {
	width:auto;
	padding:2px;
	border:1px solid #ececec;
	background:#f7f7f7;
	float:left;
	margin-top:0px;
	margin-bottom:10px;
}
span.radio{
    width:auto;
	padding:4px 8px 4px 4px;
    color:#999;
	border:1px solid #ececec;
	border-width:1px 1px 1px 0px;
	background:#fff;
    font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-right:10px;
}




/* FOOTER HOME PAGE */
#footer {
	background:#193a53;
	padding-top:15px;
	margin-top:50px;
	margin-bottom:20px;
	width:1000px;
	height:100px;
	margin:0px auto;
}
#footerInner {
	width:980px;
	margin:0px auto;
}
#footerInner .leftColFHI {
	width:850px;
	margin:0px;
	float:left;
	border:0px solid blue;
}
#footerInner .leftColFHI ul {
	margin:0px 0px 10px -50px;
}
#footerInner .leftColFHI li {
	list-style:none;
	display:inline;
	padding:0px 10px;
	font-size:12px;
	text-transform:uppercase;
}
#footerInner .leftColFHI li a {
	color:#c6c6c6;
	text-decoration:none;
}
#footerInner .leftColFHI li a:hover {
	color:#fff;
	text-decoration:none;
}

/* COPYRIGHT HOME */
#footerInner .copyright {
	color:#c7c6c6;
	font-size:11px;
	margin-top:0px;
	clear:both;
	text-decoration:none;
}
#footerInner .copyright a {
	color:#fff;
	text-decoration:none;
}
#footerInner .copyright a:hover {
	color:#fff;
	text-decoration:underline;
}
/* --------------------- */


#footerInner .socialHome {
	border:0px solid blue;
	width:110px;
	float:right;
}
#footerInner .facebook {
	background:url(images/socialSprite.png) top left no-repeat;
	border:0px solid blue;
	width:32px;
	height:32px;
	float:right;
	margin-left:3px;
}
#footerInner .facebook:hover {
	background-position:0px -32px;
}
#footerInner .twitter {
	background:url(images/socialSprite.png) -34px 0px no-repeat;
	border:0px solid blue;
	width:32px;
	height:32px;
	float:right;
	margin-left:3px;	
}
#footerInner .twitter:hover {
	background-position:-34px -32px;
}
#footerInner .linkedin {
	background:url(images/socialSprite.png) -68px 0px no-repeat;
	border:0px solid blue;
	width:32px;
	height:32px;
	float:right;
	margin-left:3px;	
}
#footerInner .linkedin:hover {
	background-position:-68px -32px;
}




