/*
Theme Name: NASBE
Theme URI: http://nasbe.org
Author: Collision Labs
Author URI: http://collisionlabs.com
Version: 1.0
Description: Custom Theme for NASBE
*/

/* =============================================================================
   HTML5 element display
   ========================================================================== */

/*
 * Add display for block-level HTML5 elements
 * Addresses display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Add display for embedded HTML5 elements
 * Addresses display not defined in IE6/7/8/9 & FF3
 */

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Add font size
 *    Addresses text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Add vertical scrollbar
 *    Keeps page centred in all browsers regardless of content height
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Remove iOS text size adjust without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/*
 * Remove margin
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/*
 * Define base font-family
 * Addresses font-family inconsistency between <textarea> and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * 1. Remove border
 *    Improves readability when inside <a> element in all browsers
 * 2. Allow high quality bicubic image resampling
 *    Improves readability when scaled in IE7
 *    Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

/*
 * Define outline as thin dotted
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Remove outline
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Add bottom border
 * Fixes styling not present in IE7/8/9 S5 Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Add bold font weight
 * Fixes style set to 'bolder' in FF3/4 S4/5 Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Add italic font style
 * Fixes styling not present in S5 Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Add yellow background and black text
 * Fixes styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Redeclare monospace font family
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 * 1. Fixes font family set oddly in S5 Chrome
 * 2. Fixes monospace font family set oddly in IE6
 */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    _font-family: 'courier new', monospace; /* 2 */
    font-size: 1em;
}

/*
 * Add line wrapping
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Remove quotes
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Define font-size
 */

small {
    font-size: 75%;
}

/*
 * Position subscript and superscript content without affecting line-height
 * Fixes alignment within multi-line text displayed oddly in all browsers
 * gist.github.com/413930
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Remove margin
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Remove margin
 * Fixes styling in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * Add negative left margin
 * Fixes alignment displayed oddly in IE6/7
 */

legend {
    *margin-left: -7px;
}

/*
 * 1. Define font-size as equal to ancestor's
 * 2. Remove margin
 *    Fixes different margins set in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Define line-height as normal
 *    Addresses FF3/4 setting it using !important in the UA stylesheet
 * 2. Make overflow visible
 *    Fixes spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * 1. Display hand cursor for clickable form elements
 *    Improves usability and consistency of cursor style between image-type <input> and others
 * 2. Define appearance for clickable form elements
 *    Fixes inability to style clickable <input> types in iOS
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * Define box sizing
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
 * Define box sizing and appearance
 * Addresses box sizing set to border-box in S5 Chrome (include -moz to future-proof)
 * Addresses appearance set to searchfield in S5 Chrome
 */

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*
 * Remove WebKit search decoration
 * Addresses inner padding displaying oddly in S5 Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border
 * Fixes appearance displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar
 *    Fixes scrollbar displayed oddly in IE6/7/8/9
 * 2. Add top vertical alignment
 *    Improves readability and aligment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 * Consistent vertical and horizontal alignment in all browsers
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
}




/* REAL */

/*ELEMENTS*/

html, body {
	height: 100%;
	margin: 0;
}

p:first-child {
	margin-top: 0em;
}

.frame {
	display: table;
	height: 100%;
	width: 100%;
}

.row {
	display: table-row;

}

.row.expand {
	height: 100%
}

#pushWrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
}


@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 16px;
	color: #333;
	line-height: 150%;
	min-width: 1020px;
}




h1 {
	font-size: 45px;
	font-weight: normal;
	color: #666666;
}

h2 {
	height: 68px;
	line-height: 68px;
	color: #fff;
	padding-left: 20px;
	font-weight: normal;
	font-size: 35px;
}


h3 {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	background-color: #666;
	background-image: url('images/header_gradient.png');
	background-position: center right;
	background-repeat: repeat-y;
	border: 4px solid #666;
	border-right: 0;
	border-left: 0;
	padding: 3px 20px 3px 20px;
	margin: 0;
}

h4 {
	font-size: 21px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #666;
}

h5 {
	margin: 0;
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	color: #fff;
	font-size: 18px;
	margin: 35px 0px 35px 0px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-image: url('images/icon_sprite.png');
	background-repeat: no-repeat;
	height: 19px;
	line-height: 19px;
}

h6 {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	color: #fff;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	padding-left: 34px;
	line-height: 23px;
	height: 23px;
	background-image: url('images/icon_sprite.png');
	background-repeat: no-repeat;
	font-weight: normal;
}





.body-blue h1, h4 {
	color: #348299;
}

.body-green h1, h4 {
	color: #5A7224;
}

.body-red h1, h4 {
	color: #993334;
}

.body-blue h3 {
	background-color: #348299;
	border-color: #348299;
}

.body-green h3 {
	background-color: #5A7224;
	border-color: #5A7224;
}

.body-red h3 {
	background-color: #993334;
	border-color: #993334;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #597124;
}

	.body-blue a {
		color: #348299;
	}

	.body-green a {
		color: #5A7224;
	}

	.body-red a {
		color: #993334;
	}

	a:hover {
		color: #3A4A17;
	}

	.body-blue a:hover {
		color: #215363;
	}

	.body-green a:hover {
		color: #3A4A17;
	}

	.body-red a:hover {
		color: #632121;
	}

/*IDS*/

#header {
	background-image: url('images/bg_header.png');
	height: 101px;
	background-position: top center;
}

	#logo, #logoPrint {
		padding-top: 25px;
	}

		#logoPrint {
			display: none;
		}

	#search {
		margin-top: 3px;
	}

		#search input[type=text] {
			background-image: url('images/search_input.png');
			background-repeat: no-repeat;
			border: 0;
			outline: 0;
			background-color: transparent;
			padding: 10px 30px 10px 30px;
			color: rgba(255,255,255,0.5);
			font-family: 'Georgia', 'Times New Roman', serif;
			font-size: 13px;
			line-height: 18px;
			height: 18px;
			width: 131px;
		}

		#search input[type=submit] {
			background-image: url('images/search_button.png');
			background-repeat: no-repeat;
			border: 0;
			outline: 0;
			background-color: transparent;
			width: 54px;
			height: 38px;
			vertical-align: top;
			margin-left: 1px;
		}

	#topLinks {
		margin-top: 20px;
	}

		#topLinks a, #topLinks a:visited, #topLinks a:active {
			font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
			text-decoration: none;
			color: #AFBB93;
			font-size: 14px;
			padding: 6px;
		}

			#topLinks a:hover {
				color: #fff;
			}

