body {
	margin: 0 auto !important;
	width: 950px !important; /* NOTE: SIP - same width as 24 columns (minus right span margin) in Blueprint framwerk. This doesn't collide with Blueprint, but it is necessarry to display background correctly. */
}

#wrap {
	background: url(images/footer-large.gif) bottom right no-repeat;
}

/* header styles */

#header {
	height: 80px;
	position: relative;
}

#mainlogo {
	position: absolute;
	top: 0px;
	left: 725px;
	width: 225px;
	height: 80px;
	background: url(images/logo.gif);
}

#mainlogo a {
	display: block;
	left: 700px;
	width: 250px;
	height: 80px;
}

#mainlogo a:hover {
	text-decoration: none;
}

#menu-01 {
	margin: 54px 0 0 40px; /* NOTE: SIP - 40px = grid column size (30px) + gutter width (10px) */
	padding: 0;
	list-style: none;
}

#menu-01 li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent !important;
}

#menu-01 li a {
	display: block;
	background: url(images/menu-bg.jpg) top left repeat-x;
	margin: 0 5px 0 0;
	padding: 2px 8px 0px 8px; /* NOTE: SIP - those 2px don't matter, because they are overlayed by second menu */
	line-height: 26px;
	color: #163976;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu-01 li a:hover {
	background-position: 0 -26px;
	color: white;
}

#menu-01 .submenu {
	position: absolute;
	top: 80px;
	left: 0;
	background: #163976;
	width: 950px;
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

#menu-01 .submenu li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent !important;
}

#menu-01 .submenu li a {
	display: block;
	background: #163976 !important;
	margin-left: 15px !important;
	color: #cecece !important;
	font-size: 0.9em !important;
	font-weight: normal !important;
	padding: 0 !important;
	line-height: 1.5em !important; 
}

#menu-01 .submenu li a:hover {
	color: white !important;
}

#menu-01 .off ul, #menu-01 .off div.submenu {
	display: none;
	height: 15px; /* NOTE: there should be 17px, but IE has different box model (2px difference is padding). We don't care, because correct height is in other browsers computed anyway */
}

#menu-01 .off:hover ul, #menu-01 .off:hover div.submenu {
	display: block;
	z-index: 100;
}

#menu-01 .on div.submenu {
	/* IE7 is not working otherwise */
	height: 0px;
}

#menu-01 .on .submenu li.on a {
	font-weight: bold !important;
	color: white !important;
}

#menu-01 li.on a {
	background-position: 0 -26px !important;
	color: white !important;
}

#menu-01 li.on li a {
	color: #cecece !important;
}

#menu-image {
	background: #666666;
	font-size: 1px; /* IE6 & IE7 need this */
}

#menu-03 {
	background: #666666;
	color: #fbfbfb;
	text-transform: uppercase;
	font-size: 0.9em;
	text-align: right;
}

#menu-03 span {
	padding: 0 2px;
}

#menu-03 a {
	color: #fbfbfb;
	text-decoration: none;
}

#menu-03 a:hover {
	color: #e3e3e3;
	text-decoration: underline;
}

#menu-03 .on a {
	font-weight: bold;
}

#menu-03 div {
	display: inline;
}

#menu-navigation {
	padding-right: 10px;
}

#breadcrumb {
	display: block !important;
	float: left;
	width: 610px;
	text-align: left;
	padding-left: 10px;
	text-transform: none;
}

/* footer styles */

#footer {
	background: url(images/footer-line.gif) repeat-x bottom;
}

#footer p {
	padding-top: 20px; /* NOTE: do not use margin-top */
}

/* common styles */
.accessible {
	position: absolute;
	left: -10000em;
}

body, table, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #666666;
}


h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: underline;
}

a {
	color: #163976;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #163976;
	text-decoration: underline;
}

a.external-link-new-window {
	background: url(images/external-link.gif) right top no-repeat;
	padding-right: 11px;
}

a.download {
	background: url(images/download-link.gif) right top no-repeat;
	padding-right: 14px;
}

table.dashed a.external-link-new-window, td.partner-info-logo a.external-link-new-window, .no-download-icon a.download {
	background: none;
	padding-right: auto;
}

ul {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0;
}

ul li, .listed {
	background: url(images/list-item.gif) 0px 6px no-repeat;
	padding-left: 10px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

table.align-center th, table.align-center td {
	text-align: center;
	padding-right: 10px;
}

.left-dashed-border {
	padding-left: 24px;
	margin-left: 15px; /* NOTE: on the left side must be column that doesn't belong to .last class */
	border-left: 1px dashed #cccccc;
}

.right-dashed-border {
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px dashed #cccccc;
}

.spacer {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.alternative-header {
	border-top: 1px solid #cccccc;
	text-transform: none;
}

.todo {
	color: white;
	background: red;
}

/* Blueprint typography override */
h1 {font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em;}
h2, h3, h4, h5, h6 {font-size: 1em; font-weight: bold; margin-bottom: 1.5em; line-height: 1.5em; margin-bottom: 0; padding-bottom: 0;}
h1, h2 {text-transform: uppercase;}
h1, h2, h3 {font-weight: bold;}
h4, h5, h6 {font-style: italic;}
h5, h6 {font-weight: normal;}
/* NOTE: SIP -  form is out of grid! */
form p {line-height: 1.75; padding-bottom: 0; margin-bottom: 0.25em; padding-top: 0; margin-top: 0;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin-top: 0; margin-bottom: 0em;}
label {font-weight: normal;}
textarea {height: 100px;}
input.button {padding-left: 1em; padding-right: 1em;}
input.submit {margin-left: 440px; width: 70px; /* NOTE: margin same as 11 columns + space, width same as 2 columns */}
form .missing {border: 1px solid red;}

