html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto 0 auto;
  padding: 0;

  font-family: Verdana, Arial, Helv, sans-serif;
  color: #14576D;
  text-align: center;

  background: #FFFFFF url(../images/footer_bg.gif) repeat-y 50% 0; 
}

hr { 
  color: #97A8D4; 
  background: #97A8D4;

  border: none;

  height: 1px;

  padding: 0;
  margin: 5px 0 5px 0;
}




p {
  padding: 0;
  margin: 0 0 10px 0;

  text-align: left;
}

ul {
  padding: 0;
  margin: 5px 0 0 0;

  text-align: left;
}

li {
  padding: 0;
  margin: 0 0 0 1.4em;
  list-style: disc;

  text-align: left;
}

li li {
  list-style: circle;
}



dl {
  padding: 0;
  margin: 10px 0 0 0;

  font: normal 12px Verdana, Arial, Helv, sans-serif;
  text-align: left;
}

dt {
  padding: 0;
  margin: 0 0 10px 0;

  font-weight: bold;
  color: #C20000;
}

dd {
  padding: 0;
  margin: 0 0 10px 20px;
}



form {
  margin:0;
  padding: 0;
}

input, select {
  border: 1px solid #CCCCEE;
}

input.button {
  color: #FFFFFF;
  background: #4248A0 url(../images/top_blue_bg.jpg) repeat-x 100% 100%;
  border: 0px solid;
}

input.button2 {
  color: #000000;
  background: #f2c33c url(../images/top_blue_bg.jpg) repeat-x 100% 100%;
  border: 0px solid;
}

input.button:hover  {
  color: #F9E87A; 
  background: #767DDB url(../images/top_blue_bg.jpg) repeat-x 0 0;
}

.form_row {
  clear:both;
  text-align: left;
  font-size: 11px;
  margin:0;
  padding: 0;
}

.form_row .form_row {
  clear:none;
  float: left;
}

.form_row label {
  display: block;
  float: left;
  width: 30%;
  height: 19px;
  padding: 2px 4px 2px 0;
  font-size: 11px;
  text-align: left;
  background: transparent;
}

.form_row select, .form_row input, .form_row textarea {
  display: block;
  width: 63%;
  padding: 0;
  font: normal 10px/12px Verdana, sans-serif;
}

.form_row .descr {
  display: block;
  width: 63%;
  margin-left: 35%;
  padding: 2px 0 8px 0;
  font: normal 11px Verdana, sans-serif;
}

* html .form_row .descr {
  margin-left: 0;
}

html[xmlns] .form_row select, html[xmlns] .form_row input, html[xmlns] .form_row textarea {
  margin-left: 35%;
}

.form_row select, .form_row input {
  height: 19px;
  vertical-align: middle;
}

* html .form_row select, * html .form_row input {
  height: 17px;
  margin:0;
}

.form_row input.button, .form_row button {
  display: block;
  float: right;
  width: 30%;
  height: 19px;
  padding: 0;
  margin-right: 2%;
  font: 11px/12px normal;
}

.form_table {
  font-size: 11px;
  margin:0;
  padding: 0;
}


a       { color:#156; text-decoration: none; }
a:hover { color:#c11; text-decoration: underline; }

.item .curitem { color: #900; }

.error {
  font-size: 11px;
  color: #900;
}

h2, h3, h4 {
  padding: 0px;
  margin: 10px 0 4px 0;
}

h2 { 
  font-size: 23px; 
  font-weight: normal;
  color: #00B2C8;
  text-transform: uppercase;
}

h3 { 
  font-size: 15px; 
  color: #00B2C8;
}

h4 { 
  font-size: 11px; 
  color: #00B2C8;
}

#path {
  padding: 0px;
  padding-bottom: 5px;
}

#path a { color: #990000; text-decoration: none; }
#path a:hover { color: #aa3333; text-decoration: underline; }

.descr {
  font-size: x-small;
}

a.x { 
  color:#900; 
  text-decoration: none; 
  font-size: 8pt;
}

a.x:hover { color:#F33; }

.descr { font-family: Verdana, Arial, sans-serif; font-size: x-small; }

.even {
  background-color: #F0EDF4;
}

.odd {
  background-color: #E0E0ED;
}

.line {
  font-size: 8pt;
  padding: 2px;
}

.line_h1 {
  font-size: 8pt;
  font-weight: normal;
  margin: 0px; padding: 2px;
  background-color: #8F7CF9; 
  color: #FFFFFF; 
}

.line_h2 {
  font-size: 10pt;
  margin: 0px; padding: 2px;
  background-color: #CCE; 
  color: #FFFFFF; 
  text-transform: uppercase;
}

.line_h3 {
  color: #CCE;
  font-size: 9pt;
  margin: 0px; padding: 2px;
}

.page_nav {
  font-size: 8pt;
  margin: 0px; padding: 2px;
}

/*
dfn {
  text-decoration: none;
  text-style: none;
  border-bottom:1px dotted #5D51A3;
}
*/

.img_caption small {
  font-size: 10px;
  font-weight: bold;
}








/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/

#wrapper {
  position: relative;

  margin: 0 auto 0 auto;
  padding: 0;

  width: 780px;
  min-height: 600px;

  text-align: left;

  background: #0099BB url(../images/footer_bg.gif) repeat-y 0 0; 
}

* html #wrapper {
  height: 600px;
}


#header {
  position: relative;

  width: 780px; 
  height: 292px; /* 158px; */

  background: transparent url(../images/top_band.png) no-repeat 0 0;
  z-index: 500;
}

