table tr td {
    vertical-align:top;
    text-align: left;
}

body {
    font-family: arial, helvetica, sans-serif;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/control/stream?contentId=background.gif");
    background-position: center;
    background-repeat: repeat-y;
    width: 100%;
    text-align: center;
}

sup {
	color: #ff6600;
	font-weight: bold;
}

#content {
    margin-top: 5px;
}

#content h1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000032;
    padding: 0;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

#content h2, #content h3, #content h4, #content h5, #content h6, #content h7 {
    font-weight: normal;
    color: #4288b4;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.4em;
}

#clouds {
	padding: 0;
	margin: 0;
	text-align: center;
}

#clouds h1 {
    padding: 20px 0px 20px 0px;
    margin: 0;
    font-size: 20pt;
    font-weight: normal;
    color: #000032;
}

#wrapper {
    width: 950px;
    background-color: #ffffff;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header {
    background-color: #000032;
    width: 950px;
    height: 113px;
}

/* NAVIGATION  */
#navcontainer {
    background-color: #233277;
    height: 30px;
    font-size: 14pt;
    width: 940px;
    padding-left: 10px;
}

#nav {
    list-style: none;
    display: inline;
    text-align: left;
}

#nav li {
    background-color: #233277;
    background-image: url("/control/stream?contentId=menuitem_background.gif");
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    height: 30px;
    line-height: 28px;
    width: 15%;
}

#nav .last {
    background-image: url("/control/stream?contentId=menuitem_last_background.gif");
    background-position: right;
    background-repeat: no-repeat;
    width: 10%;
}

#nav li a {
    font-size: 14pt;
    color: #ffffff;
    text-decoration: none;
    padding-left: 15px;
}

#nav li:hover a {
    color: #4288b4;
}

#nav li ul {
    position: absolute;
    display: block;
    visibility: hidden;
    margin-left: 12px;
    margin-top: 2px;
    padding: 4px 0px 2px 0px;
    background-color: #458ECB;
    border-style: outset;
    border-width: 0px 1px 1px 1px;
    border-color: #458ECB;
    clear: both;
}

#nav li:hover ul {
    left: auto;
    display: block;
    visibility: visible;
    clear: both;
}

#nav li ul li a {
    font-size: 11pt;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    margin-left: 0px;
    margin-right: 0px;
}

#nav li ul li a:hover {
    color: #ffffff;
    background-color: #336699;
}

#nav li:hover ul li a {
    color: #ffffff;
}

#nav li ul li {
    background-color: #458ECB;
    background-image: none;
    clear: left;
    margin-bottom: 4px;
    padding-bottom: 2px;
    background-image: none;
    height: auto;
    line-height: 18px;
}

#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    z-index: 99;
    position: relative;
    overflow: visible;
}

/* all see this */
#nav ul ul, #nav ul ul ul {
    display: none;
    position: absolute;
    margin-top: -1.8em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul {
    margin-top: -1.35em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul {
    display: none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul {
    display: block;
}

li>ul {
    top: auto;
    left: auto;
}

#navseparator {
	padding: 0;
	margin: 0;
    color: #ff2801;
    background-color: #ff2801;
    height: 3px;
    width: 100%;
}
/* END NAVIGATION */


#body {
    width: 950px;
    float: left;
}

#content {
    float: left;
    padding: 0px 28px 28px 28px;
    background-color: #ffffff;
    width: 620px;
    text-align: justify;
}

#rhs {
    float: right;
    width: 200px;
    margin-top: 36px;
    margin-left: -265px;
    padding: 0px 28px 28px 28px;
    background-color: #ffffff;
    border-left: 1px solid #000032;
    <!--[if IE]>position: absolute;<![endif]-->
}

#logo {
    padding-top: 20px;
    padding-left: 20px;
    width: 211px;
    height: 90px;
}

#clouds {
    float: left;
    width: 950px;
    height: 422px;
    background-image: url("/control/stream?contentId=cloud-background.jpg");
}

#tech-overview-blue {
    width: 854px;
    height: 333px;
    background-image: url("/control/stream?contentId=ERP-diag-white-bg.gif");
}

#banner {
	width: 650px;
	margin-bottom: 10px;
    margin-top: 10px;
}

#banner h1 {
	margin-top: 0;
	padding: 22px 0 0 15px;
	line-height: 0.5;
}

#banner h3 {
    padding: 20px 0 0 15px;
    line-height: 0.5;
}

#banner p {
    padding: 10px 120px 0 15px;
    font-weight: bold;
}

#footer {
    clear: both;
    padding-left: 8px;
    padding-right: 8px;
}

#IE6 Bug Fix
* html #footer {
    height: 1px;
}

.error {
    font-size: 10pt;
    color: #ff0000;
}
