/*PROCORP*/

/*EXTERNAL CSS*/

/*BODY TAG STYLES*/
body
{   
   margin:0;background-color:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif;color:#7e7f85;line-height:16px;
}

/*FLOATING DIV CENTERS PAGE*/
#area_float
{
   width:710px;margin-right:auto;margin-left:auto;margin-top:0;padding:0;background-color:#ffffff;text-align:left;border:solid 1px #7e7f85;
}

/*LEFT COLUMN*/
#area_left
{
   width:110px;float:left;
}

/*LEFT NAVIGATION*/
#area_nav
{
   height:350px;float:left;clear:left;border-right:solid 1px #fcb131;margin:40px 0 20px 0;
}

/*GREEN LINE UNDER NAV*/
#area_nav_border
{
   width:120px;height:100px;border-right:solid 0 #fcb131;clear:left;   
}

/*MAIN CONTENT AREA TO RIGHT OF NAV FOR HOME PAGE*/
#area_main_home
{
   width:590px;float:left;clear:none;
}

/*MAIN CONTENT AREA TO RIGHT OF NAV FOR SUB PAGE*/
#area_main_sub
{
   width:550px;float:right;padding:20px 15px 5px 20px;clear:none;
}

/*FOOTER IMAGE, TEXT AND NAV*/
#area_footer
{
   width:710px;clear:both;margin-top:20px
}

/*FOOTER TEXT AND NAV*/
#area_footer_nav
{
   width:680px;padding:15px 0 0 10px;font:9px Verdana,Arial,Helvetica,sans-serif;color:#7e7f85;clear:both;border-top:solid 1px #fcb131;margin-right:auto;margin-left:auto;    
}

/*TOP DIVIDER GREEN DOTTED LINE*/
.top_divider
{
   width:500px;height:1px;border-top:dotted 1px #fcb131;float:left;   
}

/*NAV LINK DIVIDER USED IN SUB NAV AND FOOTER*/
.divider
{
   color:#fcb131;   
}

.footer_divider
{
   color:#fcb131;   
}

/*SUBNAV*/
#area_subnav
{
   font:9px Verdana,Arial,Helvetica,sans-serif;color:#253692;float:right;margin-right:20px;
}

/*GLOBAL STYLES*/
/*LARGE HEADER*/
h1
{
  font:bold 12px Verdana,Arial,Helvetica,sans-serif;color:#253692;margin-bottom:25px;
}

/*NORMAL HEADER*/
h2
{
   font:bold 11px Verdana,Arial,Helvetica,sans-serif;color:#253692;   
}

/*LIST STYLES*/
ul
{
   color:#fcb131;   
}

.listText
{
   color:#7e7f85;         
}

/*1 COLUMN/FULL PAGE TEXT P TAG STYLE*/
/*FIXES BUG IN MAC IE*/
.fullPage
{
   width:545px;   
}

/*BOLD TEXT*/
.bold
{
   font-weight:bold;
}

/*BOLD BLUE TEXT*/
.boldBlue
{
   font-weight:bold;color:#253692;
}

/*ITALIC TEXT*/
.italic
{
   font-style:italic;   
}

/*CENTERED TEXT*/
.center
{
   text-align:center;   
}

/*SET IMAGES BORDER TO 0*/
img
{
   border:0;margin:0;padding:0;   
}

/*HORIZONTAL RULE*/
.divider_horiz
{
   width:100%;height:10px;border-top:solid 1px #fcb131;clear:both; 
}
/*HORIZONTAL RULE GREY USED IN SUB NAV*/

.divider_horiz_grey
{
   width:100%;height:10px;border-top:solid 1px #cccccc;clear:both; 
}

/*STYLES FOR DROPDOWNS*/
option
{
   font:11px verdana, arial, sans-serif;color:#7e7f85; 
}

select
{
   font:11px verdana, arial, sans-serif;color:#7e7f85; 
}

/*ALIGN ALL TABLE CELLS TO TOP*/
td
{
   vertical-align:top;   
}


/*LINK STYLES*/

/*SELECTED LINKS IN SUB NAV*/
.selected
{
   font:11px Verdana,Arial,Helvetica,sans-serif;color:#253692;      
}

/*NORMAL LINK USED THROUGHOUT SITE*/
.normallink
{
    font: 11px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}
.normallink:visited
{
    font: 11px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}

.normallink:active
{
    font: 11px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}
.normallink:hover
{
    font: 11px verdana, arial, sans-serif;color: #fcb131;text-decoration: underline;
}

/*BOLD LINKS*/
.boldlink
{
    font:bold 9px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}
.boldlink:visited
{
    font:bold 9px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}

.boldlink:active
{
    font:bold 9px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}
.boldlink:hover
{
    font:bold 9px verdana, arial, sans-serif;color: #fcb131;text-decoration: underline;
}

/*FOOTER link styles*/
.smalllink
{
    font: 9px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}
.smalllink:visited
{
    font: 9px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}

.smalllink:active
{
    font: 9px verdana, arial, sans-serif;color: #929ac8;text-decoration: underline;
}
.smalllink:hover
{
    font: 9px verdana, arial, sans-serif;color: #fcb131;text-decoration: underline;
}

.smalllink_s
{
   color:#E8AE26;   
}