#top_figure {
  position: absolute; 
  top: 0; 
  left: 0; 

  width: 780px; 
  height: 292px; 

  background: transparent url(../images/top_band.gif) no-repeat 0 0;
  z-index: 600;
}

#logo {
  position: absolute; 
  top: 40px; 
  left: 20px; 

  width: 240px; 
  height: 89px; 
  
  background: transparent url(../images/logo-payliance-trans.gif) no-repeat 0 0;
  z-index: 800;

  cursor: hand;
}

#securitylogo {
  top: 1px;
  left: 1px;
  float: right;
}

#logo h1, #logo a {
  display: block;

  width: 100%;
  height: 100%;

  margin:0;
  padding:0;

  cursor: hand;
}

#logo span {
  display: none;
}


#motto {
  position: absolute; 
  top: 132px; 
  left: 25px; 

  color: #272525;
  font: bold 13px Verdana, sans-serif;
  text-transform: lowercase;
  z-index: 800;
}

#small_description {
  position: absolute; 
  top: 192px; 
  right: 0; 

  width: 285px;
  height: 80px;

  margin: 0;
  padding: 10px; 
  
  color: #272525;
  font-size: 13px;
  z-index: 700;
 
  text-align: center;
}

.justifyfull {
  text-align: justify !important;
}

#content_area {
  position: relative;

  margin: 0;
  padding: 20px 10px 10px 20px;

  width: 250px;
  font-size: 13px;
  z-index: 500;
}

#content_area1 {
  position: relative;

  margin: 0 0 0 220px;
  padding: 20px 10px 10px 20px;

  width: 530px;
  min-height: 350px;

  font-size: 13px;

  background: #EDFFFF;

  z-index: 2000;
}

* html #content_area1 {
  height: 350px;
}


#content_band {
  position: absolute; 
  top: 157px; 
  left: 0; 

  width: 780px;
  height: 112px;

  margin: 0;
  padding: 0; 

  text-align: right;
  
  background: transparent url(../images/content_band.jpg) no-repeat 0 0;
  z-index: 400;
}

#content_band table {
  margin: 15px 0 0 0;
}




/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/



#content {
  position: absolute;
  top: 158px;
  left: 0;

  margin: 0;
  padding: 0;

  color: #FFFFFF;
  
  background: #05253D url(../images/content_bg1.jpg) repeat-y 0 0;
  z-index: 400;
}

#content1 {
  position: absolute;
  top: 157px;
  left: 0;

  margin: 0;
  padding: 0;

  color: #05253D;
  
  background: #05253D url(../images/content_bg1.jpg) repeat-y 0 0;
  z-index: 2000;
}


#content p, #content ol, #content ul, #content li, #content1 p, #content1 ol, #content1 ul, #content1 li {          
  text-align: left;
  font-size: 10pt;
}

#content a, #content1 a {
  color: #0080B4;
  text-decoration: none;
}

#content a:hover, #content1 a:hover {
  color: #00B2C8;
  text-decoration: underline;
}



#footer {
  width: 780px; 
  height: 110px;

  color: #FFFFFF;
  font-size: 8pt;

  text-align: left;
  vertical-align: middle;

  padding: 0;
  margin: 0;
  
  background: transparent url(../images/footer_figure.gif) no-repeat 0 0;
  z-index: 800;
}

#footer1 {
  width: 780px; 
  height: 77px;

  color: #FFFFFF;
  font-size: 8pt;

  text-align: left;
  vertical-align: middle;

  padding: 0;
  margin: 0;
  
  background: transparent url(../images/footer_figure.gif) no-repeat 100% 100%;
  z-index: 800;
}

#footer span { 
  display: block;
  padding: 2px 0 0 0;
  vertical-align: middle;
  border: 1px solid blue;
}

