/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#E3E3E3;
  }
  
  body{
    background:#E3E3E3;
    padding:0px;
    margin:0px;
    font:74.5%/150% Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
  }

  h1, 
  h2{
    font-size:2em;
    text-indent: -5000px;
    margin:0;
    padding:0;
  }
  
  h2 {
    margin-bottom:15px;
    height:21px;
  }
	
  
  h3{
    font-size:1.1em;
    margin:5px 0 10px 0;
    padding:0;
    color:#4A809D;
  }
  
  h4{
    font-size:1em;
    margin:0;
    padding:0;
    color:#4A809D;
  }
  
  h5{
    font-size:1.1em;
    font-weight:normal;
    color:#4A809D;
    margin:0 0 0 13px;
    padding:0;
  }
  
  p{
    font-size:1em;
    line-height:180%;
    margin:0 0 10px 0;
    padding:0;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
	color:#4A809D;
  outline:none;
  }	
	
  a:hover{
  text-decoration:none;
    }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  address{
    font-size:1.1em;
    line-height:1.5em;
    font-style:normal;
    color:#4B6581;
  }
  /**----Link Styles------------------------------------------------------*/
  
  .bulletLink1,
  .bulletLink2 {
    font-weight:bold;
    color:#CB7F36;
    padding-left:15px;
    background:url(images/bgReadMoreBullet1.gif) no-repeat 0 4px;
  }
  
  .bulletLink2  {
   background:url(images/bgReadMoreBullet2.gif) no-repeat 0 4px;
   color:#437A97;
  }
  
  
  /**/


  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:10px 20px;
      padding:0;
      border:1px dotted #ccc;
    }
    
    blockquote p{
      margin:15px 25px 0 25px;
      font-style:italic;
    }
    
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 6px;
      font-weight:bold;
      color:#969696;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      margin:0 0 15px 35px;
      padding:0;
      font-size:1.1em;
	  list-style-type:square;
    }
    
    ul li{
      margin:0 0 5px 0;
      padding:0;
      line-height:150%;
    }
    
    ul li ul{
      margin:5px 0 5px 30px;
      font-size:1em;
    }
    
  
  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:0;
      padding:0;
      width:95%;
      clear:both;
      float:left;
      font-size:1em;
    }
		
    dl dt{
      font-size:1em;
      margin:0 0 1px 0;
      padding:0;
      font-weight:bold;
    }
		
    dl dd{
      margin:0 0 10px 0;
      padding:0;
      line-height:150%;
    }
    
  /**/

  /**---Table Styles------------------------------------------------------------*/	
		
    table{
      background-color:#ffffff;
      border:1px solid #5E749E;
      border-right:0;
      margin:15px 0 18px 4%;
      font-size:1em;
      width:94%;
      color:#4565A2;
      border-collapse:collapse;
      empty-cell:show;
    }
		
    table tbody tr th,
    table tbody tr td{
      text-align:left;
      vertical-align:top;
      padding:5px 3px 5px 5px;
      border-right:1px solid #5E749E;
    }
		
    table thead tr th{
      background:#C0CAD5;
      color:#13273F;
      border-right:1px solid #5E749E;
      padding:5px 3px 5px 5px;
    }
			
    table th label{
      display:block;
    }
		
    table tbody tr.even td,
    table tbody tr.even th{
      background-color:#EAEFF4;
    }
		
    table td input,
    table td select,
    table td textarea{
      font-size: 1em;
    }
    
    table tfoot th,
    table tfoot td{
      border:none;
      border-top:1px solid #5E749E;
      border-right:1px solid #5E749E;
      color:#660000;
      font-weight:bold;
      padding:5px;
    }

  /**/

  /**---Form Styles-------------------------------------------------------------*/
		
    form{
      margin:0;
      padding:0;
      width:100%;
    }
		
    input, 
    select, 
    textarea{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height:1em;
      color:#4565A2;
      padding:1px;
      border:1px solid #aeaeae;
    }
    
    input.checkbox,
    input.radioButton{
      border:0;
      padding:0;
    }
	
    select,
    textarea{
      border:1px solid #aeaeae;
      padding:0;
    }
		
    input:focus, 
    textarea:focus, 
    select:focus{
      color:#0E2E56;
      background:#F2F7FF;
      border:1px solid #144D94;
    }
    
    input.submitButton,
    form fieldset.over dl dd input.submitButton{
      font-size:.85em;
      width: 14em;
      margin:0 0 0 8px;
      padding:3px 7px 4px 7px;
      text-decoration: underline;
      display:block;
      border:1px solid #666;
      border-left:1px solid #ccc;
      border-top:1px solid #ccc;
      background:#fff url(images/bgButton.gif) repeat-x left bottom;
      text-align:center;
      text-decoration:none;
      color:#000066;
    }
    
    input.submitButton.over,
    form fieldset.over dl dd input.submitButton.over{
      border-right:1px solid #000;
      border-bottom:1px solid #000;
      background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
      text-decoration:none;
      color:#990000;
      cursor:pointer;
    }
    
    input.submitButton.actionButton,
    form fieldset.over dl dd input.actionButton{
      background:#FFFDD7 url(images/bgAddToCart.gif) repeat-x left bottom;
      border-color:#FFC96F #AC5A00 #AC5A00 #FFC96F;
      color:#8F2C04;
    }
    
    input.submitButton.actionButton.over,
    form fieldset.over dl dd input.actionButton.over{
      background:#fffff9 url(images/bgAddToCartOver.gif) repeat-x left bottom;
      color:#650000;
    }

    form fieldset{
      float:left;
      display:inline;
      clear:both;
      width:94%;
      border:1px solid #ccc;
      padding:0 0 15px 0;
      margin:20px 0 20px 4%;
    }
    
    form fieldset p{
      padding:0;
      margin:20px 0 0 20px;
      width:92%;
      float:left;
      display:inline;
      clear:both;
    }
    
    form fieldset.over{
      border:1px solid #8ba6c7;
    }
    
    form fieldset legend{
      margin:0;
      font-size:1.1em;
      color:#999;
      font-weight:bold;
    }
    
    form fieldset.over legend{
      color:#325d94;
    }
    
    form fieldset dl{
      margin:10px 0 0 0;
    }
    
    form fieldset dl dt{
      margin:0 5px 6px 0;
      padding:0;
      float:left;
      display:inline;
      clear:left;
      width:25%;
      font-weight:normal;
      text-align:right;
    }
    
    form fieldset dl dt label{
      display:block;
      text-align:right;
    }
    
    form fieldset.over dl dt label,
    form fieldset.over dl dd label{
      color:#305078;
    }
    
    form fieldset.over dl dt label:hover,
    form fieldset.over dl dd label:hover{
      color:#2066c7;
    }
    
    
    form fieldset.over dl dd input,
    form fieldset.over dl dd select,
    form fieldset.over dl dd textarea{
      border-color:#8ba6c7;
      background:#f9fafb;
    }
    
    form fieldset.over dl dd input:focus,
    form fieldset.over dl dd select:focus,
    form fieldset.over dl dd textarea:focus{
      border-color:#144D94;
      background:#F2F7FF;
    }
    
    form fieldset dl dd{
      margin:0 3px 6px 0;
      padding:0;
      float:left;
      display:inline;
      width:50%;
      text-align:left;
    }
    
    form fieldset dl dd label{
      float:left;
      display:inline;
      padding-bottom:4px;
    }
    
    form div.formSubmits{
      float:left;
      display:inline;
      clear:both;
      width:100%;
    }
    
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .parentWrap{
    width:714px;
    min-height:100%;
    margin:20px auto;
    padding:0;
    text-align:left;
    color:#4A809D;
    background:#e3e3e3;
    position:relative;
  }
  .paremtSubWrap, 
  .parentSubWrapHome {
    width:714px;
    position:relative;
    float:left;
    background:url(images/bgParentWrap.gif) repeat-y;
  }
  
  .parentSubWrapHome {
    /*background:url(images/bgParentWrapHome.gif) repeat-y;*/
  }
  
  .contentWrap {
    clear:both;
    width:90%;
    margin:10px 0 10px 32px;
    position:relative;
    background:url(images/bgWelcomeHome.jpg) no-repeat top right;
    font-size:.9em;
  }
  
  .contentWrap ul,
  .contentWrap ol{
    font-size:1em;
  }
  
	.contentWrapHome {
    width:640px;
    background:#fff url(images/bgWelcomeHome.jpg) no-repeat top right;
    font-size:.9em;
	margin: 0 0 0 15px;
	}



