@charset "UTF-8";
body {
	margin: 0;
	padding: 0 0 56px 0;
	background: #464646 url(../_images/bgPieces/bgGradient.jpg) repeat-x center top;
}
#BG {
	background: #FFFFFF;
	width: 978px;
	margin: auto;
	position: relative;
}

a img {
	border: 0;
}

.flash-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background-image: url(../_images/behind-flash.png) no-repeat top left;
}
.flash-bg #bg-noflash {
	display: none;
}

#header {
	height: 108px;
	_margin-bottom: -109px;
}
body#home #header {
	z-index: 5;
	position: relative;
	overflow: visible;
	width: 400px;
	height: auto;
	_margin-bottom: 0px;
}
#Logo img {
	display: block;
}

/*upperContent*/
#HeaderContent {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #848484;
	width: 345px;
	margin-left: 61px;
	margin-right: -61px;
	margin-top: -18px;
}
#HeaderContent p {
	margin: 6px 0 12px 0;
	padding: 0px;
	background: none;
}
#HeaderContent ul {
	margin: 0px 0 16px 0;
	padding: 0px;
	background: none;
}
#HeaderContent li {
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	color: #0072bb;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#HeaderContent li a {
	color: #0072bb;
	text-decoration: none;
	font-size: 13px;
}
#HeaderContent li a:hover {
	text-decoration: underline;
}

/* Panel */
#MainPanel {
	clear: both;
	background: url(../_images/bgPieces/panelBottom.png) no-repeat center bottom;
	margin: 19px 30px 19px 29px;
	padding: 0 0 12px 0;
	position: relative;
	z-index: 5;
	/*overflow: visible;*/
}
#MainPanel:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#MainPanel .homeButton a {
	position: absolute;
	left: 718px;
	top: 13px;
	z-index: 5;
	background:url(../_images/demoButtonBig-both.png) top center;
	width: 187px;
	height: 56px;
	overflow: hidden;
	text-indent: -1000px;
}
#MainPanel .homeButton a:hover {
	background-position: bottom center;
}

#MainPanel .subButton a {
	background: url(../_images/demoButton-both.png) bottom center;
	width: 130px;
	height: 40px;
	overflow: hidden;
	margin: 22px 28px;
	display: block;
	text-indent: -1000px;
}
#MainPanel .subButton a:hover {
	background: url(../_images/demoButton-both.png) top center;
}

/*nav*/
ul#nav {
	background: url(../_images/bgPieces/MainPanelBG-trans.png) no-repeat center top;
	padding: 18px 0px 0px 23px;
	min-height: 33px;
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	_background-image: url(../_images/bgPieces/MainPanelBG.gif);
	_height: 33px;
	_position: relative;
}
ul#nav li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0 6px;
	border-left: 1px solid #c1c1c1;
	_position: relative;
	
	*background: url(../_images/nav-bullet-ie.gif) 6px 7px no-repeat;
	*padding-left: 16px;
}
ul#nav li:first-child {
	border: 0;
	padding-left: 0;
	*padding-left: 16px;
}
ul#nav li:before {
	content: "\00BB \0020";
	color: #31658a;
}
#nav li a {
	font-weight: bold;
	color: #707070;
	text-decoration: none;
	margin-top: -3px;
	display: -moz-inline-box;
	display: inline-block;
	/* Fixes AlphaImageLoader can't click link problem. */
	_position: relative;
	_zoom: 1;
}
#nav li a:hover {
	color: black;
	text-decoration: underline;
}
body#demo #nav .demo,
body#home #nav .home,
body#crm #nav .crm,
body#contact #nav .contact,
body#products #nav .products,
body#about #nav .about {
	color: black;
	text-decoration: none;
}
body#sitemap #footer .sitemap, 
body#privacy #footer .privacy,
body#contact #footer .contact {
	color: black;
	font-weight: bold;
}

#mainContent {
	margin: 0;
	padding: 0px 0px 1px;
	border: solid #bfbfbf;
	border-width: 0 1px;
	background-color: #ebeaea;
	position: relative;
	clear: left;
	z-index: 5;
}
#mainContent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#MainPanelFooter {
	margin: 0px;
	padding: 0px;
	border: solid #bfbfbf;
	border-width: 0 1px;
	background-color: #ebeaea;
	position: relative;
	clear: left;
}


#MainPanelContent {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #464646;
	zoom:1;
}

#MainPanelContent h2 {
	font: italic normal 12px/18px Georgia, "Times New Roman", Times, serif;
}
#MainPanelContent #Content h3 {
	font: normal 18px/18px Arial, Helvetica, sans-serif;
}
#MainPanelContent #Content h3 em {
	font: italic normal 18px/18px Georgia, "Times New Roman", Times, serif;
}
#MainPanelContent #Content h3 strong.blue {
	color: #0072bb;
	font: normal 18px/18px Arial, Helvetica, sans-serif;
}
#MainPanelContent #Content h3 strong.orange {
	color: #f78b00;
	font: normal 18px/18px Arial, Helvetica, sans-serif;
}
#MainPanelContent #Content h4 {
	color: #f78b00;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	margin: 30px auto -9px auto;
}





