
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
	background-color: #CCCCCC;
}
a, a:link, a:active, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#container {
	width: 760px;
	padding: 0px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
html>body #container {
	width: 780px;
	padding: 0px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
#bottom {
	width: 780px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
#main {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 15px;
	height: auto; /*expands to accomodate the content */
	min-height: 400px; 
	overflow: hidden; /* experiment with this - values are hidden, scroll, auto, none */
}
#topPanel {
	width: 750px;
	height: 88px;
}
html>body #topPanel {
	width: 780px;
	height: 88px;
}
#topLogo {
	float: left;
	width: 210px;

}
html>body #topLogo {
	float: left;
	width: 210px;
}
#topPics {
	float: left;
	margin-left: 70px;
	text-align: right;
}
html>body #topPics {
	float: left;
	margin-left: 70px;
	text-align: right;
}
#topPics img {
	padding: 0px 0px 10px 6px;
}
#strip {
	clear: both;
	width: 735px;
	margin: 10px 0px 0px 0px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 5px 0px 5px;
	height: 20px;
}
html>body #strip {
	clear: both;
	width: 735px;
	margin: 10px 0px 0px 0px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 5px 0px 5px;
	height: 20px;
}
#strip ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#strip li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#mainPanel {
	position: relative;
	float: left;
	width: 515px;
	text-align: left;
	margin: 10px 15px 10px 0px;
}
html>body #mainPanel {
	float: left;
	width: 530px;
	text-align: left;
	margin: 10px 15px 10px 0px;
}
#sidePanel {
	position: relative;
	width: 200px;
	margin: 10px 0px 0px 0px;
	float: left;
	text-align: right;
}
html>body #sidePanel {
	width: 200px;
	margin: 0px;
	float: left;
	text-align: right;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}










#stripLeft {
	width: 340px;
	color: #FFFF00;
	text-align: left;
	float: left;
	font-style: italic;
	font-size: 10px;
}
#stripLeft a, #stripLeft a:link, #stripLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#stripLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#stripLeft {
	width: 340px;
	color: #FFFF00;
	text-align: left;
	float: left;
	font-style: italic;
	font-size: 10px;
}
#stripLeft a, #stripLeft a:link, #stripLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#stripLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#stripRight {
	width: 370px;
	color: #FFFFFF;
	text-align: right;
	float:right;
}
#stripRight a, #stripRight a:link, #stripRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#stripRight a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#stripLinks {
	width: 740px;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 0px 5px 0px;
	margin-right: auto;
	margin-left: auto;
}
#stripLinks a, #stripLinks a:link, #stripLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#stripLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#topTabs {
	height: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 2;
	top: 64px;
	left: 560px;
}
.logoText {
	z-index: -1;
	position: absolute;
	top: 20px;
	left: 20px;
}

#breadcrumb {
	width: 560px;
	margin-left: 10px;
	float: left;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:hover  {
	color: #999999;
	text-decoration: underline;	
	background-color: #FFFFFF;
}
#mainContent {
	clear: inherit;
	width: 570px;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
}
#mainContentHome {
	clear: inherit;
	width: 540px;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
}
html>body #mainContentHome {
	clear: inherit;
	width: 570px;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
}


.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.tableDesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #009933;
}

#bottomText {
	clear: both;
	padding-top: 300px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	margin-top: 300px;
}
.introBoxFrame {
	width: 180px;
	float: left;
	margin: 5px;
}
.introBoxFrameMid {
	width: 160px;
	float: left;
	margin: 5px;
}
.introBoxHeader {

	background-color: #FF9900;
	padding: 2px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	clear: both;
}
.introBoxContent {
	background-color: #FFFFFF;
	padding: 5px;
	text-align:center;
	height: 180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	clear: both;
	color: #000000;
}
.introBoxContent .heading {
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
.introBoxContent .cost {
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
}
.introBoxContent .small {
	font-size: 10px;
}
.introBoxContent .main {
	text-align:left;
	color:#666666;
	font-size: 11px;
}
.introBoxHeader a, .introBoxHeader a:link, .introBoxHeader a:visited, .introBoxHeader a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
}
form {
	margin: 0px;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.labelName {
	width: 160px;
	float: left;
	text-align: left;
	margin-right: 0.3em;
	display: block;
	height: 18px;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.labelName .smallText {
	font-size: 11px;
}
.appLine {
	text-align: left;
	height: 16px;
	clear: both;
	margin-bottom: 14px;
}
.appLineTall {
	text-align: left;
	height: 100px;
	clear: both;
	margin-bottom: 14px;
}
.errortext {
	color: #FF0000;	
	font-weight: bold;
}.highlight {
	background-color: #FFFF00;
}
.imgfloatRight {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #006600;
}
.imgfloatLeft {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #006600;
}
#aweber {
	padding: 10px;
	width: 100%;
	border: 1px solid #990000;
}
#formPanel {
	width: 550px;
	background-color: #FF9900;
	padding: 10px;
}
#formMain {
	width: 375px;
	position: relative;
	float: left;
}
#formInfoBox {
	position: relative;
	float: left;
	text-align: right;
	margin-left: 10px;
}
.border {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}
.linkText, a.linkText:link, a.linkText:active, a.linkText:visited, a.linkText:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
	color: #0000FF;
}
.listingHeader, a.listingHeader:link, a.listingHeader:active, a.listingHeader:visited, a.listingHeader:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.offer {
	padding: 5px;
	height: 200px;
	width: 164px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	color: #666666;
}
.offer .heading {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;	
}
.offer .cost {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;	
}
.offer .small {
	font-size: 10px;
}
.offer .info {
	position: relative;
	z-index: 2;
	top: 5px;
}
.offerThinPanel {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-align: left;
	float: left;
	width: 170px;	
	margin-right: 5px;
}
.offerThinPanel h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FF6600;	
	margin: 10px 0px 10px 0px;
}
#offerInfo {
	width: 380px;
	float: left;
}
#offerFinance {
	width: 180px;
	float: left;
}
#offerFinanceHeader {
	font-weight: bold;
	background-color: #FF9900;
	padding: 3px;
	height: 20px;
	width: 174px;
	display: block;
}
#offerFinanceBody {
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #666666;
}
#offerFinanceBody h3 {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;	
}
#offerFinanceBody .cost {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;	
}
#offerFinanceBody .small {
	font-size: 10px;
}
.totaliserBox {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 74px;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.totaliser {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}
.header {
	width: 550px;
	background-color: #99CC66;
	padding: 3px;
	text-align: left;
	font-weight: bold;
}
.mainBody {
	width: 100%;
	padding: 3px;
	text-align: left;
}
div.horRule {
	height: 1px;
	border-top: 1px solid #CCCCCC;
	margin-top: -3px;
	margin-bottom: -3px;
	clear: both;
}
.bookmarks {
	margin: 10px 0px 0px 20px;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.totalsTable {
	font-size: 12px;
	line-height: 12px;
	border-collapse: collapse;
}
.totalsTable td {
	border: 1px solid #FFFFFF;
	border-right: 0;
	border-left: 0;
	padding: 5px;
}
.offerBox {
	background-color: #BFEAAA;
	width: 400px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	line-height: 12px;
}
.picStyle {
 padding-right: 10px;
}