/* leave scroll bar always on */
:root {
	overflow-y: scroll !important;
}

/* body */
body {
	background-color: #ffffff;
	background-image: url(bg-horiz.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* main page image */
#pagetop { 
	width: 1024px;
	height: 84px;
	position: relative;
}

/* register/login/status */
#status {
	position: absolute;
	background-image: url(statusbar.gif);
	left: 836px;
	top: 0px;
	width: 177px;
	height: 17px;
	border: none;

	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 7pt;
	color: #ffffff;
}
#status p {
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 7pt;
	color: #ffffff;
	padding-top: 2px;
}
#status a {
	color: #ffffff;
	text-decoration: underline;
}

#part a {
	position: absolute;
	text-decoration: none;
}

#part a i {
	visibility: hidden;
}

/* buttons */
/* done in php header CSS section now */
/*
a#home {
	background-image: url(logo.png);
	left: 0px;
	top: 0px;
	width: 432px;
	height: 56px;
	border: none;
}
a#home:hover {
	background-image: url(logo-hover.png);
}
*/

/*
a#tour {
	background-image: url(button-tour.gif);
	left: 836px;
	top: 25px;
	width: 55px;
	height: 24px;
	border: none;
}
a#tour:hover {
	background-image: url(button-tour-hover.gif);
}

a#demo {
	background-image: url(button-demo.gif);
	left: 899px;
	top: 25px;
	width: 54px;
	height: 24px;
	border: none;
}
a#demo:hover {
	background-image: url(button-demo-hover.gif);
}
*/

a#demo {
	background-image: url(button-demo.gif);
/*	left: 836px; */
	left: 841px;
	top: 25px;
	width: 74px;
	height: 24px;
	border: none;
}
a#demo:hover {
	background-image: url(button-demo-hover.gif);
}

a#jobs {
	background-image: url(button-jobs.gif);
/*	left: 960px; */
	left: 935px;
	top: 25px;
	width: 74px;
	height: 24px;
	border: none;
}
a#jobs:hover {
	background-image: url(button-jobs-hover.gif);
}

#tabs {
	width: 1004px;
	height: 23px;
	position: relative;
	top: -27px;
}

#tabs td.tabcurrent {
	background-image: url(tab-cur-bg.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}

#tabs td.tablink {
	background-image: url(tab-other-bg.gif);
	font-size: 8pt;
	padding-top: 3px;
}
#tabs td.tablink a {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color: #dddddd;
	text-decoration: none;
}
#tabs td.tablink a:hover {
	text-decoration: underline;
}

#page {
	width: 1004px;
	position: relative;
	top: -20px;
}

#menupanel {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 180px;
	text-align: left;
}

ul#menuList {
	margin: 0px;
	padding: 0px;
}

ul#menuList li {
	list-style: none;
	margin-bottom: 2px;
	margin-top: 2px;
	line-height: 19px;
	-height: 19px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Tahoma, Verdana;
	font-size: 10px;
}

ul#menuList li.menuTitle {
	background: url(menu-title.gif) no-repeat center;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	line-height: 25px;
	margin: 0px;
	-height: 25px;
}

ul#menuList li.menuPrefixTitle {
	font-weight: bold;
	color: #97999D;
}

ul#menuList li.menuSubTitle {
	background-color: #003468;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	line-height: 25px;
	margin: 0px;
	-height: 25px;
}

ul#menuList li.menuDivider {
	margin-bottom: 2px;
	margin-top: 2px;
	line-height: 2px;
	-height: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

ul#menuList li.menuColor1 {
	color: #ffffff;
	background-color: #435fbc;
}
ul#menuList li.menuColor1:hover {
	background-color: #00478e;
}

ul#menuList li.menuColor2 {
	color: #ffffff;
	background-color: #286bbb;
}
ul#menuList li.menuColor2:hover {
	background-color: #00478e;
}

ul#menuList li.menuColorCurrent {
	font-weight: bold;
	color: #ffffff;
	text-decoration :none;
	background-color: #d3882f;
}

ul#menuList li.menuColor1Section {
	color: #ffffff;
	text-decoration :none;
	display: block;
	background-color: #435fbc;
}

ul#menuList li.menuColor2Section {
	color: #ffffff;
	text-decoration :none;
	display: block;
	background-color: #286bbb;
}

ul#menuList li.menuColor1SectionTitle {
	color: #ffffff;
	text-decoration :none;
	display: block;
	font-weight: bold;
	background-color: #435fbc;
}

ul#menuList li.menuColor2SectionTitle {
	color: #ffffff;
	text-decoration :none;
	display: block;
	font-weight: bold;
	background-color: #286bbb;
}

ul#menuList li.menuColorError {
	font-weight: bold;
	color: #ffffff;
	text-decoration :none;
	background-color: #dd0000;
}

ul#menuList li.menuLast1 {
	margin-bottom: 2px;
	margin-top: 2px;
	line-height: 10px;
	-height: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background: url(menu-last-slim-1.gif) no-repeat center bottom;
}

ul#menuList li.menuLast2 {
	margin-bottom: 2px;
	margin-top: 2px;
	line-height: 10px;
	-height: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background: url(menu-last-slim-2.gif) no-repeat center bottom;
}

ul#menuList li.menuLastCurrent {
	font-weight: bold;
	color: #ffffff;
	text-decoration :none;
	background: url(menu-last-current.gif) no-repeat center bottom;
}

ul#menuList li a {
	font-weight: lighter;
	color: #ffffff;
	text-decoration :none;
	display: block;
}

ul#menuList li span {
	display: block;
	text-indent: 10px;
	text-transform: none;
}

