/* Simplified CSS
 * Body           - Special id "index" for the homepage
 * Wrapper        - Contains entire page
 * +- Header      - Contains logo
 * +- navigation  - Contains the main area tab navigation at the top
 * +- pagebody    - Full width body container with gradient top right
 *    +- banner   - Full width, image(s) body id=index gives full size
 *    +- search   - Search form/button/box
 *    +- .sidebar - Any fixed width left sidebar
 *    +- .subnavigation - Bullets and headers for navigation in sidebar
 *       +- requestinfo   - Bullets and background for working with EGS
 *    +- maincontent      - Regular page data, fixed width
 *       +- .nextsteps    - Header and line beneath
 *    +- linkarea         - Full width page data
 *    +- .list            - UL/DL list style with arrow bullets and linking
 *    +- footer           - Full width Horizontal line and name/address below
 */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #313a4f;
	font: 0.7em/170% Helvetica, Arial, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	border: none;
}
.meta {
	position: absolute;
	visibility: hidden;
}
#wrapper {
	background: #fff;
	width: 843px;
	margin: 0 auto;
}

/* Header */
#header {
	margin-bottom: 1px;
	height: 70px;
	position: relative;
}
#header h1 a {
	background: transparent url("/Images/logo-new.gif") no-repeat 0 0;
	position: absolute;
	width: 227px;
	height: 36px;
	line-height: 400px;
	text-indent: 1000px;
	overflow: hidden;
	left: 20px;
	text-decoration: none;
	top: 16px;
}

/* Navigation */
#navigation {
	background: #edf0f3 url("/Images/bgnavi.gif") no-repeat 0 0;
	float: left;
	width: 100%;
}
#navigation ul {
	list-style: none;
	padding-left: 20px;
}
#navigation * {
	float: left;
}
#navigation a {
	color: #000;
	height: 2.2em;
	line-height: 2.3em;
	margin-right: 1.7em;
	text-decoration: none;
}
/* Automatically highlight sections */
#navigation .selected a,
#navigation a:hover,
body#banking #navigation #banking a,
body#enterprise #navigation #enterprise a,
body#developers #navigation #developers a,
body#search #navigation #search a,
body#about #navigation #about a {
	background: transparent url("/Images/bgnav_underscore.gif") repeat-x 0 100%;
}

/* Banner */
#banner {
	background: #55351c url("/Images/floor.gif") no-repeat scroll right;
	height: 100px;
	float: left;
	margin-top: 1px;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

body#index #banner {
	background: #55351c url("/Images/bg_teaser_trans.jpg") no-repeat 0 0;
	height: 222px;
}

#sectionimage {
	width: 216px;
	height: 100px;
}

body#banking #sectionimage {
	background: #55351c url("/Images/bank-section.jpg") no-repeat 0 0;
}
body#enterprise #sectionimage {
	background: #55351c url("/Images/enterprise-section.jpg") no-repeat 0 0;
}
body#developers #sectionimage {
	background: #55351c url("/Images/product-section.jpg") no-repeat 0 0;
}
body#about #sectionimage {
	background: #55351c url("/Images/about-section.jpg") no-repeat 0 0;
}
body#search #sectionimage {
	background: #55351c url("/Images/about-section.jpg") no-repeat 0 0;
}


#banner img {
	float: left;
}

/* Search bits */
form#search {
	float: right;
	padding: 0.4em 0 0 0;
	padding-right: 20px;
}
form#search #query,
form#search .button {
	font-size: 100%;
}
form#search #query {
	background: #fff url("/Images/bg_input.gif") repeat-x 0 -1px;
	border: 1px solid #848a98;
	padding: 0.1em 0.2em;
}
form#search .button {
	background: #2B4380;
	border: 1px solid #1c283a;
	color: #fff;
	cursor: pointer;
	padding: 0.1em 0.3em;
	font-size: 80%;
	font-weight: bold;
}
form#search #query {
	margin-right: 0.7em;
	width: 100px;
}
form#search label {
	position: absolute;
	visibility: hidden;
}

/* Subnavigation */
.subnavigation {
	background: #55351c url("/Images/bgbanner.gif") repeat-x 0 0;
	float: left;
	padding: 30px 0 15px 0;
	width: 216px;
	overflow: hidden;
}
#banner .subnavigation {
	background: transparent;
	padding-top: 15px;
	height: 100%;
}
.subnavigation h2 {
	color: #fff;
	font-size: 130%;
	margin-bottom: 0.4em;
	padding-left: 20px;
}
.subnavigation ul {
	list-style: none;
}
.subnavigation ul li,
.subnavigation ul li a {
	float: left;
	clear: both;
	color: #b6c4d1;
	text-decoration: none;
}
.subnavigation ul li a {
	background: transparent url("/Images/icon_link_banner.gif") no-repeat 19px 50%;
	padding: 0.1em 0;
	padding-left: 34px;
	width: 180px;
}
.subnavigation ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.subnavigation .selected a {
	font-weight: bold;
	color: #fff;
}
.subnavigation .selected ul a {
	font-weight: normal;
	color: #939ba9;
}

