/* General Styles */

html, body {
	width: 100%;
	height: 98%;
	margin: 0px;
	background-color: #DDD;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #006ca0;
}

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









/* Basic Layout Styles / Design Framework */

div#page {
	overflow: hidden;
}

div#header {
	position: absolute;
     top: 0px;
     left: 0px;
     /*width: 1024px;*/
	background-image: none;
     z-index: 5;
}

div#logo {
	opacity: 0;
     filter: alpha(opacity=0);
     left: 50px;
	top: 45px;
}

div#graphics {
	position: relative;
	overflow: hidden;
}

div.graphicsHome {
	height: 452px;
}

div.graphicsConsumers {
	height: 413px;
}

div.graphicsProviders {
	height: 413px;
}

div.graphicsInvestors {
	height: 413px;
}

div.graphicsTeam {
	height: 146px;
}

div.graphicsContact {
	height: 146px;
}

div#content {
	overflow: hidden;
}

div.contentHome {
	height: 363px;
}

div.contentInterior {
	background-color: white;
	background-image: url(../../images/temp/content_interior_background.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px;
}













/* Header Styles */

div#header div.tab {
	float: left;
	width: 123px;
	height: 22px !important;
	height: 29px;
	color: #807365;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	margin-right: 42px;
	padding-top: 7px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
}

div#header div.tab a {
	color: #807365;
}

div#header div.tab a:hover {
	color: black;
}

div#header div.selected {
	font-weight: bold;
	background-color: white;
	background-image: url(../../images/temp/header_highlight.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: default;
}

div#header div.selected a:hover {
	color: #807365;
	text-decoration: none;
	cursor: default;
}

div#header div.end {
	margin-right: 0px;
}

div#header div.left, div#header div.right {
	height: 35px;
}

div#survey_prompt {
	right: 594px;
	top: 397px;
     z-index: 20;
}

div#survey_prompt_background {
	display: block;
     width: 350px;
     height: 15px;
     right: 658px;
	top: 397px;
     z-index: 19;
     background-color: white;
     opacity: 0.80;
     filter: alpha(opacity=80);
}

















/* Graphics Section Styles */

div#graphics img.segment {
	
}















/* Content Secton Styles */

div#content img.segment {
	
}

.left {
	float: left;
}

.right {
	float: right;
}
















/* Home Styles */

div#overview {
	position: absolute;
	left: 385px;
	top: 360px;
	width: 350px;
}

div#overview p {
	margin: 0px;
	color: #807365;
}

div#overview p.headline {
	margin-bottom: 5px;
}

div#overview p.caption {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
}

div#emailList {
	position: absolute;
	left: 55px;
	top: 385px;
	width: 240px;
}

div#emailList p {
	margin: 0px;
	color: #807365;
     font-family: arial, helvetica, sans-serif;
     font-size: 9pt;
     text-align: left;
}

div#emailList p.comments {
	margin-bottom: 3px;
}

div#emailList table {
     width: 96%;
     margin-left: 2%;
     margin-right: 2%;
}

div#emailList td {
     font-family: arial, helvetica, sans-serif;
     font-size: 9pt;
     color: #000;
}

div#emailList input {
	width: 95%;
     font-family: arial, helvetica, sans-serif;
     font-size: 8pt;
     margin-bottom: 3px;
     border: 1px solid #cfcbc5;
}

div#emailList input:hover {
     border: 1px solid #06a;
}

div#emailList select {
	width: 95%;
     font-family: arial, helvetica, sans-serif;
     font-size: 8pt;
     margin-bottom: 3px;
     border: 1px solid #cfcbc5;
}

div#emailList select:hover {
     border: 1px solid #06a;
}

a.redButton {
	background-color: transparent;
	background-image: url(../../images/temp/buttons_red_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	display: block;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 21px;
	padding-right: 5px;
	text-decoration: none;
}

a.redButton span {
	background-color: transparent;
	background-image: url(../../images/temp/buttons_red_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	padding: 4px 0 4px 5px;
}

a.redButton span:hover {
	color: #333;
}

div#contentConsumers {
	position: absolute;
	left: 80px;
	top: 578px;
}

div#contentProviders {
	position: absolute;
	left: 396px;
	top: 578px;
}

div#contentInvestors {
	position: absolute;
	left: 712px;
	top: 578px;
}

div#footerNav {
	position: relative;
     height: 7px;
}

div#footerNav img {
	position: absolute;
     bottom: 0px;
}

div#contentConsumers p,
div#contentProviders p,
div#contentInvestors p,
div#content div p,
ul li {
	margin: 0px;
	margin-bottom: 10px;
	color: #4e4c4c;
	width: 265px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
}

