/* CSS Document */
body {
	margin: 0pt auto;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 100%;
	width: 100%;
	background: #434D58 url(images/bg-2.jpg) repeat-x scroll;
}

#top-links {
	position: absolute;
	right: 30px;
}

.logolink {
	display: block;
	height: 100px;
	margin-left: 15px;
	position: absolute;
	width: 200px;
}

h1 {
	font-size: 1.35em;
	text-align: left;
	color: #3A3C52;
	line-height: 1.35;
	font-weight: bold;
	text-indent: 0px;
	margin: 5px 0 0 20px;
}

h2 {
	font-size: 1.35em;
	text-align: left;
	color: #3A3C52;
	line-height: 1.35;
	font-weight: bold;
	text-indent: 0px;
	margin: 25px 0 0 15px;
}

/* Small Yellow Heading */
h3 {
	font-size: 12px;
	margin: 10px;
	text-align: left;
	color: #FFAE00;
	line-height: 20px;
	font-weight: bold;
}

/* Fact Sheet Blue Heading */
h4 {
	font-size: 12px;
	margin: 15px;
	text-align: left;
	color: #002143;
	line-height: 20px;
	font-weight: bold;
}

/* Big Yellow heading */
h5 {
	font-size: 16px;
	margin: 10px;
	text-align: left;
	color: #FFAE00;
	line-height: 20px;
	font-weight: bold;
}

/* Used for two column display*/
#content-dummy {
	margin: 0px 10px 0px 210px;
	min-width: 500px;
	height: auto;
	position: relative;
	display: block;
}

.demo-show {
	position: relative;
	overflow: hidden;
	margin: 10px 420px auto 20px;
}

.demo-myzone {
	float: right;
	width: 380px;
	margin-top: 10px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

/* Generic panel style */
.dash-panel {
	border: solid 1px #aaaaaa;
	display: block;
	vertical-align: top;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	background: #FFFFFF;
	z-index: 1;
}

/* Panel title box and style */
.dash-panel-title {
	height: 25px;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 25px;
	display: block;
	background: url(images/box-title-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	margin: 0px;
	text-align: left;
	text-indent: 25px; *
	border-bottom: solid 1px #aaaaaa;
	position: relative;
	display: block;
}

.dash-panel-title:hover {
	background: url(images/dash-box-title-bg.jpg);
}

/* Panel title box and style */
.highlighted {
	background: url(images/dash-box-title-bg.jpg);
}

.exclamation {
	position: absolute;
	left: 2px;
	top: 4px;
	padding: 0px;
	margin: 0px;
}

h3.dash-panel-title span {
	position: absolute;
	right: 25px;
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	padding: 0px;
	margin: 0px; *
	margin-top: -2px;
}

/* Panel content */
.dash-panel-content {
	padding: 0px 0px 4px 0px;
	font-size: 11px;
	font-weight: lighter;
	color: #464646;
	line-height: 13px;
	display: table;
	list-style: none;
	margin-top: 0px;
	width: 100%;
	background: #FFFFFF;
	z-index: 1;
	postition: relative;
}

/* Panel content */
.dash-panel-content p {
	padding-left: 20px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

ul li {
	list-style: disc url(images/red-bullet.png) outside;
	display: list-item;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
}

.main-message {
	width: 534px;
	height: 100px;
	position: relative;
	display: block;
}

a img {
	text-decoration: none;
	border: none;
}

.main {
	background: url(images/main.png);
}

.main-bot {
	background: url(images/main-bot.png);
	height: 38px;
}

.feat-main {
	background: url(images/feat-main.png);
}

.feat-main-bot {
	background: url(images/feat-main-bot.png);
}

.why-mango {
	background: url(images/why-mango.png);
}

.dash-feat {
	background: url(images/dashboard-1.png);
}

.doc-feat {
	background: url(images/document-1.png);
}

.event-feat {
	background: url(images/event-1.png);
}

.hr-feat {
	background: url(images/hr-1.png);
}

.imp-feat {
	background: url(images/improvement-1.png);
}

.sup-feat {
	background: url(images/supplier-1.png);
}

.sysadmin-feat {
	background: url(images/sysadmin-1.png);
}

.dash-tute {
	background: url(images/dashboard-2.png);
}

.doc-tute {
	background: url(images/document-2.png);
}

.event-tute {
	background: url(images/event-2.png);
}

.hr-tute {
	background: url(images/hr-2.png);
}

.imp-tute {
	background: url(images/improvement-2.png);
}

.sup-tute {
	background: url(images/supplier-2.png);
}

.sysadmin-tute {
	background: url(images/sysadmin-2.png);
}

.tute-main {
	background: url(images/tute-main.png);
}

#wrapper {
	width: 1029px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
	padding-top: 35px;
}

#header-top {
	background: url(images/hd-top-2-shd.png) no-repeat;
	height: 24px;
	width: 1029px;
}

#header {
	background: url(images/hd-2-shd.png) no-repeat;
	height: 110px;
	width: 1029px;
	position: relative;
}

