/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
    outline: none;
}

h2{clear:both; font-family:Helvetica ;  margin:10px 0px; 
   padding:10px 0px; 
   font-size:30px; 
   color:#999999; 
   line-height:32px;
   }

h3{clear:both;}
h2 span{  }
  .content h1
    { font-family:Helvetica ;
        font-size:18px;
        color:#2471A8;
        margin:10px 0 13px 0;
        
    }
/*
=================================================================================
STICKY FOOTER
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
=================================================================================
*/
html, body
{
 /*  margin:0;
   padding:0;
   height:100%;
   background:url("../images/common/Background.jpg");  */
   
    background-color:  #1d1d1d;
}

#container
{
         background:url("../images/common/Background.jpg"); 
 /* height:auto;
   min-height:100%;
   position:relative;
 
   */
   
}

#footer
{
 
   position:relative;
   /*bottom:0;  */   
   width:100%;
   height:135px;     /* Height of the footer */ /*70px - 15px (top padding) - 0px (bottom padding) = 55px*/
}

/*
================================
BODY STYLES 
================================
*/

#body
{
   /*padding-bottom:70px;*/   /* Height of the footer */
   padding-bottom:30px;   /*Height of the footer + additional padding between footer & content */

}

#bodyHome 
{
    padding-bottom:0px; 
    background-color:#fff;
    width:968px;
    margin: 0 auto !important;
    min-height:100%;
}

.footer
{
    padding-bottom:150px;

}

.home #body_inner{background:none;}
#body_inner{padding:0px 0px 0px 0px; 
            height:100%;
             display:block;
              /* background:url("../images/common/body-top-border.jpg") left top no-repeat;*/
             }

#body
{
  background-color:#fff;
    width:968px;
    margin: 0 auto !important;
    min-height:100%;
    /*background-color:red;*/
}
/*.Develop #body_wrapper{ background:url("../images/common/body-bg-border-develop.jpg") left top repeat-y ; margin-left:20px; padding:0px;  }*/
.home #body_wrapper{ background:none;}
#body_wrapper{ /*background:url("../images/common/body-bg-border.jpg") left top repeat-y ;*/ margin-left:20px; padding:0px; 
               min-height:10px ; height:auto !important; height:10px;  }
/*
================================
MAIN STYLES
================================
*/

body
{
   
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#333333;
}

#container
{

}

a
{
    color: #999999;
    text-decoration:underline;
}

a:hover
{
    color:#cccccc;
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
  background:#fff;
    width:968px;
    padding:0px 0 0px 0;
    margin:0 auto;
    border-top:10px solid #818286;
}

#header .container
{
    width:968px;
}

    #header h1
    {
        width:450px;
    }
    
/* CSS if sIFR not enabled START */
    #header h1.flashHeader
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:32px;
        font-weight:bold;
        color:#c1c1c1;
    }
    
        #header h1.flashHeader a
        {
            color:#000000;
        }
/* CSS if sIFR not enabled END */

#header .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:590px;
}

    #header .headerLinks a
    {
        margin:3px 0 0 0;
    text-decoration:none;
    
    }

    #header .searchBox
    {
        margin:0 0 0 33px;
    }
    .search_button{height:18px !important; width:57px !important; float:right; }
     
        
        #header .searchBox .button
        {
          padding: 3px 5px 2px 5px !important; vertical-align:top; margin:0px; font-size:12px;
       
        }
    
/*
================================
Landing Pages
================================
*/
a.landingpage
{
  text-decoration:none;
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:292px;
    margin:2px 7px 0 10px;
    padding:7px 0px 5px 0px;
    /*background-color:Green;*/
}
#MYsideBar

