/* @override http://parallaxlsc.dev/css/plx_home.css */

/* ::: RESET ALL MARGINS, PADDING, AND BORDERS ::: */
* { margin: 0; padding: 0; }
IMG { border: 0; }


/* ===============================
		::: PAGE LAYOUT :::
=============================== */

BODY {
	background: #0e3a5a url(../images/bg_gradient.gif) top left repeat-x;
	text-align: center; }
	
#pageContainer {
	width: 748px;
	margin: 30px auto 0;
	text-align: left;
	position: relative;
	background: transparent url(../images/home_balloons.jpg) 100% 1px no-repeat; }

#masthead {
	border-top: 1px solid #517FA0;
	height: 333px;
	background: transparent url(../images/home_logo.gif) 0 0 no-repeat; }

	#masthead H1 {
		text-indent: -5000px; }

	#masthead ADDRESS {
		font-style: normal;
		margin: 185px 0 0 25px;
		padding: 0;
		color: #0e3a5a; }
		
#flashcontent {
	width: 560px;
	height: 468px;
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 1; }
	
	.flashintro #pageContainer {
    background: transparent url(../images/home_flashintro.jpg) 100% 1px no-repeat !important; }
    
	.flashintro #menu {
    background: transparent url(../images/home_menu_flash.jpg) 0 0 no-repeat !important; }
    
	.flashintro #footer {
    background: transparent url(../images/home_footer_flash.jpg) 0 0 no-repeat !important; }

#menu {
	height: 37px;
	background: transparent url(../images/home_menu.jpg) 0 0 no-repeat;
	position: relative;
	z-index: 10; }

	#menu UL {
		list-style: none;
		margin: 0 0 0 120px; }

		#menu LI {
			font: 14px/1.6em Arial, Helvetica, sans-serif;
			list-style: none;
			float: left;
			display: inline;
			border-left: 1px solid #496c87;
			margin: 7px 18px 0 0;
			padding: 0 0 0 18px; }

			LI.first {
				border-width: 0 !important; }

		#menu A {
			color: #fff;
			text-decoration: none; }

			#menu A:hover { color: #eadc00; }

#footer {
	height: 100px;
	background: transparent url(../images/home_footer.jpg) 0 0 no-repeat;
	text-align: right; }

	#footer P {
		color: #fff;
		padding: 43px 18px 0 0; }