ul li {
     width: auto;
}

table#pricing_table {
     width: 50%;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 10px;
}

table#pricing_table td {
     font-size: 10pt;
     color: #4e4c4c;
}

table#pricing_table tr.caption td {
     font-size: 8pt;
     color: #999;
     font-style: italic;
}












/* Interior Styles */

div.contentInterior div.footerNavInterior {
	position: relative;
	float: left;
	margin-top: 18px;
	margin-left: 53px;
	border-top: 1px dotted #c7c2bb;
	padding-top: 18px;
	display: inline;
	width: 915px;
}

div.contentInterior div.footerNavInterior a {
	margin-right: 133px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8.5pt;
	text-decoration: underline;
	
}

div.contentInterior div.footerNavInterior a.end {
	margin-right: 0px;
}

div.contentInterior div.footerNavInterior p.copyright {
	margin-top: 15px !important;
	text-align: center !important;
	color: #BBB !important;
	width: 100% !important;
}

div#moreBox {
	float: left;
	width: 290px;
	margin-left: 25px;
	margin-top: 12px;
	display: inline;
}

div#moreBox div.title {
	width: 290px;
	height: 36px;
	background-color: white;
	background-image: url(../../images/temp/content_more_titleBar.gif);
	background-position: top left;
	overflow: hidden;
}

div#moreBox div.body {
	width: 290px;
	background-color: white;
	background-image: url(../../images/temp/content_more_bodyLeft.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#moreBox div.bodyRight {
	width: 260px !important;
	width: 290px;
	padding: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(../../images/temp/content_more_bodyRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div#moreBox p.heading {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

div#moreBox p {
	width: 100% !important;
}

div#moreBox div.footer {
	width: 290px;
	height: 9px;
	background-color: white;
	background-image: url(../../images/temp/content_more_footerBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#moreBox div.footer img.left {
	margin-left: 0px !important;
	margin-left: -3px;
}

div#moreBox div.footer img.right {
	margin-right: 0px !important;
	margin-right: -3px;
}

div#testimonialsBox {
	float: left;
	width: 290px;
	margin-left: 25px;
	margin-top: 35px;
	display: inline;
     text-align: center;
     position: relative;
}

div#testimonialsBox p.quote {
	font-size: 11pt;
     width: 100%;
     line-height: 25px;
     margin-bottom: 3px;
}

div#testimonialsBox p.name {
     width: 100%;
     color: #aaa;
}

div#test1, div#test2 {
     position: absolute;
     left: 0px;
     top: 0px;
}













/* Consumers Styles */

div#consumersBox {
	float: left;
	width: 543px;
	margin-left: 48px;
	display: inline;
}

div#consumersBox div.title {
	width: 543px;
	height: 56px;
	background-color: white;
	background-image: url(../../images/temp/content_consumers_titleBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
}

div#consumersBox div.body {
	width: 543px;
	background-color: white;
	background-image: url(../../images/temp/content_consumers_bodyLeft.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#consumersBox div.bodyRight {
	width: 513px !important;
	width: 543px;
	padding: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(../../images/temp/content_consumers_bodyRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div#consumersBox p.heading {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
}

div#consumersBox p {
	width: 100% !important;
}

div#consumersBox div.footer {
	width: 543px;
	height: 9px;
	background-color: white;
	background-image: url(../../images/temp/content_consumers_footerBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#consumersBox div.footer img.left {
	margin-left: 0px !important;
	margin-left: -3px;
}

div#consumersBox div.footer img.right {
	margin-right: 0px !important;
	margin-right: -3px;
}












/* Providers Styles */

div#providersBox {
	float: left;
	width: 543px;
	margin-left: 48px;
	display: inline;
}

div#providersBox div.title {
	width: 543px;
	height: 56px;
	background-color: white;
	background-image: url(../../images/temp/content_providers_titleBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
}

div#providersBox div.body {
	width: 543px;
	background-color: white;
	background-image: url(../../images/temp/content_providers_bodyLeft.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#providersBox div.bodyRight {
	width: 513px !important;
	width: 543px;
	padding: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(../../images/temp/content_providers_bodyRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div#providersBox p.heading {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
}

div#providersBox p {
	width: 100% !important;
}

div#providersBox div.footer {
	width: 543px;
	height: 9px;
	background-color: white;
	background-image: url(../../images/temp/content_providers_footerBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#providersBox div.footer img.left {
	margin-left: 0px !important;
	margin-left: -3px;
}

div#providersBox div.footer img.right {
	margin-right: 0px !important;
	margin-right: -3px;
}











/* Investors Styles */

div#investorsBox {
	float: left;
	width: 543px;
	margin-left: 48px;
	display: inline;
}