a {
	color: blue;
	text-decoration: none;
}

.top-links-text {
	color: white;
	text-decoration: none;
}

#container a {
	color: black;
	text-decoration: none;
}

#container a:hover {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#blue-bar {
	background: url(images/bl-rw-2-shd.png) no-repeat;
	height: 26px;
	width: 1029px;
	z-index: 10;
	display: block;
	font-size: 10px;
	line-height: 10px;
}

#content-wrapper {
	background: url(images/content-side-2-shd.png) repeat-y scroll left top;
	height: auto;
	padding: 0px 10px 30px 10px;
	width: 1029px;
	float: left;
	position: relative;
}

#content-bottom {
	background: url(images/cont-bot-2-shd.png) no-repeat;
	height: 50px;
	width: 1029px;
	float: left;
}

/**************************************************************
   All page content except for footer
 **************************************************************/
#content {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 1004px;
	margin-left: 5px;
}

.widthPad {
	width: 950px;
}

.padding-top-10 {
	padding-top: 10px;
}

#content-bottom {
	background: url(images/cont-bot-2-shd.png) no-repeat;
	height: 50px;
	width: 1029px;
	float: left;
}

#header .nav-container {
	height: 44px;
	width: 633px;
	display: inline;
	list-style: none;
	margin: 67px 25px 2px 2px;
	float: right;
}

#header .nav-container a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	list-style: none;
}

#header .nav-container ul {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	list-style: none;
	list-style-image: none;
}

#header .nav-container ul li {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	list-style: none;
	list-style-image: none;
}

#header .nav-container ul li .nav-button {
	width: 122px;
	height: 44px;
	text-align: center;
	vertical-align: middle;
	padding: 14px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 2px;
	display: inline;
	list-style: none;
	z-index: 1;
}

#header .nav-container ul li .blue-nav {
	background: url(images/nav-but-blue.png) no-repeat;
	color: #000000;
}

#header .nav-container ul li .black-nav {
	background: url(images/nav-but-blk.png) no-repeat;
	color: #FF9C04;
}

#header .nav-container ul li .blue-nav:hover {
	background: url(images/nav-but-blk.png) no-repeat;
	color: #FF9C04;
}

.black-nav:hover {
	background: url(images/nav-but-blk.png) no-repeat;
	color: #FF9C04;
}

#front-top-panel {
	width: 942px;
	height: 400px;
	margin: 20px 30px 0px 30px;
	display: block;
	background: url(images/lg-pnl-bg.png) repeat scroll left top;
	position: relative;
}

.pnl-bg-lt {
	background: transparent url(images/lg-pnl-lt.png) no-repeat scroll left
		top;
	width: 950px;
	height: 400px;
}

.pnl-bg-rt {
	background: transparent url(images/lg-pnl-rt.png) no-repeat scroll right
		top;
	width: 950px;
	height: 400px;
}

#front-bottom-right-panel {
	width: 950px;
	height: auto;
	position: relative;
	margin: 20px 40px 0px 30px;
	float: left;
	display: block;
}

