body {
	margin: 0 auto !important;
	width: 996px !important;
	background: url(images/background.jpg) #8eaccd repeat-x;
}

#wrap {
	background: url(images/body-column-background.png) repeat-y;
}

#body2 #wrap, #body-404 #wrap {
	background: url(images/body-background.png) repeat-y;
}

#logo {
	background: url(images/background.jpg) repeat-x;
	height: 80px;
	position: relative;
}

/* header styles */

#header {
	height: 44px;
	position: relative;
}

#mainlogo {
	position: relative;
	top: 10px;
	width: 150px;
	height: 52px;
	background: url(images/apsoft.gif);
}

#mainlogo a {
	display: block;
	width: 150px;
	height: 52px;
}

#mainlogo a:hover {
	text-decoration: none;
}

/* mainmenu styles (menu-01) */
#menu-main {
	float: left;
	width: 740px; /* NOTE: same as 20 columns */
	height: 44px;
	background: url(images/menu-background.jpg) repeat-x;
}

#menu-news {
	float:left;
	width: 250px; /* NOTE: same as 7 columns - gutter */
	height: 44px;
	background: url(images/menu-news-background.jpg) repeat-x;
	text-align: center;
}

#menu-news a {
	color: white;
	display: block;
	font-size: 1.3em;
	line-height: 44px;
	text-decoration: none;
	width: 250px; /* NOTE: same as 7 colums - gutter */
	height: 44px;
}

#menu-news a:hover {
	background: url(images/menu-news-background-hover.jpg) repeat-x;
}

#menu-01 {
	margin: 0;
}

#menu-01 li {
	float: left;
	list-style: none outside none;
	background: none repeat 0 0 transparent;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 147px; /* NOTE: same as 4 colums - 1px */
	height: 44px;
	border-right: 1px solid #d1d1d1;
	position: relative;
}

#menu-01 li:hover {
	background: url(images/menu-background-hover.jpg) #f0f1f2 repeat-x;
}

#menu-01 li a {
	color: #444444;
	display: block;
	font-size: 1.3em;
	line-height: 44px;
	text-decoration: none;
	width: 147px; /* NOTE: same as 4 colums - 1px */
	height: 44px;
}

#menu-01 li a:hover {
	color: black;
}

#menu-01 .submenu, #menu-01 .submenu .submenu {
	position: absolute;
	display: none;
}

#menu-01 li:hover ul {
	display: block;
	z-index: 100;
}

#menu-01 li ul li {
	position: relative;
	border: none;
	background: url(images/menu-background-2.jpg) #dfdfdf repeat-x;
	text-align: left;
	padding: 6px 10px;
	height: auto;
	font-size: 0.8em;
	width: 127px;
	border-bottom: 1px solid #d1d1d1;
}

#menu-01 li ul li:hover {
	background: url(images/menu-background-2-hover.jpg) #f0f1f2 repeat-x;
}

#menu-01 li:hover ul li:hover .submenu {
	display: block !important;
	z-index: 150;
}

#menu-01 li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu-01 li ul li a {
	display: inline;
	line-height: 1.6em;
}

#menu-03 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ff8400;
}

#menu-image {
	border-bottom: 1px solid #6a90aa;
}

#logo-rows {
	display: block;
	font-style: italic;
	font-size: 1.3em;
	color: black;
	position: absolute;
	top: 123px;
	left: 50px !important;
	width: 500px;
}

#logo-rows span {
	display: block;
}

#body2 #logo-rows {
	top: 193px;
}

#logo-row-2 {
	font-weight: bold;
	padding-left: 15px;
}

#news {
	position: absolute;
	z-index: 50;
	top: 44px;
	left: 740px; /* NOTE: same as 20 columns */
	width: 250px; /* NOTE: same as 7 columns - gutter */
	height: 198px; /* 1px is border */
	background: url(images/triangle-blue.gif) 5px 0px #6a90aa no-repeat;
	border-bottom: 1px solid white;
	color: white;
}

#news h3 {
	padding: 12px 13px 0px 13px;
	font-size: 1.2em;
}

#news p {
	padding: 0px 15px;
	font-size: 0.9em;
}

#news .readmore {
	position: absolute;
	top: 175px;
	right: 0px;
	background: url(images/list-blue.gif) 0px 1px transparent no-repeat;
	font-size: 0.8em;
	padding: 0px 15px;
	font-size: 0.9em;
}

#news h3, #news a {
	color: white;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

#menu-04 {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
}

#menu-04 div {
	display: inline;
}

#menu-04 a {
	color: white;
	text-decoration: none;
}

#menu-04 a:hover {
	text-decoration: underline;
}

#menu-04 .on a {
	font-weight: bold;
}

#menu-05 {
	position: absolute;
	top: 243px;
	left: 740px; /* NOTE: same as 20 columns */
	width: 250px; /* NOTE: same as 7 columns - gutter */
	background: #6a90aa;
}

#menu-05 ul {
	border-bottom: 1px solid white;
}

#menu-05 ul, #menu-05 li {
	margin: 0;
	padding: 0;
}

