html, 
body {
	min-height: 580px;
	min-width: 800px;
	height: 98%;
	text-align: center;
	padding: 6px 0;
	margin: 0;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #333333;
	background: white;
}
body {
	background: white url('images/header.jpg') no-repeat center top;
}

/* Header ----------------------------------------------------------------------- */

div#header {
	position: relative;
	height: 160px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	
}
div#logo {
	position: absolute;
	top: 0;
	left: 5px;
	height: 80px;
	width: 181px;
	padding: 0;
	margin: 0;
	z-index: 2000;
}
div#header div#logo span {
	display: none;
}

/* Main Content ----------------------------------------------------------------- */

div#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	width: 800px;
	text-align: left;
	font-size: 12pt;
}
/*\*/
div#container {
	display: block;
}
/* */

div#middlewrapper {
	float: left;
	width: 800px;
	padding: 0;
	margin: 0;
}
div#middle {
	margin: 10px 260px 0 100px;
	padding: 0 1em 0 60px;
	min-height: 300px;
	text-align: left;
	font-size: 12pt;
	border-right: 1px solid #006699;
}

/* Footer ----------------------------------------------------------------------- */
div#nonFooter {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
div#footerFix {
	display: none;
}

div#footer {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 894px;
	color: black;
	height: 133px;
	font-size: 0.9em;
	line-height: 26px;
	background: white;
}
div#footer a {
	color: #006699;
}



/* Side Bars ------------------------------------------------------------------- */
div#left {
	float: left;
	margin: 30px 0 0.5em -800px;
	padding: 0;
	width: 100px;
	text-align: left;
}
div#right {
	float: right;
	margin: 30px 0 0.5em -260px;
	padding: 0 60px 0 0;
	width: 200px;
	text-align: left;
}



/* Navigation ------------------------------------------------------------------- */

div#navigation ul.menu {
	padding: 0 0 4px 0;
	margin: 0 53px 0 55px;
	list-style-type: none;
	min-height: 20px;
	border-bottom: 1px solid #666666;
	font-size: 0.9em;
}
div#navigation ul.menu li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid black;
}
div#navigation ul.menu li#lastMenuItem {
	border-right: 0;
}
div#navigation ul.menu li a, 
div#navigation ul.menu li a:link, 
div#navigation ul.menu li a:visited {
	display: block;
	text-align: center;
	padding: 3px 8px;
	line-height: 14px;
	height: 14px;
	margin: 0;
	text-decoration: none;
	color: #006699;
}
div#navigation ul.menu li a:hover, 
div#navigation ul.menu li a:active {
	text-decoration: underline;
}
div#navigation ul.menu li.on a, 
div#navigation ul.menu li.on a:link, 
div#navigation ul.menu li.on a:visited {
	text-decoration: underline;
}
div#navigation ul.menu li.on a:hover, 
div#navigation ul.menu li.on a:active {
	color: #fba013;
}



/* Headlines */

h1, h2, h3, h4, h5 {
	color: #0b6b84;
	font-weight: normal;
	color: #0B6B84;
}
h1 {
	font-size: 32px;
	line-height: 40px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
}
h4 {
	font-size: 12px;
	line-height: 18px;
}
h5 {
	font-size: 10px;
	line-height: 16px;
}

p {
	line-height: 1.4em;
	text-align: left;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
}

a, 
a:link, 
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover, 
a:active {
	color: black;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

small {
	font-size: 8pt;
	line-height: 1.4em;
}

ul {
	list-style: square;
	padding-left: 15px;
	margin-left: 0;
}
ol {
	padding-left: 20px;
	margin-left: 0;
}
ul li, 
ol li {
	line-height: 1.4em;
}
ol li {
	margin-bottom: 8px;
	text-align: left;
}
li a {
	text-decoration: none;
}

blockquote {
	font-weight: bold;
}

input, 
select, 
textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
}

select {
	border: 1px solid #cccccc;
}

textarea.standard {
	width: 98%;
	height: 94px;
	padding: 3px;
	background: white;
	border: 1px solid #cccccc;
	line-height: 1.3em;
}

input.standard, 
select.standard {
	width: 197px;
	border: 1px solid #cccccc;
	background: white;
	padding: 4px 3px;
}
select.standard {
	width: 205px;
	padding: 3px 3px;
}

input.standard[disabled] {
	background: #d1d1d1;
}

