/*
Theme Name: NABSD
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clear {
	clear:both;
	height:1px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 5px -340px 0 0;
	width: 100%;
	padding:0;
	/*box-shadow: 0px 3px 0px #aaaaaa;*/
}
#content {
	margin: 0 270px 0 20px;
}
.single-ai1ec_event #container {
	margin: 5px 0 0 0;
}
.single-ai1ec_event #content {
	margin: 0 0 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 265px;
	margin-top:10px;
	padding:0 0 0 5px;
	border-left:3px double #DEDEDE;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto 20px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.inner {
	padding: 0;
	margin: 0 auto 0;
	width: 1000px;
	position:relative;
}
#main .inner {
	border-bottom: 3px double #aaaaaa;
	padding:20px 0 0;
	margin:5px auto 2px;
	position:relative;
	width:950px;
}
#main .inner .bottom_line {
	position:absolute;
	left:0;
	bottom:0;
	height:4px;
	font-size:1px;
	width:100%;
}
.home #main .inner {
	border-top:3px double #dedede;
}
.home #main .calls_to_actions .inner {
	border:none;
	padding:0 0 40px;
}

.home #main .inner .bottom_line {
	display:none; 
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

#site-generator {
	float: right;
	width: 220px;
}

body,html {
	height:100%;
}
#whole {
	min-height: 100%;
	_height: 100%;
	margin-bottom:-350px;
	
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f4f4f4;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #04284d;
}
a:visited {
	color: #04284d;
}
a:active,
a:hover {
	color: #04284d;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	height:102px;
	background:url(images/top_header_bg.jpg) repeat-x;
	position:relative;
	z-index:20;
	line-height:100%;
}

/* This is logo */
#logo {
	background:url(images/logo.png) no-repeat;
	display:inline-block;
	width:155px;
	height:150px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-77px;
}
#logo_text {
	background:url(images/logo_text.jpg) no-repeat;
	display:inline-block;
	width:360px;
	height:74px;
	margin-left:20px;
}
#logo_text span {
	display:none;
}

.top_menu {
	position:absolute;
	right:25px;
	top:7px;
}
.top_menu li {
	display:inline;
	font-size:11px;
}
.top_menu li:before { 
	content:'\00b7';
	color:#d2d2d2;
	font-size:24px;
	vertical-align:top;
}
.top_menu li:first-child:before { 
	content:'';
}

.top_menu li a {
	display:inline-block;
	color:#d2d2d2;
	padding:0 2px 0 4px;
	text-decoration:none;
}
.top_menu li a:hover {
	text-decoration:underline;
}

.search_top {
	position:absolute;
	right:25px;
	top:38px;
}
.search_top form {
	padding:0;
	border:1px solid #787878;
}
.search_top form input {
	margin:0;
}
.search_top form input[type="text"] {
	width:150px;
	height: 22px;
	line-height:22px;
	padding:0 10px 0 30px;
	background: #fff url(images/search_bg.png) no-repeat 5px 3px;
}
.search_top form input[type="submit"] {
    background: #000e1e;
    border: medium none;
    cursor: pointer;
	width:auto;
    height: 22px;
	padding:0 10px 0;
    vertical-align: middle;
	color:#fff;
	padding-bottom:3px;
}


/* =Branding
-------------------------------------------------------------- */

#branding {
	position:relative;
	z-index:10;
	height:297px;
	background:url(images/banner_bg.png) no-repeat;
	padding:12px 0 0;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 3px 0px #E7C226;
}
#branding .inner {
	position:relative;
	z-index:10;
}
#branding .banner_image {
	width:543px;
	height:309px;
	background:url(images/banner_image_bg.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.orbit-slider-box {
	width:975px;
	height:290px;
	background:url(images/slider_bg.png) no-repeat;
	margin:0 auto 0;
}
.banner-slider-box {
	width:975px;
	height:159px;
	margin:0 auto 0;
}


/* =Slider
-------------------------------------------------------------- */
.orbit-wrapper {
	position:relative;
	z-index:1;
}
.slider_frame {
	position:absolute;
	z-index:2;
	/*left:458px;
	top:9px;
	width:93px;
	height:268px;
	background:url(images/slider_frame.png) no-repeat;*/
	left:25px;
	top:9px;
	background:url(images/slider-overlay2.png) no-repeat;
	width:549px;
	height:267px;
}
#orbit-slider {
	margin:10px;
	padding:0;
	list-style:none;
	position:relative;
	height:200px;
	z-index:200;
}
#orbit-slider .content {
	position:absolute;
	left:3px;
	top:9px;
	width:950px;
	display:none;
}
#banner-slider .content {
	position:absolute;
	left:13px;
	top:0px;
	width:950px;
	display:none;
}
#orbit-slider .content .text {
	position:absolute;
	right:30px;
	bottom:40px;
	width:320px;
	padding:10px 20px 5px;
	font:normal 14px/120% Arial, Helvetica, sans-serif;
}
#orbit-slider .content .text h3 {
	color:#011d3b;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 15px;
}
#orbit-slider .content .read_more {
	background:url(images/read_more_btn.jpg);
	display:inline-block;
	width:315px;
	height:50px;
	position:relative;
	left:-10px;
	line-height:56px;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	color:#032448;
}
.orbit-slider-box ul.orbit-bullets {
    position: absolute;
    right: -40px;
    bottom: -23px;
    z-index: 200;
}
.banner-slider-box ul.orbit-bullets {
    position: absolute;
    right: -40px;
    bottom: -12px;
    z-index: 200;
}
ul.orbit-bullets li {
    background: none repeat scroll 0 0 #0c427c;
    cursor: pointer;
    height: 12px;
	width: 12px;
    list-style: none outside none;
    margin-top: 8px;
    overflow: hidden;
    text-indent: -9999px;
}
ul.orbit-bullets li:hover, ul.orbit-bullets li.active {
    background: none repeat scroll 0 0 #efc61a;
}


