/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF url(/zmobile/html/images/page-bg.gif) top right no-repeat;
	font: 75%/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin:0;
}

/* links */
a, a:visited {
	color: #069;
	background: inherit;
	text-decoration: none;
	outline:none;
}
a:hover {
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	background:inherit;
}
h1 {
	font-size: 170%;
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #0B4199;
}
h3 {
	font-size: 130%;
}
/*
h1, h2, h3, p {
	padding: 5px 0 0 30px;
	margin: 0;
}
ul, ol {
	margin: 5px 10px;
	padding: 0 20px;
}
*/

p.sep {
	border-top:1px dashed #CCC;
	margin:10px 15px 0 10px;
}
p.required {
	color:#F00;
	font-size:14px;
}

/* images */
img {
	background: none;
	padding: 0px;
	outline:none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img .noborder { border:none; background:inherit;}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: center;
	display: block;
	overflow: auto;
	font: bold 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	/* white-space: pre; */
	color:#FFFFFF;
	background:#FF6600 url(/zmobile/html/images/nav.jpg) 0 0;
	border: 1px solid #E0DBC9;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 25px;
	background: url(/zmobile/html/images/post.jpg) repeat 0 0;
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */

/* end - table */

/* form elements */




textarea {
	width:220px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #dadada;
	height:100px;
	display:block;
	color:#777;
}


/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 5px 0 15px 0;
	width: 190px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 120px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.required {
	color:#FF0000;
	font-size:110%;
	font-weight:bold;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 900px;
	position: relative;
	height: 200px;
	padding: 0;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 15px;
	left: 10px;
}
#header h1#logo span {
	color: #FF8000;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;
}
/* header address and email */
#header #login {
	background:url(/zmobile/html/images/header-form-bg.gif) top right no-repeat;
	position: absolute;
	top: 0px;
	right: 15px;
	color: #000;
	font-size: 0.75em;
	height: 115px;
	width:374px;
}
#header #login h1 {
	font-size:2.6em;
	color: #FFF;
	padding: 10px 10px;
	letter-spacing: -1px;
}
#header #login span {
	color: #CD9934;
}
#header #login a {
	color: #F00;
	text-decoration: none;
}
#header #login a:hover {
	color: #FFF;
}

/* header links */
#header #header-links {
	position: absolute;
	bottom: 2px;
	left: 20px;
	color: #838181;
	font-size: 10px;
}
#header #header-links a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #FF8000;
}

#main-wrap {
	background:#FFFFFF;
	width: 900px;
	margin:0px auto;
	padding: 0px;
}

/* header-photo */
#header-photo {
	background: url(/zmobile/html/images/header-panel-bg.jpg) top no-repeat;
	height: 160px;
	width: 900px;
	margin: 0 auto;
}

/* Main Column */
#main {
	background:#FFF url(/zmobile/html/images/how-it-works-banner-bg.gif) top no-repeat;
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
}
#main h1 {
	font: normal 1.8em Arial, Helvetica, sans-serif;
	color: #01A1A1;
	padding: 0;
	margin: 2px 0 10px 0;
}

	/*margin: 0px 30px 0;*/
/*#main ul li {
	list-style-image: url(/zmobile/html/images/bullet.gif);
}*/

#main li {
	margin: 0px 20px;
}

#main-col-text1 {
	width: 340px;
	float: left;
	margin: 0px 0 10px;
	padding: 0px;
}
#main-col-text2 {
	width: 500px;
	float: left;
	margin: 0px 0 10px;
	padding: 0px;
}

#main-col-text {
	width: 900px;
	float: left;
	margin: 0px 0 10px;
	padding: 0px;
}

#main-banner {
	width: 120px;
	float: right;
	margin: -46px 0 10px;
	padding: 0px;
	text-align: right;
}


/* About us main */
#aboutmain {
	float: left;
	width: 47%;
	padding: 0;
	margin: 10px 0 0 10px;
	display: inline;
}
#aboutmain h1 {
	margin-top: 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #074085;
	padding: 0px 0 5px 5px;
}
#aboutmain ul li {
	list-style-image: url(/zmobile/html/images/bullet.gif);
}

