body {
	font-size:10pt;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#999999;
	}
	
h1 {
	font-size:16pt;
	font-weight:bold;
	color:#003399;
	margin-bottom: .2em;
	}
h2 {
	font-size:14pt;
	margin-bottom: .2em;
	color:#666666;
	}
h3 {
	font-size:12pt;
	margin-bottom: .2em;
	color:#666666;
	}
h4 {
	font-size: 10pt;
	font-weight:bold;
	margin-bottom:.4em;
	}

h5 {
	font-size:15px;
	font-weight:bold;
	
}

p {
	font-size:10pt;
	text-align:justify;
	}
a:link img {
border-style:none;
}
a:visited img {
border-style:none;
}
a:active img {
border-style:none;
}

input {
	background-color:transparent;
	border: 1px solid #cccccc;
	margin-left:.1em;
	}
input.radio {
	background-color:transparent;
	border:none;
	}
fieldset {
	padding:.5em;
	}
fieldset ol {
	list-style-type:none;
	}
fieldset li {
	display:block;
	margin-top:.2em;
	margin-bottom:.2em;
	padding:.2em;
	background-color:#E6E6E6;
	}
fieldset {
	width:80%;
	}

legend {
	font-weight:bold;
	font-size:12pt;
	color:#999999;
	}
label.costs {
	float:left;
	width:70%;
	margin-right:.5em;
	padding-top:.2em;
	text-align:left;
	font-size: 10pt;
	font-weight:bold;
	}
label.contact {
	float:left;
	width:30%;
	margin-right:.5em;
	padding:.2em;
	text-align:left;
	font-size: 10pt;
	font-weight:bold;
	}
label.sendlit {
	float:left;
	width:40%;
	margin-right:.5em;
	padding:.2em;
	height:7em;
	text-align:left;
	font-size: 10pt;
	font-weight:bold;
}

input.getroi {
	background-color:#999999;
	color:#ffffff;
	font-weight:bold;
	border-style:outset;
	border-width:medium;
	margin-left:.1em;
	}
input.getroi:hover {
	border-style:ridge;
}
.roisavings {
	font-weight:bold;
	color:#CC3333;
}

.roistatement {
	font-size:10pt;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	margin:5px;
	display:inline-table;
	vertical-align:top;	
}
.roistatement th {
	padding:.2em;
	background-color:#E6E6E6;
}
.roistatement td {
	padding:.2em;
}
.roistatement ul {
	margin-left:5px;
	margin-top:2px;
	padding:2px;
	}
.roistatement li {
	list-style-type:none;
	padding-left:14px;
	background-image:url(../_layout/bullet1.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	}
.literature {
	width:95%;
	font-size:9pt;
	border-collapse:collapse;
	}
.literature th {
	background-color:#CCCCCC;
	border-bottom:1px solid #ffd100;
	}
.literature td {
	border-bottom:1px solid #cccccc;
	padding:.25em;
	}
td.roinumbers {
	text-align:center;
}
th.roifooter {
	text-align:left;
}
.rightfloat {
	float:right;
	margin: 10px;
}
.rightfloatbottom {
	float:right;
	margin: 10px;
	clear:right;
	}

.leftfloat {
	float:left;
	margin: 15px 10px 0px 10px;
	}

.clearboth { clear:both; }

.clearright { clear:right; }

.clearleft { clear:left; }
.style1 {font-size: 24pt}

#container {
	margin-top: 20px;
	min-width: 700px;
	width:auto;
	background-color:#ffffff;
	border-style: solid;
	border-width: thin;
	border-color:#214193;
	}
#logo {
	position:relative;
	background-image: url("../_layout/support-header-bg.jpg");
	background-repeat:repeat;
	width:100%;
	height: 90px;
	color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#F0CC3A;
	padding:0em;
	}
#logo .aw {
	position:absolute;
	left:1em;
	top:1em;
	}
#menu-bar {
	clear:both;
	background-image: url("../_layout/menu-bar.gif");
	font-size:10pt;
	text-align:left;
	padding-left:0em;
	color:#666666;
	line-height:1.4em;
	width:100%;
	height:24px;
	}