/*----Home Page-----------------------------------------------------------------*/

	#welcomeHome {
    border:0;
	padding:20px 20px 0 20px;
	margin-bottom:0;
    color:#E18B3A;
    background:url(images/bgWelcomeHome.jpg) no-repeat bottom right;
	}
	
	#welcomeHome a {
	  color:#CB7F36;
	}
	
	
#wrapGrey {
background-color:#f4f3f3;
padding:0 20px 0 20px;
float:left;
width:644px;
margin-top:15px;

}

	#whatsTridge {
    float:left;
    width:320px;
    border:0;
    margin:0;
    color:#4A809D;
	}
		
#mission {
    float:left;
    width:280px;
    border:0;
    margin:0;
    color:#4A809D;
	margin:20px 0 0 15px;
	padding:0 0 20px 20px;
	border-left:1px solid #CCCCCC;
}


/**/
	
  .contentSection {
    float:left;
    display:inline;
    width:100%;
    margin:0 0 6px 0;
    padding:15px 0 5px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    border-top:1px solid #ccc;
  }
  
  .subSection {
    float:left;
    display:inline;
    width:43%;
    margin:0;
    padding:0 25px;
    border-left:1px solid #ddd;
  }
  
  .subSection.first{
    border:0;
    padding-left:0;
  }