/* Sidebar */
#sidebar {
	float: left;
	width: 16%;
	padding: 0 5px 0 0px;
	margin: 0px;
}
#sidebar h2 {
	padding: 10px 5px 0;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #CD9934;
}
#sidebar ul.sidemenu {
	text-align: left;
	font-size:95%;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	background: url(/zmobile/html/images/dots.gif) repeat-x left bottom;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(/zmobile/html/images/dots.gif) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 4px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #074085;
}
#sidebar ul.sidemenu li a:hover {
	color: #CD9934;
}

/* rightside Sidebar */
#rightsidebar {
	background: #FFFFFF;
	float: right;
	width: 28%;
	padding: 0;
	margin: 15px 0 10px 15px;
}
#rightsidebar h2 {
	padding: 10px 5px 0;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #CD9934;
}
#rightsidebar img {
	background: #ffffff;
	padding: 2px;
}
#rightsidebar p {
	font-size:80%;
	margin: 0;
}

/* footer */
#footer-wrap {
	border-top: 1px solid #00699F;
	clear: both;
	width: 899px;
	font-size: 100%;
	height:30px;
	padding:0px 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #069;
	font-weight: normal;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}
.footeraddress {
	width:400px;
	height:60px;
	float:left;
	margin:40px 60px 0;
	line-height: 1.4em;
	color:#FFFFFF;
	text-transform:uppercase;
}
.footeraddress span {
	color: #CD9934;
}

.footeremail {
	width:auto;
	float:right;
	margin:5px 0px;
	text-align:right;
	color:#000;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 870px;
	padding: 10px 0;
	text-align: center;
}