#MainPanelContent #Content p strong {
	font-weight: bold;
	color: #000000;
}
#MainPanelContent #Content .footnote{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
#MainPanelContent #Content .mainbold{
font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
}
#MainPanelContent #Content .bodyheadOrange {

	font-family : Times, Helvetica, sans-serif;
	font-size: 12pt;
	color: #E89544;
	font-weight: bold;
}

#MainPanelContent #Content .prodnameBold {

font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
#MainPanelContent #Content .prodnameBoldSmall {


font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

#MainPanelContent ul {
	list-style: none;
	margin:0;
	padding:0;
	color: #31658a;
}
#MainPanelContent ul ul {
	margin: 0 0 0 12px;
}

body.technology #subNav .technology,
body.howitworks #subNav .howitworks,
body.gettingstarted #subNav .gettingstarted,
body.overview #subNav .overview,
body.beyondproposals #subNav .beyondproposals,
body.benefits #subNav .benefits,
body.about #subNav .overview,
body.about #subNav .newsevents {
	padding-left: 6px;
	color: black;
	font-weight: bold;	
}

body.benefits #subNav .benefits ul {
	padding-left: 6px;
	color: black;
	font-weight: normal;	
}

body.easeofuse #subNav .easeofuse,
body.speed #subNav .speed,
body.accuracy #subNav .accuracy,
body.clarity #subNav .clarity,
body.power #subNav .power,
body.consistency #subNav .consistency,
body.graphicdesign #subNav .graphicdesign,
body.security #subNav .security,
body.nothingtoinstall #subNav .nothingtoinstall,
body.ourprocess #subNav .ourprocess {
	padding-left: 6px;
	color: black;
	font-weight: bold;	
}



#MainPanelContent ul li a,
#MainPanelContent ul li a:hover {
	color: inherit;
	font-weight: inherit;
}



#MainPanelContent ul a {
	color: #464646;
	text-decoration: none;
}
#MainPanelContent ul a:hover {
	color: #0072bb;
	text-decoration: underline;
}
#MainPanelContent a {
	text-decoration: none;
	color: #0072bb;
}
#MainPanelContent a:hover {
	text-decoration: underline;
}
#outOfPlace {
	position: absolute;
	top: -37px;
	right: 117px;
	z-index: 8;
	zoom: 1;
	width: 122px;
	height: 45px;
}
.outOfPlace {
	position: absolute;
	top: -42px;
	right: 57px;
	z-index: 8;
	zoom: 1;
	width: 250px;
	height: 46px;
}
#glanceBox {
	background: white url(../_images/bgPieces/glanceBG.png) repeat-x bottom;
	border-top: 2px none #b4cadd;
	border-right: 2px solid #b4cadd;
	border-bottom: 2px solid #b4cadd;
	border-left: 2px solid #b4cadd;
}



.glanceHeader h2 {
	background-color: #0071bb;
	margin: 0px;
	font: normal 18px/18px Arial, Helvetica, sans-serif !important;
	color: white;
	text-align: right;
	padding: 13px 13px 13px 22px;
}

.glanceHeader h2 em {
	font: italic normal 14px/18px Georgia, "Times New Roman", Times, serif !important;
	float: left;
}
.glanceHeader h2 em strong {
	font: bold normal 14px/18px Arial, Helvetica, sans-serif !important;
}
#glanceBox td {
	padding: 21px 10px 6px 20px;
}
#glanceBox ul {
	list-style: disc outside;
	margin: 0;
	padding-left: 14px;
}

#glanceBox li {
}

