/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

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; }

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.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

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, monospace; _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; }
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; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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; }
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; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body { margin: 0; padding: 0; background: url(../img/body-bg.jpg) repeat-x; font-family: Arial, Helvetica, sans-serif; }

div#main-container { margin: 0 auto; background: none; width: 960px; }

/*style the main menu*/
nav#main-navigation { padding:0; height: 42px; background: url(../img/nav-bg.jpg) no-repeat; }
nav#main-navigation ul { margin:0; padding:0px 0px 0px 40px; }
nav#main-navigation ul img { margin:0; padding:0; }
nav#main-navigation ul li { list-style:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; display: block; float: left; }
nav#main-navigation ul li a:link, nav#main-navigation ul li a:visited { display:block; text-decoration:none; padding: 8px 10px 0px 10px; line-height: 34px; margin:0; color:#006AB6; font-weight: bold; }
nav#main-navigation ul li a:hover { color:#fff; }
/*style the sub menu*/
nav#main-navigation ul li ul { position: absolute; visibility:hidden; margin:0; padding:0; border-left:1px solid #fff; border-right:1px solid #fff; text-align: left; }
nav#main-navigation ul li ul li { display:inline; float:none; }
nav#main-navigation ul li ul li a:link, nav#main-navigation ul li ul li a:visited { background-color: #94C7E4; width:auto; color: #fff; border-bottom:1px solid #fff; line-height: 26px; padding: 0px 10px; }
nav#main-navigation ul li ul li a:hover { background-color: #006AB6; color: #fff; }

header#main-header { height: 580px; width: 960px; background:url(../img/header-map.jpg) no-repeat; }
header#main-header img { padding: 0; margin: 0; border: 0; }

section#main-content { width: 680px; margin: 0px 22px 0px 14px;  float: left; background: #D1ECF9 url(../img/content-box-header.jpg) no-repeat; }
section#main-content h1 { margin: 12px; font-size: 22px; color: #006AB6; }
section#main-content h2 { margin: 12px; font-size: 16px; color: #006AB6; }
section#main-content h3 { margin: 12px; font-size: 14px; color: #006AB6; }
section#main-content h4 { margin: 12px; font-size: 14px; color: #006AB6; }
section#main-content p { margin: 0px 12px 12px 12px; font-size: 12px; color: #333; line-height: 16px; }
section#main-content img { margin: 20px 16px; border: solid 1px #006AB6; padding: 2px; }
section#main-content img.signature-image { margin: 20px 16px; border: none; padding: 0; }
section#main-content ul { margin: 0px 12px 12px 12px; }
section#main-content ul li { font-size: 12px; color: #333; line-height: 20px; }
section#main-content a:link { text-decoration: none; color: #006AB6; }
section#main-content a:visited { color: #333; }
section#main-content a:hover { color: #fff; }

section#main-content.news a { padding: 6px 0; margin: 12px; font-size: 16px; color: #006AB6; text-decoration: none; font-weight: bold; border-top: solid 1px #006AB6; border-bottom: solid 1px #006AB6; display: block; }
section#main-content.news a:hover { color: #006AB6; }
section#main-content.news ul { margin: 0px 12px 12px 12px; }
section#main-content.news ul li { font-size: 12px; color: #333; line-height: 20px; }
section#main-content.news ul li a { padding: 0; margin: 0; font-size: 12px; text-decoration: none; color: #006AB6; font-weight: normal; border: none; }
section#main-content.news ul li a:hover { color: #fff; }
section#main-content.news img.float-right { float:right; margin: 0 12px 20px 40px; }
section#main-content.news img.float-center { float: none; margin: 10px; padding: 0; text-align: center; }

section#main-content table { border: none; padding: 0px; margin: 0 auto 20px auto; width: 600px; }
section#main-content th { background-color: #fff; border: 1px solid #D1ECF9; margin: 0px; text-align: left; padding: 12px; height: 22px; }
section#main-content td { border: 1px solid #D1ECF9; margin: 0px; padding: 12px; vertical-align: top; background-color: #fff; text-align: left; }
section#main-content td h3 { margin: 0 0 10px 0; padding: 0; }
section#main-content td p { margin: 0; padding: 0; }
section#main-content td img { border: none; }


