/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.4; min-width:1024px; }

body, input, select, textarea { font-family: myriad-pro, sans-serif; font-style: normal; color: #fff; }
button, input { font-family: myriad-pro, sans-serif; font-style: normal; color: #132555; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #FEBE10; text-decoration: none; }
a:visited { color: #d39d0a; }
a:hover { color: #fff; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

.ajax__validatorcallout_error_message_cell { color:black !important; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="checkbox"], input[type="radio"] { margin-right: 3px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; color: #000; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
td select { color:#000 }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */   
textarea { color: #000; }


h1  { font: 30px/32px myriad-pro,sans-serif; color: #febe10; margin: 0; }
h2  { font: 23px/25px myriad-pro,sans-serif; color: #febe10; margin: 0; }
h3 { font: 17px/19px myriad-pro,sans-serif; color: #febe10; margin: 0;  }
h4 { font: 15px/17px myriad-pro,sans-serif; color: #febe10; margin: 0; }
h5 { font: 13px/17px myriad-pro,sans-serif; color: #febe10; margin: 0; }

/* --  Header Styles -- */
#headerContainer { background-image:url(../images/headContainer-BG.gif); background-repeat:repeat-x; height:76px; margin: 0; width:100%; }
#headerContainer .navContainer { width:922px; margin:0 auto; }
#headerContainer .navContainer .end { background-image:none; }

#homeTopContainer { background-image:url(../images/homeTBG-RP.png); background-repeat:repeat-x; height:420px; background-color: #132555; }
#homeTopInner { background-image:url(../images/secT-bg-no-text-box.jpg); background-repeat:no-repeat; height:407px; background-position:bottom center; }
#homeBtmContainer { background-image:url(../images/sec_Btm_bg.jpg); background-color: #132555; background-repeat:no-repeat; background-position:bottom center; min-height: 600px; position: relative; overflow:hidden }

#secTopContainer { background-image:url(../images/secTBG-RP.png); background-repeat:repeat-x; height:245px; background-color: #132555; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #secTopInner {
        background-position: 49.999% bottom !important;
    }
}

#secTopInner { background-image:url(../images/secT-bg-text-box.jpg); background-repeat:no-repeat; height:245px; background-position:bottom center;  }
#secBtmContainer { background-image:url(../images/sec_Btm_bg.jpg); background-color: #132555; background-repeat:no-repeat;  background-position:bottom center; }

/* --  WelcomeBox Styles -- */
#welcomeBox { width: 922px; margin: 0 auto; position: relative; margin-bottom: 20px; height: 125px;}
#welcomeBox img { float: right; width: 267px; height: 125px; }
#welcomeBox h1.welcome { width: 300px; float: left; color:#0d1a54; font: 30px/32px myriad-pro,sans-serif; font-style: italic; text-shadow: 1px 1px 1px #999; position: absolute; bottom: -15px; }

/* --  Slider/News Styles -- */
#sliderNewsOut { background:url(../images/slider_shadow.png) no-repeat bottom center; height: 430px; width: 925px; margin:0 auto; position: relative; z-index: 1000;  } 
#sliderNewsIn { width: 922px; height: 391px; border: 1px solid #999; position: absolute; z-index: 40; }
#nivoSliderWrap { width: 625px; height: 391px; margin: 0; float: left; }
/*#sliderShadow { background:url(../images/slider_shadow.png) no-repeat; width: 947px; height: 39px; margin: 0 auto; }*/
#rightAnything { background: url(../images/news-bg.jpg) no-repeat top center; width: 297px; height: 391px; background-color: #000; float: right;  }
#newsWrapper { width: 267px; height: 361px; padding: 15px; overflow: hidden; position: relative; }
#newsWrapper img { border: 4px solid #666; margin-top: 5px; margin-bottom: 5px; }
.newsHdr a { font: 28px/32px myriad-pro,sans-serif; color: #febe10; font-style: italic; padding-bottom: 5px; margin: 0; }
.newsHdr a:visited { color: #febe10; }
.newsHdr a:hover { color: #fff; }
.newsSubHdr { font: 16px/19px myriad-pro,sans-serif; margin-top: 10px; }
.date { font: 14px/17px myriad-pro,sans-serif; }
.date a { text-decoration: none; color: #febe10; }
.date a:hover { text-decoration: none; color: #fff; }
.date a:visited { text-decoration: none; color: #ebe10; }

.newsLnk a { text-decoration: none; color: #f9df95; }
.newsText { line-height: 16px; margin: 0; padding-left: 10px; padding-right: 10px; }
.readMore { font-style: italic; }

#imgHomeWrapper { width: 625px; height: 391px; }


/* --  Slider Caption Styles -- */
.sliderLt { float: left; width: 200px; height: 100px; position: relative; }
.sliderRt { float: left; width: 400px; height: 100px; }
.sliderRt p { font-family: myriad-pro, sans-serif; font-style: normal; font-size: 12px; color: #fff; margin-left: 20px; margin-right: 30px; margin-bottom: 0; } 

/* --  Home Page Bottom Box Grouping Styles -- */
#btmGroupWrap { width: 980px; margin: 0 auto; position: relative; }
#btmGroup { width: 980px; margin: 0 auto; position: absolute; top: 140px;}
#btmGroup ul { display: inline; list-style-type: none; margin: 0 auto; padding: 0;}
#btmGroup li { float: left; width: 324px; height: 257px; }
#btmGroup #first { background: url(../images/btm_grp_01.png) no-repeat; position: relative; }
#btmGroup #second { background: url(../images/btm_grp_02.png) no-repeat; position: relative; }
#btmGroup #third { background: url(../images/btm_grp_03.png) no-repeat; position: relative; }
#btmGroup h2 { margin-top: 40px; margin-left: 20px; margin-right: 30px; margin-bottom: 0; }
#btmGroup h3 { font-style: italic; margin-left: 20px; margin-right: 30px; margin-bottom: 0; margin-top: 3px; }
#btmGroup p {  font-family: myriad-pro, sans-serif; font-style: normal; font-size: 12px; color: #fff; margin-left: 20px; margin-right: 30px; margin-bottom: 0; }
#btmGroup .last { margin-top: -5px; }

#logoContainer {  background-color:#FFF; height:150px; margin-top:260px; padding:14px; width:938px;}
#logoContainer img { padding:0 5px 0 0; float:left; }
#btmLogoWrap { width: 980px; margin: 0 auto; position: relative; }
#btmLogos { background-color: transparent; position: absolute; width: 980px; height: 175px; top: 450px; }

h4.arrow { background: url(../images/btm_grp_arrowBG.png) no-repeat; width: 182px; line-height: 28px; height: 28px; position: absolute; bottom: 35px; }
h4.arrow a { font-family: myriad-pro, sans-serif; font-style: italic; font-size: 14px; color: #132555; margin-left: 10px; text-decoration: none; display: block; height: 28px; width:182px; }
h4.arrow a:visited { color: #132555; }
h4.arrow a:hover { color: #fff; }
.cptArrow { position: absolute; bottom: 15px; margin-left: -5px;} 

/* --  Secondary Page  Styles -- */
#pageHd { width: 922px; height: 245px; margin: 0 auto; position: relative; }
#pageHd img { float: right; }
#pageHd h1.pageHdr { width: 300px; float: left; color:#0d1a54; font: 30px/32px myriad-pro,sans-serif; font-style: italic; text-shadow: 1px 1px 1px #999; position: relative; top: 70px; margin-left: 240px; margin-right: 20px; }
#contentContainer { width: 922px; margin: 0 auto; position: relative; overflow: hidden;  min-height: 550px;}
.leftCol { width: 157px; padding: 0 20px; float: left; position: relative; }
.leftCol a { color: #FEBE10; text-decoration: none; }
.leftCol a:visited { color: #5A4A06; }
.leftCol a:hover { color: #fff; text-decoration: none; }
.leftCol p { margin-top: 40px; text-align: right; font: 14px/22px myriad-pro,sans-serif; font-style: italic; }
.rightCol { float: right; width: 725px; background: url(../images/content_bg.png) repeat-y; }
.rcMainContent { width: 625px; padding-top: 0px; padding-bottom: 30px; padding-right: 30px; padding-left: 30px; margin: 0; margin-bottom: 10px; }
.rcMainContent p { color: #fff; }
.rcMainContent h5 p { color: #FEBE10; font-size: 16px; font-weight: normal; font-style: italic; }
.rcMainContent img { float: left; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; }

/* -- Left Column Section Background Images -- */
.about { background: url(../images/lefCol_sect_about.png) no-repeat top center;  width: 157px; height: 410px; position: absolute;  }
.find { background: url(../images/lefCol_sect_find.png) no-repeat top center; width: 157px; height: 600px; position: absolute;  }
.become { background: url(../images/lefCol_sect_become.png) no-repeat top center; width: 157px; height: 533px; position: absolute;  }
.members { background: url(../images/lefCol_sect_members.png) no-repeat top center; width: 157px; height: 307px; position: absolute;  }
.sponsors { background: url(../images/lefCol_sect_sponsors.png) no-repeat top center; width: 157px; height: 309px; position: absolute;  }
.resources { background: url(../images/lefCol_sect_resources.png) no-repeat top center; width: 157px; height: 309px; position: absolute;  }
.contact { background: url(../images/lefCol_sect_contact.png) no-repeat top center; width: 157px; height: 367px; position: absolute;  }

.pageName { font: 74px/78px myriad-pro,sans-serif; font-style: italic; color: #1a2c64; position: absolute; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(3); -o-transform: rotate(270deg); transform: rotate(270deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); zoom: 1; text-align: right; top: 0; left: 0;  width: 600px; height: 600px; }


/* -- Secondary Left Nav Styles -- */
#secNavContainer { position: absolute; top: -13px; left: 0; width: 222px; }
#secNavContainer ul { margin:0; padding: 0; list-style: none; }
#secNavContainer li a { background: #fef2d0; color: #132555; padding: 8px 10px; color:#0d1a54; font: 14px/22px myriad-pro,sans-serif; text-decoration: none; height: auto !important; display: block; border-left: 1px solid #9f9f9f; border-right: 1px solid #9f9f9f; }
#secNavContainer .activePG {  background: #1c2654; color: #fff; font: 14px/22px myriad-pro,sans-serif; font-style: italic; padding: 8px 10px; height: auto !important; display: block; border-left: 1px solid #9f9f9f; border-right: 1px solid #9f9f9f; }
#secNavContainer li a:hover {  background: #1c2654; color: #fff; font-style: italic; }
#secNavContainer .first { background:url(../images/subnav_top_bg200.png) repeat-x; height:25px; width:220px; background-color: #fef2d0; border-left: 1px solid #9f9f9f; border-right: 1px solid #9f9f9f; }
#secNavContainer .last { background:url(../images/drp_nav_shadow2.png) no-repeat bottom center; height: 20px; width:222px; color:none; }

/* --  subFooter Styles -- */
#subFooter { margin: 0 auto; background: #fff; text-align: center;}
#subFooter ul { list-style-type: none; margin: 0;}
#subFooter ul li { display: inline; }
#subFooter ul li a { font: 12px myriad-pro,sans-serif; font-style: italic; color: #5A4A06; border-right: 1px solid #132555; text-decoration: none; padding: 0 10px 0 10px; }
#subFooter ul li.last a { font: 12px myriad-pro,sans-serif; font-style: italic; color: #5A4A06; border-right: none; text-decoration: none; padding: 0 10px 0 10px;}
#subFooter ul li a:hover { color: #132555; }

/* --  Footer Styles -- */
#footerBG { background-color: #febe10; height: 100px; border-top: 1px solid #f9f9f9; position: relative;}
#footer { width: 922px; margin: 0 auto; } 
#footer p { font-family: myriad-pro,sans-serif; font-size: 12px; color:#5a4a06; }
#footer .footerLeft { float: left; width: 200px; }
#footer .footerLeft p a { color:#5a4a06; text-decoration: none; }
#footer .footerLeft p a:visited { color:#5a4a06; }
#footer .footerLeft p a:hover { text-decoration: none; color: #fff; }
#footer .footerRight { float: right; width: 500px; }
#footer .footerRight p { text-align: right; font-size: 10px; }
#footer .footerRight p a { color:#5a4a06; text-decoration: none; }
#footer .footerRight p a:visited { color:#5a4a06; }
#footer .footerRight p a:hover { text-decoration: none; color: #fff; }


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*================= Validator styles =====================================
========================================================================== */
.CustomValidator div {border:solid 1px #afb7c0;background-color:#eff1f3; position:relative;}
.CustomValidator td {border:solid 1px #afb7c0;background-color:#eff1f3; padding:0;}
.CustomValidator .ajax__validatorcallout_popup_table {display:none;border:none;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_popup_table_row {vertical-align:top;height:100%;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_cell {width:20px;height:100%;text-align:right;vertical-align:top;border:none;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_table {height:100%;border:none;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_table_row {background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_arrow_cell {padding:0 0px 0px 0px;text-align:right;vertical-align:top;font-size:1px;border:none;background-color:transparent;}
.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;left:1px;border-bottom:none;border-right:none;border-left:none;width:15px;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;border-top:none;border-bottom:none;border-right:none;padding:0px;margin-left:auto;}
.CustomValidator .ajax__validatorcallout_error_message_cell {font-family:Verdana;font-size:10px;padding:5px;border-right:none;border-left:none;width:100%;}
.CustomValidator .ajax__validatorcallout_icon_cell {width:20px;padding:5px;border-right:none;}
.CustomValidator .ajax__validatorcallout_close_button_cell {vertical-align:top;padding:0px;text-align:right;border-left:none;}
.CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {border:none;text-align:center;width:10px;padding:2px;cursor:pointer;}
.CustomValidator td.ajax__validatorcallout_callout_cell {padding:0;}
.CustomValidator td.ajax__validatorcallout_callout_arrow_cell {padding:0;}
