body {
	font: 12px "Veranda", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5a5a5a;
	background: #eeeeee url(../images/bis-bg-stripes.gif) repeat-x;
}
a#demoButton {
	width: 162px;
	height: 216px;
	display: block;
	background: url(../images/bis-demo-btn-ins-up.jpg) no-repeat;
	/*margin-left: 24px;*/
	position: absolute;
	bottom: 50px;
	left: 72px;
}
body.textPage a#demoButton {
	width: 162px;
	height: 260px;
	display: block;
	background: url(../images/bis-demo-btn-up.jpg) no-repeat;
	margin-left: 30px;
	position: relative;
	bottom: 0;
	left: 0;
}
body#home a#demoButton {
	width: 162px;
	height: 260px;
	display: block;
	background: url(../images/bis-demo-btn-up.jpg) no-repeat;
	margin-left: 38px;
	position: relative;
	bottom: 0;
	left: 0;
}
body#home.landing a#demoButton {
	margin-bottom: -24px;
	background: url(../images/bis-info-btn-up.jpg) no-repeat;
}
body#home.landing a#demoButton:hover {
	background: url(../images/bis-info-btn-over.jpg) no-repeat;
}
body#contactUs a#demoButton {
	display: none;
}
a#demoButton:hover {
	background: url(../images/bis-demo-btn-ins-over.jpg) no-repeat;
}
body.textPage a#demoButton:hover {
	background: url(../images/bis-demo-btn-over.jpg) no-repeat;
}
body#home a#demoButton:hover {
	background: url(../images/bis-demo-btn-over.jpg) no-repeat;
}
div#leftCol {
	float: left;
	margin-top: 26px;
	position: relative;
	width: 186px;
	height: 440px;
}
body.textPage div#leftCol {
	height: 320px;
}
body#contactUs div#leftCol {
	width: 1px;
}
body#contactUs div#rightCol {
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
	width: 440px;
	margin-top: 50px;
}
#keypointFooterNav {
	position: absolute;
	left: 280px;
	width: 476px;
	height: 30px;
	top: -38px;
	/*padding-left: 220px;*/
	background: url(../images/bis-keypoint-next-up.jpg) no-repeat;
}
#keypointFooterNav:hover {
	background: url(../images/bis-keypoint-next-over.jpg) no-repeat;
}

#keypoints img {
	margin-top: 20px;
}

a img {
	border-style: none;
}

#keypointFooterNav a h3 {
	margin: 0;
	height: 30px;
	padding-left: 220px;
	padding-top: 0;
	color: #497a9b;
	font-size: 16px;
}
body#home div#leftCol {
	float: left;
	margin-top: 26px;
	position: relative;
	width: auto;
	height: auto;
}
body#home #bulletPoints li {
	list-style-type: none;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	line-height: 26px;
}

ul#bulletPoints {
	width: 190px;
}
body#home #bulletPoints {
	padding: 0;
	position: absolute;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
	top: 210px;
	left: 7px;
}
div#rightCol {
	float: left;
	width: 631px;
	margin-top: 10px;
	margin-left: 1px;
}
body#home div#rightCol {
	float: left;
	width: 438px;
	margin-top: 45px;
	margin-left: 50px;
}

#topLinks p, #topLinks p a {
	color: #9c9c9c;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 8px;
}
#topLinks p {
	margin-top: 8px;
}
#topLinks p a:hover {
	color: #5a5a5a;
}
#bottomLinks p a {
	color: #7c7c7c;
	font-size: 10px;
	text-decoration: none;
}
#bottomLinks p a:hover {
	color: #3a3a3a;
}
div#homeFlashIntro {
	height: 227px;
	/*background: url(../images/bis-home-intro-bg.jpg) no-repeat;*/
}

div#interiorHeader {
	height: 96px;
	background: url(../images/bis-interior-header.png) no-repeat;
}
.oneColFixCtrHdr #container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0;
	height: 89px;
}

img#main-logo {
	position: relative;
	top: 10px;
	width: 452px;
	height: 81px;
}

img#topCorners {
	width: 776px;
	height: 21px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/bis-container-bg.gif) repeat-y;
	margin-bottom: 15px;
}

img#bottomCorners {
	position: relative;
	top: 21px;
	width: 776px;
	height: 21px;
}

#mainContent #innerWrapper {
	margin-right: 47px;
	margin-left: 47px;
}
body#home.landing #mainContent #innerWrapper {
	margin-top: 24px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	position: relative;
}
body#home.landing #footer {
	height: 40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 15px;
	text-align: center;
	letter-spacing: 1px;
}

div#keypoints div {
	height: 70px;
	/*padding-left: 110px;*/
	margin: 0;
}