#nav {
	background: url('images/nav_border.png') bottom left no-repeat,
				url('images/nav_border.png') bottom right no-repeat;
	margin-top: 20px;
	height: 47px;
}

	#nav a {
		padding: 17px;
		line-height: 13px;
		height: 13px;
		display: inline-block;
	}

	#nav .item{
		float: left;
		position: relative;
	}

		#nav .item:hover a, #nav .active {
			background-image: url('images/nav_hover.png');
			background-repeat: repeat-x;
			background-position: bottom center;
		}

			#nav .item:hover .dropNav a {
				background-image: none;
			}

		.dropNav {
			overflow: hidden;
			position: absolute;
			top: 47px;
			margin: 0;
			padding: 0;
			border: 1px solid #e5e5e5;
			background-color: #fff;
			behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			border-radius: 0px 0px 5px 5px;
			display: none;
			z-index: 999;
		}

			#nav .dropNav li {
				padding: 10px 12px;
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				text-transform: uppercase;
				font-size: 13px;
				line-height: 15px;
				font-weight: bold;
			}

				#nav .dropNav li:last-child {
					border-radius: 0px 0px 5px 5px;
					behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
				}



				#nav .dropNav li a {
					display: inline;
					padding: 0;
				}

				#nav .dropNav li:hover {
					cursor: pointer;
				}

		#navWork .dropNav {
			width: 131px;
		}

			#navWork li a {
				color: #338199;
			}

			#navWork li:hover{
				background-color: #338199;
			}

			#nav .dropNav li:hover a, #nav .dropNav li a:hover {
				color: #fff;
				background-image: none!important;
			}

		#navResources .dropNav {
			width: 128px;
		}

			#navResources li{
			 color: #5A7224;
			}

			#navResources li:hover {
				background-color: #5A7224;
				color: #fff;
			}

		#navNews .dropNav {
			width: 150px;
		}

			#navNews li a {
				color: #993334;
			}

			#navNews li:hover {
				background-color: #993334;
			}

		#navAbout .dropNav {
			width: 119px;
		}

			#navAbout li a {
				color: #666;
			}

			#navAbout li:hover {
				background-color: #666;
			}






#pageHeader {
	border: 1px solid #e5e5e5;
	padding: 10px 20px 30px 20px;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	min-height: 160px;
	height: 160px;
	overflow: hidden;
}

	#pageContent {
		font-size: 18px;
	}

#mc_mv_EMAIL, #mc_signup_submit {
	background-color: #ededed;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
	margin-top: 10px;
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	padding: 7px 10px 7px 10px;
	font-size: 18px;
	outline: 0;
	border: 1px solid #fff;
	color: #993334;
	behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
}

.mc_custom_border_hdr {
	font-size: 13px!important;
}

.mc_merge_var {
	width: 206px;
	float: left;
}

.mc_signup_submit{
	float: left;
}

.mc_var_label {
	display: none;
}

#mc_mv_EMAIL {
	border-radius: 13px 0px 0px 13px;
	border-right: 1px solid white;
	behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
	width: 204px;
	margin-top: -4px;
}
	#mc_mv_EMAIL::-webkit-input-placeholder {
		color: #993334;
	}

	#mv_mv_EMAIL:-moz-input-placeholder {
		color: #993334;
	}

#mc_signup_submit {
	background-image: url('images/arrow_red.png');
	background-position: center right;
	border-radius: 0px 13px 13px 0px;
	width: 45px;
	height: 38px;
	background-repeat: no-repeat;
	padding-left: 50px;
	behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
}

	#mc_signup_submit:hover {
		background-image: url('images/arrow_red_hover.png');
		background-color: #eaeaea;

	}

#navBox {
	border: 1px solid #e5e5e5;
	border-top: 0px;
	border-bottom: 0px;
}

	#navBox div {
		border: 1px solid #e5e5e5;
		border-top: 0px;
		border-right: 0;
		border-left: 0;
		padding: 15px 20px;
		background-image: url('images/arrow_grey.png');
		background-repeat: no-repeat;
		background-position: center right;
	}

		#navBox div:hover {
			background: url('images/nav_hover.png') bottom center repeat-x,
						url('images/arrow_grey_hover.png') center right no-repeat;
			-pie-background: url('images/nav_hover.png') bottom center repeat-x,
						url('images/arrow_grey_hover.png') center right no-repeat;
			behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
		}

		#navBoxWork {
			background-image: url('images/arrow_blue.png')!important;
		}

			#navBoxWork:hover {
				background: url('images/nav_hover.png') bottom center repeat-x,
							url('images/arrow_blue_hover.png') center right no-repeat!important;
				-pie-background: url('images/nav_hover.png') bottom center repeat-x,
							url('images/arrow_blue_hover.png') center right no-repeat!important;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

		#navBoxResources {
			background-image: url('images/arrow_green.png')!important;
		}

			#navBoxResources:hover {
				background: url('images/nav_hover.png') bottom center repeat-x,
							url('images/arrow_green_hover.png') center right no-repeat!important;
				-pie-background: url('images/nav_hover.png') bottom center repeat-x,
							url('images/arrow_green_hover.png') center right no-repeat!important;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

		#navBoxNews {
			background-image: url('images/arrow_red.png')!important;
		}

			#navBoxNews:hover {
				background: url('images/nav_hover.png') bottom center repeat-x,
							url('images/arrow_red_hover.png') center right no-repeat!important;
				-pie-background: url('images/nav_hover.png') bottom center repeat-x,
							url('images/arrow_red_hover.png') center right no-repeat!important;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

#fullPageHeader{
	height: 127px;
	padding-top: 73px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
	width: 978px;
}

	#subNav .subNavItem {
		list-style-type: none;
		border: 1px solid #e5e5e5;
		border-top: 0;
		margin: 0;
		padding: 15px 35px 15px 20px;
		text-transform: uppercase;
		font-size: 18px;
	}

		#subNav .active .subNavItem {
			padding-left: 15px;
			padding-right: 40px;
		}

		.body-blue #subNav .active {
			border-left: 5px solid #348299;
		}

		.body-green #subNav .active {
			border-left: 5px solid #5a7224;
		}

		.body-grey #subNav .active {
			border-left: 5px solid #666;
		}

		.body-red #subNav .active {
			border-left: 5px solid #993334;
		}

			#subNav .active .subNavItem {
				border-left: 0px;
			}

		.body-blue #subNav a .subNavItem {
			background-image: url('images/arrow_blue.png');
			background-repeat: no-repeat;
			background-position: center right;
		}

		.body-green #subNav a .subNavItem {
			background-image: url('images/arrow_green.png');
			background-repeat: no-repeat;
			background-position: center right;
		}

		.body-grey #subNav a .subNavItem {
			background-image: url('images/arrow_grey.png');
			background-repeat: no-repeat;
			background-position: center right;
		}

		.body-red  #subNav a .subNavItem {
			background-image: url('images/arrow_red.png');
			background-repeat: no-repeat;
			background-position: center right;
		}

			.body-blue #subNav a:hover .subNavItem {
				background-image: url('images/arrow_blue_hover.png');
			}

			.body-green #subNav a:hover .subNavItem {
				background-image: url('images/arrow_green_hover.png');
			}

			.body-grey #subNav a:hover .subNavItem {
				background-image: url('images/arrow_grey_hover.png');
			}

			.body-red #subNav a:hover .subNavItem {
				background-image: url('images/arrow_red_hover.png');
			}

			.body-blue #subNav a:hover .active {
				border-color: #215363;
			}

			.body-green #subNav a:hover .active {
				border-color: #3A4A17;
			}

			.body-grey #subNav a:hover .active {
				border-color: #424242;
			}

			.body-red #subNav a:hover .active {
				border-color: #632121;
			}

			.body-grey #subNav a {
				color: #666;
			}

			.body-grey #subNav a:hover {
				color: #424242;
			}
