@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

/* SCREENSHOT CAPTIONS*/

#screensection {
	background-image: url(../images/lblue_bg03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002c78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002c78;
	margin: 0px;
	height: 401px;
	width: 945px;
	position: absolute;
	left: -4px;
	top: 255px;
	padding-top: 6px;
	padding-left: 6px;
}



/* TEXT CAPTIONS FOR SCREENSHOTS*/
#firstscreen_text {
	text-align: left;
	height: 138px;
	width: 254px;
	position: absolute;
	left: 165px;
	top: 57px;
}
#secondscreen_text {
	text-align: left;
	height: 139px;
	width: 300px;
	position: absolute;
	left:623px;
	top: 57px;
}
#thirdscreen_text {
	text-align: left;
	height: 149px;
	width: 254px;
	position: absolute;
	left:165px;
	top: 220px;
}
#fourthscreen_text {
	text-align: left;
	height: 151px;
	width: 300px;
	position: absolute;
	left:623px;
	top: 220px;
}



/* SCREENSHOTS FOR PROFIT LOSS PLANNER*/

#pl_statement {
	background-image: url(../images/screenshots/pl_statement.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 136px;
	width: 145px;
	position: absolute;
	left: 0px;
	top: 57px;
}
#pl_statement a {
	display:block;
	width:100%;
	height:100%;
	background-image: url(../images/screenshots/pl_statement.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pl_detail {
	background-image: url(../images/screenshots/pl_detail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 136px;
	width: 145px;
	position: absolute;
	left: 458px;
	top: 57px;
}
#pl_detail a {
	display:block;
	width:100%;
	height:100%;
	background-image: url(../images/screenshots/pl_detail.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pl_summary_mth {
	background-image: url(../images/screenshots/pl_summary_mth.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 136px;
	width: 145px;
	position: absolute;
	left: 0px;
	top: 220px;
}
#pl_summary_mth a {
	display:block;
	width:100%;
	height:100%;
	background-image: url(../images/screenshots/pl_summary_mth.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pl_summary_qtr {
	background-image: url(../images/screenshots/pl_summary_qtr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 136px;
	width: 145px;
	position: absolute;
	left: 458px;
	top: 220px;
}
#pl_summary_qtr a{
	display:block;
	width:100%;
	height:100%;
	background-image: url(../images/screenshots/pl_summary_qtr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

