/************* search widget ***********************/
.search_buttons {
   padding-bottom:5px;
}

.search_selected
{
  background-color:#ffffff;
  border-color: #ffffff;
  color: #000000;
  border-width: 0px;
	
}
.search_notselected
{
  background-color: #ffffff;
  border-color: #686868;
  color: #686868;
  border-width: 0px;
	
}

.searchLocal span,
.searchCatalog span
{
	font-size: 16px;
	font-weight: 700;
    cursor: pointer; 
	/* cursor:url(images/shiloh_paw_1000_thumb30.png), auto; */
}

.searchLocal img,
.searchCatalog img
{
    max-height:12px;
	padding-bottom:0px;
	margin-top: -3px;
}

.search_selected img {
    opacity: 1;
}

.search_notselected img {
    opacity: .7;
}

.searchLocal,
.searchCatalog 
{
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  border-style: solid;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: auto;
  max-height: 230px;
  max-width: 230px;
  padding-top:0px;
  padding-bottom:3px;
  padding-right:6px;
  padding-left:6px;
}

.searchLocal:hover,
.searchCatalog:hover
 {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border-width: 1px;
}

.local_search, .remote_search {
    font-size: 16px;
}

.search_button {
  border: none;
  margin-left: -4px;
  height: 30px;
  background-color: #4fae95;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.search_bar {
  margin-top: 5px;
  height: 30px;
  font-style: italic;
  font-size: 18px;
}

.searchLgText {
  font-family: "Questrial", sans-serif;
  font-size: 25px;
  font-weight: 600;
}


/************************************/

