/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#ccc;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#FFC61F;text-transform: uppercase;}
h1 {font-size:2.5em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#fffd00;}
a {color:#a7f01d;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#222;}
tfoot {font-style:italic;}
caption {background:#111; color: #FFC61F; text-transform: uppercase;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
form ul { list-style: none; }
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* link-icons.css */
/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { background:transparent none !important; margin:0 !important; padding:0 !important; }
/* Make sure the icons are not cut */
/*a[href^="http:"], a[href^="http:"]:visited,*/ a[href^="mailto:"], a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], a[href$=".rdf"] /*, a[href^="aim:"] */ { background-position: right center; background-repeat: no-repeat; margin:-2px 0; padding:2px 22px 2px 0;}
/* External links */
/*a[href^="http:"]          { background-image: url(icons/external.png); } */
a[href^="mailto:"]        { background-image: url(icons/email.png); }
/* a[href^="http:"]:visited  { background-image: url(icons/visited.png); } */
/* Files */
a[href$=".pdf"]   { background-image: url(icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(icons/doc.png); }  
a[href$=".xls"]   { background-image: url(icons/xls.png); }  
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(icons/feed.png); }
/* a[href^="aim:"]   { background-image: url(icons/im.png); } */


/* structural.css */
#container { background-color: #000; margin-left: auto; margin-right: auto; width: 970px;}
.container { background-color: #303030; }
#header { background: url(images/header_bkg.jpg) no-repeat; border-top:10px solid #000;height: 250px;}
#header div.companylogo { background-image: none; border: 0; margin: 0; overflow: hidden; padding: 0; position:absolute; text-indent: -9999px; top: 0; z-index: 999;} 
div .logo { background: transparent url(images/dhrlogo.png) no-repeat; clear: both; display: block;height: 163px; margin: 2.5em 0 0 1.5em; width: 298px; }
.slideshow { height: 250px; position:relative; }
.slideshow img { left: 0; position: absolute; top: 0; z-index: 8; }
.slideshow img.active {z-index:10;}
.slideshow img.last-active {z-index:9;}
#navigation { background: url(images/nav_bkg.jpg) repeat-x; border-bottom: 3px solid #222; border-top: 3px solid #222; margin-bottom: 0.5em; }
.content { margin: 10px 0 0 20px; }
.content h2 { margin-bottom: 0.25em; }
.event .article { margin-top: 2em; } 
.event h3 { background: #020202 url(images/header_arrow.png) no-repeat 10px 50%; color: #FFF; margin:0; padding: 10px; }
.event h3 span { display: block; margin-left: 35px; }
.event h3 a:link, .event h3 a:visited { color: #FFF; text-decoration: none; }
.event h3 a:hover { color: #fffd00; text-decoration: none; }
.event img { border: 1px solid #242223; margin-top: 1em; }
.event p { color: #ccc; margin: 5px; }
.aside h3 { margin-bottom: 0.5em; }
.aside p { margin: 0 0 1em 0; padding: 0 0 1em 0; }
.guides h2 { text-transform: none; }
#footer { background-color: #000; border-top: 3px solid #222; color: #fff; margin-top: 3em;}
#footer h6 { color: #FFF; }
#footer div { margin: 20px; }

#nav, #nav ul { font-weight:bold;line-height: 45px; list-style-type:none; list-style-position: outside; margin: 0; padding: 0; position: relative; text-transform: uppercase;z-index:4999; }
#nav { margin-left: 0px; }
#nav a:link, #nav a:active, #nav a:visited { background: transparent url(images/nav_spacer.gif) no-repeat right;color: #FFF; display: block; padding: 0 15px;text-decoration: none; }
#nav a:hover { background: transparent url(images/nav_bkg.jpg) repeat-x 0 -45px; text-decoration: underline; }
#nav li { background: transparent; }
#nav li ul li {  }
#nav li { float: left; position: relative; }
#nav ul { display: none; position: absolute; top: 45px; width: 160px; z-index: 5000; }
#nav li ul a { float: left; width: 150px; }
#nav li ul a:link, #nav li ul a:active, #nav li ul a:visited { background: none; padding: 0 0 0 10px; } 
#nav li ul {background: #272624 url(images/nav_gradient.jpg) repeat-x 0 0; border: 1px solid #444; border-top: 0; border-bottom: 2px solid #666; line-height: 30px; }
#nav ul ul { top: auto; }
#nav li ul ul { left: 150px; margin: 0 0 0 15px; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul { display: none; visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul { display: block; visibility: visible; }

/* nth Column Lists */
.twoColumnList { margin: 0; padding: 0; width: 100%; }
.twoColumnList li { display: inline-block; list-style-type: none; margin: 0 2% 0 0; padding: 0 0 20px 10px; vertical-align: top; width: 45%;}

.threeColumnList { margin: 0; padding: 0; width: 100%;}
.threeColumnList li { display: inline-block; list-style-type: none; margin: 0 2% 0 0; padding: 2px; vertical-align: top; width: 29%; }


















