/*  HTML5 Boilerplate : for Pima  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*em, img, table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
nav ul {list-style:none;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration:line-through;}
abbr[title], dfn[title] {/*border-bottom:1px dotted;cursor:help;*/}
/* tables still need cellspacing="0" in the markup */
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}
/* END RESET CSS */

body {font:13px/1.231 sans-serif; *font-size:small;}/* hack retained to preserve specificity */
select, input, textarea, button {font:99% sans-serif;}
pre, code, kbd, samp {font-family: monospace, sans-serif;}
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}
h1,h2,h3,h4,h5,h6 {font-weight: bold;}
/* always force a scrollbar in non-IE */
html {overflow-y:scroll;}

a:hover, a:active {outline:none;}
a, a:active, a:visited {color:#607890;}
a:hover {color:#036;}
ul, ol {margin-left:1.8em;}
ol {list-style-type:decimal;}
/* Remove margins for navigation lists */
nav ul, nav li {margin:0;}
small {font-size:85%;}
strong {font-weight:bold;}
th {font-weight: normal;}
td, td img {vertical-align:top;}
sub {vertical-align:sub;font-size:smaller;}
sup {vertical-align:super;font-size:smaller;}
pre {
  padding: 15px;
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea {overflow:auto;} /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {margin-left:-7px;} /* thnx ivannikolic! */
input[type="radio"] {vertical-align:text-bottom;}
input[type="checkbox"] {vertical-align:bottom;}
.ie7 input[type="checkbox"] {vertical-align:baseline;}
.ie6 input {vertical-align:text-bottom;}
label, input[type=button], input[type=submit], button {cursor:pointer;}/* hand cursor on clickable input elements */
button, input, select, textarea {margin:0;}/* webkit browsers add a 2px margin outside the chrome of form elements */ 
input:valid, textarea:valid {  }/* colors for form validity */
input:invalid, textarea:invalid {border-radius:1px;-moz-box-shadow:0px 0px 5px red;-webkit-box-shadow:0px 0px 5px red;box-shadow:0px 0px 5px red;}/* colors for form validity */
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {background-color: #f0dddd;}
::-moz-selection{background:#000;color:#fff;text-shadow:none;}
::selection {background:#000;color:#fff;text-shadow:none;} 
a:link {-webkit-tap-highlight-color:#000;} 
button {width:auto;overflow:visible;}/* make buttons play nice in IE */
.ie7 img {-ms-interpolation-mode:bicubic;}/* bicubic resizing for non-native sized IMG */
/* Non-semantic helper classes  */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* Start Jay's EDITs */

/* End Jay's EDITs */

/* Media queries for responsive design. These follow after primary styles so they will successfully override */
@media all and (orientation:portrait) {
}
@media all and (orientation:landscape) {
}
@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /*
  a:after {content: " (" attr(href) ")"; } 
  abbr:after {content: " (" attr(title) ")";}
  .ir a:after {content: "";}Don't show links for images
  */
  pre, blockquote {border:1px solid #999;page-break-inside:avoid;}
  thead {display: table-header-group;} /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img {page-break-inside: avoid;}
  @page {margin: 0.5cm;}
  p, h2, h3 {orphans:3;widows:3;}
  h2, h3{page-break-after:avoid;}
  /* Pima Specific */
  form, noscript, .access,
  #container #header #rightHalf,
  #container #nav,
  #container #hpInteractive,
  /*#container #breadcrumbs,*/
  #container #leftCol,
  #container #footer,
  .noPrint {width:0px;height:0px;margin:0px;padding:0px;display:none;overflow:hidden;}
  
#container #main #mainLiner #breadcrumbs {width:auto;padding:0px 0px 25px 0px;margin:0px;overflow:hidden;}
#container #main #mainLiner #breadcrumbs ul {display:block;width:auto;padding:0px;margin:0px;overflow:hidden;}
#container #main #mainLiner #breadcrumbs ul li {float:left;padding:0px 5px 0px 15px;background:none;}
#container #main #mainLiner #breadcrumbs ul li a {font-weight:bold;text-decoration:none;}
#container #main #mainLiner #breadcrumbs ul li a:after{content:' -';}
  
  #container #main #mainLiner #mainCol .content {/*font-size:1.2em;*/font-size:1.1em;}
  .content * {font-family: Arial, Helvetica, Tahoma, sans-serif;color:#000000 !important;}
  .content h1 {font-size:2.6em;font-family: Arial, Helvetica, Tahoma, sans-serif;font-weight:normal;float:none;clear:both;color:#000000 !important;}
  .content h1 span {display:block;text-transform:uppercase;font-size:0.5em;font-family: Arial, Helvetica, Tahoma, sans-serif;color:#000000 !important;}
  .content h2.subhead {display:block;text-transform:uppercase;font-size:1.3em;font-family: Arial, Helvetica, Tahoma, sans-serif;font-weight:normal;float:none;clear:both;color:#000000 !important;}
  .content h2 {font-family: Arial, Helvetica, Tahoma, sans-serif;font-size:1.8em;/*font-size:2.0em;*/color:#000000 !important;}
  .content h3 {font-weight:normal;font-size:1.6em;/*font-size:1.8em;*/color:#000000 !important;}
  .content h4 {font-weight:normal;font-size:1.6em;color:#000000 !important;}
  .content h5 {font-weight:normal;font-size:1.4em;color:#000000 !important;}
  .content h6 {font-weight:normal;font-size:1.2em;color:#000000 !important;}
  .content p {font-size:1.2em;line-height:1.4em;float:none;clear:both;color:#000000 !important;}
  .content label {padding:5px 0px;font-size:1.2em;line-height:1.4em;float:none;clear:both;color:#000000 !important;}
  .content p label,
  .content td label,
  .content td p label {font-size:1.0em;color:#000000 !important;}
  .content table,
  .content table td,
  .content table th {border:#000 1px solid;color:#000000 !important;}
  .content td {font-size:1.2em;line-height:1.4em;color:#000000 !important;}
  .content td li,
  .content td p {font-size:1.0em;color:#000000 !important;}
  .content ul {}
  .content ol li,
  .content ul li {font-size:1.2em;line-height:1.4em;color:#000000 !important;}
  .content ul li:before {content:'> ';color:#000000 !important;}
  .content ul li ol {list-style:decimal;color:#000000 !important;}
  .content ul li ol li {list-style:decimal;background:none;color:#000000 !important;}
  .content ul.noBg li {background:none;color:#000000 !important;}
  .content li p,
  .content td p,
  .content td li,
  .content li li {font-size:1.0em !important;/*line-height:1.0em;*/color:#000000 !important;}
  .content img {padding:5px;}
  .content p img {padding:5px 10px;}
  .content hr {display:block;width:auto;height:1px;padding:0px;margin:5px 0px;background:none;border-bottom:#e5e5e5 1px solid;float:none;clear:both;}
  .content .tablePad5 td {padding:5px;}
  .content .tablePad10 td {padding:10px;}
}