/* =Banner
-------------------------------------------------------------- */

#banner {
	position:relative;
	z-index:10;
	height:179px;
	width:100%;
	overflow:hidden;
	background:url(images/banner_bg.png) no-repeat;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 3px 0px #E7C226;
}
#banner .banner_image {
	width:543px;
	height:309px;
	background:url(images/banner_image_bg.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
}
#banner .inner {
	height:179px;
}
#banner .banner_frame {
	width: 980px;
	height: 159px;
	background: url(images/banner_inner_bg.png) no-repeat 50% 0;
	margin: 0;
	position:absolute;
	left:0;
	top:0;
	padding:10px;
	text-align:center;
	z-index:200;
}


/* =Quick Links
-------------------------------------------------------------- */

.quick_links {
	width:950px;
	margin:3px auto 0;
	height:45px;
	text-align:center;
}
.quick_links li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	width:190px;
	line-height:45px;
	position:relative;
	*display:inline;
	*zoom:1;
}
.quick_links li a {
	width:190px;
	height:45px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	background:url(images/quick_links_bg.jpg) no-repeat 50% 0;
	color:#011d3b;
	font:normal 16px/42px Georgia, "Times New Roman", Times, serif;
}
.quick_links li.inactive a {
	background:url(images/quick_links_bg_inact.jpg) no-repeat 50% 0;
}
.quick_links li a em {
	font-size:14px;
}
.quick_links li span.hover_arrow {
	position:absolute;
	z-index:20;
	left:50%;
	margin-left:-10px;
	bottom:-7px;
	width:21px;
	height:14px;
	background-image:url(images/hover_arrows.png);
	display:none;
	background-repeat:no-repeat;
}
.quick_links li:hover span.hover_arrow,
.quick_links li.current_item span.hover_arrow {
	display:inline-block;
}
.quick_links#id666513 li span.hover_arrow {
	background-position:-42px 0;
}
.quick_links#id48100d li span.hover_arrow {
	background-position:-21px 0;
}
.quick_links#idefa83c li span.hover_arrow {
	background-position:-63px 0;
}
.quick_links#id111822 li span.hover_arrow {
	background-position:-84px 0;
}
.quick_links#id111822 li span.hover_arrow {
	background-position:-84px 0;
}
.quick_links#idb79251 li span.hover_arrow {
	background-position:-105px 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	height:27px;
	padding:0 10px 0 5px;
}
#access .menu-header {
	font-size: 13px;
}
#access #menu-left-main-menu {
	float:left;
}
#access #menu-right-main-menu {
	float:right;
}

#access .menu-header ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header > ul {
	position:relative;
}
#access .menu-header li {
	display:inline;
}
#access .menu-header > ul > li > a {
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	line-height: 23px;
	font-size:16px;
	padding: 0 12px;
	overflow:hidden;
}
#access a {
	color: #383838;
	display: inline-block;
	text-decoration: none;
}
#access #menu-left-main-menu a {
	padding: 0 22px;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 26px;
	width: 405px;
	min-height:90px;
	padding:35px 10px 10px!important;
	background:#fff;
	z-index: 10000;
	font-family:Arial, Helvetica, sans-serif;
}
#access ul .sub_descr {
	display:none;
	position:absolute;
	z-index:10100;
	left:10px;
	top:43px;
	color:#3a6b9f;
	font-size:15px;
	text-transform:none;
}
#access ul .nav_thumb {
	display:none;
	position:absolute;
	z-index:10100;
	right:10px;
	top:45px;
	padding:2px;
	border:1px solid #ADADAD;
	box-shadow: 0 0 3px #ADADAD;
}
#access ul#menu-left-main-menu ul {
	right: 0;
}
#access ul#menu-right-main-menu ul {
	left: 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 8px 5px 0 0!important;
	vertical-align:top;
	width: 145px;
	height: auto;
	color:#898989;
	font-size:12px;
}
#access ul ul a:hover {
	color:#000;
}
#access .menu-header > ul > li:hover > a {
	background: #ebebeb url(images/main_menu_hover_bg.png) repeat-x;
}
#access ul li:hover > ul,
#access ul li:hover .sub_descr,
#access ul li:hover .nav_thumb {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	
}