{
    width:250px;
    margin:2px 7px 0 10px;
    padding:7px 0px 5px 0px;
    /*background-color:Green;*/
}
/*
================================
NAVI STYLES 
================================
*/
#navi li,  .navi li
{
    color:#619ca7;
    font-size:11px;
    
}

    #navi li.selected a, .navi li.selected a
    {
        color:#cccccc;
    }

  .navi li a,  #navi li a
    {        
        display:block;
        padding:5px 10px;
        margin:0px;
        height:12px;
        line-height:12px;
    text-decoration:none;
    }
    
   .navi li li a,  #navi li li a
    {        
        display:block;
       
    }

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
    margin:130px 0 0 0;
}

    .secondaryNav h3
    {
        color:#666666;
        font-size:16px;
        
        padding:0 0 10px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
    .secondaryNav li
    {
        padding:6px 0 4px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
        .secondaryNav li.selected a
        {
            color:#cccccc;
        }
    
        .secondaryNav li a
        {
            font-size:12px;
            display:block;
        }
        
            .secondaryNav ul.events li a em
            {
                color:#FFFFFF;
                font-size:11px;
                display:block;
            }
            
            .secondaryNav li a span
            {
                background:url(../media/Assets/arrow_right.gif) no-repeat center right;
                padding:0 7px 0 0;
            }


/*
================================
HOMEPAGE ADDITIONS 11-2010
================================
*/
.homeDiv {
width:314px;
float:left;
}
.homeDivRight 
{
 width:310px;
float:left;   
}

.homeLabelImage
{
    margin-top:10px;
    margin-bottom:10px;
}

.homeTextTitle
{
    color: #00aeef; 
    font-family: Georgia, Times New Roman; 
    margin-bottom: 10px;
}

.homeTextPara
{
    font-size:11px; 
    color: #888a8c; 
    margin-bottom: 10px;
}

.homeInsightsImage
{
   margin-top:15px;
   margin-bottom:10px;
}


/*
================================
CONTENT STYLES 
================================
*/
.my{width:600px !important; }
.content2{width:612px !important; }
.MyYContent
{
   width:656px;    
    font-size:13px;
    line-height:18px;
   
   color:#999999;
  }
.content
{
    width:614px;    
    font-size:13px;
    line-height:18px;
   
   color:#999999;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
  
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
    
    .leftArrow.backLink
    {
        margin:0 0 5px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#c1c1c1;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
     height:35px;
    }
            

/* CSS if sIFR not enabled END */




.content.oneCol
{
   width:612px; 
   
}
#content-wrapper{ padding:0px 7px 10px 10px; margin-top:7px; border-left: 2px solid #E9E9E9;  }
#content-wrapper li { padding-left:7px;}
/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:322px; 
}

.twoCol .col_2
{
    width:322px;
}




/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
  overflow:hidden;
  /*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
      color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
  width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:0px 0 0 0;
    width:630px;
}

    .newsList div
    {
        width:550px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#333333;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
  font-size:28px;
  line-height:1em;
  font-family:Georgia, Arial, Sans-Serif;  
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color:#619ca7;
    }
    
    .newsList div h4 a:hover
    {
        color:#333333;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
   /* display:none;*/
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    margin:0 0 3px 0;   
 /*   background-color:#ffffff;
    
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#000000;
    font-size:14px;*/
}
  
fieldset textarea
{
    background-color:#ffffff;
    
    width:225px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#000;
    font-size:14px;
}


    




/*
================================
FOOTER STYLES 
================================
*/

#footer
{

   /* background-color: #0c0c0c;   */
   background-color: #1d1d1d; 
    padding:15px 0 0 0;
    color:#fff;font-size:11px;
 
}

    #footer div.container
    {
        width:968px;
        margin:0 auto;
    }

    #footer li
    {
        float:left;
        font-size:9px;
    }
    #footer a{color:#CDCDCD;
  text-decoration:none;}
    #footer a:hover{ text-decoration:underline;}
    /*Credits*/
   
        
   
/* Logos*/
#footer .white{color:#fff;}
.cws
{
  background:url("../images/common/wheel.jpg") no-repeat top left;
    padding:5px 0px 2px 0px;
    margin:0 0px 0 0;
}

