
/****
navigation color-highlight: #A3D6AA
navigation color: #0AA4B2
body_title color: #004657
body_text color: #303030
litegreentext color #E4F5CA
****/
body {
    background:  #ffffff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 1.1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	position:relative;
	display: table;
    background: url(../images/zidster_bg.gif) repeat-y center;
    background-color: #E7E7E7;

}
div {overflow: hidden;padding: 0px;margin: 0px;}

/*------------------- links and headings------------------------------ */

a:link {color: #0000FF;text-decoration: underline;} 
a:visited {color: #0000BB;text-decoration: underline;} 
a:hover {color:#660000 ;text-decoration: underline;}
a:link.go {
	background: url(../images/template/home_slices/go_button.png) no-repeat right top;
	height: 66px;
	width: 47px;
}
a:hover.go {
	background-position: right -66px;
}
a:active.go {
	background-position: right -132px;
}

p {margin: 10px 0px; padding: 0px;}
h1, h2, h3 {margin: 0px 0px 10px 0px; padding: 0px; font-size: 13pt;font-weight:bold;color:#2e3192;text-align:center;
	font-family: Tahoma, Verdana, sans-serif;}

ul, ul.faq_list { padding: 0px;margin-top: 15px; margin-bottom: 15px;margin-left:30px;}
ul.faq_list {
	margin-top: 0px;
	margin-left:30px;
	line-height: 14px;
}
abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #4682B4;
	cursor: help;
}
div#signup {
    width: 100%;
    text-align:right;
    position:absolute; 
    top: 0px; 
    left: 0px;
    font-weight: bold; 
    font-size: 8pt;
    z-index: 100;
}

/*--------------------- containers ----------------------------------- */

div#container 
{
    position:relative;
	background:  url(../images/template/misc/bg_strip.gif); 
	width: 100%;  /* 97.6%; based on 776px overall width*/
	height: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* do not change this to center */
}

div#box 
{
    position:relative;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

/****************************************************************/
/*                          Header                              */
/****************************************************************/
div#header
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
div#header img {border:none;}
div#logo img {border:none;}

div#logo {float: right;width:35%;margin-left: 10px;}
/**************  main_nav *************************************/
div.coups_nav {
    position:relative;
    height:20px;
    clear:both;
    text-align: left;
    background-color: #ccc;
    padding-top: 3px;
    padding-left: 10px;
}
.cp_nav {
    color:#0000BB;font-weight:bold;margin-right: 5px;
}
/******************* Home content*************************************/
div#contents {
  margin-top:15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  height: 100%;
  width: 100%; 
}
/******************************************************/

/********************************************/
/*      general text definitions              */
/********************************************/
div.hbox
{
    position: relative;
    height: 25px;
    width: 100%;
    background-color: #858585;
    clear:both;
}
div.hbox0, div.hbox1, div.hbox2, div.hbox3
{
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 25px;
    width: 100%;
    background-color: #F7931D;
}
div.hbox1
{
    background-color: #ED1C24;
}
div.hbox2
{
    background-color: #0054A6;
}
div.hbox3
{
    background-color: #7FB439;
}

div.heading
{
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    top: 0px;
    background-color: black;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    height: 25px;
}

/****************************************************************/
/*                     Misc                                     */
/****************************************************************/
div.pict {position: relative; margin-top: 20px;}

div.spacer {
	height: 15px;
}

.errorMsg 
{
    font-weight:bold;
    color:#0054A6;
    margin-top:25px;
    margin-bottom:50px;
} 
 
#hiliteTableCell 
{
   text-align:justify;
   border:3px #F7931D solid;
}
td.titleinstruction
{
	text-align:left;
	padding-right: 10px;
	padding-left: 4px;
	font-size: 8pt;
	vertical-align: bottom;
	font-weight:bold;
	font-style: italic;
}
span.instruction2 {
    color: #ea0005;
    font-family: Arial; 
    font-weight:bold; 
    font-size:larger;
    font-style: normal;
}
td.input {
    vertical-align: top;
}


/****************************************************************/
/*                     Footers                                  */
/****************************************************************/

div#footer_nav {
    float:left; 
    width: 60%;
    text-align:left;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 15px;
}
div#footer_nav a:link, div#footer_nav a:visited {
    margin: 0px 0px; 
    text-decoration:none; 
    color: Blue;
    font-weight:bold;
    font-size: 8pt;
}
div#copyright {
	text-align: center;
	margin-right: 120px;
	padding-top: 0px;
	font-size: 8pt;
	color: #000000;
}
div#copyright span {
	margin: 0px 0px;
	font-size:7pt;
}
td.right {text-align:right;font-size: 9pt; font-weight:bold;}