#contactInfo {
	font-size: 16px;
}

	#contactInfo a {
		color: #666;
	}

		#contactInfo a:hover {
			color: #424242;
		}

		.contactHeading {
			font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
			color: #5A7224;
		}

		#contactFrm {
			padding: 20px 40px;
		}
			#databaseFrm {
				padding: 0 20px;
			}

			#contactFrm label, .ngss-form label, #databaseFrm label {
				background-color: #ededed;
				border-radius: 13px 0px 0px 13px;
				box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				padding: 7px 10px 7px 10px;
				font-size: 18px;
				border: 1px solid #fff;
				width: 100px;
				color: #666;
				margin-bottom: 20px;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

				#databaseFrm label {
					width: 140px;
				}

				#contactFrm label#contactMessageLabel,
				.ngss-form label#contactMessageLabel {
					height: 202px;
				}

				#contactFrm label#contactZipLabel, label#contact_personal_zipLabel, label#contact_business_zipLabel,
				.ngss-form label#contactZipLabel {
					width: 30px;
				}



			#contactFrm .medium, #databaseFrm .medium, .ngss-form .medium {
				width: 200px;
				margin-right: 20px;
			}

			#contactFrm input, #databaseFrm input, .ngss-form input {
				background-color: #ededed;
				border-radius: 0px 13px 13px 0px;
				box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				padding: 8px 10px;
				font-size: 18px;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
				border: 1px solid #fff;
				width: 374px;
				color: #666;
				margin-bottom: 20px;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

				#contactFrm input#contactZip, input#contact_personal_zip, input#contact_business_zip, .ngss-form input#contactZip {
					width: 80px;
				}

				#databaseFrm input[type="radio"], #databaseFrm input[type="checkbox"]{
					width: auto;
					margin-right: 10px;
					margin-left: 10px;
				}

			#contactFrm select, #databaseFrm select, .ngss-form select {
				width: 340px!important;
				margin-bottom: 20px;
			}


			#contactFrm textarea, .ngss-form textarea {
				background-color: #ededed;
				border-radius: 0px 13px 13px 0px;
				box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				padding: 8px 10px;
				font-size: 18px;
				border: 1px solid #fff;
				width: 374px;
				color: #666;
				height: 200px;
				resize: none;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

				#contactFrm input:focus, #contactFrm textarea:focus, #databaseFrm input:focus, .ngss-form textarea:focus, .ngss-form input:focus {
					outline: 0;
					border: 3px solid #fff;
					padding: 6px 8px;
				}

			#submitContactFrm, .ngss-form input[type=submit], .ngss-unit-form input[type=submit] {
				background-color: #5A7224;
				background-image: url('images/arrow_white_regular.png');
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				font-size: 16px;
				cursor: pointer;
				background-position: center right;
				background-repeat: no-repeat;
				width: auto;
				border: 0;
				border-radius: 10px;
				padding: 7px 48px 7px 20px;
				box-shadow: none;
				color: #fff;
				text-transform: uppercase;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

				#submitContactFrm:active, .ngss-form input[type=submit]:active, .ngss-unit-form input[type=submit]:active {
					background-color: #3A4A17;
				}

		.ngss-unit-form label {
			font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
			font-size: 18px;
			color: #666;
		}

		.ngss-unit-form input[type=text], .ngss-unit-form textarea {
			background-color: #ededed;
			border-radius: 13px 13px 13px 13px;
			box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
			font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
			padding: 8px 10px;
			font-size: 18px;
			border: 1px solid #fff;
			width: 556px;
			color: #666;
			behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
		}
		.ngss-unit-form textarea  {
			height: 75px;
		}

#modal {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}

	#closeModal {
		background-image: url('images/close_button.png');
		background-repeat: no-repeat;
		width: 22px;
		height: 22px;
		background-position: center center;
		position: fixed;
		top: 50%;
		margin-top: -331px;
		left: 50%;
		margin-left: 309px;
		cursor: pointer;
	}

	#emailToFriend {
		width: 640px;
		height: auto;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -320px;
		margin-top: -320px;
		background-color: #fff;
		box-shadow: 0px 2px 20px #212121;
	}

		#emailToFriendForm {
			padding: 30px 60px;
			border: 1px solid #e5e5e5;
			border-top: 0;
			border-bottom: 0;
		}

			#emailToFriendForm label {
				background-color: #ededed;
				border-radius: 13px 0px 0px 13px;
				box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				padding: 7px 10px 7px 10px;
				font-size: 18px;
				border: 1px solid #fff;
				width: 100px;
				color: #666;
				margin-bottom: 20px;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

				#emailToFriendForm label.textareaLabel {
					height: 202px;
				}

			#emailToFriendForm input {
				background-color: #ededed;
				border-radius: 0px 13px 13px 0px;
				box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				padding: 8px 10px;
				font-size: 18px;
				border: 1px solid #fff;
				width: 374px;
				color: #666;
				margin-bottom: 20px;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

			#emailToFriendForm textarea {
				background-color: #ededed;
				border-radius: 0px 13px  13px 0px;
				box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				padding: 8px 10px;
				font-size: 18px;
				border: 1px solid #fff;
				width: 374px;
				color: #666;
				height: 200px;
				resize: none;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

				#emailToFriendForm input:focus, #emailToFriendForm textarea:focus {
					outline: 0;
					border: 3px solid #fff;
					padding: 6px 8px;
				}

			#submitEmailToFriend {
				background-color: #5A7224;
				background-image: url('images/arrow_white_regular.png');
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				cursor: pointer;
				background-position: center right;
				background-repeat: no-repeat;
				width: auto;
				border: 0;
				border-radius: 10px;
				padding: 7px 48px 7px 20px;
				box-shadow: none;
				color: #fff;
				text-transform: uppercase;
				behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
			}

				#submitEmailToFriend:active {
					background-color: #3A4A17;
				}



#subpageContent {
	background-color: #EDEDED;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
	padding: 10px 30px;
	background-image: url('images/textbox_gradient.png');
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 17px;
	line-height: 150%;
}

	#subpageContent p {
		margin-top: 1em;
		margin-bottom: 1em;
	}


#prevnextLinks {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 100px;
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}

#footer {
	background-image: url('images/bg_footer.png');
	padding-top: 20px;
	color: #fff;
	padding-bottom: 20px;
}

#footerNGSS {
	background: url('images/footer_infogradient.png') top center no-repeat;
	text-align : center ;
	min-width : 770px ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
	}

	.footerNGSS {
		width : 770px ;
		text-align : center ;
		margin-left : auto ;
		margin-right : auto ;
		position : relative ;
	}

	#footerHeadings {
		background: url('images/footer_infogradient.png') top center no-repeat;
	}

	#footerContent {
		margin-top: 20px;
		margin-bottom: 20px;
	}

			#twitter {
				background-position: 0 -175px;
			}

			#facebook {
				background-position: 0 -100px;
			}

			#linkedin {
				background-position: 0 -150px;
			}

			#googleplus {
				background-position: 0 -125px;
			}

			#youtube {
				background-position: 0 -200px;
			}

			#contactAddress {
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				color: #fff;
				font-size: 14px;
				width: 165px;
			}

			#contactPhone {
				width: 120px;
			}

				#phone {
					background-position: 0 -75px;
					padding-left: 29px;
					line-height: 19px;
					height: 19px;
				}

				#fax {
					background-position: 0 -50px;
					padding-left: 29px;
					line-height: 19px;
					height: 19px;
				}

				#telephone {
					background-position: 0 -225px;
					padding-left: 29px;
					line-height: 19px;
					height: 19px;
				}

			#copyright {
				font-size: 13px;
				color: #B3BE9A;
				text-align: center;
				padding: 20px;
				background-image: url('images/footer_copygradient.png');
				background-position: top center;
				background-repeat: no-repeat;
			}



/*CLASSES*/