input.button {
	border: 1px solid #cccccc;
	background: #e2e2e2;
	font-weight: bold;
	color: black;
	padding: 4px;
}
input.button:hover {
	color: black;
	background: #cccccc;
}



ul.no_bullets {
	list-style: none;
	padding-left: 3px;
}

ul.spaced li {
	margin-bottom: 5px;
	line-height: 1.5em;
}

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

span.centre_image {
	display: block;
	text-align: center;
	padding: 3px 0;
}



div.breadcrumb {
	min-height: 2em;
	line-height: 2em;
	min-width: 5em;
	background-color: transparent;
	text-align: right;
	color: #436171;
	padding: 9px 5px 5px 5px;
}
div.breadcrumb span.location {
	color: black;
	padding-right: 4px;
}



/* System Messages --------------------------------------------------------------------------------- */

div.message, 
div.error {
	margin: 10px 0 10px 0;
	padding: 0.3em 1em;
	font-weight: bold;
	color: #1d9804;
	background-color: #cff9d6;
	border: 1px solid #7cdd62;
	font-size: 0.9em;
	line-height: 1.5em;
}
div.error {
	color: #bc1d17;
	background-color: #f8c1bf;
	border-color: #bc1d17;
}
div.message ul, 
div.error ul {
	margin: 0;
	padding: 0.1em;
	list-style: none;
}
div.message ul li, 
div.error ul li {
	padding: 0.3em 0;
}
div.error ul li span.num {
	font-weight: bold;
}



/* Sidebars */

div.sidebar {
	line-height: 1.6em;
	background: transparent;
	color: black;
	margin: 10px 0 10px 0;
	padding: 5px;
	font-size: 0.8em;
}
div.sidebar p {
	text-align: left;
}
div.sidebar ul {
	margin-bottom: 0;
}
div.sidebar a, 
div.sidebar a:link, 
div.sidebar a:visited {
	color: #0b6b84;
	text-decoration: none;
}
div.sidebar a:hover, 
div.sidebar a:active {
	color: #c97400;
}

div.loginbox {
	margin: 10px 0 10px 0;
}
div.loginbox div.field {
	padding: 0 0 5px 0;
}
div.loginbox label {
	font-size: 0.8em;
	line-height: 1.2em;
	display: block;
}



/* General Tables ------------------------------------------------------------------------------------------ */

table.standard {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid white;
}
table.standard tr td {
	border: 1px solid white;
	padding: 5px;
	background-color: transparent;
}
table.standard tr.title td {
	background-color: #0066ff;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
	border-bottom: 0;
}



table.invisible {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
table.invisible tr td {
	padding: 5px;
	line-height: 1.4em;
}
table.invisible tr.title td {
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

table.comparison {
	border-collapse: collapse;
	width: 95%;
	border: 0;
}
table.comparison tr td {
	padding: 3px;
	background: white;
	font-size: 8pt;
	border-bottom: 1pt solid #33cc33;
}
table.comparison tr.green td {
	padding: 2px;
	background: #cbf8a9;
}
table.comparison tr.title td {
	background: #cccccc;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	color: white;
}
table.comparison tr.title td a {
	color: #0b6b84;
	font-weight: normal;
}



/* General Fieldset ------------------------------------------------------------------------------------------ */

fieldset.standard {
	padding: 0;
	margin: 0;
	background-color: transparent;
}
fieldset.standard legend { 
	color: white;
	background: black;
}
fieldset.standard div.field {
	clear: both;
	line-height: 2.3em;
	min-height: 2.3em;
}
fieldset.standard div.button {
	clear: both;
	line-height: 2.3em;
	min-height: 2.3em;
	padding-left: 165px;
}
fieldset.standard div.compress {
	line-height: 1.4em;
	min-height: 1.4em;
}
fieldset.standard label {
	display: block;
	width: 160px;
	float: left;
	line-height: 2.3em;
	text-align: right;
	padding: 0 5px 0 0;
	color: #414040;
	min-height: 2.3em;
}
fieldset.standard label.inline {
	display: inline;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: black;
}

.webtomobile
{ background: url('http://www.txt4everywhere.com/css/images/rightPic.png') no-repeat left top; height: 170px; }

.webtomobile1
{ padding-left: 192px; padding-top: 5px; }

div#google {
	display: none;
}

.buyingsteps
{float:right; }
