/* 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: #0070AF; color: #fff; text-shadow: none; }
::selection { background: #0070AF; 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: Jimmy Heazlewood, Ionata Digital 2011
   ========================================================================== */

   
/* Main fallbacks */
body {
	background: #A7AEB4 url(../img/background.png) repeat-x scroll 0 0;
	color: #878787;
	font-family: Lucida sans, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

/* Internal Styles */
#container {
	width: 960px;
	margin: 0 auto;
}

/* header */
header {
	width: 960px;
	height: 150px;
}
header h1 a {
	float: left;
	text-indent: -100000px;
	width: 367px;
	height: 70px;
	background: transparent url(../img/logo.png) no-repeat 0 0;
	display: block;
	margin: 45px 0 0 0;
}

/* primary level nav */
nav ul {
	float: left;
	display: block;
	width: 960px;
	position: relative;
	z-index: 1000;
}
nav ul li {
	float: left;
	display: block;
}
nav ul li a,
nav ul li a:visited {
	background: transparent none;
	color: white;
	font-family: Georgia, Times, serif;
	padding: 8px 8px 7px 8px;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: 20px;
}
nav ul li.current_page_item a,
nav ul li a:hover,
nav ul li.has_child a:hover {
	background: #E6E6E6 none no-repeat right 11px;
	color: #375772;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
}
nav ul li.has_child a {
	background: transparent url(../img/nav_arrow.png) no-repeat right 11px;
	padding-right: 21px;
	margin-right: 5px;
}	
nav ul li.has_child a:hover,
nav ul li.current_page_item.has_child a {
	background: #E6E6E6 url(../img/nav_arrow_active.png) no-repeat right 11px;
}

/* second level nav */
nav ul li ul {
	display: none;
	width: 123px;
	position: absolute;
	top: 35px;
}
nav ul li ul li {
	width: 123px;
}
nav ul li.has_child ul li a,
nav ul li.current_page_item.has_child ul li a,
nav ul li ul li a {
	background: #F9F9F9 none;
	color: #375772;
	font-style: normal;
	padding: 1px 5px 1px 5px;
	margin: 0;
	border-bottom: 1px solid white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
nav ul li.current_page_item ul li a,
nav ul li.has_child ul li a:hover,
nav ul li.current_page_item.has_child ul li a:hover
nav ul li ul li a:hover {
	background: #45627A none no-repeat scroll 0 0;
	color: white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* Banner slideshows -- Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden;}
li.bjqs-slide{position:absolute;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:99;}
ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:99;}
ol.bjqs-markers li{float:left;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ol.bjqs-markers {
	right: 0px;
	bottom: 7px;
	position: absolute;
}
ol.bjqs-markers li {
	float: left;
}
ol.bjqs-markers li a {
	width: 10px;
	height: 10px;
	background-color: #EDEDED; 
	text-indent: -100000px;
	display: block;
	margin: 0 7px 0 0;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ol.bjqs-markers li.active-marker a {
	background-color: #BDC8D1;
}
p.bjqs-caption {
	display:none;
}

/* Main content */
#slider {
	overflow: hidden;
	width: 960px;
	height: 390px;
	margin: 0 0 10px 0;
	position: relative;
}

.content {
	margin: 0 0 30px 0;
}
.home_column {
	width: 475px;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.home_column.right {
	margin-right: 0;
}
.content {
	overflow: hidden;
}
.home_column.left {
	color: white;
	font-family: Georgia, Times, serif;
}
.home_column h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
#home_page_content img {
	border: 9px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home_page_content h2 {
	color: white;
}
#home_page_content h3 {
	color: white;
}
#home_page_content h4 {
	color: white;
}