.child {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

	.body-grey .child a {
		color: #666;
	}

		.body-grey .child a:hover {
			color: #424242;
		}

	.grandkids {
		font-family: 'Georgia', 'Times New Roman', serif;
		font-size: 16px;
		text-transform: none;
		font-weight: normal;
		margin: 5px 10px 20px 5px;
		padding-left: 20px;
	}

		.grankids li {
			margin: 0 0 0 -10px;
			padding: 0;
			list-style-position: inside;
		}

.excerpt-list.fleft {
	width: 320px;
}

.excerpt-list.fright {
	width: 250px;
}

	.excerpt-list ul {
		margin: 0;
		padding: 0;
		font-weight: bold;
	}

		.excerpt-list li {
			margin: 0 0 0 -10px;
			padding: 0;
			list-style-position: inside;
		}

.excerpt-iconImg {
	width: 65px;
	min-height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.excerpt-iconText {
	width: 510px;
}

.postBox {
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
	font-size: 13px;
}

	.postBoxTitle {
		font-size: 25px;
		margin-bottom: 20px;
		line-height: 150%;
	}

		.body-blue .postBoxTitle {
			color: #348299;
		}

		.body-red .postBoxTitle {
			color: #993334;
		}

		.body-grey .postBoxTitle, .body-grey .postBoxTitle a {
			color: #666;
		}

		.body-green .postBoxTitle {
			color: #5A7224;
		}

			.body-grey .postBoxTitle a:hover {
				color: #424242;
			}

		.postBox a {
			text-decoration: underline;
		}

			.postBoxTitle a {
				text-decoration: none;
			}

			.abutton {
				text-decoration: none!important;
			}

		.subtitle {
			font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
			color: #999;
			font-size: 14px;
			text-transform: uppercase;
			margin-bottom: 15px;
		}

.pager a {
	width: 13px;
	height: 13px!important;
	padding: 13px 0px 0px 13px;
	margin-right: 13px;
	font-size: 0px;
	color: transparent;
	line-height: 0px;
	overflow: hidden;
	background-image: url('images/pager.png');
	background-position: 0 0;
}

	.pager a:hover{
		background-position: 0px -50px;
		color: transparent!important;
	}

	.pager a.activeSlide {
		background-position: 0px -25px;
	}

.prev, .next {
	width: 17px;
	height: 21px;
	cursor: pointer;
	background-image: url('images/prev_next.png');
	margin-top: 20px;
}

	.prev {
		background-position: 0px -21px;
	}

		.prev:hover {
			background-position: 0 -63px;
		}

		.next:hover {
			background-position: 0 -42px;
		}

.attachment-slider-img {
	float: left;
	width: 189px;
	height: 114px;
	border: 3px solid #e5e5e5;
	margin-right: 20px;
}

.slider{
	width: 600px;
}

.sliderContent {
	float: left;
	width: 375px;
}

	.sliderContent a.content{
		font-weight: bold;
		text-decoration: underline;
	}

.attachment-sidebar-img {
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
}

.blue, .blue:visited {
	color: #348299!important
}

.green, .green:visited {
	color: #5a7224!important;
}

.red, .red:visited {
	color: #993334!important;
}

	a.blue:hover {
		color: #215363!important;
	}

	a.green:hover {
		color: #3A4A17!important;
	}

	a.red:hover {
		color: #632121!important;
	}

.blueBg{
	background-color: #348299;
	border-color: #348299;
}

.greenBg {
	background-color: #5a7224;
	border-color: #5a7224;
}

.redBg {
	background-color: #993334!important;
	border-color: #993334!important;
}

.connect {
	width: 100px;
	margin-right: 60px;
}

	.connect h5 {
		background-position: 0 0;
		padding-left: 31px;
	}

.twitterTalk {
	width: 300px;
	margin-right: 100px;
}
	.twitterTalk .twitterwidget-title {
		display: none;
	}

	.twitterTalk ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.twitterTalk ul li {
		margin-bottom: 15px;
	}

	.twitterTalk h5 {
		background-position: 0 -250px;
		padding-left: 32px;
	}

	.twitterTalk a {
		color: #AFBB93;
		text-decoration: none;
		font-weight:bold;
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	}
	.twitterTalk a:hover {
		color: #fff;
	}

	.twitterTalk .from-meta {
		display: none;
	}

	.twitterTalk .entry-meta,
	.twitterTalk .entry-content {
		display: block;
	}

	/*.twitDate {
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}

	.twitText {
		font-size: 13px;
		margin-bottom: 15px;
	}

		.twitText a {

		}

			.twitText a:hover {
				color: #fff;
			}*/



.contactNasbe {
	width: 385px;
}

	.contactNasbe h5 {
		background-position: 0 -25px;
		padding-left: 27px;
	}

.wrapper {
	width: 980px;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
}

	.wrapper a {
		word-wrap: break-word;
	}

.twothirds {
	width: 640px;
	margin-right: 20px;
}

.onethird {
	width: 320px;
}

.onethirdngss {
	width: 220px;
}


.excerptBox {
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
	font-size: 13px;
}

.simpledivider {
	background-color: #e5e5e5;
	height: 1px;
}

.divider {
	background-image: url('images/divider.png');
	height: 32px;
}

	.dividerBottom {
		background-image: url('images/divider.png');
		height: 16px;
		margin-bottom: 100px;
	}

.footerDivBottom {
	background-image: url('images/divider.png');
	background-position: 0 -36px;
	height: 2px;
}

.footerDivTop {
	background-image: url('images/divider.png');
	height: 2px;
	background-position: 0 -33px;
}

.button {
	background-color: #ededed;
	border-radius: 13px;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
	margin-top: 35px;
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	text-transform: uppercase;
	text-align: right;
	padding: 7px 45px 7px 10px;
	font-size: 18px;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	background-image: url('images/arrow_grey.png');
	behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
}



	.body-grey a .button {
		color: #666;
	}

	#footer .button {
		background-color: #fff;
		position: relative;
	}

	.body-blue .button {
		background-image: url('images/arrow_blue.png');
	}



	.button.red, .body-red .button {
		background-image: url('images/arrow_red.png');
		color: #993334!important;
	}

	.button.green, .body-green .button {
		background-image: url('images/arrow_green.png');
		color: #597124!important;
	}

	a:hover .button {
		box-shadow: 1px 1px 0px rgba(0,0,0,0.30);
		background-color: #efefef;
		background-repeat: no-repeat;
		background-image: url('images/arrow_grey_hover.png');
		color: #424242;
	}

	.body-blue a:hover .button {
		background-image: url('images/arrow_blue_hover.png');
	}



	.body-red a:hover .button, a:hover .button.red {
		background-image: url('images/arrow_red_hover.png');
		color: #632121!important;
	}

	.body-green a:hover .button, a:hover .button.green {
		background-image: url('images/arrow_green_hover.png');
		color: #3A4A17!important;
	}

		.postBox .button {
			display: inline;
			float: right;
		}

.downloads, .podcasts, .eventCasts {
	border-top: 1px solid #d5d5d5;
	margin-top: 20px;
}

	.downloadsHeader, .podcastsHeader, .eventCastsHeader {
		color: #999;
		text-transform: uppercase;
		font-size: 22px;
		border-bottom: 1px solid #d5d5d5;
		padding: 7px 0;
	}

		.downloadsSort, .podcastsSort, .eventCastsSort {
			float: right;
			font-size: 16px;
			text-transform: none;
		}

			.downloadsSort a, .podcastsSort a, .eventCastsSort a {
				text-decoration: none;
				text-transform: uppercase;
			}

	#downloadsTable, #podcastsTable, #eventCastsTable {
		width: 100%;
	}

	#downloadsTable thead, #podcastsTable thead, #eventCastsTable thead {
		display: none;
	}

		#downloadsTable tr, #podcastsTable tr, #eventCastsTable tr {
			border-bottom: 1px solid #d5d5d5;
		}

			#downloadsTable td, #podcastsTable td, #eventCastsTable td {
				padding: 10px;
				padding-bottom: 20px;
			}

			.downloadLink {
				width: 75%;
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				font-size: 18px;
			}

		.eventCast {
			border-bottom: 1px solid #e5e5e5;
			padding: 0 10px 20px 10px;
			margin-bottom: 20px;
		}
			.ecastLink {
				width: 500px;
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				font-size: 18px;
				float: left;
			}

			.eventCastInfo {
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				color: #999;
				margin-bottom: 20px;
			}


				.downloadLink a, .ecastLink a {
					text-decoration: none;
				}

					.downloadButton {
						background-color: #666;
						color: #fff;
						font-size: 14px;
						padding: 2px 33px 0px 15px;
						border-radius: 12px;
						text-transform: uppercase;
						background-image: url('images/arrow_white_small.png');
						background-position: center right;
						background-repeat: no-repeat;
						min-width: 80px;
						max-width: 300px;
						float: left;
						font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
						behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
					}

						.body-blue a.downloadButton, .body-blue .downloadButton {
							background-color: #348299;
						}

						.body-green a.downloadButton, .body-green .downloadButton {
							background-color: #5A7224;
						}

						.body-red a.downloadButton, .body-red .downloadButton {
							background-color: #993334;
						}

					a.downloadButton:hover, .downloadButton:hover {
						color: #fff;
						background-color: #333;
					}

						.body-blue a.downloadButton:hover, .body-blue .downloadButton:hover {
							background-color: #215363;
						}

						.body-green a.downloadButton:hover, .body-green .downloadButton:hover {
							background-color: #3A4A17;
						}

						.body-red a.downloadButton:hover, .body-red .downloadButton:hover {
							background-color: #632121;
						}

			.downloadDate {
				width: 25%;
				vertical-align: top;
				text-align: right;
			}

				.downloadIcon, .podcastIcon, .eventCastIcon, .webinarIcon {
					background-image: url('images/icons_media.png');
					background-position: 0 0;
					background-repeat: no-repeat;
					height: 24px;
					width: 24px;
					position: relative;
					float: right;
					margin-bottom: 10px;
				}

					.podcastIcon {
						background-position: 0 -240px;
					}

						.podcastIcon:hover {
							background-position: 0 -270px;
						}

					.eventCastIcon {
						background-position: 0 -780px;
					}

						.eventCastIcon:hover {
							background-position: 0 -810px;
						}

					.webinarIcon {
						background-position: 0 -720px;
					}

						.webinarIcon:hover {
							background-position: 0 -750px;
						}

					.downloadIcon:hover {
						background-position: 0 -30px;
					}

					.body-blue .downloadIcon {
						background-position: 0 -60px;
					}

						.body-blue .downloadIcon:hover {
							background-position: 0 -90px;
						}

					.body-green .downloadIcon {
						background-position: 0 -120px;
					}

						.body-green .downloadIcon:hover {
							background-position: 0 -150px;
						}

					.body-red .downloadIcon {
						background-position: 0 -180px;
					}

						.body-red .downloadIcon:hover {
							background-position: 0 -210px;
						}

					.body-blue .podcastIcon {
						background-position: 0 -300px;
					}

						.body-blue .podcastIcon:hover {
							background-position: 0 -330px;
						}

					.body-green .podcastIcon {
						background-position: 0 -360px;
					}

						.body-green .podcastIcon:hover {
							background-position: 0 -390px;
						}

					.body-red .podcastIcon {
						background-position: 0 -420px;
					}

						.body-red .podcastIcon:hover {
							background-position: 0 -450px;
						}

				.downloadDateReal {
					display: none;
				}

				.downloadDateFake {
					font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
					color: #999;
					font-size: 14px;
					text-transform: uppercase;
				}


