@charset "UTF-8";
/* CSS Document */

/* MAIN BODY */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
}
body {
	background-color: #fcce40;
	background-image: url(../images/cml_bkgd.gif);
	background-repeat: repeat;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #00aaa6;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
#outerwrapper {
	margin: 0px auto;
	width: 850px;
}

#homeNav {
	width: 100%;
	height: 77px;
	position: relative;
	background-image: url(../images/homeArt1.png);
	background-repeat: no-repeat;
	padding-top: 14px;
    z-index:5;
}
#homeRotate {
	width: 100%;
	height: 219px;
	position: relative;
	background-image: url(../images/homeArt2.png);
        z-index:4;
}
#homeArtBottom {
	width: 100%;
	height: 115px;
	position: relative;
	background-image: url(../images/homeArt3.png);
    z-index:3;
}
#homeBottom {
	width: 100%;
	height: 160px;
	position: relative;
    z-index:2;
}
#hometoday, #homevisit, #homesoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}

#hometoday {
	width: 255px;
	height: 120px;
	position: absolute;
	background-image: url(../images/today.gif);
	padding-top: 40px;
	padding-left: 18px;
	line-height: 1.3em;
	padding-right: 25px;
}
#homesoon {
	width: 321px;
	height: 160px;
	position: absolute;
	left: 296px;
	background-image: url(../images/soon.gif);
}
#homesoon p {
	margin-top: 40px;
	margin-left: 35px;
}
#homevisit {
	width: 235px;
	height: 160px;
	position: absolute;
	left: 617px;
	background-image: url(../images/visit.gif);
        line-height: 1.3em;
}
#homevisit p {
	margin-top: 40px;
	margin-left: 45px;
}
#homebanner {
	width: 290px;
	height: 150px;
	position: absolute;
	left: 275px;
	top: 69px;
        z-index:10;	
}


/* HEADER */
#visitHome a {
	display:block; 
	height:77px; 
	width:50px; 
	overflow:hidden;
}
#learnHome a {
	display:block; 
	height:77px; 
	width:54px; 
	overflow:hidden;
}
#celebrateHome a {
	display:block; 
	height:77px; 
	width:94px; 
	overflow:hidden;
}
#joinHome a {
	display:block; 
	height:77px; 
	width:120px; 
	overflow:hidden;
}
#visitHome a:hover { 
	display:block; 
	text-indent:-50px; 
}
#learnHome a:hover { 
	display:block; 
	text-indent:-54px; 
}
#celebrateHome a:hover { 
	display:block; 
	text-indent:-94px; 
}
#joinHome a:hover { 
	display:block; 
	text-indent:-120px; 
}


/* FOOTER */
#footer {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 10px;
}