#MainPanelContent #Content #glanceBox h4 {
	color: #f78b00;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	margin: auto auto 10px auto;
}
.demoButton {
	margin: 12px 6px 9px 295px;
}
.demoButton a {
	background-image: url(../_images/demoButton-both.png) bottom center;
	width: 130px;
	height: 40px;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
}
.demoButton a:hover {
	background-image: url(../_images/demoButton_on.png) top center;
}
.elementBoxes {
	position: relative;
	top: 0;
	left: 0;
	height: 310px;
	width: 202px;
	border: 2px solid #a6b6ac;
	background: #fdfdfd;
	float: none;
}
.elementBoxes h2 {
	background-color: #cedcd4;
	color: #45564b;
	font-size: 14px;
	line-height: 18px;
	padding: 11px 18px;
	margin-top: 0;
}
.elementBox {
	width: 202px;
	/*background: #fdfdfd url(../_images/bgPieces/elementBG.gif) repeat;*/
	position: absolute;
	top: 38px;
	left: 0;
	float: none;
	min-height: 272px;
	_height: 272px;
}
.elementBox h3 {
	color: #a6b6ac;
	font-size: 18px;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 15px;
	background: #fdfdfd;
	margin-top: 20px;
}
.elementBox p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 15px;
	background: #fdfdfd;
}
.elementBox p strong {
	font: italic normal 12px/18px Georgia, "Times New Roman", Times, serif;
}
.elementBox p em {
	font: italic normal 10px/18px Georgia, "Times New Roman", Times, serif;
}
.elementBox p a.learnMore {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #a6b6ac;
	text-decoration: underline;
	clear:both;
	position:absolute;
	top:auto;
	bottom:18px;
	right:auto;
	left:18px;
	background: #fdfdfd;
}
.elementBox p a.learnMoreImg img {
	position:absolute;
	top:auto;
	bottom:18px;
	left:auto;
	right:18px
}
div.clear {
	clear:both;
}

.elementBox h2 strong {
	background-color: #cedcd4;
	color: #45564b;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

/*#subContent {
	background-image: url(../_images/bgPieces/whiteBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 612px;
	margin: 0 auto 27px 17px;
	background-color: #FFFFFF;
	padding: 0 54px 0 16px;
	z-index: 10;
}
#subContent #subNav {
	z-index: 11;
	width: 149px;
}
#subContent #subNav h2 {
	margin: 0;
}
#subContent #subNav ul {
	margin: 0;
	list-style:none;
	padding: 0px;
}*/

/* Customers is wrapped by #MainPanelFooter */
#Customers {
	width: 226px;
	padding: 0 0 0 31px;
	margin-left: 0px;
	overflow: auto;
}
#Customers h3 {
	margin: 0 0 2px 0;
	padding: 0px;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #0072BB;
}
#Customers p {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
#Customers a {
	text-decoration: none;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color: #0072BB;
}
#Customers a:hover {
	text-decoration: underline;
}
#MainPanelFooter div.flashContainer {
	width: 412px;
	height: 156px;
	position: absolute;
	left: 288px;
	top: 0px;
}
div.contact {
	width: 159px;
	margin: 28px 0 0 22px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
body#home div.contact {
	width: 159px;
	position: absolute;
	top: 0px;
	left: 729px;
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

body#home div.contact {
	top: 39px;
}

div.contact .phoneNumber {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 0 0 6px 0;
}
div.contact .phoneNumber strong {
	color: #0072bb;
}
div.contact .address {
	color: #464646;
	margin: 0px;
}
div.contact .address a {
	color: #0072bb;
	text-decoration: none;
	line-height: 16px;
}
div.contact .address a:hover {
	text-decoration: underline;
}
div.contact .chat {
	padding: 10 10 10 10;
}
#MainPanelFooter {
	position: relative;
	clear: both;
}

/*lowerContent*/
#lowerContent {
	margin: 19px 0px;
	padding: 0px 31px 0px 30px;
	_zoom: 1;
}
#lowerContent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#lowerContent table {
	border-collapse: collapse;
}
#lowerContent td {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
/*cell1*/
#lowerContent .cell1 {
	color: #848484;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	padding: 0 19px;
	width: 260px;
	float: left;
	border: solid #CCC;
	border-width: 0 1px;
}
#lowerContent .cell1 h2 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #0072bb;
	border-top: dotted 1px #d6d6d6;
	border-bottom: dotted 1px #d6d6d6;
	margin: 0px 0px 0px 11px;
	padding: 8px 0px 8px 0;
	width: 100px
}
#lowerContent .cell1 h2 span {
	color: #555555;
}
#lowerContent .cell1 img {
	float: right;
	margin: 00;
	display: block;
}
#lowerContent .cell1 ul {
	margin: 10px 0px 20px 11px;
	padding: 0;
	list-style-position:inside;
	width: 100px
}
#lowerContent .cell1 li {
	color: #0072bb;
	font-weight: bold;
}
#lowerContent .cell1 p {
	margin: 0px 11px;
	clear: both
}
/*cell2*/
#lowerContent .cell2 {
	width: 400px;
	float: left;
}
#lowerContent .cell2 p {
	margin: 0px 20px 0px 25px;
	color: #848484;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#lowerContent .cell2 h2 {
	margin: 0 20px 0 25px;
	color: #0072bb;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
#lowerContent .cell2 h3 {
	margin: 4px 20px 0px 25px;
	color: #555555;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
