/* HTML TAG STYLES */

img
{
  border:0px;
}


body

{

background-color:Moccasin; 

}

h3
{

font-family:verdana;

font-weight:bold;

font-size:120%;

color:#333366;

}

h4
{
font-family:verdana;

font-weight:bold;

color:#000000;
}


li
{
 font-family:verdana;
 font-size: 80%;
}

h2

{

font-family:verdana;

font-weight:bold;

color:gray;

}

.hilite
{
  font-family: Courier, Courier New, Arial;
  color:#003366;
  font-weight:bold;
}


a:link, a:visited

{

text-decoration:none;

color:DarkOliveGreen;

}

a:hover, a:active

{

text-decoration:none;

color:orange;

}



/*CUSTOM CONTENT STYLES*/

div.corplinks

{

width:90%;

text-align:left;

background-color:Gainsboro;

font-family:arial;

color:white;

font-size:x-small;

font-weight:bold;

padding:10px;

border:1px solid teal;

background-image:url('corplinksbg.jpg');

}

.button

{

  background-color:#B0E0E6;
  border:1px solid #D2691E;




}





div.container

{

width:90%;

margin:0px;

border:1px solid gray;

line-height:110%;

background-color:white;

}



div.header

{

padding:0em;

color:white;

background-color:orange;

background-image:url('paydayperx_bg.jpg');

}



div.helpbar

{

padding:0.5em;

background-color:black;

}



div.content

{

background-color:snow;

padding:1em;

margin-left:210px;

}



div.search

{

margin-top:-20px;

margin-right:-1em;

padding: 2px;

float: right;

border: 2px solid black;

color:#b56ab4;

background-color:orange;

}



div.nav

{

float:left;

width:210px;

margin:0px;

padding:8px;

border-right:1px solid gray;

border-bottom:1px solid gray;

background-color:Azure;

}



div.navcorporate{

float:left;

width:190px;

margin:0px;

padding:8px;

border-right:1px solid gray;

background-color:Azure;

border-bottom:1px solid gray;

}





.category

{

font-family: tahoma;

font-weight: bold;

font-size: 9pt;

}



.adtitle

{

font-family: tahoma;

font-size: 12pt; 

font-weight: bold; 

color: darkolivegreen;

border-top:1px solid black;

border-left:1px solid black;

}



.addescrip

{

font-family:tahoma;

font-size:10pt;

font-weight:normal;

color:black;

}



.pagetitle 

{

font-family: tahoma;

 font-size: 18pt;

 font-weight: bold;

 color: black;

}



.pageintro 

{

font-family: Tahoma;

 font-size: 10pt;

 font-weight: bold;

 font-style: italic;

 color: teal;

}



div.giftcert

{

margin-top:-100px;

margin-left:445px;

float:right;

}

div.premlogin

{

position:absolute;

left:217px;

top:260px;

padding-left:11px;

padding-right:11px;

padding-top:35px;

background-image:url('images/prempanel.jpg');

text-align:center;

font-family:arial;

font-size:8pt;

}



div.daily

{

display:inline;

position:absolute;

top:170px;

left:217px;

}



p.copyright

{

font-family:tahoma;

font-variant:small-caps;

font-size:x-small;

font-weight:normal;

color:white;

margin-left:10px;

}

p.bodytext

{

font-family:tahoma;

font-size:small;

color:black;

font-weight:normal;

}



div.footer

{

width:100%;

padding:0em;

color:white;

background-color:gray;

background-image:url('paydayperx_bg.jpg');

clear:left

}



/*css for dropdown on gcs*/

#dropmenudiv{

position:absolute;

border:1px solid black;

border-bottom-width: 0;

font:normal 12px tahoma;

line-height:18px;

z-index:100;

}



#dropmenudiv a{

width: 100%;

display: block;

text-indent: 3px;

border-bottom: 1px solid black;

padding: 1px 0;

text-decoration: none;

font-weight: bold;

}



#dropmenudiv a:hover{ /*hover background color*/

background-color: yellow;

}

