.buttons {
font-family: Tahoma;
font-size: 11px;
background-color: 677DB8;
color: #FFFFFF;
}
/*
 * SET ALL KEYWORD FONT-SIZES IN fontsizes.css, NOT HERE.
*/

html { }

.linehorizontal {
border-top: 1px dotted #807F7F;
	margin-top: 3px;
	padding-top: 3px;
	width: 100%;
	float: right;
}
.red
{
	color:Red;
}
.white
{
	color:White;
}
.lgrey
{
	color:#747A92;
}
.navyblue
{
	color: #313A5B;
}
.lblue 
{
	background-color: #C9D2E3;
	color:  #000000;
}
.lightbluebackground
{
	background-color: #E4ECEF;
}

/* default font properties for Netscape 4 */
body, div, p, th, td, li, dd, input, select, textarea  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input 
{
    background-color: white;
    color: black;
    vertical-align: middle;
}
.ELB 
{
    background-color: white;
    color: black;
    /* border: 1px solid #F8C488;*/
}   
select, textarea, .login  {
    background-color: white;
    color: black;
  /*  border: 1px solid #F8C488; 
    height:24px;*/
}


.Grida 
{ 
	border:#5D1A49 1px solid; 
}
.Grida a
{
    text-decoration: underline;
    color: #5D1A49;
    
}
.Grida a:hover
{
    text-decoration: underline;    
}