#content {
	position: absolute;
	left: 190px;
	top: 10px;
	width: 814px;
	text-decoration: none;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #334e89;
	margin-bottom : 2px;
	margin-top : 2px;
}

#content ul.overview,ol.overview {
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #334e89;
	list-style-position: outside;
	padding-left: 520px;
}

#content dl.testimonial {
	margin-top: 0px;
	padding-top: 0px;
}
#content p.testimonial {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content table,tr,td,th {
	text-decoration: none;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #334e89;
}

#content p {
	margin-top: 0px;
	color: #334e89;
	font-size: 11pt;
	font-family: Tahoma, Verdana;
}
#content h1,h2,h3,p {
	margin-top: 0px;
	color: #334e89;
}
#content h1 {
	font-size: 16pt;
}
#content h2 {
	font-size: 14pt;
}
#content h3 {
	font-size: 12pt;
}

#content p.header,ol.header,ul.header {
	font-size: 11pt;
}

#content span.previous {
	color: #005600;
}

#content table.crumbs {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-top-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-spacing: 0 0;
}

#content td.crumbs {
	padding-left: 2px;
	color: orange;
	text-decoration: none;
	font-size: 8pt;
}

#content a.crumbs {
	color: orange;
	text-decoration: none;
	font-size: 8pt;
}
#content a.crumbs:hover {
	color: white;
}

#content span.crumbsep {
	color: black;
	font-weight: bold;
}

#content span.currentcrumb {
	color: orange;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}

#content hr.crumbs {
	margin-top: 0px;
	padding-top: 0px;
	height: 1px;
	border-style: solid;
	border-top-color: yellow;
	border-bottom-style: hidden;
}

#content p.copyright {
	text-align: right;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color: #888888;
}

#content p.sales {
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color: #888888;
}

#content li.punchy {
	font-family: Tahoma, Verdana;
	font-size: 14pt;
	color: #888888;
}

#smaller_table {
	font-size: 9pt;
}
#smaller_table * {
	font-size: 9pt;
}
#smaller_table th {
	text-align: center;
	text-decoration: underline;
}
#smaller_table *.yes {
	color: #00aa00;
	text-align: center;
}
#smaller_table *.no {
	color: #aa0000;
	text-align: center;
}
#smaller_table *.key_element {
	font-weight: 600;
}

table.programlist {
	border: outset 1px;
}
table.programlist tr {
	padding: 3px;
}
table.programlist th {
	background-color: #ffffff;
}
table.programlist td, table.programlist th {
	border: 1px inset;
	padding: 3px;
	margin: 0;
}

table.profile {
	border: outset 1px;
}
table.profile tr {
	padding: 3px;
}
table.profile th {
	background-color: #ffffff;
}
table.profile td, table.profile th {
	border: 1px inset;
	padding: 3px;
	margin: 0;
}

table.pwformtable {
/*	border: outset 1px;*/
}
table.pwformtable tr {
	padding: 3px;
}
table.pwformtable th {
	text-align: center;
	background-color: #dddddd;
}
table.pwformtable td, table.pwformtable th {
	border-color: #4a98d3;
	border: 1px inset;
	border-style: none dotted dotted none; /* top right bottom left */
	padding: 3px;
	margin: 0;
}

a:link {
color: #2469c6;
}

a:visited {
color: #197389;
}

a:hover {
color: #697f9d;
}

/*
a:active {
color: #6da6e2;
}
*/

.miniquoteleft {
	width: 300;
	float: left;
	margin: 0.5em 1.0em 0.5em 0;
}
.miniquoteright {
	width: 300;
	float: right;
	margin: 0.5em 0em 0.5em 1.0em;
}
.miniquote {
	display:block;
	width: 300;
}
.miniquote * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#dde5e9;
}
.miniquote1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f0f3f5;
	border-right:1px solid #f0f3f5;
	background:#e5ebee;
}
.miniquote2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fbfcfc;
	border-right:1px solid #fbfcfc;
	background:#e3e9ed;
}
.miniquote3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #e3e9ed;
	border-right:1px solid #e3e9ed;
}
.miniquote4 {
	border-left:1px solid #f0f3f5;
	border-right:1px solid #f0f3f5;
}
.miniquote5 {
	border-left:1px solid #e5ebee;
	border-right:1px solid #e5ebee;
}
.miniquotefg {
	text-indent: 1.5em;
	font-size: 10pt;
	line-height: 1.2em;
	background: #dde5e9 url("../miniquotebg.gif") no-repeat 5px 5px;
	padding: 1.5em 1.0em 1.5em 1.5em;
}

#pwfaq {
	text-decoration: none;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	color: #334e89;
}
#pwfaq dt {
	font-weight: bold;
}
#pwfaq dd {
}
#pwfaq h2 {
}
#pwfaq h3 {
}
#pwfaq p {
}

/*
#content p.miniquoteleft {
	text-indent: 1.5em;
	font-size: 10pt;
	line-height: 1.2em;
	color: #30434d;
	margin: 1em 1.5em 1em 0;
	padding: 1.5em 0.5em 1.5em 1.5em;
	float: left;
	width: 30%;
	background: #dde5e9 url("../miniquotebg.gif") no-repeat 5px 5px;
}
#content p.miniquoteright {
	text-indent: 1.5em;
	font-size: 10pt;
	line-height: 1.2em;
	color: #30434d;
	margin: 1em 0 1em 1.5em;
	padding: 1.5em 0.5em 1.5em 1.5em;
	float: right;
	width: 30%;
	background: #dde5e9 url("../miniquotebg.gif") no-repeat 5px 5px;
}
*/

/*
#content p.miniquote b {
	font-weight: normal;
}
*/

