/* Colors ------------- 
 #225566 - Dark Blue
 #32AABB - Light Blue
 #B4CF40 - Green   
---------------------*/
body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   color: #666;
   background: #fff url(/images/background.gif) no-repeat top left;
   margin: 0;
   padding: 0;
}
h1, h2, h3, h4 {
   margin: 0;
   padding: 0;
}
h1 a:link, h1 a:visited { 
   color: #B4CF40;
   text-decoration: none;
}
h1 a:hover {
   text-decoration: underline;
}

h2 { 
   color: #32AABB;
   margin: 10px 0;
}
h3 {
   font-size: 105%;
   font-weight: bold;
}
a:link, a:visited {
   color: #666
}
/* Resume Styles ----------------------*/
#resumeContainer {
   width: 675px;
   margin-left: 20px;
   margin-top: 20px;
}
/* Contant Info ---------------------- */
#intro ul {
   margin: 0;
   padding: 0;
}
#intro li {
   list-style-type: none;
}
#intro li.hide {
   display: none;
}
/* Objective ------------------------- */
#objective p {
   width: 525px;
}
/* Education ------------------------- */
#education ul {
   margin: 0;
   padding: 0;
}
#education li {
   list-style-type: none;
}
/* Skills ---------------------------- */
#skills dt {
   font-weight: bold;
}
#skills dd {
   width: 525px;
   margin: 0 0 10px 0;
   padding: 0 0 10px 0;
}
/* Experience ------------------------ */
#exp p.year {
   float: left;
   width: 125px;
   margin: 0;
   padding: 0;
   font-weight: bold;
   color: #256;
}
#exp p.position {
   margin: 10px 0;
}
#exp h3, #exp p, #exp ul {
   float: right;
   width: 550px;
}
#exp ul {
   margin-bottom: 10px;
}
#exp ul li {  
   margin: 3px 0;
   margin-left: 15px;
}
/* Courses ---------------------------- */
#courses {
   clear: both;
   width: 100%;
   border-top: 1px dashed #ccc;
   padding-top: 5px;
}
/* Footer ----------------------------- */
#footer {
   background: url(/images/footer.gif) no-repeat top right;
   width: 100%;
   height: 150px;
}