.bluedivider {
	height: 10px;
	background-color: #348299;
}

.greendivider {
	height: 10px;
	background-color: #5A7224;
}

.greydivider {
	height: 10px;
	background-color: #666;
}

.reddivider {
	height: 10px;
	background-color: #993334;
}

.gradientHeader.collapse {
	background: url('images/header_gradient.png') repeat-y center right,
				url('images/arrow_white_hover.png') no-repeat center right;
	background-color: #666;
	cursor: pointer;
}

.body-blue .gradientHeader.collapse {
	background: url('images/header_gradient.png') repeat-y center right,
				url('images/arrow_white_hover.png') no-repeat center right;
	background-color: #348299;
	cursor: pointer;
}

.body-green .gradientHeader.collapse {
	background: url('images/header_gradient.png') repeat-y center right,
				url('images/arrow_white_hover.png') no-repeat center right;
	background-color: #5A7224;
	cursor: pointer;
}

.body-red .gradientHeader.collapse {
	background: url('images/header_gradient.png') repeat-y center right,
				url('images/arrow_white_hover.png') no-repeat center right;
	background-color: #993334;
	cursor: pointer;
}

	.gradientHeader.collapse.toggled {
		background: url('images/header_gradient.png') repeat-y center right,
					url('images/arrow_white.png') no-repeat center right;
		background-color: #666;
	}

	.body-blue .gradientHeader.collapse.toggled {
		background: url('images/header_gradient.png') repeat-y center right,
					url('images/arrow_white.png') no-repeat center right;
		background-color: #348299;
	}

	.body-green .gradientHeader.collapse.toggled {
		background: url('images/header_gradient.png') repeat-y center right,
					url('images/arrow_white.png') no-repeat center right;
		background-color: #5A7224;
	}

	.body-red .gradientHeader.collapse.toggled {
		background: url('images/header_gradient.png') repeat-y center right,
					url('images/arrow_white.png') no-repeat center right;
		background-color: #993334;
	}

.excerptBox.collapse {
	display: none;
}


.exec-employee {
	padding: 10px;
}

.post-content li {
	margin-bottom: 5px;
}


.postSubheader {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
}

.postSubheader + br {
	display: none;
}

.postHeader {
	font-size: 22px;
	color: #999;
	border: 1px solid #d1d1d1;
	border-left: 0;
	border-right: 0;
	padding: 7px 0;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 15px;
}


.postMeta {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	color: #999;
	margin-bottom: 15px;
}

	.postMeta a {
		color: inherit;
		text-decoration: none;
	}

		.postMeta a:hover {
			text-decoration: underline;
			color: #666;
		}

.print {
	background-image: url('images/icon_print.png');
	background-repeat: no-repeat;
	padding:0px 16px 0 0;
}

