/**
 * Bendon Careers CSS
 *
 * @package    bendon
 * @subpackage careers
 * @author     Morgan Pyne <mp@morganpyne.com>
 * @version    SVN:$Id: main.css 39 2009-12-12 00:59:56Z morgan $
 */

/* BEGIN:generic reset, typography */ 
/*
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, form, a, fieldset, input, textarea {
 margin:0; padding:0; border:0; outline:none;
}

body {
 line-height:1;
 font-size:88%;
 font-family:Helvetica,"Trebuchet MS",Arial,sans-serif;
 background-color:#fff;
 color:#000; 
}

h1, h2, h3, h4, h5, h6 {
 padding:.6em 0;
}

h1 { font-size:200%; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:120%; background-color:#DFDFE1; padding:5px 0 5px 10px; }
h5 { font-size:90%; color:#808FA2; }

ul, ol {
 list-style:none;
}

a {
 color:black;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

p {
 line-height:1.4em;
 padding-bottom:1em;
}
*/
/* END:generic reset, typography */ 

/* BEGIN:layout */
/*
#wrap {
 width:896px;
 margin:0 auto;
}

#left-col {
 float:left; 
 width:173px;
 padding:0 20px;
 background:#fff url(../images/greydient.png) repeat-x;
} 

#content {
 float:right;
 width:620px;
 padding:0 30px 100px 30px;
 background-color:#f5f5f5;
 min-height:160px;
}

#footer {
 clear:both;
 padding-bottom:50px;
}
*/
/* END:layout */ 

/* BEGIN:Careers search */ 
