@charset "utf-8";
#apDiv1 {
	position:absolute;
	left:50%;
	top:19px;
	width:994px;
	height:825px;
	z-index:3;
	background-color: #ffffff;
	margin-left: -497px;
	border: 1px solid #b7b7b7;
	background-image: url(images/bgImage.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#headerLogoName {
	position: absolute;
	z-index: 11;
	width: 141px;
	height: 69px;
	left: 35px;
	top: 18px;
	visibility: visible;
}
#headerSignIn {
	position: absolute;
	left: 745px;
	top: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	z-index: 2;
}
#headerSearchBox {
	position: absolute;
	top: 13px;
	left: 789px;
	width: 285px;
	height: 51px;
	z-index: 3;
}


#pic1 {
	position: absolute;
	top: 97px;
	left: 25px;
	height: 246px;
	width: 944px;
	z-index: 1;
}
#cont1Title {
	position: absolute;
	top: 361px;
	left: 47px;
	width: 101px;
	height: 29px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	font-style: normal;
	z-index: 10;
}
#cont1Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: absolute;
	top: 408px;
	left: 46px;
	height: 169px;
	width: 275px;
	z-index: 9;
	line-height: 18px;
}
#cont1Divider {
	position: absolute;
	left: 342px;
	top: 394px;
	width: 0px;
	height: 178px;
	z-index: 8;
}

#cont2Title {
	position: absolute;
	top: 361px;
	left: 370px;
	width: 101px;
	height: 29px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	font-style: normal;
	z-index: 7;
}
#cont2Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: absolute;
	top: 408px;
	left: 369px;
	height: 169px;
	width: 275px;
	z-index: 6;
	line-height: 18px;
}
#cont2Divider {
	position: absolute;
	left: 666px;
	top: 394px;
	width: 0px;
	height: 186px;
	z-index: 8;
}
#cont3Title {
	position: absolute;
	top: 361px;
	left: 692px;
	width: 101px;
	height: 29px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	font-style: normal;
	z-index: 7;
}
#cont3Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: absolute;
	top: 408px;
	left: 691px;
	height: 169px;
	width: 275px;
	z-index: 6;
	line-height: 18px;
}

#underConstruction {
	position: absolute;
	z-index: 11;
	width: 77px;
	height: 69px;
	left: 449px;
	top: 621px;
	visibility: visible;
}








a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.headerSearchButton {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.headerSearchBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding-left: 2px;
	width: 110px;
	background-image: url(images/headerSearchBoxBG.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#menu {
	position: absolute;
	top: 65px;
	left: 261px;
	width: 510px;
	z-index: 14;
}


body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 150px;	/* Move over rather than down *
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

</style>