/* Industry sidebar */
.subnavigation.industries {
	background: transparent url("/Images/bg_pagebody.jpg") no-repeat 100% 0;
	padding-top: 15px;
}
.subnavigation.industries h2 {
	color: #2b4380;
	font-size: 140%;
}
.subnavigation.industries dl dt {
	color: #2b4380;
	padding: 1em 5px;
}
.subnavigation.industries dl dt a {
	color: #dc2300;
	font-size: 115%;
	background: transparent;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
.subnavigation.industries dl dt a:hover {
	color: #dc2300;
	text-decoration: underline;
}
.subnavigation.industries img {
	float: left;
	margin-right: 10px;
}
.subnavigation.industries dl dd {
	float: left;
	padding-left: 5px;
	padding-bottom: 1em;
	clear: both;
	line-height: 1.5em;
}


/* List components */
.list {
	list-style: none;
	float: left;
}
.list li,
.list li a,
.list dt,
.list dt a,
.list dd {
	background: transparent;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.list dd {
	margin: 0px 1em 0px 18px;
}
.list li {
	width: 100%;
}
.list li a,
.list dt a {
	background: transparent url("/Images/icon_link.gif") no-repeat 0 0.5em;
	color: #313a4f;
	float: left;
	padding: 0.1em 0;
	padding-left: 18px;
	text-decoration: none;
}
.list li a span,
.list dt a span {
	color: #8c98a9;
}
.list li a:hover,
.list dt a:hover {
	text-decoration: underline;
}
.list .selected {
	font-weight: bold;
}

/* Sidebar */
.sidebar {
	float: left;
	width: 216px;
}
.sidebar h3 {
	color: #313a4f;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	font-size: 100%;
}
.sidebar .section {
	background: #f2f3f5;
	clear: both;
	padding: 0 20px 1em 20px;
	position: relative;
	width: 176px;
	float: left;
}
.sidebar .section.workingwith {
	background: #edf0f3 url("/Images/bgnav_underscore.gif") repeat-x 0 0;
	margin-bottom: -1em;
	padding-top: 1.3em;
}
.sidebar a {
	color: #313a4f;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar p {
	margin-bottom: 1em;
}


/* Maincontent */
#pagebody {
	background: transparent url("/Images/bg_pagebody.jpg") no-repeat 100% 1px;
	float: left;
	width: 843px;
}
#index #pagebody {
	background: transparent;
}
#maincontent {
	float: left;
	padding: 0px 25px 0px 25px;
	width: 570px;
}
#maincontent a {
	color: #dc2300;
}
#maincontent .highlight {
	color: #613d20;
}
#maincontent h1 {
	color: #2b4380;
	font-size: 280%;
	line-height: 100%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	position: relative;
}
* html #maincontent h1 {
	margin-top: 1em;
}
#maincontent h1 span {
	color: #818fb4;
}
#maincontent p {
	margin-bottom: 1em;
}
#maincontent p.para {
	clear: both;
}
#maincontent h2.para {
	padding-top: 1em;
}
#maincontent p.excerpt {
	clear: both;
	color: #313a4f;
	font-size: 130%;
	line-height: 150%;
	padding-right: 50px;
}
#maincontent p.excerpt strong {
	font-weight: normal;
}
#maincontent p .highlight {
	font-weight: normal;
}
#maincontent .column p.excerpt {
	padding-right: 0;
}
#maincontent h2 {
	border-bottom: 1px solid #d0d7e0;
	clear: both;
	color: #313a4f;
	font-size: 170%;
	line-height: 130%;
	margin: 1em 0 0.7em 0;
	padding-bottom: 0.3em;
}
#maincontent h2 em {
	color: #818fb4;
	display: block;
	font-style: normal;
	font-size: 75%;
}
#maincontent .section h2 {
	border: none;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#maincontent .section h2 a {
	color: #313a4f;
	text-decoration: none;
}
#maincontent .section h3 em {
	color: #000;
	display: block;
	font-size: 75%;
	font-style: normal;
}
#maincontent .columns {
	float: left;
	width: 100%;
}
#maincontent .column {
	clear: both;
	float: left;
	margin: 1em 0;
	width: 48%;
}
#maincontent .column.right {
	clear: none;
	float: right;
}
#maincontent ul {
	list-style: none;
	margin-bottom: 1em;
	padding-right: 100px;
}
#maincontent .column ul {
	padding-right: 0;
}
#maincontent ul li {
	background: transparent url("/Images/icon_list.gif") no-repeat 2px 50%;
	padding-left: 16px;
}
#maincontent ul li strong {
	font-weight: bold;
}
#maincontent .nextsteps {
	clear: both;
	float: left;
	margin: 1em 0;
}