/* =Home Page
-------------------------------------------------------------- */

.calls_to_actions {
	background:url(images/calls_to_actions_bg.png);
	padding:30px 0 0;
}
.calls_to_actions .inner {
	
}
.calls_to_actions .hp_widget {
	float:left;
	width:189px;
	padding:0 0 5px;
	border-bottom:2px solid #ecd676;
	background:#fff;
	border-left:1px solid #c8c8c8;
	text-align:center;
}
.calls_to_actions .hp_widget_content {
	margin:10px 15px 0;
	padding:10px 0 1px;
	border-top:1px solid #c8c8c8;
	text-align:left;
}
.calls_to_actions .hp_widget h2 {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	height:35px;
	padding:10px 10px 5px;
	font-size:15px;
	color:#383838;
}
.calls_to_actions .hp_widget h2 a {
	text-decoration:none;
	color:#383838;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding-bottom:350px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5a5a5a;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	line-height: 18px;
	padding: 6px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
	color:#5A5A5A;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	/*margin: 0 0 48px 0;*/
	border-right: 3px double #DEDEDE;
	padding-right: 48px;
}
.one-column #content .hentry {
	border-right: none;
	padding-right:0;
}
.single-ai1ec_event .hentry {
	border-right:none;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #021224;
	font-size: 26px;
	font-weight: normal;
	font-family:Crimson-Roman;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content h2 {
	color:#313131;
	/*font:bold 11pt Arial, Helvetica, sans-serif!important;*/
	font:normal 18px NewsGot-Med!important;
	margin: 0 0 5px 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 20px;
	color:#bbb;
}
.breadcrumbs a {
	text-decoration:none;
	color:#bbb;
}
.breadcrumbs a:hover {
	color:#444;
}
.breadcrumbs span {
	color:#444;
}


/* =Tabs
-------------------------------------------------------------- */

#container .tabs .tabNavigation {
    margin: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}
#container .tabs .tabNavigation .inner {
	background:#d7d7d7;
	width:auto;
	border:none;
	margin:0;
	padding:0;
}
#container .tabs .tabNavigation li {
    display: inline;
    font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    /*text-align: center;
	zoom: 1;
	*display: inline;*/
}
#container .tabs .tabNavigation li:first-child {
    margin-left: 0;
}
#container .tabs .tabNavigation li a {
    background: #d7d7d7;
    display: inline-block;
    height: 18px;
	min-width:50px;
    padding: 10px 20px 8px;
    text-decoration: none;
	color:#919191;
}
#container .tabs .tabNavigation li a.current,
#container .tabs .tabNavigation li a:hover {
	background:#F4F4F4;
	color:#021224;
	position:relative;
}
#container .tabs .tabNavigation li a.current span,
#container .tabs .tabNavigation li a:hover span {
	position:absolute;
	display:inline-block;
	height:10px;
	left:0;
	bottom:-10px;
	width:100%;
	background:#F4F4F4;
}
#container .tabs div.tab {
	padding:20px 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