#mid-panel {
	width: 950px;
	margin: 20px 30px 0px 30px;
	display: block;
	background: transparent url(images/mid-pnl-bg.png) repeat scroll;
}

#mid-panel .mid-pnl-bg-lt {
	background: transparent url(images/mid-pnl-lt.png) no-repeat scroll left
		top;
	width: 950px;
	height: 220px;
}

#mid-panel .mid-pnl-bg-rt {
	background: transparent url(images/mid-pnl-rt.png) no-repeat scroll
		right top;
	width: 950px;
	height: 220px;
}

#mid-panel-bl {
	width: 950px;
	margin: 20px 30px 0px 30px;
	display: block;
	background: transparent url(images/mid-pnl-bg-bl.png) repeat scroll;
}

#mid-panel-bl .mid-pnl-bg-lt-bl {
	background: transparent url(images/mid-pnl-lt-bl.png) no-repeat scroll
		left top;
	width: 950px;
	height: 220px;
}

#mid-panel-bl .mid-pnl-bg-rt-bl {
	background: transparent url(images/mid-pnl-rt-bl.png) no-repeat scroll
		right top;
	width: 950px;
	height: 220px;
}

#mid-panel-or2 {
	width: 950px;
	margin: 20px 30px 0px 30px;
	display: block;
	background: transparent url(images/mid-pnl-bg-or2.png) repeat scroll;
}

#mid-panel-or2 .mid-pnl-bg-lt-or2 {
	background: transparent url(images/mid-pnl-lt-or2.png) no-repeat scroll
		left top;
	width: 950px;
	height: 220px;
}

#mid-panel-or2 .mid-pnl-bg-rt-or2 {
	background: transparent url(images/mid-pnl-rt-or2.png) no-repeat scroll
		right top;
	width: 950px;
	height: 220px;
}

ul#blocks {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 950px;
}

ul#blocks li {
	border-right: 1px solid #DADBDB;
	display: block;
	float: left;
	height: 250px;
	margin: 10px 0px 0px;
	width: 315px;
}

ul#blocks li li {
	border: medium none;
	color: #333333;
	font-size: 12px;
	height: auto;
	margin: 0pt 25px 7px;
	width: 250px;
}

ul#blocks li p {
	display: block;
	margin: 20px 19px 5px 20px;
	color: #333333;
}

.ticklist {
	list-style-image: url(images/tick.gif);
	list-style-position: inside;
	list-style-type: none;
	margin: 5px 0pt 0pt 20px !important;
	text-indent: 0pt;
	padding: 15px; *
	padding: 4px;
}

ul.ticklist li {
	background: transparent url(images/tick.gif) no-repeat scroll 0%;
	color: #333333;
	list-style-type: none;
	margin: 0pt 10px 2px !important;
	padding-bottom: 3px;
	padding-left: 25px;
	width: 300px;
}

#left-side-panel {
	width: 214px;
	height: auto;
	position: relative;
	margin: 0px 0px 0px 20px;
	float: left;
}

ul#lft-blocks {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: auto;
}

ul#lft-blocks li {
	border-bottom: 1px solid #DADBDB;
	display: block;
	float: left;
	height: auto;
	list-style-type: none;
	margin: 15px 0px 10px;
	width: 200px;
}

ul#lft-blocks li li {
	border: medium none;
	color: #333333;
	font-size: 12px;
	height: auto;
	margin: 0pt 25px 7px;
	width: 180px;
}

ul#lft-blocks li p {
	display: block;
	margin: 15pt 19px 5px 20px;
	color: #333333;
}

#right-side-panel {
	width: 730px;
	height: auto;
	position: relative;
	margin: 13px 40px 0px 0px;
	float: right;
}

#main-panel {
	width: 767px;
	height: auto;
	position: relative;
	margin: 0px 0px 0px 20px;
	float: left;
}

/* Light Grey Panel*/
.rbroundbox {
	background-color: #F5F5F4;
}

.rbtop div {
	background: url(images/tp-lt.gif) no-repeat top left;
}