/* Footer */
#footer {
	border-top: 1px solid #d0d7e0;
	clear: both;
	margin-top: 20px;
	padding: 0.7em 0;
	padding-right: 0;
	position: relative;
	float: left;
	width: 842px;
}
body#index #footer {
	margin-top: 5px;
	border: none;
}
#footer ul {
	list-style: none;
}
#footer li {
	margin-right: 1em;
}
#footer li,
#footer li a {
	float: left;
}
#footer li a {
	color: #758597;
	text-decoration: none;
}
#footer .separator {
	background: transparent url("/Images/icon_separator.gif") no-repeat 0 0.6em;
	padding-left: 1.2em;
}
#footer li a:hover {
	color: #dc2300;
}

/* Search results page */
body#search h2 {
	margin-top: 1em;
	margin-left: 20px;
	font-size: 200%;
}

dl#searchRes {
	position: relative;
	margin-top: 1em;
}

dl#searchRes dt {
	padding: 0 0 0 20px;
	font-size: 130%;
}

dl#searchRes dt.high {
	background: transparent url("/Images/grn_ball.gif") no-repeat 0 3px;
}
dl#searchRes dt.med {
	background: transparent url("/Images/yel_ball.gif") no-repeat 0 3px;
}
dl#searchRes dt.low {
	background: transparent url("/Images/red_ball.gif") no-repeat 0 3px;
}

dl#searchRes dd {
	padding: 0 0 0 20px;
	margin-bottom: 1em;
	line-height: 1em;
}

	

/* pyramid for homepage */
#drm {
	float:left;
	text-align: center;
	border: solid 2px #dc2300;
	padding: 1em 15px 0 15px;
	width: 360px;
	margin-left: 30px;
}
#drm h3 {
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0px;
	padding: 0px;
}
#drm ul {
	margin: 0px auto;
	padding: 0;
	clear:both;
	height: 30px;
}

#drm .py1 {
	width: 104px;
}
#drm .py2 {
	width: 208px;
}
#drm .py3 {
	width: 312px;
}
	
#drm ul li,
#drm ul li a,
#drm .popupModel a {
	background: #818fb4;
	color: #fff;
	float:left;
	width: 100px;
	padding: 0px;
	border: solid 1px #fff;
	line-height: 1.2em;
	height: 30px;
}
#drm ul li a {
	text-decoration: none;
}
#drm ul li a:hover {
	background: #dc2300;
}

#dra {
	border: solid 2px #758597;
	padding: 0px 15px 7px 15px;
	margin-bottom: 5px;
}

#dra h3 {
	margin-top: 0px;
	margin-bottom: 1em;
}

/* YUI popups */

#popupWindow,
#hoverWindow {
	z-index: 99;
	text-align: left;
	visibility: hidden;
}

#hoverWindow {
	border: 2px outset #2b4380;
	background-color: #F0F1F6;
}

#popupWindow .ft,
#hoverWindow .ft {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #3d77cb;
}

#hoverWindow .ft {
	border-top: none;
	color: #808080;
	font-style: italic;
	line-height: 1em;
	margin-bottom: .5em;
	margin-right: 1em;
}

#popupWindow .ft #popupOk {
	font-size: 100%;
	padding: 2px 10px;
}

#hoverWindow p {
	margin: 1em 1em;
	margin-bottom: 0em;
}


.popupPageList dt {
	color: #dc2300;
	width: 6.5em;
	float: left;
	padding: .5em;
	font-weight: bold;
}

.popupPageList dd {
	padding: .5em;
}

#drm .popupPageList dd ul {
	margin: 0;
	padding: 0 2em;
	list-style: circle;
	height: 100%;
}

#drm .popupPageList dd ul li {
	background: transparent;
	color: #313a4f;
	text-decoration: none;
	height: auto;
	width: auto;
	float: none;
}

#drm .popupPageList .embeddedList {
	margin-bottom: 1em;
}