/*cell3*/
#lowerContent .cell3 {
	color: #848484;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	border: solid #CCC;
	border-width: 0 1px 0 1px;
	width: 191px;
	float: left;
	margin: 0;
}
#lowerContent .cell3:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#lowerContent .cell3 a {
	color: #555555;
	text-decoration: none;
	cursor: point;
}
#lowerContent .cell3 a:hover {
	text-decoration: underline;
}
#lowerContent .cell3 p {
	margin: 10px 0 6px 0;
	
}
#lowerContent .cell3 .text {
	color: #0072bb;
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	display: block;
}
#lowerContent .cell3 .text input {
	width: 164px;
	height: 20px;
	border: 1px solid #b7c1d3;
}
#lowerContent .cell3 .button {
	background:url(../_images/loginButton-both.png) top center;
	border: 0px;
	height: 22px;
	width: 77px;
	margin-left: 91px;
}
#lowerContent .cell3 .button:hover {
	background-position: bottom center;
}
#lowerContent .cell3 .checkbox {
	float: left;
	margin-left: 0px;
}
#lowerContent .help {
	float: right;
	margin-left: 0px;
}



/*Footer*/
body#home #footer {
	margin: 19px 0 0 0;
}
#footer {
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #505050;
	height: 79px;
	margin: 32px 0 0 0;
	padding: 3px 30px 0px 29px; 
	border-top: 1px solid #c1c1c1;
	border-left: 0px solid red;
	border-right: 0px solid red;
	background: #fff url(../_images/bgPieces/pageBottom.gif) no-repeat center bottom;
	text-align: right;
	zoom: 1;
	clear: left;
}
#footer a {
	color: #505050;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: 20px;
}
#footer a:hover {
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
#footer span {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
}

.column-set {
	overflow: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}

#MainPanelContent {
	width: 682px;
	margin-left: 16px;
	border-bottom: 24px solid #EBEAEA;
	background: url(../_images/ContentTop.gif) #FFF top center no-repeat;
	position: relative;
}
#MainPanelContent #subNav {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 44px 0 10px 16px;
}
#Content {
	width: 446px;
	padding: 44px 54px 50px 182px;
	background: url(../_images/ContentBottom.gif) bottom center no-repeat;
	min-height: 500px;
	_height: 500px;
}
#Elements {
	position: absolute;
	right: 7px;
	_right: 36px;
	top: 50px;
	z-index: 7;
	background: url(../_images/flashBG.jpg) to left no-repeat;
}

#Elements #chatHelp {
	margin-top:50px;
	text-align:center;

}



#speedTitle,
#speedContent,
#accuracyTitle,
#accuracyContent,
#consistencyTitle,
#consistencyContent,
#powerTitle,
#powerContent,
#clarityTitle,
#clarityContent {
	/*opacity: 0; disabled due to Mac FF 2 bug */
	visibility: hidden;
	filter: alpha(opacity=0)
}
/*.speedOn #speedTitle,
.speedOn #speedContent,
.accuracyOn #accuracyTitle,
.accuracyOn #accuracyContent,
.consistencyOn #consistencyTitle,
.consistencyOn #consistencyContent,
.powerOn #powerTitle,
.powerOn #powerContent,
.clarityOn #clarityTitle,
.clarityOn #clarityContent {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100)
}*/

#controllerElement {
	position: relative;
	width: 206px;
	min-height: 107px;
	_height: 107px;
	background-color: #EBEAEA;
}
#controllerElement img {
	cursor: pointer;
}
#controllerElement #SpEleBtns {
	position: absolute;
	top: 24px;
	left: 51px;
	width: 23px;
	height: 23px;
	border: 1px solid #a1afa6;
	display: block;
}
#controllerElement #AcEleBtns {
	position: absolute;
	top: 48px;
	left: 75px;
	width: 22px;
	height: 22px;
	border: 1px solid #a1afa6;
	display: block;
}
#controllerElement #ClEleBtns {
	position: absolute;
	top: 48px;
	left: 98px;
	width: 22px;
	height: 22px;
	border: 1px solid #a1afa6;
	display: block;
}
#controllerElement #PwEleBtns {
	position: absolute;
	top: 24px;
	left: 121px;
	width: 23px;
	height: 23px;
	border: 1px solid #a1afa6;
	display: block;
}
#controllerElement #CnEleBtns {
	position: absolute;
	top: 0px;
	left: 145px;
	width: 23px;
	height: 23px;
	border: 1px solid #a1afa6;
	display: block;
}
#controllerElement div:hover,
#controllerElement img:hover {
	background-color: #FFFFFF;
}

ul.dated-links{
	margin:10px 0 20px 0;
	list-style:none;
	background:none;
}

ul.dated-links span.links a {
	position: absolute;
	margin-left:-140px;
	text-align: right;
	float:left;
	vertical-align:middle;
	font-weight:bold;
	line-height:19px;
	color:orange;
}

ul.dated-links li{
	font-weight:normal;
	vertical-align:middle;
	background:none;
	list-style: none;
	border-top: 1px solid #efefef;
	margin: 0;
	padding: 8px 0 8px 140px;
	color:black;
	
	}
	
