/* TalentRx Master Stylesheet 
==================================
colors:     */

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color:#777; }

a           {}
a:hover     {}    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
body
{
    background-color:#eee;  
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;}

#page
{
    background-color:#fff;
    border: solid 1px #10137e;
    width:790px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;}

#pagetitle
{
    background: #10137e url(../images/bk_white.gif) repeat-x bottom left;
    text-align:center;
    vertical-align:bottom;}

#pagetitle h1
{
    font-size:15pt;
    color:#fff;
    margin-bottom:121px;}    

/* Sitewide Navigation 
======================*/
#nav
{
    list-style:none;
    margin-left:0;    
    }

#nav li
{
    float:left;
    border-right:solid 1px #e6f1f7;
    
    }

#nav a
{
    float:left;
    display:block;
    height:18px;
    padding: 3px 2em 0 2em;
    background: url(../images/separator.gif) no-repeat top right;
    text-decoration:none;
    color:#0e1482;
    font-size:9pt;
    font-family:  Arial, Sans-Serif;
    font-weight:bold;
    }    

#nav a:hover, #nav a.on
{
    color:#fff;
    }    


/* Main Content Areas
====================*/

#leftcol
{
    background-color:#10137e;
    }  
    
.content
{
    padding-left:45px;
    padding-right:35px;
    padding-bottom: 2em;}

#sub .content
{
    padding-left:105px;
    padding-right:105px;
    }    


h1
{
    font-size: 9pt;
    margin-bottom: 1em;
    color: #d70123;}

h2
{
    font-size: 9pt;
    margin-bottom: 1em;
    color: #999;}

h3
{
    margin-bottom: .5em;
    color:#000;}
    
p
{
    margin-bottom: 1em;}    

ul, ol
{
    margin-left: 3em;
    margin-bottom: 1em;}

/* Footer 
=========*/
#footer {}

#footer p
{
    text-align:center;
	margin-top: 10px;
    color: #777;
    font-size: 7pt;}
#footer a { color: #777; }
#footer a:hover { color: #333; }

/* Specific Overriding Rules 
============================*/
#menu
{
    background: url(../images/bk_menu.gif) repeat-x;}

#vr
{
    background: url(../images/vr.gif) repeat-y;}    
  
#leftcol p{color:#fff;}  

.highlight
{
    color:#d70123;}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E1482;
}