/**/	

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    width:100%;
    height:235px;
    margin:0;
    padding:0;
  }
  
  #bgBannerHome {
    background:#FBFBFB url(images/bgBannerHeader2.jpg) no-repeat;
  }
  
  #bgBannerAboutUs {
    background:#FBFBFB url(images/bgBannerAboutUs.jpg) no-repeat;
  }

  
  h1#logoTridge {
    background:url(images/logoTridge.gif) no-repeat;
    width:153px;
    height:63px;
    position:relative;
    top:30px;
    left:25px;
    text-indent:0;
    float:left;
    display:inline;
  }
  
  h1#logoTridge a{
    display:block;
    height:63px;
    text-indent:-5000px;
	border:0;
	  text-decoration:none;

  }
  
  
  h1#logoTridge a:hover {
  text-decoration:none;
  }
  
  #hdWelcome {
    background:url(images/hdWelcome.gif) no-repeat;
  }
  
  #hdWhatsTridge {
    background:url(images/hdWhatsTridge.gif) no-repeat;
  }
  
  
    #hdMission {
    background:url(images/hdMission.gif) no-repeat;
  }
  
/**/

/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
  /**----Audience Nav Section---------------------------------------------------*/
  
  ul.audienceNav{
    float:right;
    display:inline;
    width:486px;
    list-style:none;
    margin:15px 15px 0 0;
  }
  
  ul.audienceNav li{
    float:left;
    display:inline;
    width:162px;
    height:218px;
    margin:0;
    padding:0;
  }
  
  ul.audienceNav li a{
    display:block;
    height:218px;
    text-indent:-5000px;
	text-decoration:none;
  }
  
  /**/
  
  /**----Main Nav Section-------------------------------------------------------*/

    .nav {
      float:left;
      width:168px;
      margin:0 0 0 0;
      padding:0;
      position:relative;
      top:44px;
      left:30px;
      z-index:10;
      list-style:none;
    }
    
   
    .nav li {
      padding:0 0 6px 20px;
      margin:0;
      background:url(images/bgNavBullet.gif) no-repeat 0 4px;
    }
    
    .nav li.first{
      
    }
    
    .nav li a {
      padding:0;
      margin:0;
      color:#037BBB;
      text-decoration:none;
      text-align:left;
      font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
      font-size:.90em;
    }
    
    .nav li a:hover{
      color:#E18B3A;
    }
    
    .nav li#activePage a{
      color:#000;
    }
    
    .nav a:active{
    }
    
    .navli#active a{
    }
    
  /**/
  
  /**----Sub Nav Section--------------------------------------------------------*/
    
    .subnav{
      float:left;
      display:inline;
      clear:both;
      width:100%;
      margin:0;
      padding:0;
      border-bottom:1px dotted #AFB0B0;
    }
    
    .subnav ul{
      float:left;
      display:inline;
      width:90%;
      margin:0 2%;
      padding:0;
      background:none;
      list-style-type: none;
      clear:both;
      position:relative;
      left:7px;
    }
    
    .subnav ul li{
      float:left;
      display:inline;
      margin:0;
      padding:0;
    }
    
    .subnav ul li a {
      display:block;
      border-right: 1px dotted #AFB0B0;
      padding:0 12px;
      margin:8px 0;
      color:#838B94;
      text-decoration: none;
      text-align:center;
      font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
      font-size:.9em;
      line-height:1em;
    }
    
    .subnav ul li a:hover{
      color:#930;
      background: #fff;
      text-decoration:underline;
    }
    
  /**/

  /**----Product Nav------------------------------------------------------------*/

    .productNav{
      float:left;
      display:inline;
      width:24%;
    }
    
    .productNav fieldset.searchBox{
      float:left;
      display:inline;
      width:90%;
      margin:10px 0 10px 10px;
      padding:0 0 10px 0;
      border:0;
      border-bottom:1px solid #ccc;
    }
    
    .productNav fieldset.searchBox legend{
      margin:0;
      padding:0;
      color:#666;
      font-size:.8em;
      font-weight:normal;
    }
    
    .productNav fieldset.searchBox input{
      float:left;
      display:inline;
      font-size:1em;
    }
    
    .productNav fieldset.searchBox #txtSearch{
      border:1px solid #aeaeae;
      width:75px;
      margin:2px 0 0 7px;
    }
    
    .productNav fieldset.searchBox #btnSearch{
      margin:0 0 0 5px;
      width:5.9em;
      padding:1px 0 2px 0;
      font-size:.9em;
    }
    
    .productNav fieldset.searchBox.over{
      
    }
    
    .productNav h3{
      font-size:1em;
      margin:5px 0 0 15px;
      padding:0;
    }
    
    .productNav ul{
      list-style:none;
      margin:0 0 0 5px;
      padding:0;
    }
    
    .productNav ul li{
      margin:2px 0 0 18px;
    }
    
    .productNav ul li ul{
      margin:2px 10px 10px 5px;
    }
    
    .productNav ul li ul li{
      margin:0;
      width:100%;
    }
    
    .productNav ul li ul li a{
      display:block;
      font-size:.85em;
      padding:2px 2px 2px 15px;
      background:url(images/bgNavBullet.gif) no-repeat 4px 8px;
    }
    
  /**/