#content img {
	box-shadow: 0 0 5px #777;
	border: 2px solid white;
}
.wp-caption {
	line-height: 18px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	text-align: left;
}
.wp-caption img {
	margin: 5px 5px 0;
	box-shadow: 0 0 5px #777;
	border:2px solid #fff;
}
.wp-caption p.wp-caption-text {
	color: #144A81!important;
	font:italic 12px Arial, Helvetica, sans-serif!important;
	margin: 5px!important;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 25%;
	margin-bottom:15px;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
	width:125px;
	height:125px;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget_ai1ec_agenda_widget {
	list-style:none;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

.widget.aside {
	font-family:Arial, Helvetica, sans-serif;
	border-top:3px double #DEDEDE;
	padding:20px 0 0 25px;
}
.widget.aside:first-child {
	border-top:none;
	padding:0 0 0 25px;
}
.widget.aside h4,
.widget.aside .widget-title {
	color:#021224;
	font-size:18px;
	padding:0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

.widget.aside.events ul {
	margin-left:0;
}
.widget.aside.events li {
	list-style:none;
	margin-bottom:18px;
	margin-left:0;
	font-size:12px;
	color:#3e3e3e;
}
.widget.aside.events li p {
	margin:0 0 5px;
}
.widget.aside.events h4,
.widget.aside.events .widget-title {
	color:#093c71;
	padding:0 0 20px;
}
.date_box {
	float:left;
	width:47px;
	height:43px;
	margin:0 10px 0 0;
	text-align:center;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	overflow:hidden;
	color:#fff;
	box-shadow:0 0 5px #777;
	border:1px solid #fff;
background-color: #464646;
background-image: -ms-linear-gradient(bottom,#444,#777 40px);
background-image: -moz-linear-gradient(bottom,#444,#777 40px);
background-image: -o-linear-gradient(bottom,#444,#777 5px);
background-image: -webkit-gradient(linear,left bottom,left top,from(#444),to(#777));
background-image: -webkit-linear-gradient(bottom,#444,#777 40px);
background-image: linear-gradient(bottom,#444,#777 40px);
}
.date_box .month {
	font-size:14px;
	line-height:12px;
	text-transform:uppercase;
	position:relative;
	top:-3px;
}
.date_box a {
	color:#fff;
}
.date_box a:hover {
	text-decoration:none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background:#042a52;
	color:#fff;
	height:350px;
	position:relative;
}
#footer .inner {
	padding:20px 0;
}
#site-info {
	float: left;
	font-size: 14px;
	width: 280px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#site-info a {
	color: #7c91a8;
	text-decoration: none;
}
#menu-footer-service-menu {
	padding:30px 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
#menu-footer-service-menu li {
	list-style:none;
	display:inline;
	font-size:12px;
}
#menu-footer-service-menu li:before { 
	content:'\00b7';
	color:#d2d2d2;
	font-size:24px;
	vertical-align:top;
}
#menu-footer-service-menu li:first-child:before { 
	content:'';
}
#menu-footer-service-menu li a {
	display: inline-block;
	padding: 0 2px 0 4px;
	text-decoration: none;
}
#menu-footer-service-menu li.current-menu-item a {
	color:#fff;
}

#credits {
	font-style: italic;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	font-size: 11px;
	
}
#credits a {
	color: #053e79;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}

.social_box {
	margin:30px 0 0;
}
.facebook,
.facebook2 {
	/*position:absolute;
	left:50%;
	margin-left:-795px;
	top:110px;
	width:475px;*/
	width:200px;
	height:30px;
	padding:5px 10px;
	background:url(images/social_button_bg.jpg) repeat-x;
	font-size:11px;
	/*text-align:right;*/
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 0;
}
.facebook a,
.facebook2 a {
	color:#fff!important;
	text-decoration:none;
	background:url(images/fb_button.jpg) no-repeat;
	display:inline-block;
	padding:0 0 0 40px;
	height:29px;
	line-height:14px;
	text-align:left;
	width:155px;
}
/*.facebook2 {
	top:160px;
}*/

#site-menu {
	float:left;
}
#menu-footer-menu > li {
	padding:0;
	margin:0;
	float:left;
	width:140px;
	list-style:none;
	padding:0 0 10px;
	margin:0;
}
#menu-footer-menu li a {
	color: #7c91a8;
	text-decoration:none;
}
#menu-footer-menu li a:hover {
	text-decoration:underline;
}
#menu-footer-menu > li > a {
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	display:inline-block;
	padding:0 0 20px;
}
#menu-footer-menu li li {
	color: #7c91a8;
	list-style:disc;
	font-family:Arial, Helvetica, sans-serif;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 100%;
}
code {
	-webkit-text-size-adjust: 100%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 100%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* =THUMBNAIL HOVERPOPUPS
-------------------------------------------------------------- */

.thumbnail  {
	position: relative;
	float: left;
	padding: 5px;
	/*z-index: 0;*/
}

.thumbnail:hover {
	background-color: #e9e9e2;
	/*z-index: 50;*/
	color: #335500;
	text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #e5e5e5;
	padding: 5px;
	/*left: -1000px;*/
	border: 1px solid #666;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0px; 
	/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible; 
	width: 200px;
	top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	right: 300px;/*position where enlarged image should offset horizontally */
}
	
/* = Gray Lightbox
-------------------------------------------------------------- */
.grayBox{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	z-index: 1001;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=100);
	color: #f4f4f4;
} 
.box_content {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 70%;
	height: 80%;
	z-index: 1002;
	overflow: auto;
} 
.bigbox_content {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 90%;
	height: 80%;
	z-index: 1002;
	overflow: auto;
} 
.ai1ec-pagination.ai1ec-btn-group {
    padding-bottom: 10px;
}