div#investorsBox div.title {
	width: 543px;
	height: 56px;
	background-color: white;
	background-image: url(../../images/temp/content_investors_titleBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
}

div#investorsBox div.body {
	width: 543px;
	background-color: white;
	background-image: url(../../images/temp/content_investors_bodyLeft.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#investorsBox div.bodyRight {
	width: 513px !important;
	width: 543px;
	padding: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(../../images/temp/content_investors_bodyRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div#investorsBox p.heading {
	line-height: 24px !important;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
}

div#investorsBox p {
	width: 100% !important;
}

div#investorsBox div.footer {
	width: 543px;
	height: 9px;
	background-color: white;
	background-image: url(../../images/temp/content_investors_footerBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#investorsBox div.footer img.left {
	margin-left: 0px !important;
	margin-left: -3px;
}

div#investorsBox div.footer img.right {
	margin-right: 0px !important;
	margin-right: -3px;
}










/* Team Styles */

div#teamBox {
	float: left;
	width: 543px;
	margin-left: 48px;
	margin-top: 12px;
	display: inline;
}

div#teamBox div.title {
	width: 543px;
	height: 36px;
	background-color: white;
	background-image: url(../../images/temp/content_team_titleBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
}

div#teamBox div.body {
	width: 543px;
	background-color: white;
	background-image: url(../../images/temp/content_team_bodyLeft.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#teamBox div.bodyRight {
	width: 513px !important;
	width: 543px;
	padding: 15px;
	padding-right: 15px !important;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(../../images/temp/content_team_bodyRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div#teamBox p.heading {
	line-height: 24px !important;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

div#teamBox p {
	width: 100% !important;
}

div#teamBox div.footer {
	width: 543px;
	height: 9px;
	background-color: white;
	background-image: url(../../images/temp/content_team_footerBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#teamBox div.footer img.left {
	margin-left: 0px !important;
	margin-left: -3px;
}

div#teamBox div.footer img.right {
	margin-right: 0px !important;
	margin-right: -3px;
}

div.teammate {
	float: left;
	width: 246px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline;
}

div.teammateTop, div.teammateBottom {
	height: 10px;
	overflow: hidden;
}

div.teammateTop img, div.teammateBottom img {
	float: left;
	margin-left: 0px !important;
	margin-left: -3px;
}

div.teammateMiddle {
	background-color: #fde6b1;
	background-image: url(../../images/temp/content_team_boxMiddle.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

p.teammateName {
	font-size: 12pt !important;
	font-weight: bold;
	color: #4e4c4c !important;
	margin-bottom: 3px !important;
}

p.teammateTitle {
	font-size: 9pt !important;
	font-style: italic;
	color: #9b967f !important;
	margin-bottom: 0px !important;
}

div.teamColumn {
	float: left;
	width: 50%;
}

div.boardMember {
	margin-bottom: 15px;
}

div.boardMember p {
	margin-bottom: 0px !important;
}

div.boardMember p.boardRole {
	color: #807365 !important;
	font-style: italic;
}

div.boardMember p.boardName {
	color: #4E4C4C !important;
	font-size: 12pt !important;
	font-weight: bold;
}

div.boardMember p.boardJob {
	font-size: 9pt !important;
	font-style: italic;
	color: #9b967f !important;
	margin-bottom: 0px !important;
}










/* Contact Styles */

div#contactBox {
	float: left;
	width: 543px;
	margin-left: 48px;
	margin-top: 12px;
	display: inline;
}

div#contactBox div.title {
	width: 543px;
	height: 36px;
	background-color: white;
	background-image: url(../../images/temp/content_contact_titleBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
}

div#contactBox div.body {
	width: 543px;
	background-color: white;
	background-image: url(../../images/temp/content_contact_bodyLeft.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#contactBox div.bodyRight {
	width: 513px !important;
	width: 543px;
	padding: 15px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url(../../images/temp/content_contact_bodyRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div#contactBox p.heading {
	line-height: 24px !important;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

div#contactBox p {
	width: 100% !important;
}

div#contactBox div.footer {
	width: 543px;
	height: 9px;
	background-color: white;
	background-image: url(../../images/temp/content_contact_footerBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#contactBox div.footer img.left  {
	margin-left: 0px !important;
	margin-left: -3px;
}

div#contactBox div.footer img.right  {
	margin-right: 0px !important;
	margin-right: -3px;
}

div#contactBox div.leftColumn {
	width: 49%;
	float: left;
}

div#contactBox div.rightColumn {
	width: 49%;
	float: right;
}

div#contactBox div.bodyRight a#greeny {
     margin-top: 10px;
     margin-left: 193px;
}