﻿Phone Call Savings
#mainContainer {
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 910px;
}
#TopBar {
	width: 910px;
}
#leftTopBar {
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-image: url('../images/topGradBack.jpg');
	background-repeat: repeat-y;
	width: 340px;
	height: 50px;
	position: fixed;
	float: left;
	padding-top: 50px;
	text-align: center;
}
#rightTopBar {
	margin: 0px 0px 0px 340px;
	font-family: Verdana, "Arial Narrow";
	font-size: xx-large;
	font-style: normal;
	color: #1A4E6F;
	text-align: center;
	background-color: #FFFFFF;
	position: fixed;
	width: 570px;
	height: 50px;
	float: right;
	padding-top: 50px;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: silver;
}
#logoLegend {
	margin: 0px;
	padding: 0px;
	width: 910px;
	height: 324px;
	position: fixed;
	top: 100px;
}
#leftLogoLegend {
	background-image: url('../images/lovePhoneImage.jpg');
	background-repeat: no-repeat;
	height: 324px;
}
#rightLogoLegend {
	font-family: Verdana, "Arial Narrow";
	font-size: 55px;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #1A4E6F;
	width: 530px;
	height: 214px;
	position: fixed;
	top: 100px;
	margin: 0px 0px 0px 340px;
	padding-left: 40px;
	padding-top: 10px;
	letter-spacing: .1em;
}
#navigation {
	background-color: #FFFFFF;
	width: 910px;
	position: absolute;
	height: 40px;
	top: 324px;
	font-family: Verdana, "Arial Narrow";
	font-size: small;
}
#leftNavigation {
	background-color: #e2e3e9;
	position: fixed;
	width: 340px;
	height: 40px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	right: auto;
	float: left;
}
#rightNavigation {
	margin: 0px 0px 0px 340px;
	background: #FFFFFF;
	height: 40px;
	float: right;
}
#footer {
	background-color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: xx-small;
	color: #000000;
	position: fixed;
	width: 910px;
	height: 200px;
	top: 364px;
}
#leftFooter {
	background-color: #e2e3e9;
	width: 275px;
	height: 220px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 25px;
}
#rightFooter {
	margin: 0px 0px 0px 340px;
	background: #FFFFFF;
	height: 235px;
	width: 530px;
	clip: rect(-200px, auto, auto, auto);
	position: fixed;
	top: 364px;
	font-family: Verdana, "Arial Narrow";
	font-size: 55px;
	font-weight: lighter;
	color: #1A4E6F;
	padding-left: 40px;
}
#header {
	background-color: #e2e3e9;
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
}
#header ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#header li {
	float: left;
	background: url('../images/normRight.jpg') no-repeat right bottom;
	padding:0 0 0 0px;
	margin: 0px;
	
}
#header a {
	font: 100% Verdana, "Arial Narrow";
	font-weight:bold;
	display: block;
	background: url('../images/normLeft.jpg') no-repeat left bottom;
	padding: 5px 15px 4px;
	color: #FFFFFF;
	text-decoration:none;
}
#header #current {
	background-image: url('../images/normRightOn.jpg');
	color: #000000;
}
  #header #current a {
	background-image: url('../images/normLeftOn.jpg');
}