#footer a { 
  font-weight: bold;
  color: #DADBED; 
  text-decoration: none; 
}

#footer a:hover { 
  color: #FACA5A; 
  text-decoration: underline; 
}







#navigation {
  position: absolute; 
  top: 5px; 
  left: 10px; 
  right: 10px;
  height: 20px;

  float: left;

  color: #05253D;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 13px;
  z-index: 1000;
}

#navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation li {
  float: left;
  position: relative;
}

#navigation li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#navigation li>ul {
  top: auto;
  left: auto;
}

#navigation li:hover ul, #navigation li.on ul {
  display: block;
}

#navigation a {
  display: block;
  font-weight: bold; 
  color: #05253D;
  width: auto;

  padding: 0;
  margin: 0;
}

#navigation a:hover {
  display: block;
  text-decoration: underline; 
  color:#993300; 
  background: #f2c33c;
  text-align: left;

  padding: 0;
  margin: 0;
}

.drop {
  margin: 0; padding: 0;
  z-index: 1555px;
}

.drop li {
  position: absolute;
  display: block;
  top: 10px;
  white-space: nowrap;
  z-index: 1555px;
  margin: 0;
  padding: 10px;
  background: #f2c33c;
}

.drop>li {
  top: 0px;
}

#navigation ul li {
  display: block;
  float: left;

  padding: 0 20px 0 20px;
  margin: 0;
  border-left: 1px solid #05253D;
}

#navigation ul li.first {
  border-left: 0px none;
}





#leftnav {
  position: absolute;
  top: 0;
  left: 0;

  width: 190px;

  color: #0080B4;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;
}

#leftnav ul {
  width: 200px;

  padding: 0;
  margin: 20px 0 0 0;

  text-align: left;
  list-style: none;
}

#leftnav ul li {
  width: 200px;

  padding: 0;
  margin: 0;

  text-align: left;
  list-style: none;
}

#leftnav ul li a { 
  display: block;

  width: 100%;

  padding: 4px 20px 4px 20px;
  margin: 0;

  font-weight: normal; 
  color: #0080B4;
}

#leftnav ul li a:hover { 
  text-decoration: underline; 
  color: #00B2C8;
  background: transparent url(../images/content_band.jpg) no-repeat 20% 0;
}

#leftnav li.current a {
  color: #FFFFFF; 
  font-weight: bolder; 
  text-decoration: none; 
}

#leftnav li.current a:hover {
  color: #FFFFFF; 
  font-weight: bolder; 
  text-decoration: underline; 
}








#search_area {
  position: absolute; 
  top: 27px; 
  right: 4px;

  width: 220px;
  height: 29px;
  margin-right: 5px;
  background: url(../images/search_frame_bg.gif) no-repeat top left;
}

#search_wrapper {
  position: relative; 
  top: 0; 
  right: -5px;

  width: 100%;
  height: 100%;
  background: url(../images/search_frame_right.gif) no-repeat top right;
}

#search_box {
  position: absolute; 
  top: 4px; 
  right: 4px;

  width: 202px;
  height: 19px;

  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px;
}

#search_box .search_form_row {
  text-align: left;
  font-size: 11px;
  margin:0;
  padding: 0;
}

#search_box .search_form_row input {
  display: block;
  float: left;
  width: 60%;
  padding: 0;
  font: normal 10px Verdana, sans-serif;
  height: 19px;
}

#logon_box input {
  float: right;
  padding: 0;
  margin:0;
}

* html #search_box input, * html #logon_box input {
  margin: 0;
  height: 19px;
}

#search_box input.button {
  display: block;
  float: right;
  width: 30%;
  height: 19px;
  padding: 0;
  margin-right: 8px;
  font: normal 11px;
}

#search_box input, #logon_box input {
  height: 19px;
  border: 0 solid black;
}

#search_box input.button, #logon_box input.button {
  color: #FFFFFF;
  background: #4248A0 url(../images/top_blue_bg.jpg) repeat-x 100% 100%;
}

#search_box input.button:hover, #logon_box input.button:hover  {
  color: #F9E87A; 
  background: #767DDB url(../images/top_blue_bg.jpg) repeat-x 0 0;
}






.page_nav {

}

.page_nav .current {
  background: #000099;
  color: #FFFFFF;
  padding: 0 2px 0 2px;
}




/* added by Sumit */

.photo  {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}

.module {
  border: 1px solid cyan;
  margin: 10px;
  padding: 3px;
  width: 400px;
}

td {
/*  text-align: center;*/
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}

#copyright a {
	color: #002C4F; 
}

#copyright a:hover {
	color: #00508F; 
}