div.testimonial-box { border: 4px solid #efefef; padding: 10px 10px 18px 10px; background-color: #FFFFFF; margin: 20px 40px 20px 40px; }
div.testimonial-box p { line-height: 16px; padding: 0px 0px 0px 30px; font-style:italic; }
div.testimonial-box p.modifier-straight { line-height: 16px; padding: 0; font-style: normal; font-weight:bold; }
div.testimonial-box span.quote-marks { font-family: "Times New Roman", Times, serif; font-size: 48px; color:#CCCCCC; margin: -16px 0px 0px 0px; font-weight:bold; }

div.main-content-footer { background: #D1ECF9 url(../img/content-box-footer.jpg) no-repeat; height: 12px; }

article#main-content-block { float: left; margin: 14px 0px 0px 14px; width: 330px; background: #D1ECF9; }
article#main-content-block:last-child { margin: 14px 0px 0px 22px }
article#main-content-block header { background: #D1ECF9 url(../img/content-block-header.jpg) no-repeat; }
article#main-content-block header h2 { font-size: 16px; color: #006AB6; padding: 6px 12px 4px 12px; margin: 0; }
article#main-content-block h3 { font-size: 14px; color: #000; padding: 6px 12px 4px 12px; margin: 0; }
article#main-content-block p { padding: 6px 12px 4px 12px; margin: 0; }
.testimonial-text p { margin: 0px 12px 12px 12px; font-size: 12px; color: #333; line-height: 16px; font-style:italic; }
article#main-content-block footer { background: #D1ECF9 url(../img/content-block-footer.jpg) no-repeat bottom; color: #006AB6; text-align: right; }
article#main-content-block footer a:link, article#main-content-block footer a:visited { text-decoration: none; font-size: 10px; color: #006AB6; line-height: 22px; margin: 0px 12px 0px 0px; }
article#main-content-block footer a:hover { text-decoration: none; color: #fff; }

aside#sub-content { width: 230px; margin: 0px 14px 0px 0px; float: right; color: #333; }
aside#sub-content ul { list-style: none; margin: 0; padding: 0; }
aside#sub-content ul li { text-align: center; }
aside#sub-content ul li a:link, aside#sub-content ul li a:visited { background: url(../img/sub-content-header-bg.jpg) no-repeat; line-height: 47px; display: block; font-size: 20px; color: #006AB6; font-weight:bold; text-decoration: none; }
aside#sub-content ul li a:hover { color: #fff; }

aside#sub-content a:link, aside#sub-content a:visited { text-decoration: none; color: #006AB6; }
aside#sub-content a:hover { color: #fff; }

div#main-footer-container { background: url(../img/footer-container-bg.jpg) repeat-x; }
footer#main-footer { width: 960px; margin: 0 auto; background: url(../img/footer-bg.jpg) no-repeat; height: 212px; }
footer#main-footer p.footer-address { padding: 138px 0px 0px 0px; color: #fff; font-weight: bold; }
footer#main-footer p.footer-copyright { padding: 16px 0px 0px 0px; color: #fff; font-weight: bold; }

.modifier-floatRight { float:right; }
.modifier-floatLeft { float: left; }

.modifier-alignRight { text-align: right; }
.modifier-alignLeft { text-align: left; } 


/* */
.toggleSystem { width: 230px; padding: 0px; margin: 0px; }

.toggleSystem h2.trigger { background: url(../img/sub-content-header-bg.jpg) no-repeat; line-height: 47px; width: 230px; padding: 0px; margin: 0px; }
h2.trigger a:link, h2.trigger a:visited { color: #006AB6; font-size: 20px; font-weight: bold; text-decoration: none; display: block; padding: 0; text-align: center; }
h2.trigger a:hover { color: #fff; }

.toggle_container { margin: 1px 0px 1px 0px; padding: 0; overflow: hidden; font-size: 12px; width: 100%; clear: both; background: #D1ECF9 url(../img/toggle-top.png) no-repeat top; }
.toggle_container .block { padding: 10px; /*--Padding of Container--*/ background: url(../img/toggle-bottom.png) no-repeat left bottom; /*--Bottom rounded corners--*/ }
.toggle_container .block p { padding: 0px; margin: 0px; }
.toggle_container .block table { }
.toggle_container .block td { padding-top: 6px; padding-bottom: 6px; }

/* ELEMENT STYLE FROM THE OLD WEBSITE */

section#main-content .boxgrid-container { margin: 0; padding: 0px 16px; display: block; }
section#main-content .boxgrid { width: 200px; height: 200px; margin: 10px 10px 0px 0px; padding: 0; float:left; border: solid 2px #006AB6; overflow: hidden; position: relative; }
section#main-content .boxgrid img { position: absolute; top: 0; left: 0; border: 0; margin: 0; }
section#main-content .boxgrid h3 { margin: 10px 10px 0 10px; color:#006AB6; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold; }
section#main-content .boxgrid p { padding: 0 10px; color:#000000; font-weight:bold; font:10pt "Lucida Grande", Arial, sans-serif; }
section#main-content .cover { padding: 0; margin: 0; }


/* ==|== non-semantic helper classes ======================================== */
.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; }
.hidden { display: none !important; 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: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  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: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  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; }
}

