/*	html5doctor.com/html-5-reset-stylesheet/	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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; }
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 */
/* fonts.css from the YUI Library: developer.yahoo.com/yui/ */
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; }
/* minimal base styles */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
a:link, a:visited, a:hover, a:active { outline: none; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
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; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
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; }
button, input, select, textarea { margin: 0; }
input:invalid, textarea:invalid { -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* Non-semantic helper classes */
/* for image replacement - ex: give h1#site-name a class name of ir and define #site-name { background-image: logo.png; } */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders  */
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* CLEARFIX: Updated to prevent margin-collapsing on child elements */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ********************************** Primary Styles **********************************
Finally. The site's CSS goes here. */

/* determine colors and site-wide fonts based on design, using defaults here */
body, select, input, textarea { font: 14px/1.5 Arial, Sans-serif; color: #444; }
h1,
.home aside h3 a,
header .nav,
.intro { font-family: Georgia, serif; }
.home aside h1 { font-family: Arial, Sans-serif; }

body { background: #fff url(../images/stripe_bg_2.png) repeat-x; }
.logged-in body { background-position: 0 50px; }
a:link { -webkit-tap-highlight-color: #5E99FF; } 
::-moz-selection { background: #5E99FF; color:#fff; text-shadow: none; } 
::selection { background: #5E99FF; color:#fff; text-shadow: none; } 

a { text-decoration: none; }
a:hover { text-decoration: underline; }

header {
	height: 339px;
	background-image: url(../images/liberty.png);
	background-repeat: no-repeat;
	background-position: 150px 0;
}
/* search form */
header form { display: block; text-align: right; margin-top: 123px; }
header form h3 { display: none; }
header form input[type=text] { border: 1px solid #d7d7d7; color: #666; background-color: #fff; }
header form input[type=text]:focus { color: #444; background-color: #f6f6f6; border-color: #ccc;  }
header form #submit { background: transparent url(../images/search_button.png); border: 0 solid; margin: 1px 0 0 3px; text-indent: -5000px; height: 20px; width: 20px; display: block; float: right; }
header form #submit:hover { background: transparent url(../images/search_button_over.png); }

h1#logo { margin: 35px 0 0 340px; position: absolute;}
h1#logo a { text-decoration: none; background-image: url(../images/AFA-home-logo.png); width: 251px; height: 198px; display: block; }

/* header links */
header ul { margin-top: 13px; list-style: none; text-align: right; }
header li { display: inline; margin: 0; }
header li a { color: #c39b00; font-weight: bold; font-size: 12px; display: inline-block; padding: 4px 10px; border-left: 1px solid #d7d7d7; text-decoration: none; }
header li:first-child a { border-left: 0px solid #d7d7d7; }
header li a:hover { text-decoration: underline; }
header li a[title=News] { color: #fff; text-transform: uppercase; padding: 4px 9px; background-color: #7ca020; border: 1px solid #afc96c; border-left: 1px solid #afc96c; /* have to redefine for specificity */ }
header li a[title=News]:hover, 
header li a.nav-selected[title=News] { text-decoration: none; border-color: #d8ab00; background-color: #c39b00; color: #fff; }
.subnav .nav-selected { cursor: default; color: #7ca020; text-decoration: none; }

.icons a.ir { display: inline-block; padding: 4px; height: 20px; width: 18px; background-position: 8px 4px; cursor: pointer; }
#iconShare { background-image: url(../images/icon_share.png); margin: 0 4px; }
#iconRss { background-image: url(../images/icon_rss.png); margin: 0 4px; }
#iconPrint { background-image: url(../images/icon_print.png); border-left: 0; }
#iconPdf { background-image: url(../images/icon_pdf.png); }
#iconAcro { background-image: url(../images/icon_reader.png); border-left: 0; }

/* main nav */
header nav .nav { text-align: center; top: 260px; position: absolute; width: 100%; height: 48px; padding-top: 14px; margin-top: 0; }
header nav .nav li { display: inline; margin: 0px; }
header nav .nav a { padding: 12px 20px; font-size: 20px; color: #fff; border: 2px solid transparent; font-weight: normal; }
.ielt8 header nav .nav a { border: 0; padding: 14px 22px;} /* no-transparent support */
header nav .nav .nav-selected a,
header nav .nav a:hover { border: 2px solid #d8ab00; background-color: #c39b00; padding: 12px 20px; text-decoration: none; }

/* sidebar nav */
#main .nav a { display: block; border-top: 1px solid #b5b5b5; padding: 3px 10px 6px 0; font-weight: bold; font-size: 12px; }
#main .nav ul li { margin-left: 15px; list-style: disc; color: #b5b5b5; }
#main .nav ul li a { font-weight: normal; border-top: none; }
#main .nav a.nav-selected:hover { cursor: default; text-decoration: none; }
#main .nav a.nav-path-selected, 
#main .nav a:hover { color: #c39b00; }
#main .nav .nav-path-selected ul a.parent,
#main .nav a.parent { background: url(../images/gr_arrow.png) no-repeat top right; padding-right: 22px; }
#main .nav ul .nav-selected a.parent,
#main .nav a.parent:hover { background: url(../images/or_arrow.png) no-repeat top right; }
#main .nav .nav-path-selected a.parent { background: url(../images/box_arrow.png) no-repeat top right; }

/* breadcrumb */
.breadcrumb { margin: 0 0 10px; font-size: 80%; }

#main { margin: 20px 0; font-size: 14px; }
#main p { margin: 0 0 28px; }
#main .content-block li { padding: 0 0 14px 0; color: #444; }
#main .content-block ul { margin: 0 0 14px 1.0em; color: #626262; }
#main .content-block ol { margin: 0 0 14px 1.5em; }
#main h1 { padding-bottom: 20px; color: #626262; margin-bottom: 20px; border-bottom: 1px solid #626262; }
#main a { color: #7ca020; }
.intro, #main.home aside h3 { color: #c39b00; }
.intro, #main h1, .home aside h3 { font-size: 22px; line-height: 32px; font-weight: normal; }
#main.home aside h1 { font-weight: bold; color: #6e9600; font-size: 18px; text-transform: uppercase; letter-spacing: 0.3em; padding-bottom: 5px; margin-bottom: 10px; border-color: #d7d7d7; }
.home aside h2 { font-weight: normal; font-size: 14px; margin-bottom: 5px; }
#main.home aside h3 { margin-bottom: 15px;}
.ccm-page-list-rss-icon { display: none; }
#main blockquote { font-size: 1.2em; color: #c39b00; }

footer { display: block; width: 100%; background-image: url(../images/footer_stripes.png); border-top: 1px solid #c8c8c8; padding-bottom: 20px; }
#copy { text-align: center; font-size: 11px; color: #838383; margin: 10px 20px; }
.footer-inner .grid_6 { border: 1px solid #c8c8c8; margin: 0 9px; background-color: #fff; height: 52px; overflow: hidden; }
#host { background-color: #a8a8a8; color: #fff; width: 110px; height: 42px; padding: 10px 0 0 8px; float: left; font-size: 12px; }
.footer-inner a { display: block; float: left; text-align: center; }




/* **************************** End of Primary Styles ********************************** */

/* These follow after primary styles so they will successfully override. */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust  */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}
/* print styles */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
/* minor tweak, only show external links */
  a[href^=http]: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; }
/* replacements for necessary background images */
	#logo { content: url(../images/AFA-home-logo.png); }
	#iconShare { content: url(../images/icon_share.png); }
	#iconRss { content: url(../images/icon_rss.png); }
	#iconPrint { content: url(../images/icon_print.png); }
	#iconPdf { content: url(../images/icon_pdf.png); }
	#iconAcro { content: url(../images/icon_reader.png); }
/* footer credits/link fix */
	.footer-inner a[href^=http]:after { content: ""; }
}