.rbtop {
	background: url(images/tp-rt.gif) no-repeat top right;
}

.rbbot div {
	background: url(images/bt-lt.gif) no-repeat bottom left;
}

.rbbot {
	background: url(images/bt-rt.gif) no-repeat bottom right;
}

.rbtop div,.rbtop,.rbbot div,.rbbot {
	width: 100%;
	height: 12px;
	font-size: 1px;
}

.rbcontent {
	margin: 0 7px;
}

.rbroundbox {
	margin: 1em auto;
}

/* Dark Grey Panel */
.rbroundbox-dk {
	background-color: #3a3c52;
}

.rbtop-dk div {
	background: url(images/tp-lt-dk.gif) no-repeat top left;
}

.rbtop-dk {
	background: url(images/tp-rt-dk.gif) no-repeat top right;
}

.rbbot-dk div {
	background: url(images/bt-lt-dk.gif) no-repeat bottom left;
}

.rbbot-dk {
	background: url(images/bt-rt-dk.gif) no-repeat bottom right;
}

.rbtop-dk div,.rbtop-dk,.rbbot-dk div,.rbbot-dk {
	width: 100%;
	height: 12px;
	font-size: 1px;
}

.rbcontent-dk {
	margin: 0 7px;
}

.rbroundbox-dk {
	margin: 1em auto;
}

.sub-but {
	width: 185px;
	height: 40px;
	display: block;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 7px;
	line-height: 36px;
	cursor: pointer;
	list-style: none;
	text-indent: 15px;
}

li {
	list-style: none;
	display: inline;
}