/* main pages with side bar  */
#default_page_content {
	background: white none;
}
#default_page_content .column_left {
	width: 671px;
	float: left;
	display: inline;
	overflow: hidden;
	border-right: 1px dashed #D8D8D8;
}
#default_page_content .column_left_inner {
	padding: 20px 30px 30px 20px;
}
#default_page_content .column_left_inner.line {
	border-bottom: 1px dashed #B2B2B2;
	margin: 0 20px;
}	
#default_page_content .column_right {
	width: 286px;
	float: left;
	display: inline;
	overflow: hidden;
}
#default_page_content .column_right_inner {
	padding: 20px 15px 30px 15px;
}
#default_page_content .column_full_inner {
	padding: 0 30px 30px 15px;
}
#page_banner {
	padding: 15px 15px 0 15px;
}
#page_banner p {
	padding: 5px;
	text-align: right;
	font-size: 12px;
	margin: 0;
}
#search input.text {
	background: #F2F2F2 none;
	border: 1px solid #B2B2B2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 20px;
	width: 244px;
	padding: 5px;
	margin: 0 0 5px 0;
}
#search input.submit {
	background: #F2F2F2 none;
	border: 1px solid #B2B2B2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	width: 60px;
	float: right;
	color: #0D2844;
	font-family: Georgia, Times, serif;
	font-style: italic;
	padding: 4px;
}
#search input.submit:hover {
	background: #EBEBEB none;
	border: 1px solid #666666;
}

.side_blog_article {
	padding: 0;
}
.side_blog_article a {
	color: #375772;
	text-decoration: none;
}
.side_blog_article a:hover {
	text-decoration: underline;
}
.sidebar_section {
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
}
.tag_cloud {
	text-align: center;
}
.tag_cloud a {
	text-decoration: none;
	color: #999999;
}
.tag_cloud a.blue {
	color: #375772;
}
.tag_cloud a.dark {
	color: #666666;
}
.tag_cloud a:hover {
	text-decoration: underline;
}	

/* tab box on home page */
.multi_tab_box .tabs {
	display: block;
	width: 420px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style; none;
}
.multi_tab_box .tabs li {
	float: left;
	display: block;
}
.multi_tab_box .tabs li span {
	background: #375772 none;
	color: white;
	font-family: Georgia, Times, serif;
	padding: 7px 10px 5px 10px;
	margin: 0 7px 0 0;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
	display: block;
	height: 20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
}
.multi_tab_box .tabs li.active span,
.multi_tab_box .tabs li span:hover {
	background: white none no-repeat right 11px;
	color: #375772;
	cursor: pointer;
}
.tab_box_image {
	width: 460px;
	height: auto;
}
#home_page_content .tab_box_section_container {
	color: #375772;
	background: white;
}
#home_page_content .tab_box_section_container h2 {
	color: #375772;
}
#home_page_content .tab_box_section_container img {
	border: medium none;
	padding: 7px;
}
#home_page_content .tab_box_selection_inner_top {
	padding: 15px;
}
.home_column_bottom_right_link {
	padding: 15px 15px 20px 15px;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	text-align: right;
	font-style: italic;	
	margin: 0;
}

/* global text modifiers for content */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	background: #F2F2F2 none;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 10px 0
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
    line-height:17px;
    margin:0;
	color: #808080;
    padding:7px 7px 0 7px;
}

/* Footer */
footer {
	border-top: 1px solid #999999;
	overflow: hidden;
}
#footer_top {
	border-top: 1px solid #CCD0D3;
	background: #F2F2F2;
	overflow: hidden;
	padding: 12px 0;
}
#footer_bottom {
	border-top: 1px solid #94A4B2;
	background: #375772;
	overflow: hidden;
	color: white;
	font-size: 12px;
	padding-top: 18px;
}
#footer_bottom a {
	color: white;
	text-decoration: none;
}
#footer_bottom a:hover {
	color: white;
	text-decoration: underline;
}
.footer_container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_top_logo_container {
	float: left;
}
.footer_bottom_right {
	width: 180px;
	float: right;
	text-align: right;
}
.footer_bottom_left {
	width: 550px;
	float: left;
}
.footer_top_left {
	float: left;
	display: block;
	overflow: hidden;
}
.footer_top_left h4 {
	margin: 0 0 40px 0;
}
.footer_top_right {
	float: right;
	overflow: hidden;
	padding-top: 9px;
}
.footer_top_right p {
	float: left;
	text-align: right;
	padding: 42px 20px 0 35px;
	font: italic lighter 16px/18px Georgia, serif;
}
.footer_top_right p a {
	text-decoration: none;
}
.footer_logo {
	display: block;
	float: left;
	margin-left: 5px;
}

.footer_bottom .footer_container ul.menu li {
	float: left;
	display: inline;
	margin: 20px;
	padding: 20px;
}




/* ==|== 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; }
}
