/* CSS appiled to HTML taking care of Firefox Vertical Scroll Bar Not Functioning Properly for all pages*/
html
{
	overflow: scroll;

}
body	{font-family: arial,helvetica,sans-serif; font-size: 12px; 	line-height:180%; }
td	{font-family: arial,helvetica,sans-serif; font-size: 12px;}
p	{font-family: arial,helvetica,sans-serif; font-size: 12px;}

b	{font-family: arial,helvetica,sans-serif; font-weight: bold;}
i	{font-family: arial,helvetica,sans-serif; font-style: italic;}
li	{font-family: arial,helvetica,sans-serif;}
ul	{font-family: arial,helvetica,sans-serif;}
ol	{font-family: arial,helvetica,sans-serif;}
h6	{font-family: arial,helvetica,sans-serif; font-size: 13px;}
h5	{font-family: arial,helvetica,sans-serif; font-size: 16px;}
h4	{font-family: arial,helvetica,sans-serif; font-size: 18px;}
h3	{font-family: arial,helvetica,sans-serif; font-size: 20px;}
h2	{font-family: arial,helvetica,sans-serif; font-size: 20px;}
h1	{font-family: arial,helvetica,sans-serif; font-size: 28px;}

input	{font-family: arial,helvetica,sans-serif; font-size: 12px;}
select	{font-family: arial,helvetica,sans-serif; font-size: 12px;}
textarea {font-family: arial,helvetica,sans-serif; font-size: 12px;}
.error 	{color: #FF0000;}
.serror {color: #FFFFFF; background-color: #FF0000;}
.button {background-color: #666666; color: #F0F0F0; font-weight: bold; font-family: arial,helvetica,sans-serif;}

.smallest {font-family: arial,helvetica,sans-serif; font-size: 10px;}
.smaller {font-family: arial,helvetica,sans-serif; font-size: 11px;}
.normal {font-family: arial,helvetica,sans-serif; font-size: 12px;}
.larger {font-family: arial,helvetica,sans-serif; font-size: 14px;}
.largest {font-family: arial,helvetica,sans-serif; font-size: 16px;}


/* SPECIFIC CLASSES PER WEBSITE */
.white {
color: #fcfcfc;
}



a {font-family: arial,helvetica,sans-serif; text-decoration: none; color: #151588;}
/*a:link {color: #151588; text-decoration: none;}*/
a:active {color: #151588; text-decoration: underline;}
a:visited {color: #151588; text-decoration: none;}
a:hover {color: #151588; text-decoration: underline;}

a.textnav {font-family: arial,helvetica,sans-serif; text-decoration: none; color: #151588;}
a.textnav:link {color: #151588; text-decoration: none;}
a.textnav:active {color: #151588; text-decoration: underline;}
a.textnav:visited {color: #151588; text-decoration: none;}
a.textnav:hover {color: #151588; text-decoration: underline;}

a.leftnav {font-family: arial,helvetica,sans-serif; font-size: 12px; font-weight: normal; color: black; text-decoration: none;}
a.leftnav:link {color: black; text-decoration: none;}
a.leftnav:active {color: black; text-decoration: underline;}
a.leftnav:visited {color: black; text-decoration: none;}
a.leftnav:hover {color: black; text-decoration: underline;}


a.leftnavheading {font-family: arial,helvetica,sans-serif; font-size: 13px; font-weight: bold; color: black; text-decoration: none;}
a.leftnavheading:link {color: black; text-decoration: none;}
a.leftnavheading:active {color: black; text-decoration: underline;}
a.leftnavheading:visited {color: black; text-decoration: none;}
a.leftnavheading:hover {color: black; text-decoration: underline;}


/* Commented out just for comparison purposes to production - should be justified after we test
p {
	text-align: justify;
}*/
#gr{
	padding-right: 60px;
	font-size: 11px;
	color: #000000;
	padding-bottom: 4px;
}
#gs{
	font-size: 8px;
	color: #000000;
	border: #c3c3b9 1px solid;
}
#gx{
	font-size: 11px;
	color: #000000;
}
#gt{
	padding-right: 10px;
	font-size: 11px;
	color: #000000;
	padding-bottom: 4px;
}
#gy{
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-bottom: 4px;
}
#gb{
	font-size: 11px;
	color: #1c119c;
	text-align: right;
	padding-bottom: 4px;
	font-weight:bold;
}
#red {
	color: a92018;
}
#grey{
	font-size:13pt;
	color: 86837a;
}
#L{
	font-size: 18px;
	color: #000000;
	font-weight:bold;
}
#M{
	font-size: 15px;
	color: #000000;
	font-weight:bold;
}

/* ********************************
	Content
******************************** */
#content{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border: #c3c3b9 1px solid;
	padding: 10px;
	background-color: #ffffff;	
line-height:120%;
}
#resultsleft{
	top: 0px;
	left: 0px;
	padding-right: 20px;
	border-right: #040300 0px solid;
	font-size:10pt;	
	width: auto;
}
#resultsmiddle{
	top: 0px;
	left: 0px;
	padding-right: 20px;
	padding-left: 10px;
	border-right: #040300 0px solid;
	font-size:10pt;
	width: auto;
}
#resultsright{
	top: 0px;
	left: 0px;
	padding-left: 10px;
	font-size:10pt;
	width: 33%;
}
#scontent{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border: #c3c3b9 1px solid;
	padding: 10px;
	background-color: #ffffdd;	
	width: 570px;
}
#searchleft{
	top: 0px;
	left: 0px;
	border-right: #040300 0px solid;
	font-size:10pt;	
	width: auto;
}
#searchright{
	top: 0px;
	left: 0px;
	padding-right: 20px;
	padding-left: 10px;
	border-right: #040300 0px solid;
	font-size:10pt;
	width: auto;
}
textarea{
	border: none;
	color: #000000;
  	overflow: auto;
	border: #c3c3b9 1px solid;
}
input.text{
	background-color: #ffffff;
	border-left: #868484 1px solid;
	border-right: #868484 1px solid;
	border-top: #868484 1px solid;
	border-bottom: #868484 1px solid;
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 0.3em;
	padding: 3px 3px 3px 3px;
}
select{
	background-color: #ffffff;
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 0.3em;
	padding: 1px 1px 1px 1px;
	border: transparent;
}


