html, body {
	height: 100%;
}

body{
	background: #0869b4 url(../media/dreams_lb_home_clouds.jpg) repeat-x fixed bottom left;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;	
}

a {
	color: #ba438b;
}


.error {
	color: #ef063e;
}

#header {
	width:74%;
	
	margin-left:26%;
	height:33px;
	white-space:nowrap;
	}
	
#header .headButton {
	float: right;
	margin: 5px 15px;
	cursor: pointer;
}

#header a.headLink {
	float: right;
	/* margin: 8px 15px; */
	margin: 8px 0 0 100px;
	font-family:"Trebuchet MS";
	font-size: 1em;
   	line-height: 1.5em; 
	font-weight:bold;
	color: #3C5268;
	letter-spacing: .1em;
	text-decoration: none;
}

#header .headLink {
	float: right;
	margin: 6px 0 0 15px;
	padding: 0 0 0 0;
   	line-height: 1.5em; 
	font-weight:bold;
}


#header a.headLink:link,
#header a.headLink:visited {
	text-decoration: none;
}

#header a.headLink:hover,
#header a.headLink:active {
	color: #333;
	text-decoration: none;
}

#header a.headLink#bandwidthLink {
	background: url(../media/bandwidthIcon.gif) no-repeat bottom left;
	padding-left: 15px;
}

.footerImage {
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
}

.footerText,
.footerCopyright{
	/* margin: 20px 0; */
	margin: 0;
	padding:0;
}

.footerText{
	margin-bottom:-10px;
}


#footer a:link,
#footer a:visited {
	color:#333;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color:#666;
	text-decoration: underline;
}

/* set up top Disney chrome */

/*
can use "#chrome" name when es_US uses new dol chrome, just launching en_US on 1.29.07
#chrome {
	position:relative;
	width: 100%;
	height: 28px;
	background: #0869b4 url(../media/disneyChromeBG.gif) repeat-x;
	color: #fff;
}
*/

#chrome_dol {
	position:relative;
	width: 100%;
	height: 32px;
	/*
	height: 28px;
	background: #0869b4 url(../media/disneyChromeBG.gif) repeat-x;
	color: #fff;
	*/
	/* background-color: #878E9B; */
	background: #878e9b url(../media/disneyChromeBG_dol.gif) repeat-x;
}



#chrome .disneyLogo {
	float:left;
	}

#breadCrumbs {
	margin-top: 8px;
	float:left;
	}

#chrome a {
	color:#fff
	}

#chromeSearch {
	position:absolute;
	top:3px;
	right:10px;
	padding-top: 5px;
	
}

#chromeSearch img{
	margin-top: -8px;
	}

/*end Disney chrome */

.leftLogo {
	margin-left: 10px;
}

#leftColumn {
	font-family:"Trebuchet MS";
	font-size: 1.15em;
   	line-height: 1.5em; 
	font-weight: bold;
	color: #fff;
	margin-right:5px;
}

#leftColumn a:link, 
#leftColumn a:visited {
	text-decoration: none;
}

/*/////////////////////////////////////
/// format the hidden toggled layers /
///////////////////////////////////*/


.visible {
	visibility: visible;
	display: block;
}

.hidden {
	visibility: hidden;
	display: none;
}

