/*
   ImproveIt Jobs's Colors   
   ***************************
   * Orange          #FAB700 *
   * Light Peach     #FDE9B2 *
   * Dark Blue       #002577 *
   * Baby Blue       #4160C7 *
   * Purple          #44367A *
   ***************************
*/

body
{
   margin: 0px;
   background-image: url(images/general/bluefade.jpg);
}

p
{
   color: #000000;
   font-size: 12px;
   font-weight: Normal;
   font-family: Arial, Tahoma, Verdana;
   text-decoration: None;
}

a, td
{
   font-size: 12px;
   font-weight: Normal;
   font-family: Arial, Tahoma, Verdana;
   text-decoration: None;
}

a:hover
{
   text-decoration: underline;
}

/* Home Page */

.feature_title
{
   color: #8E5F1A;
   font-size: 16px;
   padding-top: 5px; 
   padding-left: 5px;
   padding-right: 5px;
   text-transform: uppercase;
   font-family: Times New Roman;
}

.feature_text
{
   color: #44367A;
   font-size: 11px;
   margin-top: -5px;
   padding-left: 5px;
   padding-right: 5px;
}

.Brown_Link
{
   color: #8E5F1A;
   font-size: 11px;
   font-weight: bold;
}

/* Tab Styles */
.Tab_Title
{
   color: #FFFFFF;
   font-size: 17px;
   font-weight: bold;
   padding-left: 12px;
   text-transform: uppercase;
   font-family: Times New Roman, Arial, Verdana; 
}

.Tab_Title_Sm
{
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
   padding-left: 12px;
   text-transform: uppercase;
   font-family: Times New Roman, Arial, Verdana; 
}

.Tab_Home_Link
{
   color: #FFFFFF;
   font-size: 10px;
   padding-left: 25px;
}

.Tab_Other_Link
{   
   color: #FDE9B2;
   font-weight: bold;
   font-style: italic;
   padding-left: 25px;
}

/* Interior Page Styles */
.SubHead
{
   color: #002577;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
}

.PageText
{
   color: #000000;
   font-size: 11px;
   padding-left: 10px;
   padding-right: 10px;
}

.PositionPara
{
   font-size: 11px;
   line-height: 20px;
   padding-left: 10px;
   padding-right: 10px;
}

.EmailLink
{
   font-size: 11px;
}

.sideimage
{
   margin-left: 10px;
}

/* Left Navigation */

.left_nav_link
{
   color: #FFFFFF;
   font-weight: bold;
}

.left_nav_link:hover
{
   font-size: 12px;
   color: #FAB700;
}

.left_nav_dic
{
   padding-left: 20px;
   padding-right: 5px;
}

/* Right Navigation */
.right_nav_title
{
   color: #FFFFFF;
   font-size: 11px;
   font-weight: Bold;
   text-decoration: None;
}

.right_nav_link
{
   color: #FDE9B2;
   font-size: 11px;
   font-weight: Bold;
   text-decoration: None;
}

.right_nav_link:hover
{
   text-decoration: Underline;
}

/* Page Footer */

.footer_table_cell
{
   font-size: 10px;
}

.footer_link
{
   color: #44367A;
   font-size: 10px;
   font-weight: Bold;
}

.footer_link:hover
{
   color: #FAB700;
}