/*
 * 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
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, video { display: inline; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #222; }
body { margin: 0; font-size: 12px; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #008cc6; }
a:visited { color: #222; }
a:hover { color: #214984; }
a:focus { outline: thin dotted; }

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; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }

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
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */

table { }
td { }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================

   ========================================================================== */

body { background: #215496 url(bg.jpg) 0 0 no-repeat; font-family: Arial, Helvetica, sans-serif; }
#container { width: 994px; margin: 30px auto 0; background: #fff; }

/* Page Header */
#page-header { width: 954px; padding: 15px 20px 20px 20px; position: relative; }
ul.top-nav { list-style: none; padding: 0; margin: 0; position: absolute; top: 25px; right:20px; }
  ul.top-nav li { display: inline; padding: 0 0; }
  .border-right { padding: 0 10px; border-right: 1px solid #cccccc; }
  .no-border { padding-left: 10px; }
  ul.top-nav li a, ul.top-nav li a:visited { color: #008cc6; font-size: 11px; text-decoration: none; }
  ul.top-nav li a:hover { text-decoration: underline; }
#phone { position: absolute; top: 70px; right: 20px; font-size: 18px; font-weight: bold; color: #215496; }

/* Main Menu */
#menu { background: url(bg_menu.png) 0 0 repeat-x; margin-top: 10px; height: 39px; }
ul.navlist { list-style: none; margin: 0; padding: 10px 0 0 0; width: 100%; }
ul.navlist li { display: inline; padding: 0 15px; font-size: 13px; text-transform: uppercase; font-weight: bold; color: #fff;}
ul.navlist li a, ul.navlist a:visited { padding-top:10px; padding-bottom: 12px; color: #fff; text-decoration: none; }
ul.navlist a:hover { background: url(icn_menu_arrow.png) bottom center no-repeat }

/* Page Body */
#page-body { width: 953px; padding: 0 20px 25px 20px; line-height: 18px; overflow: hidden }

/* The Slider Styles */
#slides { width: 953px; margin: 0 auto }
.slides_container { width:953px; height:239px; }
.slides_container img { position:absolute; top:0px; left:0px; display:none; }
.pagination { display: none; }
 
/* Content Middle */
#content-middle { width: 953px; margin-top: 25px; overflow: hidden;}
#mid-col-1, #mid-col-2, #mid-col-3 { width: 287px; min-height: 180px; float: left;  }
#mid-col-1, #mid-col-2 { border-right: 1px solid #bdbdbd }
#mid-col-1 { padding: 0 22px 0 0 }
#mid-col-2 { padding: 0 22px 0 }
#mid-col-3 { padding: 0 0 0 22px }
  .title-bg1, .title-bg2, .title-bg3 { font-size: 14px; color: #fff; text-transform: uppercase; font-weight: bold }
  .title-bg1 { background: url(bg_section1.png) 0 0 no-repeat; }
  .title-bg2 { background: url(bg_section2.png) 0 0 no-repeat; }
  .title-bg3 { background: url(bg_section3.png) 0 0 no-repeat; }

/* Content Bottom */
#content-btm { width: 953px; margin-top: 15px; overflow: hidden; }
#btm-col-1 { width: 672px; float: left; margin-right: 15px }
#btm-col-2 { width: 234px; float:left; padding: 10px 15px; border-top: 3px solid #215496; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5 }
  .testimonial p { font-size: 11px; color: #565656; }
  .testimonial small { line-height: normal; color: #215496 }
  .testimonial .hd-title { font-size: 14px; font-weight: bold; color: #215496; border-bottom: 1px solid #e5e5e5 }

/* Article/Page style */
h1,h2,h3,h4,h5,h6 { line-height: normal }
h1 { font-size: 28px; color: #4c93c5; margin: 0 0 15px 0 }
h2 { font-size: 20px; color: #478abd; margin: 0 0 15px 0 }
h3 { }
h4 { font-size: 14px; color: #4c93c5; margin-bottom: 0 }
h5 { font-size: 14px; margin-bottom: 0 }
h6 { }

#sidebar-wrapper {  width: 222px; float: left; margin-right: 20px; }
#sidebar { padding: 10px; background: #e9e9e9; border: 1px solid #d9d9d9 }
.section-hd { font-size: 16px; font-weight: bold; padding-bottom: 10px }
ul.sidebar-nav { padding: 0; margin: 0; list-style: none }
ul.sidebar-nav li { background: url(icn_bullet.png) left center no-repeat; display: block; padding: 5px 0 5px 15px }
ul.sidebar-nav li a, ul.sidebar-nav li a:visited { color: #215496; text-decoration: none }
ul.sidebar-nav li a:hover { text-decoration: underline }

#banner { margin-top: 10px }
#content { width: 711px; float: left }
#hd-section { display: block; font-size: 20px; color: #478abd; padding: 10px 0; margin-bottom: 20px; border-bottom: 1px solid  #e5e5e5 }

/* Page Footer */
#page-footer { width: 954px; padding: 20px 20px; background: #898989; border-top: 1px solid #215496; overflow: hidden }
 ul.footer-navlist { list-style: none; padding: 0; margin: 0 }
 ul.footer-navlist li { display: inline; border-right: 1px solid #fff; padding: 0 10px 0 }
 ul.footer-navlist li a, ul.footer-navlist li a:visited  { color: #fff; text-decoration: none }
 ul.footer-navlist li a:hover { text-decoration: underline }
 ul.footer-navlist li:first-child { padding-left: 0 }
 ul.footer-navlist li:last-child { border: none }

#copyrights { display: block; color: #fff; margin-top: 10px }
#copyrights a, #copyrights a:visited { color: #fff; text-decoration: none }
#copyrights a:hover { text-decoration:underline}
#social-media { float: right; color: #fff; width: 140px }

/* cymcms-specific */
.cymSiteMap a { text-decoration:none; line-height: 18px; }
.cymSiteMap a:hover { text-decoration:underline; }
.cymDisplayTitle {display:none;}
.cymHeader { font-size:20px; color: #478abd; margin: 0 0 15px 0; text-decoration: none; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

/* ==|== 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; *line-height: 0; }
.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; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !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; }
}