a.sub-but {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.sub-but-off {
	background: url(images/sub-but-off.png) no-repeat;
	color: #282E35;
}

.sub-but-on {
	background: url(images/sub-but-on.png) no-repeat;
	color: #FF9C04
}

.sub-but-off:hover {
	background: url(images/sub-but-on.png) no-repeat;
	color: #FF9C04
}

.dark-box-top {
	background: url(images/dk-top.png) no-repeat;
	height: 15px;
	margin: 0px 0px 0px 7px;
}

.dark-box-mid {
	background: url(images/dk-mid.png) repeat-y;
	height: 330px;
	margin: 0px 0px 0px 7px;
}

.dark-box-bot {
	background: url(images/dk-bot.png) no-repeat;
	height: 14px;
	margin: 0px 0px 0px 7px;
}

.screen-shot {
	z-index: 2;
	position: relative;
	text-align: center;
}

.blue-box-header {
	background: url(images/blue-box-1.gif) no-repeat;
	color: #FFFFFF;
	height: 25px;
	width: 100%;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

ol li {
	display: list-item;
	list-style-type: decimal;
}

.full-col {
	width: 700px;
	height: auto;
	margin: 0px 0px 0px 10px;
}

.full-col a {
	color: #006;
	text-decoration: underline;
}

.full-col a:hover {
	color: #0033CC;
	text-decoration: underline;
}

.lft-col-fs {
	width: 340px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 10px;
}

.lft-col-fs a {
	color: #006;
	text-decoration: underline;
}

.lft-col-fs a:hover {
	color: #0033CC;
	text-decoration: underline;
}

.rt-col-fs {
	width: 340px;
	height: auto;
	float: right;
}

.rt-col-fs a {
	color: #006;
	text-decoration: underline;
}

.rt-col-fs a:hover {
	color: #0033CC;
	text-decoration: underline;
}

.hilite-text {
	width: 200px;
	position: relative;
	height: auto;
}

.yel-heading {
	font-size: 12px;
	margin: 10px;
	text-align: left;
	color: #FFAE00;
	line-height: 20px;
	font-weight: bold;
}

.light-blue-heading {
	font-size: 1.35em;
	text-align: left;
	color: #3A3C52;
	line-height: 1.35;
	font-weight: bold;
	text-indent: 0px;
	margin: 25px 0 0 15px;
}

.blue-heading {
	font-size: 12px;
	margin: 15px;
	text-align: left;
	color: #002143;
	line-height: 20px;
	font-weight: bold;
}

.blk-text {
	font-size: 12px;
	margin-left: 15px;
	text-align: left;
	color: #000000;
	line-height: 18px;
}

.big {
	font-size: 16px;
}

.whi-text {
	font-size: 12px;
	margin: 15px;
	text-align: left;
	color: #F0F0F0;
	line-height: 15px;
}

.small-box-div {
	width: 184px;
	border: 1px solid silver;
	background-color: #FFFFFF;
	position: relative;
	margin: 10px 7px;
	height: auto;
}

.small-box-div p {
	font-size: 10px;
	margin: 15px;
	text-align: left;
}

.bottom-links {
	padding: 0px 5px 0px 0px;
	position: relative;
	float: left;
	bottom: 2px;
	margin: 0 auto;
	background: url(images/cont-bot-2-no-shd.gif) no-repeat scroll 0%;
	cursor: pointer;
	font-weight: bold;
	width: 1029px;
	height: 50px;
}

.sitemap {
	width: 1029px;
	background: url(images/sitemap-bg-2-shd.png) repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
	position: relative;
	float: left;
	height: auto;
}

.sitemap a,.dropdown a:active,.dropdown a:visited {
	color: #333333;
	font-size: 11px;
}

.sitemap a:hover {
	color: #0033CC;
}

.dropdown {
	padding: 0px 5px 0px 0px;
	position: relative;
	float: left;
	bottom: 2px;
	margin: 0 auto;
}

.dropdown dt {
	background: url(images/cont-bot-2-shd.png) no-repeat scroll 0%;
	cursor: pointer;
	font-weight: bold;
	width: 1029px;
	height: 50px;
}

.dropdown dt:hover {
	background: url(images/cont-bot-2-shd.png) no-repeat scroll 0%;
}

.dropdown dd {
	display: none;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1029px;
	z-index: 200;
	margin: 0px 0px 0px 0px;
}

.dropdown ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 1029px;
	background: url(images/sitemap-bg-2-shd.png) repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
}

.dropdown li {
	display: block;
}

.dropdown a,.dropdown a:active,.dropdown a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.dropdown a:hover {
	color: #0033CC;
}

.dropdown .underline {
	border-bottom: 1px solid #B9D6DC;
}

.table-bold {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}

.table-normal {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 11px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.sale-button-div {
	background: transparent url(images/sign-up-button.png) no-repeat scroll
		0%;
	float: right;
	height: 135px;
	position: relative;
	right: -700px;
	top: -60px;
	width: 138px;
}

.signmeup {
	background: url(images/sign-up-off.gif);
	width: 164px;
	height: 101px;
	margin: 5px auto;
	border: 1px solid silver;
}

.signmeup:hover {
	background: url(images/sign-up-on.gif);
}

.contactme {
	background: url(images/contact-off.gif);
	width: 164px;
	height: 101px;
	margin: 5px auto;
	border: 1px solid silver;
}

.contactme:hover {
	background: url(images/contact-on.gif);
}

/* Table size for single table */
.table-container-full {
	Float: left;
	width: 98%;
	position: relative;
}

/* Width of column */
table.form-container td {
	padding: 3px 3px 3px 3px;
	
}

/* Text label size for dual tables */
table.form-container td.formField {
	background-color: #f6f6f6;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	width: 35%;
}

/* Style for asterisk indicated form requirements */
table.form-container td.formField span.require {
	font-weight: bold;
	color: #FF0000;
	padding: 0px 0px 0px 10px;
}

/* Field group width for tables*/
fieldset.fieldGroup {
	border: 1px solid #888888;
	margin: 10px 10px 10px 10px;
	width: 99%;
	position: relative;
}

.table-floated {
	float: left;
	position: relative;
}

.table-width-99 {
	width: 99%;
}

/* Autosized input field */
.inputField-text {
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 99%;
	border: 1px solid silver;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	height: 16px;
}

.inputField-textarea {
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 99%;
	border: 1px solid silver;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	height: 200px;
}

/* Autosized single select box */
.inputField-singleSelect {
	width: 99%;
	font-size: 11px;
	float: right;
}

fieldset {
	margin: 0px 0px 10px 0px;
	border: 1px #CCCCCC solid;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

fieldset p {
	margin: 10px 0px;
}

legend {
	color: #0F7FB9;
	font-size: 11px;
	font-weight: bold;
}

.fs-table {
	width: 100%;
	border: 1px solid white;
	background-color: #A2CBE0;
	font-size: 10px;
	margin-left: 5px;
	text-align: left;
	color: #000000;
	line-height: 14px;
}

ul#wd-blocks {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 950px;
}

ul#wd-blocks li {
	border-right: 1px solid #DADBDB;
	display: block;
	float: left;
	height: 200px;
	list-style-type: none;
	margin: 10px 0px 0px;
	width: 315px;
}

ul#wd-blocks li li {
	border: medium none;
	color: #333333;
	font-size: 12px;
	height: auto;
	margin: 0pt 25px 7px;
	width: 250px;
}

