/* these styles are provided as a possible guide only. no warrenty or guarentee about
how they may work when integrated with 3rd party applications is implied or assumed. */

body {
	padding: 0px; 
	margin: 0px;
	}
	
#utilityLinks {
	color: white; 
	font-size: 11px;
	margin:0px;
	text-align: right;
	position: absolute;
	top: 8px;
	right: 18px;
	width: 500px;
	}
	
#utilityLinks a, #utilityLinks a:link, #utilityLinks a:visited { 
	font-size: 11px; 
	color: white;
	text-decoration: none;
	text-align: right;
	}

#utilityLinks a:hover {
	color: #FFA500;
	text-decoration: underline;
}

#utilityLinks a:active {
	color: white;
	text-decoration: none;
}

#liveHelpLinks {
	margin:0px;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 190px;
}

#liveHelpLinksStaff {
	margin:0px;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 230px;
}

#headerWrapper {
	width: 780px;
	height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	}

#headerBanner {
	width: 776px;
	height: 99px;
	background: #003333 url(../images/gradientTile.jpg) top left repeat-x;
	margin-left: 2px;
	}

#headerBannerFull {
	width: 100%;
	height: 99px;
	background: #003333 url(../images/gradientTile.jpg) top left repeat-x;
	}
#headerBannerError {
	width: 776px;
	height: 99px;
	background: #003333 url(../images/gradientTile.jpg) top left repeat-x;
	margin-left: 1px;
	}

#headerBanner img, #headerBannerFull img, #headerBannerError img {
	margin: 12px 0 0 18px;
}

#bannerImage {
	width: 132px;
	height: 75px;
	position: absolute;
	top: 5px;
	left: 5px;
}
	
#leftEndCap {
	width:2px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/leftHandEndCap.gif) top left no-repeat;
}
	
#rightEndCap {
	width:2px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/rightHandEndCap.gif) top left no-repeat;
	}
	
#headerWrapper #pageTitle {
	position: absolute;
	top: 44px;
	right: 18px;
	width: 600px;
	text-transform: uppercase;
	font-size: 22px;
	text-align: right;
	color: white;
}
	

