.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.center {
	text-align: center;
}

.large, .large h4 {
	font-size: 130%;
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
	border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
	max-width: 100% !important;
	}
	@page  {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/* General */
body {
  margin: 0;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  background: #ffffff;
}

a {
  color: #d72b1a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b32416;
  text-decoration: underline;
}



.grid-container {
	max-width: 960px;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
	font-weight: 400;
	color: #686868;
	border-bottom: #a1a1a1 solid 1px;
	padding: 15px 0 15px 0;
	margin: 15px 0 15px 0;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 16px;
	padding: 0px 0 0px 0;
	margin: 0px 0 8px 0;
}


.tan_section, .grey_section {
	background: url('/images/layout/tan_background.png');
	padding: 0 0 30px 0;
}
.grey_section {
	background: url('/images/layout/grey_background.png');
}

.tan_triangle, .grey_triangle, .white_triangle {
	background: url('/images/layout/tan_triangle.png') center top no-repeat;
	margin: 0 auto;
	height: 30px;
}
.grey_triangle {
	background: url('/images/layout/grey_triangle.png') center top no-repeat;
}
.white_triangle {
	background: url('/images/layout/white_triangle.png') center top no-repeat;
}


.image_border {
	border: #fff solid 3px;
	-webkit-box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, .35);
    box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, .35);
}

.center {
	display: block;
	margin: 0 auto;
}

.todays_date {
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: 18px;
	color: #593734;
}