ul#wd-blocks li p {
	display: block;
	margin: 15pt 19px 5px 10px;
	color: #333333;
}

.play-button {
	background: url(images/play-btn.png) no-repeat;
	height: 75px;
	width: 79px;
	font-size: 12px;
	position: absolute;
	display: block;
	z-index: 40;
	border: none;
	text-decoration: none;
}

/* =layout
-------------------------------------------*/
ul.red-list li,ul.simple li ul.red-list li {
	list-style: disc url(images/red-bullet.png) outside;
	display: list-item;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	color: #000000;
}

.simple {
	padding: 0px;
	margin: 0px;
}

.simple img a,.simple a img {
	margin-left: 20px;
	vertical-align: middle;
}

a img,img a {
	border: none;
	text-decoration: none;
}

ul.simple,ul.simple li {
	list-style: none outside;
	padding: 0;
}

ul.simple li p,ul.simple li h4 { /*padding: 5px 20px; */
	
}

#container {
	width: 725px;
	margin: 0 auto;
	text-align: left; /*background: #4C4C4C;*/
	color: #333333;
	margin: 0px;
}

#container h3 {
	width: 685px;
	height: 20px;
	line-height: 20px;
	padding: 0 20px;
	margin: 0px 0;
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
}

#container h3 a {
	text-decoration: none;
	font-size: 15px;
	margin: 10px;
	text-align: left;
	color: #FFAE00;
	line-height: 20px;
	font-weight: normal;
}

#container h3 span {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 20px;
	font-weight: bold;
}

/*#container h2{padding: 5px;  }*/
div.heading {
	margin: 10px 0 0 0;
	padding: 5px;
}

div.collapse {
	width: 745px;
	margin: 5px 0;
}

div.collapse-container {
	width: 723px;
	height: 100%;
	padding: 0px 0px 10px 0px;
}

.flow-chart {
	margin: 0 auto;
	float: none;
	position: relative;
	display: block;
}

.comp-table {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.comp-table .top-heading {
	font-weight: bold;
	width: 100px;
	border-bottom: 1px solid grey;
	padding-top: 20px;
}

.comp-table .side-heading {
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	padding-top: 30px;
}

.comp-table .indented {
	text-indent: 20px;
	text-align: left;
}

.comp-table td {
	min-height: 15px;
	border-bottom: 1px solid grey;
}

.no-transform {
	text-transform: none;
}

.blog-yel-heading {
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
	color: #FFAE00;
	line-height: 15px;
	text-transform: none;
}

.blog-whi-text {
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
	color: #F0F0F0;
	line-height: 15px;
	text-transform: none;
}

.big {
	font-size: 16px;
}

.postExcerpt h2 {
	font-size: 1.2em;
}

.last {
	color: #ffffff;
}

.rss-div {
	bottom: 8px;
	height: 20px;
	position: absolute;
	right: 10px;
}

.pos-title {
	color: #3A3C52;
	text-decoration: none;
}

.orange-link {
	color: #F60;
}