/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:center;
    width:714px;
    font-size:.90em;
    color:#4C7C18;
    margin:0 auto;
	padding:12px 0 5px 0;
    clear:both;
	background:url(images/bgFooter.jpg) no-repeat;
	height:82px;
  }
  
  /*.footer p{
    margin:0;
    padding:0 0 15px 0;
  }
  
  .footer p#copyright{
    padding:15px 0 0 0;
  }*/
  
  .footer a {
  color:#027ABB;
  }
  
  .footer a:hover {
   color:#027ABB;
  }

  
/**/


/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


/*----About Us Page-------------------------------------------------------------*/
	
  #hdAboutUs {
    background:url(images/hdAboutUs.gif) no-repeat;
  }
  
	#contentAboutUs {
    background:url(images/bgWelcomeHome.jpg) no-repeat top right;
	}
			
	.contentOrange,
  .contentOrange h3,
  .contentOrange h4,
  .contentOrange a,
  .contentOrange a:hover {
    color:#E18B3A;
	}
		
	.contentBlue,
  .contentBlue h3,
  .contentBlue a,
  .contentBlue a:hover {
    color:#4A809D;
	}

	.contentGreen,.contentGreen h3,.contentGreen a,.contentGreen a:hover {
    color:#77A445;
	}
	
	#top {
    border:0;
	}
		
	.contentBlue span {
    float:left;
    width:46%;
    margin-right:20px;
	}
	
	.contentBlueRight {
    margin-left:10px;
	}
			
	.imgFloatLeft {
    float:left;
    margin:0 18px 0 0;
	}
	
/**/

/*----Affiliate Services Page---------------------------------------------------*/

  #hdAffiliateServices {
    background:url(images/hdAffiliateServices.gif) no-repeat;
  }

/**/

/*----Candidate Services Page---------------------------------------------------*/

  #hdCandidateServices {
    background:url(images/hdCandidateServices.gif) no-repeat;
  }

/**/

/*----Contact Us Page-----------------------------------------------------------*/

  #hdContactUs {
    background:url(images/hdContactUs.gif) no-repeat;
  }

/**/

/*----Employee Services Page----------------------------------------------------*/

  #hdEmployeeServices {
    background:url(images/hdEmployeeServices.gif) no-repeat;
  }

/**/

/*----Employer Services Page----------------------------------------------------*/

  #hdEmployerServices {
    background:url(images/hdEmployerServices.gif) no-repeat;
  }

/**/