.button {
	display: inline-block;
	background: #d9d9d9;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #444;
	cursor: pointer;
	padding: 3px 5px;
	margin: 1px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
}
.button:hover {
	color: #000;
	text-decoration: none;
}
.red_button {
	width: 100px;
	border: none;
	color: #fff;
	background: rgb(207,41,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,41,25,1) 0%, rgba(163,33,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,41,25,1)), color-stop(100%,rgba(163,33,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2919', endColorstr='#a32113',GradientType=0 ); /* IE6-9 */
	margin-right: 30px;
}

.red_button2 {
	display: inline-block;
	border: none;
	color: #fff;
	background: rgb(207,41,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,41,25,1) 0%, rgba(163,33,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,41,25,1)), color-stop(100%,rgba(163,33,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,41,25,1) 0%,rgba(163,33,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2919', endColorstr='#a32113',GradientType=0 ); /* IE6-9 */
	margin-right: 30px;
	border-radius: 4px;
	padding: 10px 15px;
}

.red_button2:hover {
	color: #000;
	text-decoration: none;
}

.green_button {
	display: inline-block;
	border: none;
	color: #fff;
	padding: 10px 15px;
	background: #3ab54a;
	border-radius: 4px;
}
.green_button:hover {
	color: #000;
	text-decoration: none;
}


.lt_blue_button {
	display: inline-block;
	border: none;
	color: #fff;
	padding: 10px 15px;
	background: #00B8EC;
	border-radius: 4px;
}
.lt_blue_button:hover {
	color: #000;
	text-decoration: none;
}

.orange_button {
	display: inline-block;
	border: none;
	color: #fff;
	padding: 10px 15px;
	background: #F57929;
	border-radius: 4px;
}
.orange_button:hover {
	color: #000;
	text-decoration: none;
}

.yellow_button {
	display: inline-block;
	border: none;
	color: #fff;
	padding: 10px 15px;
	background: #FBC828;
	border-radius: 4px;
}
.yellow_button:hover {
	color: #000;
	text-decoration: none;
}

.lt_green_button {
	display: inline-block;
	border: none;
	color: #fff;
	padding: 10px 15px;
	background: #A4D14C;
	border-radius: 4px;
}
.lt_green_button:hover {
	color: #000;
	text-decoration: none;
}

/* End General */



/* FlexSlider 2.0 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/fonts/flexslider-icon.eot');
	src:url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/flexslider-icon.woff') format('woff'),
		url('/fonts/flexslider-icon.ttf') format('truetype'),
		url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }*/
.flexslider { margin: 0 0 60px;  position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; display: none;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}



.slider_remote {
	background: #f8f5ee;
	border-radius: 4px;
	height: 330px;
	min-width: 10px;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.flexslider .slides img {
	border-radius: 4px;
}
.flexslider .description {
		display: none;
}

@media screen and (max-width: 768px) {
	
	
	.flexslider .description {
		display: block;
	}
	
}


/* End FlexSlider 2.0 */

/* Flexisel */
.flexisel, .flexisel2 {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	height: auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:120px;
    /*max-height:45px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	opacity: 0.8;
}
.nbs-flexisel-nav-left {
    left: 10px;
    background: url('/images/layout/button-previous.png') no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url('/images/layout/button-next.png') no-repeat;
}

/* End Flexisel */



/* Header */

.header-container {
	background: url('/images/layout/header_background1.png') repeat-x;
}
body.green .header-container {
	background: url('/images/layout/header_background1_green.png') repeat-x;
}
body.blue .header-container {
	background: url('/images/layout/header_background1_blue.png') repeat-x;
}
body.purple .header-container {
	background: url('/images/layout/header_background1_purple.png') repeat-x;
}
body.olive .header-container {
	background: url('/images/layout/header_background1_olive.png') repeat-x;
}
.header_top_menu {
	max-width: 960px;
	margin: 0 auto;
	background: url('/images/layout/header_background2.png') repeat-x;
}
body.green .header_top_menu {
	background: url('/images/layout/header_background2_green.png') repeat-x;
}
body.blue .header_top_menu {
	background: url('/images/layout/header_background2_blue.png') repeat-x;
}
body.purple .header_top_menu {
	background: url('/images/layout/header_background2_purple.png') repeat-x;
}
body.olive .header_top_menu {
	background: url('/images/layout/header_background2_olive.png') repeat-x;
}
.header_top_menu .top_menu_right {
	float: right;
	margin-right: 5px;
}

.header_middle .top_menu_right > li {
	color: #EDDFDE;
	position: relative;
}

.header_middle .top_menu_right > li > span {
	color: #EDDFDE;
	position: relative;
	cursor: pointer;
}

.header_top_menu .top_menu_right > li > ul {
	display: none;
	position: absolute;
	background: #8c190f;
	z-index: 100;
	top: 30px;
	width: 100px;
}

.header_top_menu .top_menu_right > li > ul > li {
	float: none;
	display: inline-block;
}


body.green .header_top_menu .top_menu_right > li > ul {
	background: #6fab2c;
}
body.blue .header_top_menu .top_menu_right > li > ul {
	background: #008fda;
}
body.purple .header_top_menu .top_menu_right > li > ul {
	background: #643d6c;
}
body.olive .header_top_menu .top_menu_right > li > ul {
	background: #54532f;
}

.header_left_cap {
	float: left;
	width: 7px;
	height: 61px;
	background: url('/images/layout/header_background3.png') center left no-repeat;
}
body.green .header_left_cap {
	background: url('/images/layout/header_background3_green.png') center left no-repeat;
}
body.blue .header_left_cap {
	background: url('/images/layout/header_background3_blue.png') center left no-repeat;
}
body.purple .header_left_cap {
	background: url('/images/layout/header_background3_purple.png') center left no-repeat;
}
body.olive .header_left_cap {
	background: url('/images/layout/header_background3_olive.png') center left no-repeat;
}

.header_middle {
	float: left;
	width: 100%;
	margin: 0 -7px 0 -7px;
}

.header_right_cap {
	float: right;
	width: 7px;
	height: 61px;
	background: url('/images/layout/header_background3.png') center right no-repeat;
}
body.green .header_right_cap {
	background: url('/images/layout/header_background3_green.png') center right no-repeat;
}
body.blue .header_right_cap {
	background: url('/images/layout/header_background3_blue.png') center right no-repeat;
}
body.purple .header_right_cap {
	background: url('/images/layout/header_background3_purple.png') center right no-repeat;
}
body.olive .header_right_cap {
	background: url('/images/layout/header_background3_olive.png') center right no-repeat;
}

.header_middle ul {
	list-style: none;
	padding: 0;
}
.header_middle ul li {
	float: left;
	margin: 0 3px;
	padding: 0 3px;
	color: #cf6e65;
	font-size: 14px;
}

body.green .header_middle ul li {
	color: #69a428;
}
body.blue .header_middle ul li {
	/* fix */
}
body.purple .header_middle ul li {
	/* fix */
}
body.olive .header_middle ul li {
	
}

.header_middle ul li a {
	color: #eddfde;
}

.top_menu {
	float: left;
	margin-left: 5px;

}

.mobile_menu_text {
	color: #fff;
}
.btn-navbar {
	background-color: #9F2617;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 4px 0;
}

.logo {
	margin: 0 0 0 10px;
}

.search_form {
	position: relative;
	display: inline-block;
	float: right;
	margin: 20px 10px 0 0;
	min-width: 200px;
	max-width: 375px;
	width: 75%;
	height: 46px;
}

.search_selector {
	position: absolute;
	top: -20px;
	right: 0;
}
.search_selector > span {
	cursor: pointer;
}
.search_selector .selected {
	cursor: default;
	font-weight: bold;
}

.search_bar {
	border:1px solid #a1a1a1;
	border-radius: 4px;
	padding: 0 25px 0 35px;
	height: 35px;
	line-height: 35px;
	background: url('/images/layout/search_icon.png') 8px 8px no-repeat;
	position: absolute;
	right: 0;
	width: 100%;
}

.submit_search {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: none;
	border: none;
	background: url('/images/layout/search_button.png') center center no-repeat;
	width: 35px;
	height: 35px;
}


.section_menu_container {
	min-height: 85px;
}

.section_menu {
	display: relative;
}

.section_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section_menu > li {
	display: inline;
}
.section_menu > li > a {
	display: inline-block;
	float: none;
	text-align: center;
	background: #62403d;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 4px;
	/*overflow: hidden;*/
}
.section_menu > li > a:hover, 
.section_menu > li.selected > a { 
	background: #d72b1a;
	text-decoration: none;
	position: relative;
	margin-bottom: 5px;
	outline: none;
}
.section_menu > li.selected > a .triangle{
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: block;
	margin-left: -6px;
	background: url('/images/layout/triangle_red.png') no-repeat;
	width: 13px;
	height: 5px;
	z-index: 10;
}

.section_menu > li > ul {
	display: none;
}
.section_menu > li.selected > ul {
	display: block;
}
.section_menu > li > ul > li > a{
	color: #000;
}
body.green .section_menu > li > a {
	background: #555555;
}
body.green .section_menu > li > a:hover, 
body.green .section_menu > li.selected > a {
	background: #8dc63f;
}
body.green .section_menu > li.selected > a .triangle{
	background: url('/images/layout/triangle_green.png') no-repeat;
}
body.blue .section_menu > li > a {
	background: #005b7f;
}
body.blue .section_menu > li > a:hover,
body.blue .section_menu > li.selected > a {
	background: #00a6e7;
}
body.blue .section_menu > li.selected > a .triangle{
	background: url('/images/layout/triangle_blue.png') no-repeat;
}
body.purple .section_menu > li > a {
	background: #805488;
}
body.purple .section_menu > li > a:hover,
body.purple .section_menu > li.selected > a {
	background: #b85ec8;
}
body.purple .section_menu > li.selected > a .triangle{
	background: url('/images/layout/triangle_purple.png') no-repeat;
}
body.olive .section_menu > li > a {
	background: #737245;
}
body.olive .section_menu > li > a:hover, 
body.olive .section_menu > li.selected > a {
	background: #aeaa02;
}
body.olive .section_menu > li.selected > a .triangle{
	background: url('/images/layout/triangle_olive.png') no-repeat;
}

.section_menu > li > ul {
	position: absolute;
	/*text-align: center;*/
	background: #fdfdfd;
	border: #cccccc solid 1px;
	border-radius: 4px;
	padding: 4px 10px;
}

.section_menu > li > ul > li {
	display: inline;
	margin: 0 4px;
}

.section_menu > li > ul > li > a {
	
}

.section_menu > li > ul > li > a:hover {
	
}


@media screen and (max-width: 1000px) and (min-width: 769px) {
	
	.header_middle ul li {
		padding: 0;
	}
	.header_middle ul li.hide-on-mobile {
		margin: 0;
		padding: 0;
	}
	
}

@media screen and (min-width: 769px) {
	.top_menu, .top_menu_right {
		display: block !important;
	}
	
}

@media screen and (max-width: 768px) {
	
	body.green .header_middle .top_menu_right > li,
	body.green .header_middle .top_menu_right > li > span {
		background: #6fab2c;
	}
	
	
	
	
	
	
	
	
	.header-container {
		background: none !important;
	}
	.header_top_menu {
		background: #9f2617;
		margin: 4px 0 0 0;
	}
	body.green .header_top_menu {
		background: #6FAB2C;
	}
	body.green .btn-navbar {
		background: #6FAB2C;
	}
	body.blue .header_top_menu {
		background: #00a6e4;
	}
	body.blue .btn-navbar {
		background: #00a6e4;
	}
	body.purple .header_top_menu {
		background: #493d6e;
	}
	body.purple .btn-navbar {
		background: #493d6e;
	}
	body.olive .header_top_menu {
		background: #565530;
	}
	body.olive .btn-navbar {
		background: #565530;
	}

	.top_menu, .top_menu_right {
		display: none;
	}
	.header_top_menu .top_menu_right > li > ul {
		display: block !important;
		position: static;
		background: none;
	}
	.header_middle ul {
		margin: 10px;
	}
	.header_middle ul li {
		float: none;
	}
	
	.section_menu > li > a { 
		font-size: 12px;
		line-height: 1.1;
		padding-top: 5px;
	}
}

/* End Header */


/* Footer */

.footer-container {
	background: #f8f5ee;
}

footer {
	padding: 20px 0 20px 0;
	background: #64120a;
}

body.green footer {
	background: #555555;
}

body.blue footer {
	background: #01384f;
}

body.purple footer {
	background: #38203c;
}

body.olive footer {
	background: #282828;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	padding: 5px 0;
	line-height: 1.2;
}
footer ul li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
footer ul li a:hover {
	color: #f8f5ee;
}

.share_this_container {
	padding: 20px 0 50px 0;
}
.share_group {
	text-align: center;
	font-size: 18px;
	color: #d5d5d5;
}

.site_version {
	text-align: center;
	margin: 2px 0;
}

.site_version span {
	
}

/* End Footer */


/* Custom Grid */
.one_seventh {
	float: left;
	/*width: 13.28571428571429%;*/
	width: 13.68571428571429%;
	margin-left: 1%;
}
.one_seventh:first-child {
	margin-left: 0;
}

.one_ninth {
	float: left;
	width: 10.6%;
	margin-left: 1%;
}
.one_ninth:first-child {
	margin-left: 0;
}

.one_eighth {
	float: left;
	width: 11.5%;
	margin-left: 1%;
}
.one_eighth:first-child {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.mobile_break {
		clear: both;
	}
	.one_eighth {
		float: left;
		width: 24%;
		margin-left: 1%;
		margin-top: 30px;
	}
	.one_eighth:first-child {
		margin-left: 0;
	}
	.one_seventh {
	float: left;
	width: 13.28571428571429%;
	margin-left: 1%;
}
}
/* End Custom Grid */


/* Latest News */
.latest_news .news_thumbnail {
	display: inline-block;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, .12);
	width: 100%;
	max-width: 290px;
}
.latest_news .news_thumbnail > img {
	border-radius: 4px;
	position: relative;
	z-index: -2;
}

.latest_news .news_date {

}

.latest_news .news_category {

}

.latest_news .news_link{

}

.latest_news p {

}

/* End Latest News */


/* Connect */
.connect .connect_icons {
	display: block;
	float: left;
	width: 42px;
	height: 34px;
	background: url('/images/layout/connect_icons4.png') no-repeat;
	text-indent: -9999px;
	margin: 0 3px;
	opacity: 0.8;
}
.connect .connect_icons:hover {
	opacity: 1;
}
.connect .facebook_icon {
	background-position: 0 0;
}
.connect .twitter_icon {
	background-position: -52px 0;
}

.connect .pinterest_icon {
	background-position: -104px 0;
}

.connect .youtube_icon {
	background-position: -156px 0;
}

.connect .instagram_icon {
	background-position: -208px 0;
}

.connect .goodreads_icon {
	background-position: -260px 0;
}


/* End Connect */

/* News */

.news_item {
	display: inline-table;
	width: 49%;
	vertical-align: top;
}

.news_item > img {
	float: left;
	margin-right: 4.6875%;
	width: 34.375%;
	max-width: 110px;
	margin-bottom: 20px;
}

.news_summary {
	float: left;
	width: 56.25%;
	margin-right: 4.6875%;
}

/* End News */


/* Attend */

.attend {

}

.attend .event {
	margin-bottom: 5px;
}

.attend .event .event_when {
	float: left;
	width: 30%;
}

.attend .event .event_when .event_date {
	font-weight: bold;
}
.attend .event .event_when .event_time {
	color: #898989;
}
.attend .event .event_what {
	float: left;
	width: 60%;
	margin-left: 5%;
}
.attend .event .event_what a {
	font-weight: bold;
}
.attend .event .event_what p {
	margin: 4px 0;
	line-height: 1.1;
	font-size: 12px;
}
/* End Attend */



/* Book Alerts*/

.book_alerts {
	display: block;
	background: #fafafa;
	border: #cbcbcb solid 1px;
	border-radius: 4px;
	padding: 20px 50px 20px 20px;
	margin-right: 20px;
}
.book_alert_title {
	font-size: 18px;
}
.book_alerts input {
	border: #a1a1a1 solid 1px;
	border-radius: 4px;
	padding: 10px 14px;
	margin: 10px 0;
	width: 100%;
}

.book_alert_details {

}

.book_alert_details .faq p {
	margin: 2px 0;
}

.book_alert_details .faq .question {
	font-weight: bold;
	margin: 12px 0 0 0;
}

/* End Book Alerts */


/* Book List */
/* peter_edit -- I added the background, border, border radius, and display to the below tag to give some definition to these areas  */

.book_list {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CBCBCB;
    border-radius: 4px 4px 4px 4px;
    display: block;
	
}

.book_list .book_item {
	margin: 10px 0;
	
}

.book_list .book_item > img {
	float: left;
	margin-right: 4.6875%;
	width: 34.375%;
	max-width: 110px;
}

.book_list .item_summary {
	float: left;
	width: 56.25%;
	margin-right: 4.6875%;
	
}



/* End Book List */


/* Box Containers */

.box-33 {
	display: inline-table;
	width: 30%;
	margin-right: 2%;
}
.box-50 {
	display: inline-table;
	width: 47.5%;
	margin: 1%;
}

.box-25 {
	display: inline-table;
	width: 20.5%;
	margin-right: 2%;
}

.box-pk{
	display: inline-table;
    width: 150px;
    height: 300px;
    margin-right: 10px;
}

.box-25-2 {
	display: inline-table;
	width: 20.5%;
	margin-right: 2%;
	height: 300px;
}

.box_containers .color_container a {
	display: block;
	color: #fff;
	padding: 23px 15px;
	margin: 0 0 12px 0;
	border-radius: 6px;
	border: #cccccc solid 1px;
	opacity: 0.9;
}
.box_containers .color_container a h4 {
	margin: 0;
}
.box_containers .color_container a:hover {
	text-decoration: none;
	opacity: 1;
}

.box_containers .color_container .light_blue {
	background: rgb(0,184,236); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,184,236,1) 0%, rgba(0,183,235,1) 24%, rgba(0,148,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,184,236,1)), color-stop(24%,rgba(0,183,235,1)), color-stop(100%,rgba(0,148,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,184,236,1) 0%,rgba(0,183,235,1) 24%,rgba(0,148,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,184,236,1) 0%,rgba(0,183,235,1) 24%,rgba(0,148,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,184,236,1) 0%,rgba(0,183,235,1) 24%,rgba(0,148,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,184,236,1) 0%,rgba(0,183,235,1) 24%,rgba(0,148,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8ec', endColorstr='#0094e2',GradientType=0 ); /* IE6-9 */
}
.box_containers .color_container .light_orange {
	background: rgb(249,171,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,171,61,1) 0%, rgba(249,166,59,1) 24%, rgba(247,129,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,171,61,1)), color-stop(24%,rgba(249,166,59,1)), color-stop(100%,rgba(247,129,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,171,61,1) 0%,rgba(249,166,59,1) 24%,rgba(247,129,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,171,61,1) 0%,rgba(249,166,59,1) 24%,rgba(247,129,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,171,61,1) 0%,rgba(249,166,59,1) 24%,rgba(247,129,41,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,171,61,1) 0%,rgba(249,166,59,1) 24%,rgba(247,129,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ab3d', endColorstr='#f78129',GradientType=0 ); /* IE6-9 */
}
.box_containers .color_container .light_green {
	background: rgb(164,209,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(164,209,76,1) 0%, rgba(163,209,75,1) 25%, rgba(118,187,50,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,209,76,1)), color-stop(25%,rgba(163,209,75,1)), color-stop(100%,rgba(118,187,50,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(164,209,76,1) 0%,rgba(163,209,75,1) 25%,rgba(118,187,50,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(164,209,76,1) 0%,rgba(163,209,75,1) 25%,rgba(118,187,50,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(164,209,76,1) 0%,rgba(163,209,75,1) 25%,rgba(118,187,50,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(164,209,76,1) 0%,rgba(163,209,75,1) 25%,rgba(118,187,50,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d14c', endColorstr='#76bb32',GradientType=0 ); /* IE6-9 */
}

.box_containers .color_container .blue {
	background: rgb(0,184,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,184,236,1) 0%, rgba(0,148,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,184,236,1)), color-stop(100%,rgba(0,148,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,184,236,1) 0%,rgba(0,148,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,184,236,1) 0%,rgba(0,148,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,184,236,1) 0%,rgba(0,148,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,184,236,1) 0%,rgba(0,148,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8ec', endColorstr='#0094e2',GradientType=0 ); /* IE6-9 */
}
.box_containers .color_container .green {
	background: rgb(68,196,89); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(68,196,89,1) 0%, rgba(46,166,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,196,89,1)), color-stop(100%,rgba(46,166,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(68,196,89,1) 0%,rgba(46,166,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(68,196,89,1) 0%,rgba(46,166,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(68,196,89,1) 0%,rgba(46,166,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(68,196,89,1) 0%,rgba(46,166,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c459', endColorstr='#2ea63b',GradientType=0 ); /* IE6-9 */
}

.box_containers .color_container .pink {
	background: rgb(228,67,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,67,115,1) 0%, rgba(214,45,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,67,115,1)), color-stop(100%,rgba(214,45,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,67,115,1) 0%,rgba(214,45,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,67,115,1) 0%,rgba(214,45,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,67,115,1) 0%,rgba(214,45,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,67,115,1) 0%,rgba(214,45,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44373', endColorstr='#d62d4d',GradientType=0 ); /* IE6-9 */
}
.box_containers .color_container .purple {
	background: rgb(134,0,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(134,0,242,1) 0%, rgba(90,0,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,0,242,1)), color-stop(100%,rgba(90,0,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(134,0,242,1) 0%,rgba(90,0,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(134,0,242,1) 0%,rgba(90,0,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(134,0,242,1) 0%,rgba(90,0,236,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(134,0,242,1) 0%,rgba(90,0,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8600f2', endColorstr='#5a00ec',GradientType=0 ); /* IE6-9 */
}
.box_containers .color_container .orange {
	background: rgb(245,121,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,121,41,1) 0%, rgba(239,81,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,121,41,1)), color-stop(100%,rgba(239,81,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,121,41,1) 0%,rgba(239,81,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,121,41,1) 0%,rgba(239,81,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,121,41,1) 0%,rgba(239,81,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,121,41,1) 0%,rgba(239,81,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57929', endColorstr='#ef511b',GradientType=0 ); /* IE6-9 */
}
.box_containers .color_container .yellow {
	background: rgb(251,200,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,200,40,1) 0%, rgba(249,172,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,200,40,1)), color-stop(100%,rgba(249,172,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,200,40,1) 0%,rgba(249,172,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,200,40,1) 0%,rgba(249,172,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,200,40,1) 0%,rgba(249,172,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,200,40,1) 0%,rgba(249,172,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc828', endColorstr='#f9ac1a',GradientType=0 ); /* IE6-9 */
}

.box_containers .color_container .olive {
	background: #73880a; /* Old browsers */
	background: -moz-linear-gradient(left,  #73880a 0%, #73880a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#73880a), color-stop(100%,#73880a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #73880a 0%,#73880a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #73880a 0%,#73880a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #73880a 0%,#73880a 100%); /* IE10+ */
	background: linear-gradient(to right,  #73880a 0%,#73880a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73880a', endColorstr='#73880a',GradientType=1 ); /* IE6-9 */
}

.box_containers .color_container .red {
background: rgb(161,39,26); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(161,39,26,1) 0%, rgba(152,30,17,1) 48%, rgba(149,28,17,1) 69%, rgba(140,27,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,39,26,1)), color-stop(48%,rgba(152,30,17,1)), color-stop(69%,rgba(149,28,17,1)), color-stop(100%,rgba(140,27,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(161,39,26,1) 0%,rgba(152,30,17,1) 48%,rgba(149,28,17,1) 69%,rgba(140,27,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(161,39,26,1) 0%,rgba(152,30,17,1) 48%,rgba(149,28,17,1) 69%,rgba(140,27,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(161,39,26,1) 0%,rgba(152,30,17,1) 48%,rgba(149,28,17,1) 69%,rgba(140,27,13,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(161,39,26,1) 0%,rgba(152,30,17,1) 48%,rgba(149,28,17,1) 69%,rgba(140,27,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1271a', endColorstr='#8c1b0d',GradientType=0 ); /* IE6-9 */

}

.box_containers .color_container .dark_green {
background: rgb(98,125,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,125,77,1)), color-stop(100%,rgba(31,59,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
 }
 
.box_containers .color_container .dark_blue {
background: rgb(47,72,123); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(47,72,123,1) 0%, rgba(47,72,123,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,72,123,1)), color-stop(100%,rgba(47,72,123,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(47,72,123,1) 0%,rgba(47,72,123,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(47,72,123,1) 0%,rgba(47,72,123,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(47,72,123,1) 0%,rgba(47,72,123,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(47,72,123,1) 0%,rgba(47,72,123,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f487b', endColorstr='#2f487b',GradientType=0 ); /* IE6-9 */

}

.box_containers .color_container .dark_purple {
background: rgb(141,102,149); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(141,102,149,1) 0%, rgba(127,88,135,1) 36%, rgba(122,80,128,1) 44%, rgba(121,79,127,1) 53%, rgba(112,70,118,1) 67%, rgba(104,62,110,1) 86%, rgba(95,58,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,102,149,1)), color-stop(36%,rgba(127,88,135,1)), color-stop(44%,rgba(122,80,128,1)), color-stop(53%,rgba(121,79,127,1)), color-stop(67%,rgba(112,70,118,1)), color-stop(86%,rgba(104,62,110,1)), color-stop(100%,rgba(95,58,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(141,102,149,1) 0%,rgba(127,88,135,1) 36%,rgba(122,80,128,1) 44%,rgba(121,79,127,1) 53%,rgba(112,70,118,1) 67%,rgba(104,62,110,1) 86%,rgba(95,58,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(141,102,149,1) 0%,rgba(127,88,135,1) 36%,rgba(122,80,128,1) 44%,rgba(121,79,127,1) 53%,rgba(112,70,118,1) 67%,rgba(104,62,110,1) 86%,rgba(95,58,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(141,102,149,1) 0%,rgba(127,88,135,1) 36%,rgba(122,80,128,1) 44%,rgba(121,79,127,1) 53%,rgba(112,70,118,1) 67%,rgba(104,62,110,1) 86%,rgba(95,58,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(141,102,149,1) 0%,rgba(127,88,135,1) 36%,rgba(122,80,128,1) 44%,rgba(121,79,127,1) 53%,rgba(112,70,118,1) 67%,rgba(104,62,110,1) 86%,rgba(95,58,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d6695', endColorstr='#5f3a66',GradientType=0 ); /* IE6-9 */
}

.box_containers .color_container .olive2 {
background: rgb(133,129,91); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(133,129,91,1) 0%, rgba(119,115,77,1) 36%, rgba(114,111,70,1) 44%, rgba(111,108,65,1) 47%, rgba(111,108,65,1) 53%, rgba(104,101,60,1) 61%, rgba(106,103,62,1) 64%, rgba(99,95,58,1) 72%, rgba(97,93,56,1) 81%, rgba(84,84,46,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,129,91,1)), color-stop(36%,rgba(119,115,77,1)), color-stop(44%,rgba(114,111,70,1)), color-stop(47%,rgba(111,108,65,1)), color-stop(53%,rgba(111,108,65,1)), color-stop(61%,rgba(104,101,60,1)), color-stop(64%,rgba(106,103,62,1)), color-stop(72%,rgba(99,95,58,1)), color-stop(81%,rgba(97,93,56,1)), color-stop(100%,rgba(84,84,46,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(133,129,91,1) 0%,rgba(119,115,77,1) 36%,rgba(114,111,70,1) 44%,rgba(111,108,65,1) 47%,rgba(111,108,65,1) 53%,rgba(104,101,60,1) 61%,rgba(106,103,62,1) 64%,rgba(99,95,58,1) 72%,rgba(97,93,56,1) 81%,rgba(84,84,46,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(133,129,91,1) 0%,rgba(119,115,77,1) 36%,rgba(114,111,70,1) 44%,rgba(111,108,65,1) 47%,rgba(111,108,65,1) 53%,rgba(104,101,60,1) 61%,rgba(106,103,62,1) 64%,rgba(99,95,58,1) 72%,rgba(97,93,56,1) 81%,rgba(84,84,46,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(133,129,91,1) 0%,rgba(119,115,77,1) 36%,rgba(114,111,70,1) 44%,rgba(111,108,65,1) 47%,rgba(111,108,65,1) 53%,rgba(104,101,60,1) 61%,rgba(106,103,62,1) 64%,rgba(99,95,58,1) 72%,rgba(97,93,56,1) 81%,rgba(84,84,46,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(133,129,91,1) 0%,rgba(119,115,77,1) 36%,rgba(114,111,70,1) 44%,rgba(111,108,65,1) 47%,rgba(111,108,65,1) 53%,rgba(104,101,60,1) 61%,rgba(106,103,62,1) 64%,rgba(99,95,58,1) 72%,rgba(97,93,56,1) 81%,rgba(84,84,46,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85815b', endColorstr='#54542e',GradientType=0 ); /* IE6-9 */
}

.box_containers .color_container .gold {
background: rgb(176,127,9); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(176,127,9,1) 0%, rgba(176,127,9,1) 78%, rgba(172,123,5,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,127,9,1)), color-stop(78%,rgba(176,127,9,1)), color-stop(100%,rgba(172,123,5,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(176,127,9,1) 0%,rgba(176,127,9,1) 78%,rgba(172,123,5,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(176,127,9,1) 0%,rgba(176,127,9,1) 78%,rgba(172,123,5,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(176,127,9,1) 0%,rgba(176,127,9,1) 78%,rgba(172,123,5,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(176,127,9,1) 0%,rgba(176,127,9,1) 78%,rgba(172,123,5,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b07f09', endColorstr='#ac7b05',GradientType=0 ); /* IE6-9 */
}

/* End Box Containers */


/* Single Post  - I tweaked this from 40px to 20px to remove some whitespace -- pk */
.single_post .post_content {
	margin-top: 20px;
}
.single_post .post_content p {
	font-size: 14px;
}

/* I changed the font size from 16px to 14px -- Peter_edit  */
/* End Single Post */


/* Banner */
.banner img {
	border-radius: 6px;
}

/* End Banner */

/* Catalog Sidebar */
.filter_sidebar {
 nax
}

.filter_sidebar .filter_list {
	background: #fafafa;
	border: #ccc solid 1px;
	border-radius: 4px;
	list-style: none;
	padding: 5px;
	font-weight: bold;
	margin: 10px 10% 0 0;
	
}


.filter_sidebar .filter_list li {
	
}
.filter_sidebar .filter_list li > div {
	cursor: pointer;
	margin: 3px 0 3px 5px;
}

.filter_sidebar .filter_list li > div:hover {
	color: #000;
}
.filter_sidebar .filter_list li > div > span {
	float: left;
	display: block;
	height: 15px;
	width: 15px;
	background: #fff;
	border: #a1a1a1 solid 1px;
	border-radius: 3px;
	margin: 0 3px 0 2px;
	color: #555;
}
.filter_sidebar .filter_list li > div.selected > span {
	background: #d72b1a;
	border-radius: 4px;
}

.filter_sidebar .filter_list li > div.selected_green > span {
	background: #76bb32;
	border-radius: 4px;
}


.filter_sidebar .filter_list li > div.selected_pink > span {
	background: #d62d4d;
	border-radius: 4px;
}

.filter_sidebar .filter_list li > div.selected_yellow > span {
	background: #f9ac1a;
	border-radius: 4px;
}

.filter_sidebar .filter_list li > div.selected_orange > span {
	background: #ef511b;
	border-radius: 4px;
}

.filter_sidebar .archive {
	background: #fafafa;
	border: #ccc solid 1px;
	border-radius: 4px;
	list-style: none;
	padding: 0;
	font-weight: bold;
	margin: 10px 10% 0 0;
}

.filter_sidebar .archive > li {
	color: #d72b1a;
	cursor: pointer;
	padding: 2px 15px;
}
.filter_sidebar .archive > li.selected {
	color: #000;
	cursor: default;
	border-bottom: #ccc solid 1px;
	padding: 10px 15px;
}

.filter_sidebar .archive > li > ul {
	display: none;
	list-style: none;
	padding: 10px 15px;
	cursor: pointer;
}
.filter_sidebar .archive > li.selected > ul {
	display: block;
	color: #d72b1a;
}

/* End Catalog Sidebar */


/* Catalog */
.catalog {
	position: relative;
}
.page_navigation, .alt_page_navigation{
	padding-bottom: 10px;
	display: inline;
	position: absolute;
	right: 0;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	text-decoration:none;
	float: left;
	font-size: 12px;
}
.active_page{
	background-color:white !important;
	color:black !important;
}	

.content {
	display: block;
}

.content li, .alt_content li, .content > p{
	padding: 0px
}
.content li {
	float: left;
	list-style: none;
}

.content li {
	display: inline-table;
	width: 49%;
	vertical-align: top;
}

.content li > img {
	float: left;
	margin-right: 4.6875%;
	width: 34.375%;
	max-width: 110px;
}

/* End Catalog */



/* Donate */

.donate {
	
}

/* End Donate */


/* Calendar */
.calendar {
	position: relative;
}
.month_controls {
	position: absolute;
	top: -4px;
	left: 10px;
}
.month_name {
	font-size: 24px;
	text-align: center;
	margin: 5px;
}

.calednar_month {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.calednar_month th, .calednar_month td {
	border: #cccccc solid 1px;
	vertical-align: top;
}

.calednar_month td {
	
}

.calednar_month td > span {
	display: block;
	text-align: right;
	margin: 2px;
}
.calednar_month td > div {
	min-height: 80px;
}


.calednar_month td > div > a.event {
	display: block;
	background: #3a87ad;
	border-radius: 4px;
	margin: 3px 2px;
	padding: 2px 2px 2px 3px;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	max-height: 26px;
	overflow: hidden;
	text-overflow-multiline: ellipsis;
}

/* Color Examples */
.calednar_month td > div > a.event.green {
	background: #76bb32;
}
.calednar_month td > div > a.event.orange {
	background: #f78129;
}
.calednar_month td > div > a.event.red {
	background: #f78129;
}
/* End Calendar */


/* Side Menu */

.side_menu {
	background: #f7f7f7;
	border: #cccccc solid 1px;
	border-radius: 4px;
	padding: 0;
	list-style: none;
}
.side_menu > li {
	border-bottom: #cccccc solid 1px;
	padding: 10px 20px;
}
.side_menu > li > span {
	cursor: pointer;
}
.side_menu > li .arrow {
	float: right;
	display: block;
	background: url('/images/layout/arrow_right.png') no-repeat;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 0;
	cursor: default;
}
.side_menu > li.selected .arrow {
	background: url('/images/layout/arrow_down.png') no-repeat;
}
.side_menu > li > ul {
	padding: 0px;
	display: none;
}
.side_menu > li > ul > li {
	list-style: none;
}
.side_menu > li.selected  > ul {
	display: block;
}
/* End Side Menu */

/* Grid List */

.grid_list div {
	display: inline-table;
	width: 23%;
	margin-left: 1%;
	margin-bottom: 5px;
	float: none;
}

.grid_list p {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.grid_list div {
		width: 48%;
		margin-left: 1%;
	}
}

/* End Grid List */


/* Media List */

.media_slider {
	
}

.media_slider li > img {
	float: left;
	margin-right: 4.6875%;
	max-width: 110px;
	width: 34.375%;
}
.media_slider .details {
	float: left;
	margin-right: 4.6875%;
	width: 56.25%;
}
.media_slider .nbs-flexisel-item {
	line-height: normal;
}
.media_slider .nbs-flexisel-ul {
	text-align: left;
}
.media_slider .nbs-flexisel-inner {
	position: relative;
}
.media_slider .nbs-flexisel-nav-left {
	top: inherit !important;
	left: inherit !important;
	bottom: 0;
	right: 30px;
}
.media_slider .nbs-flexisel-nav-right {
	top: inherit !important;
	bottom: 0;
}


/* End Media List */

a.winterfilterlist {

    color: #414141;
	
	/* color: #005B7F; */
    text-decoration: none;
	
}

a.winterfilterlist:hover,
a.winterfilterlist:focus {
/*
  color: #b32416;  */
  color: #00A6E7;
  text-decoration: underline;
}


a.filterlist {
    color: #414141;
    text-decoration: none;
}

.pk-container {
	max-width: 700px;
}

.filter_sidebar .filter_list li > div.selected-child > span {
	background: #3A87AD;
	border-radius: 4px;
}

.filter_sidebar .filter_list li > div.selected-adult > span {
	background: #F78129;
	border-radius: 4px;
}

.filter_sidebar .filter_list li > div.selected-teen > span {
	background: #76BB32;
	border-radius: 4px;
}

.filter_sidebar .filter_list li > div.selected-all > span {
	background: #911B10;
	border-radius: 4px;
}

.listview_controls {
	position: absolute;
	top: -4px;
	right: 10px;
}


/* Booklist Items */

.booklist_news_item {
	display: inline-table;
	width: 99%;
	vertical-align: top;
	margin-bottom: 30px;
}

.booklist_news_item > img {
	float: left;
	margin-right: 3%;
	width: 20%;
	max-width: 110px;
}

.booklist_news_summary {
	float: left;
	width: 75%;
	margin-right: 2%;
}

/* End Booklist Items */

/* linklist Items */

.linklist_news_item {
	display: inline-table;
	width: 99%;
	vertical-align: top;
	margin-bottom: 30px;
}

.linklist_news_item > img {
	float: left;
	margin-right: 3%;
	width: 20%;
	max-width: 110px;
}

.linklist_news_summary {
	float: left;
	width: 75%;
	margin-right: 2%;
}

/* End linklist Items */

/* Blog Books */

.blog_book_list {
	
}

.blog_book_list .blog_book_item {
	margin: 10px 0;
}

.blog_book_list .blog_book_item > img {
	float: left;
	margin-right: 4.6875%;
	width: 34.375%;
	max-width: 110px;
}

.blog_book_list .item_summary {
	float: left;
	width: 56.25%;
	margin-right: 4.6875%;
}



/* End Book List */

.blogimg > img {
	float: left;
	margin-right: 15px;
	max-width: 140px;
}

.wrp_table {
	background-color: #EFEFEF;
	border: #ccc solid 1px;
	border-radius: 4px;
	padding: 3px;
}