/*new class added for top navigation - by Pranoti */

 .lyonsnavbar
{
    /*background-color: #006600;*/
 
background-image: url('/images/menubar.jpg');
    color: white;

  height:30px;
    font-family: verdana, arial, sans-serif;
   background-repeat: repeat-x;
    text-decoration: none;

}

/*new class added for navigation text - by Pranoti */

.lyonsnavbartext
{
color: white;

font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-decoration: none;

margin-right: 45px;
}

/*new class added for left navigation - by Pranoti */

.lyonsnavbartext:link {color: #FFFFFF;}
.lyonsnavbartext:hover{color: #FFFFFF;}
.lyonsnavbartext:active {color: #FFFFFF;}
.lyonsnavbartext:visited {color: #FFFFFF;}

/*new class added for left navigation - by Pranoti */
.leftnavCSS
{

width:220px;	
line-height:120%; 


}

/*new class added for left navigation - by Pranoti */
.leftnavDIV
{
margin-top: 10px;
margin-left: 10px;
background-color: #f1efef;
	margin-bottom: 10px;
	padding: 5px;
line-height:190%; 


}

/*new class added for client testimonial contest available at login page - by Pranoti */
.Contest
{

left:o;
line-height:110%;
width:590px;
height:214px;
background-image: url('/images/tesimonial-Contest.jpg'); 
background-repeat: no-repeat;

}
/*new class added for top navigation - by Pranoti */
 .lyonsnavbarright
{
    background-color: #99ba3c;
    
    color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    letter-spacing: .00001em;
    padding-top: 4px;
    padding-bottom: 2.4px;
    text-decoration: none;
    line-height: 1.5;
    background-repeat: repeat-x;
}

/*new class added for page heading - by Pranoti */
.page-heading
{
	
	color: #99ba3c;
	font-size: 20px;
	font-family: Myriad Pro Light, Verdana, Arial, Helvetica, sans-serif;
	
}