.product_a {
	width: 440px;
	float: left;
	margin: 15px 0 20px;
	padding: 0 0 20px;
	border: 0px solid #CC6600;
}
.product_b {
	width: 440px;
	float: left;
	margin: 15px 0 20px 20px;
	padding: 0 0 20px;
	border: 0px solid #CC6600;
}
.product_c {
	width: 280px;
	float: left;
	margin: 15px 0 0 10px;
	padding: 0;
	border: 0px solid #CC6600;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* additional css*/

.inputfieldClass {
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;
}

.inputfield {
	width: 225px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;
}

SELECT.inputfield {
	width: 233px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;
}

.inputfieldMultiple {
	width: 225px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;
        height: 150px;
}

SELECT.inputfieldMultiple {
	width: 233px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;
        height: 150px;
}

.inputfieldLong {
	width: 325px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;
}

select.inputfieldLong {
	width: 333px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;
}

.inputfieldShort {
	width: 175px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;

}

select.inputfieldShort {
	width: 183px;
	background-color:#FFF;
	padding:3px;
	font: normal 1.4em Arial, sans-serif;
	color:#069;
	border:1px solid #060;

}

.bluet {
	color: Blue;
}

.redtext {
	color: Red;
	font-weight: bold;
}


.orangetext {
	color: #FD7E1D;
}

.orangebtext {
	color: #FD7E1D;
	font-weight: bold;
}

.bordertable TD {
   FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
   FONT-SIZE: 11px;
	vertical-align: top;
}


.toptext {
	color: #0077BF;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align: center;
}

.toptextsmall {
	font-weight: normal;
	font-size:11px;
	color: #666666;
}

.bannertext {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align: center;
}

.regtext {
	color: #005F95;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


.greentext {
	color: #339900;
}

.whitetext {
	color: #FFFFFF;
}

.whitelink {
	color: #FFFFFF;
	text-decoration: underline;
}

.s15text {
	color: #005F95;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.s30text {
	color: #005F95;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

.infotext {
	color: #10007A;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}



.bluetext {
	color: #1E1081;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.boldtext {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.blacktext {
	color: Black;
}

.optionList {
	overflow:auto;width:225px;
	height:100px;
	border:1px solid Black;
	padding-left:5px
}


.optionTable  {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color : Black;
	border : Navy;
	border-width : 1px;
	border-style : solid;
	border-collapse : collapse;
	border-color: Black;
}

.optionHeader {
	BACKGROUND-COLOR: #DDDDDD;
	font-weight: bold;

}

.optionTable  TD {
	border : Navy;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
}


.viewTable  {
	border : #6699CC;
	border-width : 0px 0px 0px 0px;
	border-style : solid;
	border-collapse : collapse;
}

.viewTableHeader
{
    BACKGROUND-COLOR: #34689A;
	 color: #FFFFFF;
	border-width : 0px 0px 0px 0px;
}

.viewTableFooter {
	color : #FFFFFF;
	background-color : #34689A;
}

.viewTable  TD {
	border : #34689A;
	border-style : solid;
	border-width : 0px 0px 1px 0px;
	border-collapse : collapse;
}

.viewTableNav TD {
	border-width : 0px 0px 0px 0px;
}

.label { font-weight: bold;}

.centertext {
	text-align: center;
}

.notetext { color: #B20000;}

.errortext { color: Red;  font-weight: bold; }

.messagetext { color: Blue;  font-weight: normal;  font-size: 12px;  }

.backgroundTab1
{
    BACKGROUND-COLOR: #fff3cd;
}

.backgroundTab2
{
    background-color: White;
}

#ban6 {background: url(/zmobile/html/images/page6-banner.jpg) no-repeat; width: 900px; height: 160px; position: relative;}
#ban5 {background: url(/zmobile/html/images/page5-banner.jpg) no-repeat; width: 900px; height: 160px; position: relative;}
#ban4 {background: url(/zmobile/html/images/page4-banner.jpg) no-repeat; width: 900px; height: 160px; position: relative;}
#ban3 {background: url(/zmobile/html/images/page3-banner.jpg) no-repeat; width: 900px; height: 160px; position: relative;}
#ban2 {background: url(/zmobile/html/images/page2-banner.jpg) no-repeat; width: 900px; height: 160px; position: relative;}
#ban1 {background: url(/zmobile/html/images/how-it-works-banner.jpg ) no-repeat; width: 900px; height: 160px; position: relative;}
.bans-headlines {font: 22px Arial, sans-serif; color: #ffffff; position: absolute; top: 50px; left: 35px}

.paper_top {background: url(/zmobile/html/images/page-top.png) no-repeat top left;}
.paper_bottom {background: url(/zmobile/html/images/page-bottom.png) no-repeat top left; width: 900px; height: 10px}
.motto {font: 18px Arial, sans-serif; color: #00699f; padding: 54px 0 0 34px; float: left; width: 200px}
.decos {padding: 13px 7px 0 7px }


.paper2_holder {width: 900px; float: left; margin-top: 30px}
.paper_holder {width: 900px; float: left;}
.panel1 { cursor: hand; background: url(/zmobile/html/images/panel-1.jpg) no-repeat; width: 440px; height: 160px; position: relative; float: left; margin-right: 20px}
.panel2 { cursor: hand; background: url(/zmobile/html/images/panel-2.jpg) no-repeat; width: 440px; height: 160px; position: relative; float: left}
.panels-header {font: 22px Arial, sans-serif; color: white; padding: 24px 0 0 34px}
.panels-click {position: absolute; top: 125px; left: 70px; font: 16px Arial, sans-serif; color: white}
.panels-info {font: 10px Arial, sans-serif; color: white; padding: 10px 0 0 34px}


#DHTMLgoodies_formTooltipDiv{
        color:#FFF;
        font-family:arial;
        font-size:11px;
        line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
        color:#FFF;
        font-weight:normal;
        font-size:10px;
}


table {
	border-collapse: collapse;
	margin: 10px 0 0 0px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(/zmobile/html/images/nav.jpg) repeat-x;
	height: 29px;
	color: #FFFFFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	padding: 0px 11px 0;
}
tr {

}
td {
	padding:5px 0 0 5px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}

.menutable {
	border-collapse: collapse;
	margin: 0px 0 0 0px;
}

.menutable td {
	border-left: 1px solid #B6D59A;
	text-align: center;
	font-weight: bold;
}

.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	color: #FFF;
	background: #8EB50C;
	border: none;
	width: 130px;
	overflow: visible;
}

.buttonClass {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	color: #FFF;
	background: #8EB50C;
	border: none;
}


.buttonWhite {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	color:#069;
	background-color:#FFF;
	border: 1px solid #060;
}


