/* T1001 CleanBox  */


/* ==========================================================================
   Reset
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul,nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


/* ==========================================================================
   Defaults
   ========================================================================== */

body {background:#e5e5e5; /* skin default */
      font-family:Arial;}

.hide {display:none;} 

.dropShadow1   {  /* [horizontal offset] [vertical offset] [blur radius] [spread radius] [color = skin default] */
  -moz-box-shadow:    0px 0px 5px 6px #ccc;
  -webkit-box-shadow: 0px 0px 5px 6px #ccc;
  box-shadow:         1px 1px 30px 0px #ccc;}

.dropShadow2   {  
  -moz-box-shadow:    0px 0px 10px 2px #ccc;
  -webkit-box-shadow: 0px 0px 10px 2px #ccc;
  box-shadow:         0px 0px 10px 2px #ccc;}


.addBkg 
{
    /*
background: #0f0f0f;
background: -moz-linear-gradient(top,  #0f0f0f 0%, #131313 5%, #1e1e1e 12%, #505050 39%, #626262 52%, #727272 72%, #7d7e7d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f0f0f), color-stop(5%,#131313), color-stop(12%,#1e1e1e), color-stop(39%,#505050), color-stop(52%,#626262), color-stop(72%,#727272), color-stop(100%,#7d7e7d));
background: -webkit-linear-gradient(top,  #0f0f0f 0%,#131313 5%,#1e1e1e 12%,#505050 39%,#626262 52%,#727272 72%,#7d7e7d 100%);
background: -o-linear-gradient(top,  #0f0f0f 0%,#131313 5%,#1e1e1e 12%,#505050 39%,#626262 52%,#727272 72%,#7d7e7d 100%);
background: -ms-linear-gradient(top,  #0f0f0f 0%,#131313 5%,#1e1e1e 12%,#505050 39%,#626262 52%,#727272 72%,#7d7e7d 100%);
background: linear-gradient(to bottom,  #0f0f0f 0%,#131313 5%,#1e1e1e 12%,#505050 39%,#626262 52%,#727272 72%,#7d7e7d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#7d7e7d',GradientType=0 );    */
    background:#363636;
    }

 
/* Clear Floats
   http://css-tricks.com/snippets/css/clear-fix/ */  
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



/* ==========================================================================
   Layout
   ========================================================================== */

body {text-align:center;}
    #lander {}
    #results {}
   
.custom_2 {padding:10px 0;text-align:center;}

.header {padding:20px 0;}

.content {}

.footer {text-align:center;}

 
 /* Default width for inner containers */
.contained {width:85%;
            margin:0 auto;
            text-align:left;} 

.results .contained {width:90%;}

   
/* ==========================================================================
   Global
   ========================================================================== */
     
   
/* Custom Area: Top */      
.custom_2 {background:#3a4145;
           border-bottom:1px solid #343a3e;}
.custom_2,           
.custom_2 p {color:#d1d2d3;
             font-size:95%;}
.custom_2 a {color:#39cffa;
             text-decoration:none;}

.header {background:#4e4e4e;
         border-top:1px solid #606060;
         border-bottom:6px solid #16c5ed}


    /* Domain Name Header */
    .domainName {float:left;}
    .domainName h1 {color:#fff;
                    font-size:28px;
                    font-family: 'Open Sans', sans-serif;}         

    /* Search Box */       
    #searchWrapper {float:right;
                    width:350px;
                    height:31px;
                    background:url(http://i.nuseek.com/images/RTE/t1000/skins/blue1/search-bkg.png) no-repeat -2px 0;}
  

   
.content {padding:50px 0;
          border-top:1px solid #fff;   
          border-bottom:1px solid #e5e5e5;
          background:#fff;}

.footer {border-top:1px solid #fff;}

.custom_1 {}
.custom_1 p {margin:15px auto;}

.legal {margin:25px auto 20px;}
.legal a {color:#999;
          font-size:80%;
          text-decoration:none;}
   

/* ==========================================================================
   Lander
   ========================================================================== */
  
.primaryLinks {background:#ffffff;
               padding:50px 120px;
               border:4px solid #c8c8c8;}   
.primaryLinks .label,
.primaryLinks .label a {color:#aaa;text-decoration:none;}
.primaryLinks li a {float:left;
                    display:block;
                    width:40%;
                    padding:12px 25px;                  
                    background:url(http://rte-sjl.nuseek.com/templates/t1001/img/bullet-arrow-blue.png) no-repeat 0 17px;      
                    color:#118fd8;
                    font-size:26px;
                    font-weight:bold;
                    text-decoration:none;
                    text-transform:capitalize;}
.primaryLinks li a:hover {text-decoration:underline;}         

           
                    
/* ==========================================================================
   Results
   ========================================================================== */                    
   
.sideLinksWrap {float:left;
                width:25%;max-width:210px;                    
                padding:20px;
                margin-right:35px;
                margin-bottom:25px;
                border:3px solid #fff;}   


.sideLinks .label,
.sideLinks .label a {display:block;
                     padding:0 25px;
                     color:#ddd;
                     text-decoration:none;}
.sideLinks ul {float:left;               
               margin-top:10px;
               padding:0 25px;}
.sideLinks li a {float:left;
                 display:block;                                
                 padding:6px 0;                    
                 color:#39cffa;
                 font-size:20px;
                 font-weight:normal;
                 text-decoration:none;
                 text-transform:capitalize;}
                                              
.ads {float:left;
      width:65%;}                     
.ads .label,
.ads .label a {color:#aaa;text-decoration:none;}
.ads li {padding:12px 25px;
         background:url(http://rte-sjl.nuseek.com/templates/t1001/img/bullet-arrow-blue.png) no-repeat 0 17px;}
.ads a {color:#118fd8;
        text-decoration:none;}
.title {display:block;
        padding:3px 0 2px;
        font-size:22px;
        font-weight:bold;}
.url {display:block;
      padding:2px 0 5px;}
.description {color:#666;
              line-height:120%;}
              
              
/* ==========================================================================
   Skin Components [Default Theme]
   ========================================================================== */              
   
body {background-color:#e5e5e5;} /* [#e5e5e5] */
.header {border-bottom:6px solid #16c5ed;} /* [6px solid #16c5ed] */
.domainName h1 {color:#ffffff;} /* [#ffffff] */  

.content {background-color:#ffffff; /* ContentBgColor [#ffffff] */  
          border-top:1px solid #ffffff; /* [ #767676] */     
          border-bottom-color:#e5e5e5;} /* [#e5e5e5] */
  .primaryLinks {background-color:#ffffff; /* [#ffffff] */ 
                 border-color:#c8c8c8; /* [#c8c8c8]*/ }            
  
  .dropShadow1   {  
  -moz-box-shadow:    0px 0px 5px 6px #CCCCCC;  
  -webkit-box-shadow: 0px 0px 5px 6px #CCCCCC;
  box-shadow:         1px 1px 30px 0px #CCCCCC;} /* [#CCCCCC] */

  .dropShadow2   {  
  -moz-box-shadow:    0px 0px 10px 2px #CCCCCC;
  -webkit-box-shadow: 0px 0px 10px 2px #CCCCCC;
  box-shadow:         0px 0px 10px 2px #CCCCCC} /* [#CCCCCC] */
   
.footer {border-top-color:#ffffff;} /* [#ffffff] */

.sideLinksWrap {border:3px solid #ffffff;} /* [#ffffff] */

/* Search Box */       
#searchWrapper {background-image:url(http://i.nuseek.com/images/RTE/t1001/skins/blue1/searchads-bkg.png);}  /* [blue1] */