#content {
	clear:both;
	color:#000000;
	padding:5px;
	width:auto;
	background-image:url("../_layout/shadow-down.jpg");
	background-position:top;
	background-repeat:repeat-x;
	}
#content-main {
	padding:.5em 1.5em .5em 1.5em;
	margin-right:200px;
	}
#content-main-right {
	padding:.5em 1.5em .5em 1.5em;
	margin-left:200px;
	}
#content-main ul {
	margin-left:5px;
	margin-top:2px;
	padding:2px;
	}
#content-main li {
	list-style-type:none;
	padding-left:14px;
	background-image:url(../_layout/bullet-grey.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	}
#roi-calculator {
	padding:.5em 1.5em .5em 1.5em;
	margin-right:200px;
	}
#features_chart {
	width: 90%;
	border: 1px solid #999999;
	border-collapse:collapse;
	border-spacing:0px;
}
#features_chart th {
	background-color:#3366CC;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px;
	border: none;
	text-align:center;
}
#features_chart td {
	text-align: center;
	padding-left:4px;
	padding-right:4px;
}
#features_chart td.rh {
	font-weight:bold;
	text-align:right;
	width:200px;
	border-left:none;
}
#features_chart tr.banded {
	background-color:#e3e4e7;
}
#features_chart tr.banded1 {
	background-color:#f2f4f7;
}

#side-bar {
	float:right;
	color:#003366;
	width:200px;
	}
#side-bar-left {
	float:left;
	color:#003366;
	width:200px;
	}
.side-bar-item {
	color:#003366;
	padding:10px;
	margin-bottom:5px;
	font-size:8pt;
	width:auto;
	height:auto;
	background-color:#CCCCCC;	
	border: 1px solid #9999cc;
}
.side-bar-item h3 {
	color:#003366;
	line-height:1.1em;
	}
.side-bar-item h4 {
	font-size:9pt;
	margin-top:.1em;
	}
.side-bar-item p {
	margin-top:.1em;
	font-size:8pt;
	}
.side-bar-item ul  {
	margin-left:5px;
	margin-top:0px;
	padding:0px;
	}
.side-bar-item li {
	list-style-type:none;
	padding-left:14px;
	background-image:url(../_layout/bullet1.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

.side-bar-item hr {
	height:1px;
	border:0;
	background-color:#E4E4F3;
	color:#E4E4F3;
	}
	
#refusePage {
	/*width:960px;*/
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	padding-left: 40px;
	z-index:0;
	background-color: #FFF;
}

#refuseBanner {
	float:none;
	position:relative;
	top:10px;
}

#refuseFeatures li {
	left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	font-size:10pt;	
}

#refuseTextHolder {
	width:70%;
}

#refuseTitle {
	color:#003399;
	font-size:16pt;
	font-weight: bold;
}

#refuseSubscript a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	font-variant: small-caps;
	color: #000000;
	left: 15px;
}

#refuseAbout {
	position:relative;
	top:auto;
}

#refuseAbout2 {
	position:relative;
	top:auto;
	padding-left:20px;
}

#refuseAboutFeatured {
	position:relative;
	padding-top:20px;
}

#refuseI1 {
	position: relative;
	width:240px;
	height:163px;
	float: left;
	padding: 5px 20px 10px 0px;
}

#refuseI2 {
	position:relative;
	float: right;
	bottom:20px;
	width: 165px;
	height: 225px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#refuseI3 {
	position:relative;
	float: right;
	padding-left: 20px;
   display:block;
}

#refuseI4 {
	position:relative;
	float: left;
	top:-20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	position:relative;
	width:inherit;
	clear:both;
	text-align:center;
	background-color:#214193;
	color:#FFFFFF;
	padding:.25em;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#F0CC3A;
	}

#footer .tagline {
	margin-top:20px;
	margin-bottom:10px;
	color:#FFFFFF;
	font-size:18px;
	font-style:oblique;
	text-align:center;
	}
