/*** FRAMEWORK - HORIZONTAL ***/

body {
	background-image: url("/images/framework/bg_image.jpg"), url("/images/framework/bg_image-repeat.jpg");
	background-position: center top, center top;
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, repeat-y;
	/*-webkit-background-size: 2000px 1200px, 2000px 1px;*/ /*mostly for mobile safari*/
	background-size: cover, cover;
	background-color: #024473;
}

div.headerPanel {
	position: fixed;
	z-index: 130;
	top: 0px;
	left: 0px;
	height: 100%;
}

div.titleImg {
	position: fixed;
	z-index: 135;
	bottom: 8px;
	left: 2px;
}

a.titleImg {
	display: block;
	text-decoration: none;
}

a.titleImg:hover {
	text-decoration: none;
}

img.titleImg {
	display: block;
	border: none;
}

div.aplLogoImg {
	position: fixed;
	z-index: 136;
	bottom: 40px;
	left: 65px;
}

div.aplLogoImg75 {
	position: fixed;
	z-index: 136;
	bottom: 40px;
	left: 48px;
}

a.aplLogo {
	display: block;
	text-decoration: none;
}

a.aplLogo:hover {
	text-decoration: none;
}

img.aplLogo {
	display: block;
}

table.menu {
	height: 100%;
}

table.menu td.menuHead {
	background-color: background-color: hsla(205, 100%, 15%, 0.50);
}

table.menu td.menuItems {
	vertical-align: middle;
	background-color: hsla(205, 100%, 10%, 0.50);
}

table.menuItems {
	position: relative;
	top: -5%;
	height: 65%;
}

table.menuItems td.item {}

/*
table.menu td.headerShadow {
	height: 100%;
	background-image: url("/images/framework/menu_shadow-horiz-middle.png");
	background-position: left top;
	background-repeat: repeat-y;
}
*/

a.menuItem, a.menuItemSelected {
	display: block;
	font-family: OpenSansSemiBold, sans-serif;
	font-size: 18px;
	text-align: right;
	padding: 9px 10px 10px 18px;
	color: hsl(205, 100%, 70%);
	white-space: nowrap;
}

a.menuItem:hover, a.menuItemSelected:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 0%, 0.20);
}

a.menuItemSelected {
	color: hsl(50, 100%, 65%);
}

div.pullDownMenu {
	position: fixed;
	z-index: 128;
	visibility: hidden;
	top: 0px;
	left: 0px;
	padding: 2px;
	background-color: hsl(205, 80%, 15%);
}

a.pullDownMenuItem {
	display: block;
	color: hsl(205, 100%, 85%);
	font-size: 12px;
	padding: 5px 8px 5px 8px;
}

a.pullDownMenuItem:hover {
	text-decoration: none;
	background-color: hsla(0, 0%, 100%, 0.15);
}

div.uwPanel {
	position: fixed;
	z-index: 110;
	right: 0px;
	top: 50%;
	height: 328px;
	background-image: url("/images/framework/uw_band-right.png");
	background-position: right top;
	background-repeat: no-repeat;
}

p.uwPatch {
	position: relative;
	top: 140px;
}

div.contentPanel {
	margin: 10px 85px 10px 255px;
}

div.content {
	/*display: table;*/ /*keeps all content rows at the same width*/
	/*width: 100%;*/ /*necessary when display is table*/
	padding: 8px;
}

div.preloadImages {
	position: fixed;
	left: 0px;
	top: -500px;
	visibility: hidden;
}

div.centerFloatElement1 {
	position: fixed;
	/*top: 35%;*/
	left: 50%;
	display: none;
}

div.centerFloatElement2 {
	position: relative;
	left: -50%;
}

div.centerFloatElement3 {
	position: relative;
	left: 88px; /*need to move right half the width of the left menu panel*/
}

div.centerFloatStandardV {
	top: 35%;
}
