/* @override 
	http://backstage/apps/xwrpubadmin/new_us/xml/styles/xactware.css
*/

@import url("extensions/jquery-ui.css");
@import url("extensions/colorbox.css");

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	background-image: url(../images/top-bar.jpg);
	background-repeat: repeat-x;
}
html>/**/body { line-height: 16px } /* This can only be seen by cool browsers (not IE6/7) */

p {
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

img {behavior: url(extensions/iepngfix/iepngfix.htc)} /* Fix for transparent png in IE6 */

#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#company-logo {
	position: absolute;
	left: -135px;
}
#search {
	position: absolute;
	right: 15px;
	top: 7px;
}
#search input {
	color: #333 !important;
}

#sites {
	position: absolute;
	right: 300px;
	z-index: 300;
	top: 5px;
	padding: 5px 8px;
	line-height: 20px;
	width: 11em;
}
#sites.selected {
	background-color: #fff;
	border: 1px solid #98a4b2;
}
#sites-other {
	display: none;
}
#sites a{
	color: #55779a;
}

#site-flag {
	position:absolute;
	top:15px;
	right:455px;
}

#menu {
	position: absolute;
	top: 51px;
	left: 15px;
	z-index: 200;
}
#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: absolute;
}
#menu a {
	display: block;
	width: 6.3em;
	text-decoration: none;
	color: #333;
	padding: 10px;
}
#menu ul a {
	width: 14.4em;
}
#menu li { /* all list items */
	float: left;
	border-bottom: 1px solid #cfd8e0;
	border-left: 1px solid #cfd8e0;
}
#menu li.store img {
	position: absolute;
	margin-left: 10px;
	margin-top: -3px;
}
#menu li, #menu ul li.selected {
	background-image: url(../images/menu-background.png);
	background-repeat: repeat-x;
	background-position: center left;
}
#menu li.selected, #menu ul li {
	background-image: url(../images/blank.gif);
	background-color: #fff;
}
#menu li.last, #menu ul li {
	border-right: 1px solid #cfd8e0;
}
#menu li ul { /* second-level lists */
	position: absolute;
	width: 14.4em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menu li ul li.first {
	border-top: 1px solid #CFD8E0;
}

#login {
	position:absolute;
	right: 82px;
	top: 51px;
	z-index: 200;
	display: none;
	border: 1px solid #99a5b3;
	border-top: none;
	width: 200px;
	background-color: #e5e5e5;
	padding: 10px;
}
#login input, #login select {
	width: 190px;
	margin-bottom: 10px;
}
#login #login-submit {
	width: 65px;
	float: right;
	position: relative;
	top: 5px;
}
#login a{
	font-size: 80%;
	color: #5b637a;
}
#login-button {
	background-color: #98a4b2;
	position: absolute;
	top: 51px;
	right: 15px;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 8px;
	cursor: pointer;
	width: 70px;
	text-align: center;
	background-image: url(../images/login.gif);
}

#breadcrumb {
	position: absolute;
	top: 95px;
	left: 26px;
}

#breadcrumb a {
	color: #000;
}

#teaser {
	position: relative;
	z-index: 20;
}
#main {
	padding-top: 130px;
}
#background-img {
	background-image: url(../images/wave_1280x215.jpg);
	height: 165px;
	background-repeat: repeat-x;
	background-position: bottom center;
	position: absolute;
	width: 100%;
	clear: both;
	z-index: -1;
	display: none;
	top: -999em;
}
#footer {
	background-image: url(../images/footer_bar.png);
	background-repeat: no-repeat;
	font-size:80%;
	position:absolute;
	z-index:20;
	padding: 5px;
	width:100%;
	left: 0;
	top: -999em;
}
#footer-left {
	float: left;
	margin-left: 5px;
}
#footer-right {
	float: right;
	margin-right: 25px;
}
#footer-right img {
	float: right;
	margin-left: 6px;
}

#footer a { color: #fff }
.blue { color: #1e5789 }
.red { color: #ff0000 }
.white { color: #ffffff }
.bold { font-weight: bold }

ul {
	list-style-image: url(../images/blue_bullet.gif) 
}

h2 { font-size: 120%; }
input.errorBox,select.errorBox,textarea.errorBox { border: 1px solid #ff0000; }
label.errorBox,label.error,div.errorBox { color: #ff0000; }
label.error {margin-left: 5px; margin-right: 5px;}
div.errorBox li { list-style-type: none }
.inline-left { float: left; padding: 10px; }
.inline-right { float: right; padding: 10px; }

	
img { border: none }
.ui-effects-transfer { border: 2px dotted #000000; z-index: 1000}
ul.ui-tabs-nav {
	background-image: url(../images/shadow_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: none;
}

/* banners */

.banner {
	width: 955px;
	height: 30px;
	padding: 70px 0px 0px 15px;
	color: #fff !important;
	font-size: 150%;
	font-family: Helvetica;
	font-weight: bolder;
	margin: 0px 0px 10px 0px !important;
	background-image: url(../images/company/narrow_banner_bkgd.jpg);
}

/* Tab content styles */

.content h1,h2 {
	font-family: Helvetica;
	font-weight: bolder;
	font-size: 150%; 
	margin: 15px 0px 10px 0px;
}

.content h3 { 
	color: #000;
	font-size: 120%;
	font-family: Helvetica;
	margin: 15px 0px 10px 0px;	
}

.content p {
	padding-left: 15px;
	font-family: Verdana;
	font-size: 12px;
}

.content ol {
	width: 600px; 
	margin: 10px;
}

.content li {
	font-family: Verdana;
	font-size: 12px;
	padding: 2px 2px 8px;
}

.quote li {
	list-style-image: url(../images/quote_bullet.gif) 
}

.quote .quote-attrb {
	text-align: right;
	font-weight: bold;
	color: ;
}

a {
	text-decoration: underline;
	color: #374961;
}

.content b{
	font-weight: bold;
}

.popup-info {
	display: none;
}

sup, sub {
	font-size: 60%;
}

.news-item-month {
	color:#FFFFFF;
	font-size:8px;
	line-height:8px;
	left:12px;
	position:absolute;
	top:7px;
}
.news-item-day {
	font-size: 10px;
	line-height: 10px;
	left:13px;
	position:absolute;
	top:20px;
}
.news-item-img {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: -1;
}
.news-item-info {
	margin-left: 45px;
}