.citybannerarea {
    background-color:#3b5789;  
    width: 970px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.citybannerarea h1 {     font-size: 16px;
    color: #ffffff;
 }
 
.socialmedia_opacity {
  opacity: 1;
}
.socialmedia_opacity:hover {
  opacity: .8;
}
.socialmedia_scale:hover {
  transform: scale(0.97);
}




.seo_bulletlist {
	margin-left: 40px;
}

.moreinfoicon {
   	height: 15px;
	margin-right: 5px;
}

.picshadow {
    /* border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 15px 15px 15px 15px;
}

.picshadow2 {
    /* border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    /* margin: 15px 15px 15px 15px; */
}

.picshadowsmall {
    /*border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 10px 10px 10px 10px;
}
	
.picright {
    /*border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picrightrotate {
    /* padding: 0px 0px 0px 0px; */
    float: right;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleftrotate {
    /* padding: 0px 0px 0px 0px; */
    float: left;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleft {
    float: left;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picright_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picrightrotate_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: right;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleftrotate_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: left;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleft_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.wideimage {
    max-width: 100%;
    height: auto;      
}

.homebox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #d6f4fc;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #d6f4fc;
    border-style: solid;
    border-width: 2px;
    /*min-height: 620px;
    min-width: 340px;
    max-width: 340px; */
}

.borderdivider {
    border-bottom:5px solid #64d8f7;
}

.homebox2 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #aa711d;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    border-color: #aa711d;
    border-style: solid;
    border-width: 2px;
    /* min-height: 620px;
    min-width: 340px;
    max-width: 340px; */
}

.calendarbutton {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px 0 5px 0;
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	background-color: #ee8d49;
	color: #000;
	font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
	text-align: center;
}

.calendarbutton a {
	color: #000;
}

.calendarbutton:hover {
	background-color: #fca164;
	color: #000;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.calendarbutton:hover a {
	background-color: #fca164;
	color: #000;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.calendarbutton h1 {
	color: #000;
}
.calendarbutton h2 {
	color: #000;
}
.calendarbutton h3 {
	color: #000;
}
.calendarbutton h4 {
	color: #000;
}
.calendarbutton h5 {
	color: #000;
}
.calendarbutton h6 {
	color: #000;
}


.homebutton {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: wrap;
	margin: 5px 0 10px 0;
	padding: 20px 20px 0px 20px;
	font-size: 12px;
	height: auto;
	line-height: 70px;
	background-color: #4191d6;
	color: #FFF;
	font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	text-align: center;
	width: 100%;
}

.homebutton a {
	color: #fff;
}

.homebutton:hover {
	background-color: #2355b3;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton:hover a {
	background-color: #2355b3;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton h1 {
    color: #fff;
}
.homebutton h2 {
    color: #fff;
}
.homebutton h3 {
    color: #fff;
}
.homebutton h4 {
    color: #fff;
}
.homebutton h5 {
    color: #fff;
}
.homebutton h6 {
    color: #fff;
}



.homebutton_dk {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: wrap;
	margin: 5px 0 10px 0;
	padding: 20px 20px 0px 20px;
	font-size: 12px;
	height: auto;
	line-height: 70px;
	background-color: #2355b3;
	color: #FFF;
	font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	text-align: center;
	/* width: 100%; */
}

.homebutton_dk a {
	color: #fff;
}

.homebutton_dk:hover {
	background-color: #0b2c6b;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton_dk:hover a {
	background-color: #0b2c6b;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton_dk h1 {
    color: #fff;
}
.homebutton_dk h2 {
    color: #fff;
}
.homebutton_dk h3 {
    color: #fff;
}
.homebutton_dk h4 {
    color: #fff;
}
.homebutton_dk h5 {
    color: #fff;
}
.homebutton_dk h6 {
    color: #fff;
}



.homebutton_orange {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: wrap;
	margin: 5px 0 10px 0;
	padding: 20px 20px 0px 20px;
	font-size: 12px;
	height: auto;
	line-height: 70px;
	background-color: #ee8d49;
	color: #000;
	font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	text-align: center;
	width: 100%;
}

.homebutton_orange a {
	color: #000;
}

.homebutton_orange:hover {
	background-color: #fca164;
	color: #000;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.homebutton_orange:hover a {
	background-color: #fca164;
	color: #000;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.homebutton_orange h1 {
	color: #000;
}
.homebutton_orange h2 {
	color: #000;
}
.homebutton_orange h3 {
	color: #000;
}
.homebutton_orange h4 {
	color: #000;
}
.homebutton_orange h5 {
	color: #000;
}
.homebutton_orange h6 {
	color: #000;
}



.homebutton_sm {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: wrap;
	margin: 5px 0 10px 0;
	padding: 0px 15px 0px 15px;
	font-size: 17px;
	height: auto;
	line-height: 35px;
	background-color: #4fae95;
    color: #fff;
	font-weight: 600;
    text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
	text-align: center;
}

.homebutton_sm a {
    color: #fff;
}

.homebutton_sm:hover {
	background-color: #469B84;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton_sm:hover a {
	background-color: #469B84;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton_sm h1 {
    color: #fff;
}
.homebutton_sm h2 {
    color: #fff;
}
.homebutton_sm h3 {
    color: #fff;
}
.homebutton_sm h4 {
    color: #fff;
}
.homebutton_sm h5 {
    color: #fff;
}
.homebutton_sm h6 {
    color: #fff;
}


.header_white h1 {
  color: #fff;
  Font-weight:normal
}

.header_white h2 {
  color: #fff;
  Font-weight:normal
}

.header_white h3 {
  color: #fff;
  Font-weight:normal
}

.header_white h4 {
  color: #fff;
  Font-weight:normal
}

.header_white h5 {
  color: #fff;
  Font-weight:normal
}

.header_white h6 {
  color: #fff;
  Font-weight:normal
}

.header_white a {
  color: #fff;
  Font-weight:normal
}
.header_white a:hover {
  color: #ddf2c6;
  Font-weight:normal
}

.header_black h1 {
  color: #000;
  Font-weight:normal
}

.header_black h2 {
  color: #000;
  Font-weight:normal
}

.header_black h3 {
  color: #000;
  Font-weight:normal
}

.header_black h4 {
  color: #000;
  Font-weight:normal
}

.header_black h5 {
  color: #000;
  Font-weight:normal
}

.header_black h6 {
  color: #000;
  Font-weight:normal
}

.header_black a {
  color: #000;
  Font-weight:normal
}
.header_black a:hover {
  color: #2355b3;
  Font-weight:normal
}


.link_black a {
	color: #000;
}
.link_black:hover a {
	color: #2355b3;
}


.accordion-title {
  background-color: #d6f4fc;
  border: none;
}

.accordion-title:focus {
  background-color: #64d8f7;
  outline: 2px solid #64d8f7;
}

.homebutton2 {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 6px 10px;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	background-color: #3b5789;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}

.homebutton2 a {
	color: #fff;
}

.homebutton2:hover {
	background-color: #000;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.homebutton2:hover a {
	background-color: #000;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}



.bulletedlist {
	margin-left: 30px;
}


.homebox p {
	color: #000;
}

.homebox h1 {
	color: #000;
	margin-bottom: 0px;
}
.homebox h2 {
	color: #000;
}
.homebox h3 {
	color: #000;
}
.homebox h4 {
	color: #000;
}
.homebox h5 {
	color: #000;
}
.homebox h6 {
	color: #000;
}

.homebox a {
	color: #000;
}

.homebox a:hover {
	color: #0b2c6b;
}

.cal_currentdate,
.cal_prevnext,
.cal_heading,
.cal_celldate,
.cal_cellevent,
.cal_black,
.cal_white,
.cal_pending,
.cal_deleted,
.cal_legend,
.cal_footer,
.event_date,
.event_name,
.event_desc
 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.cal_currentdate,
.cal_currentdate A:link,
.cal_currentdate A:visited,
.cal_currentdate A:active,
.cal_prevnext,
.cal_prevnext A:link,
.cal_prevnext A:visited,
.cal_prevnext A:active,
.cal_prevnext,
.cal_prevnext A:link,
.cal_prevnext A:visited,
.cal_prevnext A:active

{
	color:#D2352C;
}

.cal_heading,
.cal_heading A:link,
.cal_heading A:visited,
.cal_heading A:active,
.cal_white,
.cal_white A:link,
.cal_white A:visited,
.cal_white A:active
{
	color:#FFFFFF;
}

.cal_celldate,
.cal_celldate A:link,
.cal_celldate A:visited,
.cal_celldate A:active,
.cal_cellevent,
.cal_cellevent A:link,
.cal_cellevent A:visited,
.cal_cellevent A:active,
.cal_black,
.cal_black A:link,
.cal_black A:visited,
.cal_black A:active
{
	color:#000000;
}

.cal_pending,
.cal_pending A:link,
.cal_pending A:visited,
.cal_pending A:active 
{
	color: #A52A2A;
}

.cal_pending A:hover 
{
	color: #993333;
}

.cal_currentdate A:hover, 
.cal_cellevent A:hover 
{
	color:#993300;
}
.cal_celldate A:hover {
	color:#993300;
}

.cal_black A:hover {
	color:#666666;
}

.cal_white A:hover {
	color:#CCCCCC;
}

.cal_currentdate { 	font-size:28px; }
.cal_prevnext { 	font-size:18px;	}
.cal_heading { 	font-size:18px;	}
.cal_celldate { 	font-size:22px;	}
.cal_cellevent { 	font-size:10px;	}
.cal_black { 	font-size:10px;	}
.cal_white { 	font-size:10px;	}

.cal_prevnext A:link,
.cal_prevnext A:visited,
.cal_prevnext A:active {
	color:#D2352C;
}
.cal_prevnext A:hover {
	color:#993300;
}


.cal_pending,
.cal_pending A:link,
.cal_pending A:visited,
.cal_pending A:active,
.cal_pending A:hover {
	font-weight:800;	text-decoration:none; font-size:16px;	
}

.cal_deleted,
.cal_deleted  A:link,
.cal_deleted  A:visited,
.cal_deleted  A:active,
.cal_deleted  A:hover 
{	
	color: #A52A2A;
	font-weight:800; 
	text-decoration:line-through;	
	font-size:10px;	
}

.cal_legend {	font-family:Verdana, Arial, Helvetica, sans-serif;	color:#000000; font-weight:300;	font-size:11px;	}

.cal_footer,
.cal_footer A:link,
.cal_footer A:visited,
.cal_footer A:active 
{	color:#000000;	
    font-size:12px;	
}
.cal_footer A:hover { 	color:#324a61;	font-size:12px;	}

.event_date {	color:#39416f; 	font-size:15px;	font-weight:600;	vertical-align:top;}
.event_name {	color:#39416f;	font-size:12px;	font-weight:700;	vertical-align:top;	margin-left:15px;}
.event_desc {	color:#39416f;	font-size:10px;	font-weight:100;	vertical-align:t