html, 
body {
	min-height: 580px;
	min-width: 800px;
	height: 98%;
	text-align: center;
	padding: 6px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #cccccc;
}

/* Header ----------------------------------------------------------------------- */

div#header {
	position: relative;
	height: 77px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	background: white url('images/header.jpg') no-repeat top left;
}
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;
	background: transparent;
	width: 800px;
	text-align: left;
	font-size: 10pt;
}
/*\*/
div#container {
	display: block;
}
/* */

div#middlewrapper {
	float: left;
	width: 800px;
	padding: 0;
	margin: 0;
}
div#middle {
	margin: 0 215px 0 145px;
	padding: 0 1em 0 1em;
	min-height: 300px;
	text-align: left;
	background: transparent;
	font-size: 9pt;
}

/* Footer ----------------------------------------------------------------------- */
div#nonFooter {
	position: relative;
	min-height: 100%;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: white url('images/sidebar.gif') repeat-y top left;
}
div#footerFix {
	height: 26px;
}

div#footer {
	margin: 0 auto;
	width: 800px;
	position: relative;
	margin-top: -26px;
	border-top: 1px solid white;
	color: white;
	height: 26px;
	font-size: 0.7em;
	line-height: 26px;
	background: #666666;
}
div#footer a {
	color: white;
}


/* Side Bars ------------------------------------------------------------------- */
div#left {
	float: left;
	margin: 0 0 0.5em -800px;
	padding: 0;
	width: 145px;
	text-align: left;
}
div#right {
	float: right;
	margin: 0 0 0.5em -215px;
	padding: 0 10px 0 0;
	width: 205px;
	text-align: left;
}
div#left ul.menu, 
div#right ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: white;
	font-size: 0.8em;
}
div#left ul.menu li, 
div#right ul.menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}
div#left ul.menu li a, 
div#left ul.menu li a:link, 
div#left ul.menu li a:visited, 
div#right ul.menu li a, 
div#right ul.menu li a:link, 
div#right ul.menu li a:visited {
	display: block;
	padding: 0.35em 0 0.35em 0.5em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	background: #d5dee0;
	color: black;
}
div#left ul.menu li a:hover, 
div#left ul.menu li a:active, 
div#right ul.menu li a:hover, 
div#right ul.menu li a:active {
	text-decoration: none;
	color: white;
	background-color: #666666;
}
div#left ul.menu li.on a, 
div#left ul.menu li.on a:link, 
div#left ul.menu li.on a:visited {
	background-color: #666666;
	color: white;
}
div#left ul.menu li.on a:hover, 
div#left ul.menu li.on a:active {
	background-color: #333333;
}


/* Headlines */

h1, h2, h3, h4, h5 {
	color: #0b6b84;
	font-weight: bold;
	color: #0B6B84;
}
h1 {
	font-size: 18px;
	line-height: 24px;
}
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: #0b6b84;
	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;
}

input, 
select, 
textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

select {
	border: 1px solid #a3a3a3;
}

textarea.standard {
	width: 98%;
	height: 94px;
	padding: 3px;
	background: white;
	border: 1px solid #a3a3a3;
	line-height: 1.3em;
}

input.standard, 
select.standard {
	width: 197px;
	border: 1px solid #a3a3a3;
	background: white;
	padding: 4px 3px;
}
select.standard {
	width: 205px;
	padding: 3px 3px;
}

input.standard[disabled] {
	background: #d1d1d1;
}

input.button {
	border: 1px solid #1e6a96;
	background: #1e6a96;
	font-weight: bold;
	color: white;
	padding: 4px;
}
input.button:hover {
	color: white;
	background: #004f7d;
}


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;
	text-align: right;
	color: #436171;
}
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;
	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.intro1 {
	background-image: url('http://www.txt4ever.com/images/woman.png'); background-repeat: no-repeat;  padding-left: 180px; padding-right: 7px; padding-top: 10px; height: 159px; padding-bottom: 20px; font-weight: normal; color: #FFFFFF; font-size:12px
}
div.intro1 a { color: #FFFFFF; text-decoration: none }

div.intro1 a:hover { text-decoration: underline }


div.intro2 {

background-image: url('http://www.txt4ever.com/images/man.png'); background-repeat: no-repeat; padding-left: 180px; padding-top: 7px; padding-right: 10px;  height: 159px; padding-bottom: 20px; font-weight: normal; color: #000000; font-size:12px
}


div.intro2 a { color: #FFFFFF; text-decoration: none }

div.intro2 a:hover {text-decoration: underline }

div.intro3 {
	background-image: url('http://www.txt4ever.com/css/images/sms-bg.jpg'); background-repeat: no-repeat;  padding-left: 55px; padding-right: 0px; padding-top: 24px; height: 80px; padding-bottom: 0px; font-weight: normal; color: #666666; font-size:12px
}

div.intro3 A {color: #666666; text-decoration: none}

div.intro3 A:hover {color: #0B6B84; text-decoration: none}

div.intro4 {
	background-image: url('http://www.txt4ever.com/css/images/agency-bg.jpg'); background-repeat: no-repeat;  padding-left: 55px; padding-right: 0px; padding-top: 24px; height: 80px; padding-bottom: 0px; font-weight: normal; color: #666666; font-size:12px
}

div.intro4 A {color: #666666; text-decoration: none}

div.intro4 A:hover {color: #0B6B84; text-decoration: none}

div.intro-black {
color: #000000

}

div.intro5 {
	background-image: url('http://www.txt4ever.com/css/images/bulksms-bg.jpg'); background-repeat: no-repeat;  padding-left: 55px; padding-right: 0px; padding-top: 24px; height: 80px; padding-bottom: 0px; font-weight: normal; color: #666666; font-size:12px
}

div.intro5 A {color: #666666; text-decoration: none}

div.intro5 A:hover {color: #0B6B84; text-decoration: none}

div.sidebar {
	line-height: 1.6em;
	background: #d5dee0;
	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: #dedfe0;
}
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: 100%;
	border: 0;
}
table.comparison tr td {
	padding: 3px;
	background: white;
	font-size: 8pt;
}
table.comparison tr.green td {
	padding: 3px;
	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: white;
}
fieldset.standard legend { 
	color: white;
	background: black;
}
fieldset.standard div.field {
	clear: both;
	line-height: 30px;
	min-height: 30px;
}
fieldset.standard div.button {
	clear: both;
	line-height: 30px;
	min-height: 30px;
	padding-left: 125px;
}
fieldset.standard label {
	display: block;
	width: 120px;
	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;
}


div.rss-wrapper {
	margin-bottom: 10px;
}

div.rss-wrapper p.rss-title {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold
}

div.rss-wrapper p.rss-item a {
	font-weight: bold
}