.git
{
  background:url("../images/common/disc.jpg") no-repeat 0px 5px;
    padding:5px 0 0 15px;
    margin:0 65px 0 50px;
}
.git span{color: #999999;}
.rss
{
   background:url("../images/common/disc.jpg") no-repeat 0px 5px;
   padding:5px 0 0 15px; 
}
.rss span{color: #999999;}
.copyright
{
  padding-top:5px;
  font-size:11px !important;
    color:#ADC83B; text-align:right;
    width:265px;
}
.copyright a{color:#ADC83B !important;}
 #login-link{ float:right; width:97px; margin-left:20px; margin-right:20px; background:url("../images/common/disc.jpg") no-repeat top left; padding-left:15px;}
#footer li span{color:#999999}
#footer h3{ font-size:26px; color:#fff; line-height:24px; margin-bottom:10px;}
#footer h3 strong{ font-size:36px; color:#ADC83B; line-height:24px;}
/**/

#navi a{  font-family: Georgia, Times New Roman, Helvetica, Arial, Sans-Serif; }
#navi ul{display:none;}
 #navi-selected ul  {display:block !important ;}


#navi-selected ul li a{ color: #999b9e;   padding:7px 0px 7px 20px;   font-family: Arial, Verdana, Sans-Serif;}
#navi li{margin-bottom:0px;             }
.navi-selected ul li a{ color: #999b9e;   padding:7px 0px 7px 20px;   font-family: Arial, Verdana, Sans-Serif;}
.navi li{margin-bottom:0px;             }

#UtilNavi li{float:left; padding:5px 20px 5px 15px; display :block;}
#UtilNavi li a{ color:#A3A3A3; font-weight:bold;  padding-top:7px; }
#UtilNavi li.selected a{background:url("../images/common/top-util-arrow.jpg") no-repeat top center;}
#UtilNavi li a:hover{ text-decoration:underline; background:url("../images/common/top-util-arrow.jpg") no-repeat top center;}
.Design #navi ul li a{background:url("../images/common/design-stack.jpg") no-repeat 0px -25px; height:11px; margin-left: 10px;}
.Develop #navi ul li a{background:url("../images/common/develop-stack.jpg") no-repeat bottom left; height:11px; margin-left: 10px; }
.Produce #navi ul li a{background:url("../images/common/produce-stack.jpg") no-repeat bottom left; height:11px; margin-left: 10px; }

.Design #navi ul li a:hover{background:url("../images/common/design-stack.jpg") no-repeat 0px 0px  ; height:11px; margin-left: 10px; }
.Produce #navi ul li a:hover{background:url("../images/common/produce-stack.jpg") no-repeat top left; height:11px; margin-left: 10px; }
.Develop #navi ul li a:hover{background:url("../images/common/develop-stack.jpg") no-repeat top left; height:11px; margin-left: 10px;}

.n_Design{background: url("../images/design.jpg") no-repeat; color :#fff; font-size:15px; 
          height:18px !important; 
                      color: #a8cf39;
          padding-top:10px !important; 
          padding-left: 19px !important; 
          margin-bottom:7px !important; 

          }
.n_Develop{ background: url("../images/develop.jpg") no-repeat;color: #fff;  font-size:15px; 
            color: #00aeef;
           padding-left: 19px !important; 
            height:18px !important; 
            padding-top:10px !important; 
            margin-bottom:5px !important;    
            }
.n_Produce{ background: url("../images/produce.jpg") no-repeat; color: #fff;  font-size:15px; height:18px !important; padding-top:10px !important;margin-bottom:5px !important; 
                        color: #005cab;          padding-left: 19px !important; 
                    }

.n_Design:hover{color:#FFF;}
.n_Develop:hover{color:#FFF;}
.n_Produce:hover{color:#FFF;}


.Design h1{ color:#ADC83B;}
.Develop h1{ color:#0F9BC2;}
.Produce h1{ color:#2471A8;}
h4{ color:#2471A8; font-weight:bold; font-size:12px; /*border-bottom:1px solid #2471A8;*/}
.Design h4{ color:#ADC83B; font-weight:bold; font-size:12px;border-bottom:1px solid #ADC83B;}
.Develop h4{ color:#0F9BC2; font-weight:bold; font-size:12px;border-bottom:1px solid #0F9BC2;}
.Produce h4{ color:#2471A8; font-weight:bold; font-size:12px; border-bottom:1px solid #2471A8;}
.util-left-nav li{font-size:12px; margin-bottom:5px; border-bottom:1px solid #DADADA; padding:3px 10px;}

h2 strong , h2 bold{color:#2471A8; font-weight:normal ;}
.Design h2 strong ,.Design h2 bold{color:#ADC83B; font-weight:normal ;}
.Develop h2 strong ,.Develop h2 bold{color:#0F9BC2; font-weight:normal ;}
.Produce h2 strong , .Produce h2 bold{color:#2471A8; font-weight:normal ;}


#sideBar h3{background: url("/images/header.jpg") no-repeat; color :#fff; font-size:16px; 
            font-family:  Helvetica ; 
            padding: 7px 0px 0px 18px ;
            text-align:left; height:38px; width:288px;
            text-transform:Uppercase;  letter-spacing : .5px;
            }

#logo{background:url("../images/common/NEWVISION-logo.jpg") no-repeat; width:263px; height:65px; padding:10px 0px 0px 30px; margin-left:20px; }
#logo-link{width:263px; height:65px; display:block;}
a.soc_med_link{ width:26px;height:25px;display:block;float:left;background-repeat:no-repeat;background-position:top;padding:0px 0px}
a.soc_med_link:hover{background-position:bottom}.socFacebook{background:url("../images/common/sm_facebook_stacked.gif")}
.socYoutube{background:url("../images/common/sm_youtube_stacked.gif")}
.socFlickr{background:url("../images/common/sm_flickr_stack.gif")}
.socLinkedin{background:url("../images/common/sm_linkedin_stack.gif")}
.socTwitter{background:url("../images/common/sm_twitter_stack.gif")}

.tiny-br{line-height:3px; height:3px; padding:0px; margin:0px;}

.tab{border:1px solid #4282C9; margin:10px; padding:10px;}
.tabs_navi{width:280px; float:left; border:0px !important;}
.tabs_navi ul ul li{ }/*display:block; overflow:hidden; height:26px;*/
.tab-main-top{float:left;height:14px; width:505px; display:block; line-height:14px; background:url("../images/common/home-main-bg_top.jpg") no-repeat;}
.tab-main-bottom{float:left; margin:0px 0px 0px 0px; height:16px; width:505px; line-height:16px; display:block; background:url("../images/common/home-main-bgbottom.jpg") no-repeat;}/*float:right; margin:0px 143px 0px 0px;*/
.tab-main-wrapper{float:left;background: url("../images/common/home-main-bgmid.jpg") no-repeat left}
.tab_main{ background: #EAE9EE;  width:449px; float:left; 
           border:0px !important; 
           margin:0 0 0 5px; 
           padding:0px 0px 0px 0px; min-height:100px;
           margin-left:16px;
           font-size:11px; line-height:16px;
           }
.tab_main_right{ float:left; 
           margin:0 0 0 0px; 
           min-height:100px;
           height:100%;
           background: #EAE9EE url("../images/common/produce-link-bg.jpg") no-repeat top left; padding:6px 15px;
           }
    .tab_main h1{font-size:14px; line-height:18px; text-transform:uppercase;}       
           
           .Design h3{ color:#ADC83B;}
.Develop h3{ color:#0F9BC2;}
.Produce h3{ color:#2471A8;}
           
           .t_m_design h1 , .t_m_design a {color:#ADC83B; text-decoration:none;}
           .t_m_develop h1, .t_m_develop a{color:#0F9BC2; text-decoration:none;}
           .t_m_produce h1, .t_m_produce a{color:#2471A8; text-decoration:none;}
           
           
           
.t_n_title a{display:none;  }
.t_n_title ul{margin:0px !important; padding:0px !important;}
.t_n_title ul a{display:block; color:#BFBFBF;}
.util-left-nav li a{background:url("../images/common/produce-link-bg.jpg") no-repeat top left; padding:6px 15px; color: #999999; text-decoration:none;}



.byline{ text-align:right; margin-top:3px;}
.Design .byline{color:#ADC83B;}
.Develop .byline{color:#0F9BC2;}
.Produce .byline{color:#2471A8;}
/*.tab{display:none; position:absolute; width:900px; margin:auto; left:100px;}

#home_tabs ul li {display:block; float:left; width:308px;}*/

#t_n_Design ul li a{background:url("../images/common/design-stack.jpg") no-repeat 0px -25px; height:11px; margin-left: 20px; }
#t_n_Develop ul li a{background:url("../images/common/develop-stack.jpg") no-repeat bottom left; height:11px; margin-left: 20px;}
#t_n_Produce ul li a{background:url("../images/common/produce-stack.jpg") no-repeat bottom left; height:11px; margin-left: 20px;}

#t_n_Design ul li a:hover{background:url("../images/common/design-stack.jpg") no-repeat 0px 0px  ; height:11px; margin-left: 20px;}
#t_n_Produce ul li a:hover{background:url("../images/common/produce-stack.jpg") no-repeat top left; height:11px; margin-left: 20px;}
#t_n_Develop ul li a:hover{background:url("../images/common/develop-stack.jpg") no-repeat top left; height:11px; margin-left: 20px;}
/*
#t_n_Design ul li a{display:block; background:url("../images/common/design-stack.jpg") no-repeat 0px -25px; font-size:11px; line-height:18px; padding:4px 20px; text-decoration:none;}
#t_n_Develop ul li a{display:block; background:url("../images/common/develop-stack.jpg") no-repeat 0px -25px; font-size:11px; line-height:18px; padding:4px 20px; text-decoration:none;}
#t_n_Produce ul li a{display:block; background:url("../images/common/produce-stack.jpg") no-repeat 0px -25px; font-size:11px; line-height:18px; padding:4px 20px; text-decoration:none;}


#t_n_Design ul li a:hover{ background-position:0px 0px;}
#t_n_Produce ul li a:hover{ background-position:0px 0px;}
#t_n_Develop ul li a:hover{ background-position:0px 0px;}
*/
#home_tabs{padding-bottom:5px; overflow:hidden;}

/*TABS*/

/* root element for tabs  */
ul.tabs {  
  margin:0 !important; 
  padding:0;
  height:40px;
       
}

/* single tab */
ul.tabs li {  
  float:left;   
  padding:0; 
  margin:0;  
  list-style-type:none;  
}

/* link inside the tab. uses a background image */
ul.tabs a { 
  float:left;
  font-size:13px;
  display:block;
  margin-right:1px;
  text-decoration:none;
  color:#777;
  position:relative;
  top:2px;  
  height:46px;
  width:305px;
}

ul.tabs a:hover {
  background-color:#F7F7F7;
  color:#333;
}
  ul.tabs .tab-design a{ background: url("../images/common/design-tab-bg.jpg") 0px 17px no-repeat;}
  ul.tabs .tab-develop a{ background:url("../images/common/develop-tab-bg.jpg") 0px 17px no-repeat;}
  ul.tabs .tab-produce a{ background:url("../images/common/produce-tab-bg.jpg") 0px 17px no-repeat;}
  ul.tabs  a:hover{  background-position:0px 0px;}
  
/* selected tab */
ul.tabs a.current {
  height:46px;
  
  color:#000;  
  cursor:default;
  background-position:0px 0px;
}

  
/* tab pane */
div.panes  {
  background:url("../images/common/tabs-borders_mid.jpg") repeat-y -4px 0px;
  
  padding:0px 10px 30px 10px;

  min-height:165px;
height:auto !important;/*100%;*/
/*height:160px;*/  
  /*width:968px;*/
  
  

}
.pane-wrap{ background:url("../images/common/tabs-borders_top.jpg") no-repeat -4px 0px #fff; 
            min-height:19px; display:block;
           clear:both; 
           line-height:19px;
           width: 937px;

}

#pane-bottom{background:url("../images/common/tabs-borders_bottom.jpg") no-repeat -4px 0px #fff; height:19px; display:block; 
             clear:both; 
             line-height:19px;}
#left-highlight{padding:10px 2px;}


 #footer li {}

#insights{float:left; width:155px;}



.testimonial-wrapper{background:url("../images/common/testimonial-bg-top.jpg") no-repeat top; width:448px; min-height:10px ; height:auto !important; height:10px; display:block; padding:13px 0px 0px 0px; margin:auto;}
.testimonial{background:url("../images/common/testimonial-bg-bottom.jpg") no-repeat bottom #E7E8EA; width:448px; padding:0px 0px 15px 0px; }
.testimonial-content{padding:0px 15px; color:#6F6F6F; font-size:13px; line-height:20px; }

.testimonial-green{color: #818286; text-align:right;}

.testimonial-mid
{     width: 400px;
      margin: 0 auto;
      background-color: #e5e6e7;
      padding: 15px 20px 15px 20px; 
 }

.front-grey
{     width: 588px;
      height: 155px;
      float:left;
     background:url("../images/front-grey.jpg") no-repeat top;
      margin-top: 16px;   
      padding: 15px;   
      margin-left: 5px;
      margin-right: 5px;
/*      padding: 15px 20px 15px 20px; */
 }

.login-tbl td{padding:2px 1px;}

.flash-link{float:left; padding:5px;}

.sample-media{ float:left; margin-right:10px;}

.sample-media-wrapper{ clear:both; margin-top:10px; border-top:1px solid #8E8E8E; width:100%; padding:5px 10px 10px 10px; min-height:10px; height:auto !important; height:10px;}
.sample-media-wrapper h1{ font-weight:bold; font-size:16px; margin-bottom:10px;}
.sample-link{clear:both;}
.sample-listing{ margin-bottom:10px; border-bottom:1px solid #E9E9E9; width:500px; vertical-align:middle;}

h3 a{
  color:#fff;
   text-decoration:none;
   }
.rss-link{}

#map{ }
/*MESSAGE BOXES*/
.success{padding:5px; border:2px solid #C6D880; background:#E6EFC2;color:#264409; width:500px; margin:10px 0px;}

.error{padding:5px; border:2px solid red; color:red; background:#FFEFEF; width:500px; margin:10px;}


/*SEARCH*/
#search-box{ clear:both; min-height:20px ;  height:auto !important; height:20px; margin-right:30px; padding-top:25px; }

#mobile-site{ float:left; }

.mobileSite{ float:right; padding-top: 6px; padding-left: 2px;}

.mobileImage{padding-left: 250px;}

/*UPDATE JOBS PAGE*/
#other-jobs{display:none; width:350px; position: absolute; border:1px solid #2471A8; padding:3px 10px; background:#FBF9EA; margin-top:15px;}
#show-other-link{float:right;}

#talent-list-wrapper table
#talent-list-wrapper table td{ empty-cells:show}
.tal_True{ width:5px; background: url("../images/true.png") no-repeat center; }
.tal_False{ width:5px;  background: url("../images/false.png") no-repeat center; }

.tal-ast-div{ margin :10px 0px;border:1px solid #02A2A2; padding:5px ;}

.sec-header{ background: #D6F3F2; padding:5px; margin-bottom:5px; }
#bind-talent-controls{text-align:right ;clear:both;}

.talent-display{margin:10px 0px; padding:5px; border:1px solid #02A2A2;}
img{border:0px;}
.talent-controls{float:right !important;  }
.clear-all{ clear :both; min-height :1px ; height :auto !important; height:1px;}
.talent-toggle{float:right; }

.ddlcompanies{ background:#fff; border:1px solid #999; outline:none;}
.btnRefresh{display:none; background:url("/images/common/refresh.png") no-repeat ; 
            padding: 8px 3px 8px 35px; 
            border:2px solid #529214; 
            color:#529214;  background-color:#f5f5f5;
  font-family:"Liberation Sans", Helvetica, Arial, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;}
.my input{margin:3px;}

.threadedit{padding: 5px 5px 5px 25px !important; background:url("/images/common/edit-ico.png") no-repeat 3px 5px;}


.btnAjax{display:none;}
.split{ width:285px; padding-bottom:10px;}

.split li{ list-style:none;}
.split li .add-details { border:1px solid #FFD324; padding:3px 10px;  display:none; margin:2px 2px 2px 7px;
                         background:#FFF6BF;color:#514721;
                         }


        button, .button,a.button
        {
             display: inline-block;
  
  margin: 2px 2px 2px 2px;
  padding: 2px 10px 5px 8px;   /*** Links ***/
  border: 0 ;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
   border-radius: 4px;
  background-color: #515153;
  font-family: Calibri,Verdana, Arial, sans-serif;
  font-size: 80%;
  line-height:130%;
  letter-spacing: .35px;
  text-decoration: none;
  text-transform:uppercase;
  font-weight: lighter;
  color:#cad42a;
  cursor:pointer;}                 

        button:hover, .button:hover ,a.button:hover
        {
             display: inline-block;
  
  margin: 2px 2px 2px 2px;
  padding: 2px 10px 5px 8px;   /*** Links ***/
  border: 0 ;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
   border-radius: 4px;
  background-color: #3a3a3c;
  font-family: Calibri,Verdana, Arial, sans-serif;
  font-size: 80%;
  line-height:130%;
  letter-spacing: .35px;
  text-decoration: none;
  text-transform:uppercase;
  font-weight: lighter;
  color:#cad42a;
  cursor:pointer;}      

/*

        button, .button,a.button
        {
             display: inline-block;
  
  margin:.5em 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;  
    border:1px solid #999;
  border-top:1px solid #bebebe;
  border-left:1px solid #bebebe;
  background-color: #f5f5f5;
  font-family:"Liberation Sans", Helvetica, Arial, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;}        
  */

button img, a.button img{ margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; float:none; }
/*** STANDARD BUTTONS ***/
/*.button:hover, a.button:hover{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; } */
a.button:active, .button:active{ background-color:#6299c5; border:1px solid #6299c5; color:#fff; }
textarea, input { padding: .3em .4em .15em .4em; } 
select { padding: .2em .3em .2em .2em; }
option { padding: 0 .4em; }
.go{padding:1px 5px!important;
    border:1px solid #999;
  border-top:1px solid #bebebe;
  border-left:1px solid #bebebe;
  background-color:#f5f5f5;
  font-family:"Liberation Sans", Helvetica, Arial, sans-serif; 
     }
     .go:hover{background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699;}
/*** FORMS ***/
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }
/*** POSITIVE (LIGHT BACKGROUND) ***/
/*body .positive { color:#529214; } */
a.positive:hover, button.positive:hover { background-color:#E6EFC2; border:1px solid #C6D880; color:#529214; }
a.positive:active, button.positive:active { background-color:#529214; border:1px solid #529214; color:#fff; }

/*** NEGATIVE (DARK BACKGROUND)***/
body .negative { color:#d12f19; }
a.negative:hover, button.negative:hover { background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19; }
a.negative:active, button.negative:active { background-color:#d12f19; border:1px solid #d12f19; color:#fff; }

.box-highlight{background-color:#87888c; border: 0; color:#fff; padding:10px;}


.form-wrapper{padding:10px; border:1px solid #666666; background-color: #e5e6e7; color:#000;}
.txt{width:140px;}

input[disabled] {
background-color: #ddd;
border: 1px solid #999;

}

.comment-flyout{display:none; padding:10px; border:1px solid #000; background:#fff; position:absolute; width:300px; min-height:200px;}



        .newsletterButton
        {
       vertical-align:top; margin:0px; font-size:11px;
              display: inline-block;
      padding:2px 4px 2px 4px;   /*** Links ***/
        border:1px solid #999;
      border-top:1px solid #bebebe;
      border-left:1px solid #bebebe;
      background-color:#f5f5f5;
      font-family:"Liberation Sans", Helvetica, Arial, sans-serif;
      font-size:100%;
      line-height:130%;
      text-decoration:none;
      font-weight:bold;
      color:#565656;
      cursor:pointer;
       
        }

      .newsletter
      {
          font-size: 7pt; margin-top: 5px;
      }


.newsletterButton
 { margin-top: 5px; padding: 0; border: 0;
 }

 .newsBlue
 {
     font-family: Helvetica, Calibri, Arial;
      color: #00aeef;
      font-weight:  bolder;
      font-size: 17px;
 }
 
.newsBlack
{
    font-family: Helvetica, Calibri, Arial; 
    color: #555555;
    font-weight:  lighter;
    font-size: 17px;
    letter-spacing: 0px;
}
 
 .newsBackLink
 {
     font-family: Arial;
     color: #FFFFFF;
     font-size: 12px;
     text-transform: uppercase;
     text-decoration: none;
     padding-right: 10px;

 }
 
  .newsBackLink
 {
     font-family: Arial;
     color: #FFFFFF;
     font-size: 12px;
     text-transform: uppercase;
     text-decoration: none;
     padding-right: 10px;

 }
 .newsBodyText
 {
     padding-top: 12px;
 color: #464646;
 }
 .newsBodySmall
 {
     font-size: 11px; 
     color: 5d5d5d; 
     line-spacing: 0px; 
     line-height: 13px; 
     text-align: left;
 }
 
 .newsHeadLine
 {
     line-height: 17px; 
     color: #5d5d5d; 
     font-size: 17px; 
     text-decoration: none; 
     font-family: Georgia, 'Times New Roman', Times, serif; 
     vertical-align: top; 
     text-align: left;
 }
     
.newsHighlight
{ color: #00aeef;
}


.newsLink
{ color: #00aeef;    
}

.newsPaddedHR
{
    padding-top: 10px;
    padding-bottom: 15px;

}

.searchButton88
 { margin-top: 5px; padding-top: 0; background-color: White; border: 0;
 }


.newsImagePadded
{
    padding-bottom: 12px;
      padding-right: 15px;
}
.searchInput
{ font-size: 7pt; margin-top: 0px;
}


.newsletterSignup
{     width: 264px;
      margin: 0 0 0 1px;
      background-color: #e5e6e7;
      padding: 10px 10px 10px 10px; 
      font-size: 11px;
 }

.insightsLogo
{
    padding: 0;
    border: 0;
    margin: 0;
}

.moveRight
{
    margin-left: 20px;
}

.staffLinks
{
    color: #999999;
}

.errorMessage
{
    color: #DD0000;
}

.errorValidator
{
border:2px solid red;background:#FFEFEF;
}


.StatsHeader
{
    text-transform: uppercase;
    border:0;
    padding: 0 0 0 3px;
  margin:0;
}

.StatsHR
{
    width: 180px;
   color: #FFFFFF;
   border-top: 1px solid #999999;
  height: 0px;
    
}

.greenBull
{

list-style-image: url(  "../images/greenBullet.png" );
padding: 0;
margin: 0;
border: 0;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