.partnerRow {
	border: 1px solid #e5e5e5;
	border-top: 0;
}


	.annualPartnerItem {
		height: 212px;
		width: 318px;
		border-right: 1px solid #e5e5e5;
	}

	.partnerItem {
		height: 212px;
		width: 212px;
		border: 1px solid #e5e5e5;
		border-top: 0;
		border-left: 0;
		border-bottom: 0;
	}

	.silverPartnerItem {
		height: 158px;
		width: 158px;
		border-right: 1px solid #e5e5e5;
	}

		.annualPartnerItem.last, .partnerItem.last, .silverPartnerItem.last {
			border-right: 0;
		}

		.partnerItem:hover, .annualPartnerItem:hover {
			background-position: 0px -212px;
		}

		.silverPartnerItem:hover {
			background-position: 0 -158px;
		}

	#bronzePartners p,
	#silverPartners p,
	#goldPartners p,
	#platinumPartners p,
	#annualPartners p {
		border-bottom: 1px solid #d5d5d5;
		margin: 0;
		padding: 5px;
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		font-size: 19px;
	}

		#bronzePartners p a,
		#silverPartners p a,
		#goldPartners p a,
		#platinumPartners p a,
		#annualPartners p a {
			text-decoration: none;
		}


.jobDescription {
	width: 285px;
	margin-right: 20px;
}

.jobInfo {
	width: 265px;
}

	.jobsHeading {
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.jobsHeading {
		width: 100px;
	}

	.jobInfoItem {
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	}

	a .emailToFriend {
		background-image: url('images/icon_sprite.png');
		background-position: 0 -275px;
		background-repeat: no-repeat;
		padding-left: 25px;
		height: 10px;
		line-height: 10px;
	}

		a:hover .emailToFriend {
			background-position: 0px -300px;
		}

.jobMeta {
	width: 248px;
	padding: 15px 20px;
	border-right: 1px solid #e5e5e5;
}

	.jobMeta.last {
		border: 0;
	}

.error {
	color: #ff0000!important;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.aligncenter, .alignnone {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-caption {
	border: 1px solid #e5e5e5;
	padding: 10px;
	text-align: center;
}


	.wp-caption p {
		text-transform: uppercase;
		font-size: 11px;
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	}

.projectContents{
	background-color: #f5f5f5;
	list-style-type: none;
	padding: 15px;
	margin: 10px 0;
	font-size: 12px;
}

	.projectContents li {
		margin-bottom: 5;
		padding: 0;
		list-style-position: inside;
		display: inline;
	}

.backToTop {
	width: 50%;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 10px;
}

#projectPrevNext {
	width: 50%;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	margin-top: 10px;
}

.paginate {
	text-align: center;
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	margin-bottom: 60px;
}

	.paginate .prev, .paginate .next {
		background-image: none;
		text-transform: uppercase;
	}

.postHeader span {
	float: right;
	text-transform: none;
	font-size: 16px;
}

.employee {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.state-board {
	padding-bottom: 20px;
	display: none;
}

		.employeeDescription {
			padding: 10px;
		}

		.employeeInfo.fleft {
			width: 360px;
			margin-right: 20px;
			padding-left: 10px;
		}



			.employeeName {
				font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
				font-size: 18px;
				color: #5A7224;
			}

				.employeeName span {
					background-image: url('images/arrow_green.png');
					width: 15px;
					height: 14px;
				}

					.employeeName span.toggled {
						background-image: url('images/arrow_green_down.png');
					}

			.employeePosition {
				font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
				color: #999;
				font-size: 14px;
				line-height: 125%;
			}

		.employeeInfo.fright {
			width: 208px;
		}

			.employeePhone, .employeeEmail, .employeeFax, .employeeURL {
				font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
				font-weight: bold;
				padding-left: 25px;
				background-image: url('images/icon_sprite.png');
				background-repeat: no-repeat;
				margin-bottom: 10px;
			}

			.employeePhone {
				background-position: 0 -325px;
				line-height: 14px;
			}


				.employeePhone.noBg {
					background-image: none;
				}

				a:hover .employeePhone {
					background-position: 0 -350px;
				}

			.employeeFax {
				background-position: 0 -375px;
				line-height: 16px;
			}

				a:hover .employeeFax {
					background-position: 0 -400px;
				}

			.employeeURL {
				background-position: 0 -425px;
				line-height: 14px;

			}

				a:hover .employeeURL {
					background-position: 0 -450px;
				}

			.employeeEmail {
				background-position: 0 -275px;
				line-height: 12px;
				margin-top: 20px;

			}

				a:hover .employeeEmail {
					background-position: 0 -300px;
				}

			.employeeAddress {
				font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
				color: #999;
				padding-left: 25px;
				margin-top: 20px;
				background-image: url('images/icon_sprite.png');
				background-position: 0 -475px;
				background-repeat: no-repeat;
				line-height: 16px;
			}

			.stateBoardAddress {
				font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
				color: #999;
				font-size: 14px;
				line-height: 1.5em;
				margin-top: 5px;
				padding-left: 10px;
			}

.attachment-executive-img {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}

.execTitle {
	font-size: 22px;
	color: #5A7224;
}


.greenHeader {
	font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
	font-size: 18px;
	color: #5A7224;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.smallGreyText {
	font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
	color: #999;
	padding-left: 10px;
	width: 300px;
	margin-bottom: 5px;
}

.frightlist {
	float: right;
	width: 50px;
	text-align: left;
}

.button.inner {
	display: inline;
	margin-top: 10px;
	clear: both;
	float: none;
}

	.button.inner a {
		text-decoration: none;
	}

	.button.inner + .postSubheader{
		margin-top: 40px;
	}

	.button.inner + p {
		margin-top: 20px;
	}


.catTitle {
	font-size: 20px;
	margin-bottom: 10px;
}

.categories {
	padding: 0 10px;
}

	.categories a {
		text-decoration: none;
	}

	.items {
		border-top: 1px solid #d5d5d5;
		margin-bottom: 40px;
	}

		.items .item {
			border-bottom: 1px solid #d5d5d5;
			font-family: 'Aller', 'Lucide Grande', 'Arial', sans-serif;
			font-size: 19px;
			padding: 5px;
		}

		.item a {
			text-decoration: none;
		}


div.jp-audio {
	width: 100%;
	border: 2px solid #e5e5e5;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 20px;
}

	div.jp-interface {
		background-color: transparent;
	}

	div.jp-audio ul.jp-controls {
		width: auto;
	}

div.jp-progress {
	background-color: #e5e5e5;
}

div.jp-audio div.jp-type-single div.jp-progress {
left: 100px;
width: 336px;
}

div.jp-audio div.jp-type-single div.jp-time-holder {
left: 100px;
width: 336px;
}

div.jp-audio div.jp-volume-bar {
top: 37px;
left: 470px;
}

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
margin-left: 365px;
}

a.jp-play, a.jp-pause {
width: 28px;
height: 28px;
margin-top: 6px;
}

a.jp-play:hover {
	background: url("css/jplayer.blue.monday.png") -29px 0 no-repeat;
}

a.jp-pause {
	background: url("css/jplayer.blue.monday.png") 0 -28px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("css/jplayer.blue.monday.png") -29px -28px no-repeat;
}

.videoTitle {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 18px;
	width: 75%;
	float: left;
	margin-bottom: 20px;
	clear: left;
}

	.body-blue .videoTitle {
		color: #338199;
	}

	.body-green .videoTitle {
		color: #5A7224;
	}

	.body-red .videoTitle {
		color: #993334;
	}

.videoDate {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	text-align: right;
	clear: right;
	margin-bottom: 20px;
	background-image: url('images/icons_media.png');
	background-position: right -480px;
	background-repeat: no-repeat;
	padding-right: 35px;
	line-height: 24px;
	height: 24px;
}

	.body-blue .videoDate {
		background-position: right -540px;
	}

	.body-green .videoDate {
		background-position: right -600px;
	}

	.body-red .videoDate {
		background-position: right -660px;
	}