#menu-05 li a:hover {
	background: url(images/list-blue.gif) 10px 0.5em #7da2bc no-repeat;
}

#menu-05 li a {
	display: block;
	padding: 3px 0 3px 30px;
	border-bottom: 1px solid white;
	color: white;
	text-decoration: none;
	background: url(images/list-blue.gif) 10px 0.5em no-repeat;
}

#main-content {
   padding-top: 15px;
}

#contact li {
	padding: 0 0 0 10px;
	background: none;
}

li.no-style {
	list-style: none outside none;
}

/* footer styles */

#footer {
	background: url(images/footer-background.png) #8eaccd no-repeat;
	color: #425668;
	width: 996px;
}

#menu-footer {
	height: 49px;
}

#menu-footer div {
	background: url(images/footer-spacer.png) 0px 10px no-repeat;
	padding-top: 15px;
	text-align: center;
	height: 30px;
	margin: 0px;
}

#footer-home {
	background: transparent !important;
}

#footer-home, #footer-contact, #footer-sitemap {
	float: left;
	width: 74px; /* NOTE: same as 2 columns */
}

#footer-gap {
	float: left;
	width: 629px; /* NOTE: same as 17 columns */
}

#footer-policy {
	float: left;
	width: 139px; /* NOTE: same as 4 columns - gutter */
}

#footer p {
	text-align: right;
}

#footer a {
	color: white;
}

#menu-footer a {
	color: white;
	text-decoration: none;
}

#menu-footer a:hover {
	text-decoration: underline;
}

/* content style */

.template-11-1, .template-11-2 {
	background: url(images/template-11-background.png) 0px 25px no-repeat;
}

.template-21 {
	background: url(images/template-21-background.png) 0px 27px no-repeat;
   padding-bottom: 15px;
}

.template-111 {
	border-top: 1px solid #c6d4e7;
}

.template-111-1, .template-111-2, .template-111-3 {
	background: url(images/template-111-background.jpg) no-repeat;
	min-height: 197px;
}

.template-111-1 div, .template-111-2 div, .template-111-3 div {
	padding: 10px 20px;
}

.template-spacer {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/* 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: #444444;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a {
	text-decoration: none;
	color: #848484;
}

h1 .part2, h2 .part2, h3 .part2, h4 .part2, h5 .part2, h6 .part2 {
	color: #7994b2;
}

a {
	color: #7d97b5;
	border: none;
}

a:hover {
	color: #4a4a4a;
	text-decoration: underline;
}

a.external-link-new-window {
	background: url(images/external-link.gif) right top no-repeat;
	padding-right: 11px;
}

a.download {
}

table.dashed a.external-link-new-window, td.partner-info-logo a.external-link-new-window {
	background: none;
	padding-right: auto;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

#main-content ul {
	list-style-type: disc;
	margin-left: 32px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-center td {
	text-align: center;
	vertical-align: middle;
}

.todo {
	color: white;
	background: red;
}

#main-content .readmore {
	display: block;
	padding-top: 7px;
	text-align: right;
}

#main-content .readmore a {
	padding: 3px 0px 3px 23px;
	background: url(images/list-round.jpg) 0px 1px no-repeat;
}

.img-right {
	float: right;
	margin-left: 10px;
}

.img-left {
	float: left;
	margin-right: 10px;
}

/* Blueprint typography override */
h1 {font-size: 1.5em; line-height: 1.5; margin-bottom: 1.5em;}
h2 {line-height: 1.75em;}
h2, h3, h4, h5, h6 {font-size: 1em; font-weight: bold; margin-bottom: 1.5em; line-height: 1.5em; padding-bottom: 0;}
h2, h3 {font-size: 1.25em; margin-bottom: 1em;}
h1, h2, h3 {font-weight: bold;}
h4, h5, h6 {font-style: italic;}
h5, h6 {font-weight: normal;}
ol[type="a"] { list-style-type: lower-alpha; }
/* NOTE: SIP -  form is out of grid! */
form p {line-height: 1.75; padding-bottom: 0; margin-bottom: 0.5em; padding-top: 0; margin-top: 0;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin-top: 0; margin-bottom: 0em; padding: 2px;}
label {font-weight: normal;}
textarea {height: 100px;}
input.button {padding-left: 1em; padding-right: 1em;}
input.submit {margin-left: 546px; width: 74px; /* NOTE: margin same as 15 columns - space, width same as 2 columns */}
form .missing {border: 1px solid red;}
.required-flag {color: red;}

/* Typo3 override */
.csc-textpic-right {
	text-align: right;
}

.csc-textpic-right .csc-textpic-text {
	text-align: left;
}

.csc-textpic-intext-right img, .csc-textpic-intext-right-nowrap img {
	float: right;
	margin-left: 10px;
}

.csc-textpic-intext-left img, .csc-textpic-intext-left-nowrap img {
	float: left;
	margin-right: 10px;
}

.csc-textpic-intext-right img, .csc-textpic-intext-left img, .csc-textpic-above img, .csc-textpic-below img {
	margin-bottom: 10px;
}