.Grida td
{
    border: solid 0px #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}
.Grida td span
{
    border: solid 0px #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}
.Grida td a:hover
{
    text-decoration:none; 
}
.GridAlternatingItem
{
	background-color:#FFFFFF;
}
.GridAlternatingItem td
{
	border-bottom:1px solid #AAAAAA;
}
.GridItem
{
	background-color:#F8FADF
}
.GridItem td
{
	border-bottom:1px solid #AAAAAA;
}
.Gridheader
{ 
	background-color: #F8C488;
    margin: 3px 3px 3px 3px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: #ffffff;
}
.GridHeader td
{ 
	font-family: Arial;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight:bold;
}
.GridHeader a
{ 
    font-family: Arial;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight:bold;
}
.GridHeader a:hover
{ 
    text-decoration:none;
    color:#cccccc;
}


/* content width for most pages */
.normal-width { width: 780px; }

/* content width for pages that need to be wide */
.wide-width { width: 100%; }

.gradient-height { height: 36px; }

.notice { color: red; }

/* link styles */
a { text-decoration: none; }
a:link, a:visited { color: #0058FF; }
a:hover { color: #8898C0; }

/* structural properties */
.overall {
    background-color: #243E77;
    /* you can't set margin-left, margin-right _and_ width all to 'auto'margin: 0px auto 0 auto;*/ 
}

.header .nav {
    text-align: center;  
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
}

ul#nav, ul#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#nav li {
	float: left;
	border: 0;
}

ul#nav li a img {
	border: 0;
}

.header .nav ul, .header .nav li {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    background-color: black;
}


.header table.slogan, .footer table.copyright {
    background-color: white;
    background-repeat: repeat-x;
    text-align: center;
    vertical-align: middle;
}

.footer a {
	padding: 0 10px 0 10px;
}

.header td.slogan {
    background-image: url(../images/cont-top-grade-slice.gif);
    background-repeat: repeat-x;
}

.wide-width .header table.slogan, .wide-width .footer table.copyright, .wide-width .header td.slogan {
    /* width: 100%; */
}

.top .grid {
    margin: 1em auto 0 auto;
}

/* the small orange gradient boxes in the content-bottom area; 
 * this uses an image larger than the specified width, so that it
 * can expand as needed if the user resizes his display */
.top .grid .oboxs {
    /*border: 1px solid black;*/
    background-image: url(../images/orboxexts.jpg);
    background-repeat: no-repeat;
    width: 190px;
}

/* same as above but uses the round-edged boxes;
 * i don't know if this'll be as resizable ... */
.top .grid .oboxs-round {
    /*border: 1px solid black;*/
    background-image: url(../images/orboxs.gif);
    background-repeat: no-repeat;
    height: 142px;
    width: 190px;
}

.top .grid .solutions ul {
    margin-left: 1.5em;
    padding-left: 1em;
    list-style-image: url(../images/bullet.gif);
}

.top .grid .calcform td.label, .cfaform td.label {
    margin-right: 0;
    padding-right: 1em;
}

.top .grid .livechat {
    text-align: right;
}

.top .grid img.livechat {
    float: right;
    margin: 0 0.75em 0 0.5em;
    border: 1px solid #8898C0;
}

.content 
{
	background-color: #FFFFFF;
	width: 1025px;
}
.content .mid {
    padding: 0 2em 10em 2em;
}

.content .mid .paragraphimg {
    float: left;
    border: 1px solid black;
    margin: 0 1em 1em 0;
    padding: 0;
}

/* at the end of most content pages */
.content .mid .freeanalysisend {
    float: right;
    border: 1px solid #F8C488;
    margin: 0;
    padding: 0;
}

/* use pairimgtext when you don't want the text to the right of the image 
 * to flow around the bottom image border; e.g, if the text is a list. */
.content .mid table.pairimgtext {
    margin-top: 1em;
}

.content .mid table.pairimgtext td {
    vertical-align: top;
}

.content .mid table.pairimgtext img {
    border: 1px solid black;
}

/* for the educational services page */

.educ .findoutbox {
    float: right;
    width: 250px;
    margin: 0 0 1em 1em;
    color: red;
    font-weight: bold;
}

.educ .findoutbox img.button {
    float: right;
    margin: 0 0 0.5em 0;
    border: 1px solid #F8C488;
}

/* for the privacy page only */

.privacy .head {
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.privacy .subhead {
    font-weight: bold;
}

/* the large orange gradient box in the content-bottom area; 
 * this uses an image larger than the specified width, so that it
 * can expand as needed if the user resizes his display  .content*/
 .cfaform {
    background-image: url(../images/orboxextl.jpg);
    background-repeat: no-repeat;
    width: 309px;
    margin: 0 auto 3em auto;
    padding: 1em;
}

/* same as above but uses the round-edged boxes;
 * i don't know if this'll be as resizable ....content */
 .cfaform-round {
    background-image: url(../images/orboxl.gif);
    background-repeat: no-repeat;
    height: 225px;
    width: 309px;
    margin: 0 auto 3em auto;
    padding: 1em;
}

.cfaform td.label {
    padding-right: 1em;
    text-align: right;
    vertical-align: top;
}

.footer td.copyright {
    background-image: url(../images/cont-btm-grade1px.gif);
    padding-top: 1em;
}


table.form-login {
    /*border: 1px solid black;*/
    margin: 5em auto 5em auto;
    width: 30em;
    height: 10em;
}

.form-login .label {
    text-align: right;
    padding-right: 1em;
}

form.cfaforms table td, table.cfaforms td {
    vertical-align: top;
}


    
/* LOGIN HTML */
#li_block
{
    background:url(../images/login.jpg);
    width:351px;
    height:140px;
    padding-top:45px;
    font-family:arial;
}
#li_block .li_username
{
    height:16px;
    vertical-align:top;
    padding-left:90px;
}
#li_block .li_password
{
    height:16px;
    vertical-align:top;
    padding:0px;
    padding-left:90px;
    padding-top:2px;
}
#li_block .li_submit
{
    height:12px;
    vertical-align:top;
    padding:0px;
    padding-left:90px;
    padding-top:7px;
}
.li_submit a
{
    color:#795022;
    font-size:8pt;
}
.li_submit input
{
	
    /*background-color:white;
    border:none;
    font-weight:bolder;
    background-color: #E78721;*/
    font-size:9pt;
    padding-left:10px;
    padding-right:10px;
	
}

/* NEW CSS PER CONSUMER SITE */
/*__NAV__*/
#nav
{
    margin:0px;
    padding:0px;
    width:1025px;
    height:26px;
    background: url(../images/nav-bg.gif);
}
.container
{
    padding:0px;
    float:left;
    font-size:9.5pt;
    height:26px;
}
.container ul
{
    margin:0px;
    padding:0px;
}
.container ul li
{
	display:block;
    margin-top:4.5px;
    float:left;
}

.container a 
{
    padding-top:4.5px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:4.5px;
    font-size:9.5pt;
    color:white;
    text-decoration:none;
    background:url(../images/nav-bgg.gif)repeat-x bottom;
}
.container a:hover
{
    background:url(../images/nav-bgg.gif)repeat-x top;
}
.container a:visited
{
	color:white;
    text-decoration:none;
}
.container a.selected
{
	color:white;
    text-decoration:none;
    background:url(../images/nav-bgg.gif)repeat-x top;
}
.nav-contents
{
    float:right;
    margin:0px;
    padding:0px;
}
.tblheader 
{
	background-color: #ADBBE0;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	color: #FFFFFF;
}
.tblbody
{
	background-color: #E9F0F3;
}
.lchattop
{
     position:relative;
	 left:970px;
	 top:30px
}
.lchattop a
{
     /*padding-top:45px;
     padding-left:28px;
     display:block;*/
}
#footer
{
    background:url(../images/footer-bg.gif);
    width:100%;
    height:81px;
    text-align:center;
    font-size:9px;
}