.videoCaption{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.attachment-issue-img {
	float: left;
	margin-right: 20px;
}

.issue {
	border-bottom: 1px solid #e5e5e5;
}
.issueInfo {
	float: left;
	width: 455px;
}

	.issueTitle {
		font-size: 20px;
		margin-bottom: 20px;
	}
		.issueTitle a {
			text-decoration: none;
		}

		.issueMeta {
			float: left;
			width: 290px;
		}

		.issueView {
			float: right;
			width: 143px;
		}

		.issueView .downloadButton {
			width: 105px;
		}

		.postBox .paginate {
			margin: 0;
			padding: 5px;
		}

#subpageContent.sliderItem {
	padding: 20px;
	height: 222px;
	line-height: 24px;
	width: 278px;
}
.homepageSliderImage {
	position: relative;
	height: 300px;
	width: 638px;
}
	.homepageSliderImage img {
		height: 300px;
		width: 638px;
	}

.sliderTitle {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	background-color: rgba(102,102,102,0.75);
	-pie-background: rgba(102,102,102,0.75);
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 618px;
	behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
}

	.sliderTitle a {
		color: #fff!important;
	}

	.blue .sliderTitle {
		background-color: rgba(52,130,153,0.75);
		-pie-background: rgba(52,130,153,0.75);
		behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
	}

	.green .sliderTitle {
		background-color: rgba(90,114,36,0.75);
		-pie-background: rgba(90,114,36,0.75);
		behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
	}

	.red .sliderTitle {
		background-color: rgba(153,51,52,0.75);
		-pie-background: rgba(153,51,52,0.75);
		behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
	}

.sliderText {
	font-size: 13px;
	height: 170px;
	overflow: hidden;
	margin-top: -10px;
}

.sliderItem .button {
	background-color: #fff;
	margin-top: 20px;
	position: relative;
}

	.sliderItem a:hover .button {
		background-color: #fff;
	}

.center {
	text-align: center;
}

.homepageSliderImage {
	width: 638px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
	height: 300px;
}

#home-next, #home-prev {
	z-index: 999;
	position: relative;
	background-image: url('images/arrow_slider.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 25px;
	margin: -40px 20px 0 20px;
}

	#home-next {
		background-position: 0 -27px;
	}

		#home-next:hover {
			background-position: 0 -81px;
			cursor: pointer;
		}

	#home-prev:hover {
		cursor: pointer;
		background-position: 0 -54px;
	}

.homesideImg {
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom: 0;
	height: 197px;
	overflow: hidden;
}

.homeNews {
	width: 289px;
	margin-right: 20px;
}

.homeNews a, .homeEvents .eventTitle a {
	color: #333;
	font-family: 'Georgia', 'Times New Roman', serif;
}

.homeEvents .eventTitle a:hover {
	color: #632121;
}

.homeNewsIcon a, .homeEventsIcon a {
	color: #fff;
}

.homeNewsIcon a:hover, .homeEventsIcon a:hover {
	color: #fff;
}



.homeEvents {
	width: 289px;
}

.homeNewsIcon, .homeEventsIcon {
	background-image: url('images/icon_homeEventsBox.png');
	background-position: 0 -50px;
	margin-right:10px;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 30px;
	display: inline-block;
}

	.homeEventsIcon {
		background-position: 0 0;
		line-height: 20px;
	}

	.homeDate {
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		color: #993334;
		text-transform: uppercase;
		background-image: url('images/icon_homeEventsBox.png');
		background-repeat: no-repeat;
		padding-left: 30px;
		background-position: 0 -75px;
		line-height: 20px;
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 2px;
	}

		.homeDate.first {
			margin-top: 0;
		}

	.homeProjectDate {
		background-position: 0 -100px;
	}

.gce-calendar {
	font-family: 'Georgia', 'Times New Roman', serif;
}

	.gce-month-title, .gce-change-month, .gce-caption {
		font-size: 40px;
		color: #993334!important;
	}

	.gce-month-title {
		width: 65%!important;
	}

	.gce-change-month{
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		text-decoration: none!important;
	}

	.gce-list-title {
		display: none;
	}

	.gce-calendar th {
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		font-size: 18px;
		background-color: #993334;
		border: 1px solid #993334!important;
		border-bottom: 1px solid #e5e5e5!important;
		color: #fff;
		padding: 7px!important;
	}

	.gce-caption {
		margin-bottom: 30px!important;
	}


	.calendarLegend {
		margin-top: 20px;
	}

		.calendarLegend .legend {
			font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
			color: #666;
			line-height: 18px;
			height: 18px;
			display: inline-block;
		}

		.calendarLegend .box {
			width: 16px;
			height: 16px;
			border: 1px solid #ccc;
			margin: 0px 10px 0 20px;
		}
			.today {
				background-color: #e5e5e5;
			}

			.events {
				background-color: #993334;
			}


	.gce-day-number {
		font-size: 40px!important;
		color: #993334;
	}

	.gce-has-events {
		background-color: #993334!important;
	}

		.gce-has-events .gce-day-number {
			color: #fff!important;
		}

	.gce-event-info {
		border: 1px solid #e5e5e5!important;
		padding: 0;
		border-top: 0!important;
		font-size: 13px;
	}

		.gce-event-info ul li, .gce-event-info ul {
			margin: 0!important;
		}

		.gce-event-info .eventStuff {
			padding: 20px;
		}

		.eventGridTitle {
			font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
			color: #993334;
			text-transform: uppercase;
			margin-bottom: 10px;
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 2px;
			background-image: url('images/icon_eventslittle.png');
			background-repeat: no-repeat;
			line-height: 16px;
		}

			.eventStuff a {
				color:#fff;
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				text-decoration: none;

			}

			.eventsIcon {
				width: 24px;
				height: 24px;
				background-image: url('images/icons_media.png');
				background-repeat: none;
				background-position: 0 -840px;
				float: right;
			}

				.homeEvents .eventsIcon  {
					display: none;
				}

			.eventGrid .eventCastInfo {
				padding-left: 30px;
				padding-right: 30px;
			}

				.eventGrid .downloadButton {
					margin-left: 30px;
					margin-right: 30px;
				}

				.eventStuff a:hover {
					color: #fff;
				}

		ul.gce-list {
			list-style-type: none;
			padding: 0;
		}

			ul.gce-list li {
				border-bottom: 1px solid #e5e5e5;
				margin-bottom: 20px;
			}

				.homeEvents ul.gce-list li {
					border-bottom: 0;
					margin-bottom: 5px;
				}

			.eventDate {
				width: 50px;
				float: left;
				margin-right: 20px;
				text-align: center;
				margin-bottom: 20px;
			}

				.homeEvents .eventDate {
					width: auto;
					float: none;
					margin: 0;
					text-align: left;
					padding-left: 30px;
					background-image: url('images/icon_homeEventsBox.png');
					background-repeat: no-repeat;
					background-position: 0 -25px;
				}

				.eventMonth {
					font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
					color: #666;
					text-transform: uppercase;
					font-size: 16px;
				}

					.homeEvents .eventMonth {
						font-size: 15px;
						color: #993334!important;
					}

				.eventNum {
					font-size: 40px;
					color: #993334!important;

				}

					.homeEvents .eventNum {
						font-size: 15px;
						font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
					}

			.gce-list .eventStuff {
				max-width: 500px;
				float: left;
			}

			.homeEvents .gce-list .eventStuff {
				float: none;
			}

			.gce-list .eventTitle {
				font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
				color: #993334;
				font-size: 16px;
			}

				.homeEvents .eventTitle{
					font-family: 'Georgia', 'Times New Roman', serif;
					font-size: 13px;
					color: #333!important;
					margin-bottom: 5px;
					margin-top: 0;
				}

				.homeEvents .eventCastInfo {
					display: none;
				}

				.homeEvents .gce-list {
					padding: 0;
					margin: 0;
				}

				.little {
					font-size: 13px;
					color: #993334!important;
					padding: 0;
					margin: 0;
				}

				.doubleDivider {
					height: 5px;
					border: 1px solid #e5e5e5;
				}

				.postBox .gce-list li {
					width: 598px;
					border-bottom: 0;
					margin-bottom: 0;
				}

					.postBox .gce-list li a {
						text-decoration: underline;
					}

				.postBox .eventTitle {
					font-family: 'Georgia', 'Times New Roman', serif;
					font-size: 20px;
					font-weight: bold;
					margin-bottom: 5px;
				}

				.postBox .eventDate {
					border: 3px solid #632121;
					width: 60px;
				}

					.postBox .eventMonth {
						color: #fff;
						background-color: #632121;
						font-family: 'Georgia', 'Times New Roman', serif;
						font-size: 18px;
						font-weight: bold;
						padding: 5px;
					}

					.postBox .eventNum {
						padding: 5px 0 10px 0;
						font-size: 25px;
						font-weight: bold;
					}

