@charset "utf-8";
/* CSS Document */

h1#hometitle { 
	color: #FFFFFF;
	font-family: Georgia, Times, serif;
	width: 945px; 
	height: 263px; 
	text-align: right;
	line-height: 243px;
	position: absolute;
	left: 23px;
	top: 163px;
	z-index: 7;
}

div#ctl00_homebkg1, 
div#ctl00_homebkg2,
div#ctl00_homebkg3,
div#ctl00_homebkg4 { position: absolute; left: 23px;  top: 163px; width: 955px; height: 263px; }

div#ctl00_homebkg1 { background: url(../images/backgrounds/bg_title_home2.jpg) no-repeat; }
div#ctl00_homebkg2 { background: url(../images/backgrounds/bg_title_home.jpg) no-repeat;   }
div#ctl00_homebkg3 { background: url(../images/backgrounds/bg_title_home4.jpg) no-repeat;  }
div#ctl00_homebkg4 { background: url(../images/backgrounds/bg_title_home3.jpg) no-repeat; }


div.FirstFade { z-index: 6; }
div.Fade { 
	filter: alpha(opacity=0);
 	-moz-opacity: 0.0;
	opacity: 0;
	z-index: 5;
}


#mainbody #maintext.home { margin-top: 288px; }
#mainbody #maintext.home p { color: #9A9999; font-family: Georgia, Times, serif; font-size: 2.4em; line-height: 1.4em;  }

#preslink { 
	position: absolute; 
	top: 0px; 
	right: 23px;  
	z-index: 2; 
	width: 200px; 
	height: 20px; 
	text-align: center; 
	background: #F7F7F7; 
	padding-top: 3px;
}
#preslink a { 
	text-decoration: none; 
	font-size: 1.1em; 
	display: block; 
	background: url(../images/icons/arrow_red_bottom.gif) no-repeat;
	padding-left: 4px;
}
#preslink a:hover { text-decoration: underline; }
#preslink img { vertical-align: middle;}

@media print {
}

@media handheld {
	h1#hometitle { color: #54544B; font-size: 2em; text-align: left; }
	div#ctl00_homebkg1, 
	div#ctl00_homebkg2,
	div#ctl00_homebkg3,
	div#ctl00_homebkg4 { display: none; }
}