/* careers.css for Cole Haan
   styles for careers.jsp
   code by Chris Nott (cnott@NOSPAM.blastradius.com) */

@import url(global.css);
@import url(header.css);
@import url(footer.css);
@import url(assistance.css);
@import url(titles.css);

#careersIntro { 
clear:both;
   margin: 0 0 8px 11px;
   padding-top: 27px;
   }
#careersIntro h2 {
   display: block;
   margin-bottom: 6px;
   }
#careersIntro p {
   width: 560px;
   }
#assistanceNav { float:left; width:192px; padding-left:26px;   }

#careersContent{ width:202px; float: left; }

/* contact us content position */
#careersInnerContent { float:right; /*border:1px dotted #a1634b;*/
	border-left:1px solid #d0d0d0; min-height:300px; padding:0 20px; width:630px;   }

/* page content */
h4 {
   font-weight: bold;
   margin-bottom: 14px;
   }
p {
   margin-bottom: 14px;
   }