#contact_educational_interests_other, #contact_serving_interests_other {
	background-color: #fff!important;
	font-family: 'Georgia', 'Times New Roman', serif!important;
	border-radius: 0!important;
	box-shadow: none!important;
	border: 1px solid #d5d5d5!important;
	margin-left: 10px!important;
	font-size: 13px!important;
	behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
}

#contact_educational_interests_other:focus, #contact_serving_interests_other:focus {
	border: 1px solid #e5e5e5;
	padding: 8px 10px!important;
}

.gcheckout {
	margin-top: 20px;
	padding: 0 20px;
}

	.gcheckout input {
		background-color: #ededed;
		border-radius: 13px;
		box-shadow: 1px 1px 0px rgba(0,0,0,0.20);
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		padding: 7px 45px 7px 10px;
		font-size: 18px;
		border: 1px solid #fff;
		behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
		outline: 0;
		width: 340px;
		color: #666;
	}

		.gcheckout input:focus {
			outline: 0;
			border: 2px solid #fff;
			padding: 6px 44px 6px 9px;
		}

	.gcheckout input[type="submit"]{
		width: 128px;
		overflow: hidden;
		background-color: #5A7224;
		margin-right: 0;
		color: #fff;
		font-size: 18px;
		padding: 8px 33px 8px 15px;
		border-radius: 12px;
		text-transform: uppercase;
		background-image: url('images/arrow_white_small.png');
		background-position: center right;
		background-repeat: no-repeat;
		behavior: url(http://nasbe.org/wp-content/themes/NASBE/PIE/PIE.htc);
		font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
		outline: 0;
		border: 0;
		float: right;
	}

		.gcheckout input[type="submit"]:hover {
			background-color: #486014;
		}

		.gcheckout input[type="submit"]:active {
			background-color: #3A4A17;
		}

	.gcheckout-logo {
		background-image: url('images/icon_gcheckout.png');
		background-repeat: no-repeat;
		background-position: center center;
		height: 15px;
		float: right;
		margin-top: 10px;
		width: 128px;
	}

.errorlist {
	margin-top: 20px;
}

.errorlist li {
	list-style-type: none;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}
div.ngss {
margin-left : 10%;
margin-right : 10%;
}

table.ngss {
    margin-left:auto;
    margin-right:auto;
  }
.ngss {
text-align : center ;
}

div.centered
{
    text-align: center;
}
div.centered table
{
    margin: 0 auto;
    text-align: left;
}

.wp-caption {
	max-width: 100%;
}
.wp-caption img {
	width: 100%;
	height: auto;
}
.post-content img {
	max-width: 100%;
}


/* new event styles */
.nasbe-events-item.past { opacity: .5; }

.nasbe-events-item + .nasbe-events-item { margin-top: 10px; }

.nasbe-events-item-date {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	color: #993334;
	text-transform: uppercase;
	background-image: url('images/icon_homeEventsBox.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0 -75px;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 2px;
}

.nasbe-events-item-title {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 13px;
	color: #333;
}

.nasbe-events-item-location {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 13px;
	color: #666;
}
.nasbe-events-item-location p { margin: 0; }

.nasbe-events-item-link {
	display: block;
	color: #993334;
}
.nasbe-events-item-link:hover { color: #632121; }

.nasbe-events-calendar {
	display: none;
}
.nasbe-events-calendar.is-active {
	display: block;
}

.nasbe-events-calendars-nav {
	color: #ccc!important;
	cursor: default!important;
	font-size: 40px!important;
	text-decoration: none!important;
}
.nasbe-events-calendars-nav.is-active {
	color: #993334!important;
	cursor: pointer!important;
}
.nasbe-events-calendars-nav.is-active:hover { color: #632121!important; }
.nasbe-events-calendars-nav.calendar-back { float: left; }
.nasbe-events-calendars-nav.calendar-next { float: right; }

.nasbe-events-calendar-title {
	font-size: 40px;
	color: #993334;
	font-family: 'Georgia', 'Times New Roman', serif;
	text-align: center;
	margin-bottom: 20px;
}

.nasbe-events-calendar-days:before,
.nasbe-events-calendar-days:after,
.nasbe-events-calendar-dates:before,
.nasbe-events-calendar-dates:after {
    content: " ";
    display: table;
}
.nasbe-events-calendar-days:after,
.nasbe-events-calendar-dates:after { clear: both; }

.nasbe-events-calendar-days { clear: both; }

.nasbe-events-calendar-dates {
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.nasbe-events-calendar-day,
.nasbe-events-calendar-date {
	float: left;
	width: 14.2857%;
	text-align: center;
	box-sizing: border-box;
}

.nasbe-events-calendar-day {
	font-family: 'Aller', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #993334;
	height: 40px;
	line-height: 40px;
}

.nasbe-events-calendar-date {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 40px;
	color: #993334;
	background-color: #fff;
	height: 80px;
	line-height: 80px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.nasbe-events-calendar-date.past { color: #BC8D8E; }
.nasbe-events-calendar-date.today { background-color: #D3D3D3; }
.nasbe-events-calendar-date.has-events {
	color: #fff;
	background-color: #993334;
}
.nasbe-events-calendar-date.past.has-events { background-color: #BC8D8E; }

.nasbe-events-calendar-date.empty-0 { display: none; }
.nasbe-events-calendar-date.empty-1 {  }
.nasbe-events-calendar-date.empty-2 { width: 28.5714%; }
.nasbe-events-calendar-date.empty-3 { width: 42.8571%; }
.nasbe-events-calendar-date.empty-4 { width: 57.1428%; }
.nasbe-events-calendar-date.empty-5 { width: 71.4285%; }
.nasbe-events-calendar-date.empty-6 { width: 85.7142%; }
.nasbe-events-calendar-date.empty-6.empty-end { display: none; }
.homeEvents-event-section { margin-top: 20px; }