#keypoints h2, #keypoints p {
	margin: 0;
	padding-left: 120px;
}
#keypoints p {
	margin-top: 38px;
	padding-left: 4px;
	font-size: 13px;
	line-height: 17px;
}
body#home #keypoints p {
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	padding-left: 110px;
}
body#home #keypoints.landing p  {
	padding-left: 0px;
	margin-top: 10px;
	line-height: 2;
	padding-right: 10px;
}
#text p {
	margin-top: 22px;
	padding-left: 4px;
	font-size: 13px;
	line-height: 17px;
}
#pmsListing p {
	margin-top: 0;
	padding-left: 4px;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 9px;
	font-weight: bold;
	color: #497a9b;
}

body.textPage  div#rightCol {
	margin-bottom: 22px;
	margin-top: 10px;
	width: 426px;
	margin-left: 20px;
}

div#pmsListing {
	margin-top: 20px;
	padding-left: 0;
}

#text p#phoneNumber {
	color: #7f7f7f;
	font-size: 19px;
	margin-top: 40px;
	margin-bottom: 0;
}

#phoneNumber strong {
	color: #ff9a2b;
	font-size: 26px;
	letter-spacing: -1px;
}

#text #email {
	font-size: 14px;
	margin-top: 12px;
}
#text #email a {
	color: #ff9a2b;
	text-decoration: none;
	border-bottom: 1px dotted #ff9a2b;
}

body#testimonials #text p {
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 0;
}

body#testimonials #text p.customerInfo {
	font-weight: normal;
	font-style: normal;
	margin-top: 37px;
}
#text #email a:hover {
	color: #497a9b;
	border-bottom-style: none;
}

#text h3 {
	font-size: 14px;
}
body#home #keypoints h2 {
	padding-left: 70px;
}
#keypoints a {
	display: block;
	height: 70px;
	text-decoration: none;
}

#keypointFooterNav a {
	display: block;
	text-decoration: none;
}
#keypointFooterNav a:hover h3{
	color: #ff992e;
}
#keypoints h2, #text h2 {
	color: #497a9b;
	font-size: 12px;
	padding-top: 0px;
}
#text h2 {
	padding-top: 0;
	margin-top: 30px;
}
body#contactUs #text h2 {
	font-size: 30px;
}
body#home #keypoints a h2 {
	/*color: #497a9b;*/
	font-size: 18px;
	padding-top: 7px;
}
#keypoints a:hover h2 {
	color: #fe9827;
}
#keypoints a p {
	color: #5a5a5a;
	font-size: 12px;
}

div#linkAnalysis {
	background: url(../images/bis-icon-kpanalys-home-over.jpg) no-repeat;
}
div#linkAnalysis:hover {
	background: url(../images/bis-icon-kpanalys-home-up.jpg) no-repeat;
}
div#linkData {
	background: url(../images/bis-icon-kpdata-home-over.jpg) no-repeat;
}
div#linkData:hover {
	background: url(../images/bis-icon-kpdata-home-up.jpg) no-repeat;
}
div#linkDashboards {
	background: url(../images/bis-icon-kpdash-home-over.jpg) no-repeat;
}
div#linkDashboards:hover {
	background: url(../images/bis-icon-kpdash-home-up.jpg) no-repeat;
}
div#linkBinders {
	background: url(../images/bis-icon-kpbinder-home-over.jpg) no-repeat;
}
div#linkBinders:hover {
	background: url(../images/bis-icon-kpbinder-home-up.jpg) no-repeat;
}
div#linkTask {
	background: url(../images/bis-icon-kptask-home-over.jpg) no-repeat;
}
div#linkTask:hover {
	background: url(../images/bis-icon-kptask-home-up.jpg) no-repeat;
}
div#linkAlerts {
	background: url(../images/bis-icon-kpalert-home-over.jpg) no-repeat;
}
div#linkAlerts:hover {
	background: url(../images/bis-icon-kpalert-home-up.jpg) no-repeat;
}

div#Analysis {
	background: url(../images/bis-icon-kpanalys.jpg) no-repeat;
}
div#Data {
	background: url(../images/bis-icon-kpdata.jpg) no-repeat;
}
div#Dashboards {
	background: url(../images/bis-icon-kpdash.jpg) no-repeat;
}
div#Binders {
	background: url(../images/bis-icon-kpbinder.jpg) no-repeat;
}
div#Task {
	background: url(../images/bis-icon-kptask.jpg) no-repeat;
}
div#Alerts {
	background: url(../images/bis-icon-kpalert.jpg) no-repeat;
}


#preload { height: 0; overflow: hidden; }