.nav-bar > li:last-child {
border-right: 0px;
-webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2);
box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2);
}

ul#menu-top.nav-bar
{
	margin: 0;
	border-top: 1px solid black;
	border: 1px solid #000000;
	border-bottom: none;
	background-color: #2F446C;
	background: -webkit-gradient(linear, left top, left bottom, from(#2F446C), to(#000));
	background: -webkit-linear-gradient(top, #2F446C, #000);
	background: -moz-linear-gradient(top, #2F446C, #000);
	background: -ms-linear-gradient(top, #2F446C, #000);
	background: -o-linear-gradient(top, #2F446C, #000);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f446c', endColorstr='#000',GradientType=0 ); /* IE6-8 */
}

ul#menu-top.nav-bar > li
{
	border-top: 0;
	text-align: center;
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

ul#menu-top.nav-bar > li.active {
	background: #0c66b3;
	border-color: transparent;
}

#top_nav ul.flyout li.active a, 
top_nav .nav-bar li ul li.active a {
	background-color: #0c66b3;
	color: white;
	font-weight: bold;
}

ul#menu-top.nav-bar > li > a{
	color: #B3B3B3;
}

ul#menu-top.nav-bar > li.special > a{
	color: white;
}

ul#menu-top ul.flyout li.hilite a{
	background-color: yellow;
	color: black;
	font-weight: bold;
}

ul#menu-top.nav-bar > li:hover,
ul#menu-top.nav-bar > li.special:hover {
  color: #efefef !important;
  border-bottom-color: transparent !important;
  background-color: #0d0d0d;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#1f1f1f));
  background: -webkit-linear-gradient(top, #0d0d0d, #1f1f1f);
  background: -moz-linear-gradient(top, #0d0d0d, #1f1f1f);
  background: -ms-linear-gradient(top, #0d0d0d, #1f1f1f);
  background: -o-linear-gradient(top, #0d0d0d, #1f1f1f);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
}

ul#menu-top.nav-bar > li.current-menu-item > a
{
	color:  white;
}

ul#menu-top.nav-bar > li.special
{
	background-color: #408000;
	background: -webkit-gradient(linear, left top, left bottom, from(#5DB105), to(#212121));
	background: -webkit-linear-gradient(top, #5DB105, #212121);
	background: -moz-linear-gradient(top, #5DB105, #212121);
	background: -ms-linear-gradient(top, #5DB105, #212121);
	background: -o-linear-gradient(top, #5DB105, #212121);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DB105', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
}


ul#menu-top ul.flyout li a:hover, 
ul#menu-top .nav-bar li ul li a:hover { 
	background: #2F446C; 
	color: white; 
}

ul#menu-top ul.flyout li a, 
ul#menu-top .nav-bar li ul li a { 
	border: 0px solid black; 
	border-width: 0px 0px 0 0; 
	color: #555; display: block; font-size: 14px; height: auto; line-height: 1; 
	padding: 15px 20px; 
	-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 1) inset; 
	-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 1) inset; 
	box-shadow: 0 0px 0 rgba(0, 0, 0, 1) inset; 
}

ul#menu-top ul.flyout li, 
ul#menu-top .nav-bar li ul li {
	border-left:  3px solid #CCC;
}

ul#menu-top .flyout {
	border: 0px solid #d9d9d9;
}

.gce-widget-grid .gce-calendar td {
	border: 1px solid #2F446C !important;
}

.gce-month-title{
	font-size: 18px;
	font-weight: bold;
}

.gce-has-events {
	background-color: #2F446C;
}

.gce-has-events span{
	color: white;
}

.gce-today {
	color: black !important;
}

.nivo-caption
{
	font-size: 24px;
}

.standard_widgets .widget_links li a
{
	text-align: center;
}
.standard_widgets .widget_links li a img
{
	width: 80%;
	
}

.standard_widgets .widget_search{
	margin-bottom: 20px;
}

.stButton .stBubble_count {
height: 42px !important;
}

.stButton .stButton_gradient {
height: 24px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
height: 24px !important;
}

.collapseomatic
{
	color: blue;
	font-weight: bold;
}

.wp-pagenavi {
	margin-bottom: 25px;
}

#ml.alert-box {
display: block;
padding: 6px 7px;
font-weight: bold;
font-size: 13px;
background: #eee;
border: 1px solid 
rgba(0,0,0,0.1);
margin-bottom: 12px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-shadow: 0 1px rgba(255,255,255,0.9);
}

#ml.alert-box a.close {
color: #000;
position: absolute;
right: 4px;
top: 0;
font-size: 18px;
opacity: 0.2;
padding: 4px;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	width: 320px !important;
}

.dds_other input[type=text]{
	width: 400px;
}

.mailemail label.gfield_label{
	color:white;
}

.mailemail div.ginput_container input[type=text]
{
	width: 200px;
}

#bottom_footer .widget-container h3
{
	margin-bottom: 0px;
}

#bottom_footer .widget-container #gforms_confirmation_message{
	color:white;
}

.nav-bar
{
	overflow:hidden;
}

.mobiled
{
	font-size: 18px !important;
}

#pos_slider .flashcard_content .shareaholic-show-on-load
{
	display: none !important;
}

#pos_slider .flashcard_slider .flashcard_slideri {
	margin-right: 50px !important;
}

#pos_slider .flashcard_slider .flashcard_slideri:last-child{
	margin-right: 0 !important;
}

#pos_slider .flashcard_wrapper{
	margin: auto !important;
}

#pos_slider .flashcard_content h2
{
	font-size: 7em;
	color: blue;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
}

#pos_slider .flashcard_title{
	text-align: center;
}

#pos_slider .flashcard_title.flashcard_top{
	padding: 10px 10px 35px !important;
}

#pos_slider .flashcard_control.flashcard_bottom.flashcard_toback {
top: 40px;
height: 33px;
}

#pos_slider .flashcard_control.flashcard_top.flashcard_tofront{
	background-color: #999999 !important;
}

#pos_slider .flashcard_front{
	background: white url(images/dart_wheel.jpg) no-repeat center center;
}

#pos_slider .shareaholic-show-on-load 
{
	display: none !important;
}

.screen-reader-text, .daddydesign
{
	display: none;
}

#wps-toolbar-content #wps-toolbar-bottom {
	background-color: rgba(0,0,0,.9) !important;
}

.wps-twitter-status
{
	display: none !important;
}

.block
{
	display: block !important;
	white-space:normal !important;
}



.col_ins_title
{
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjQ0NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(47,68,108,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(47,68,108,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(47,68,108,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(47,68,108,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(47,68,108,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(47,68,108,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f446c',GradientType=1 ); /* IE6-8 */
	
	text-align: right;
	color: white;
	padding-right: 15px;
	
	font-family: 'Misa', Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);

	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	margin: 0;
	
	font-weight: normal;

}

.nav-bar > li > a:first-child{
	padding: 0;	
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	#top_header .site-subheader{
		font-size: 18px;
	}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	ul#menu-top.nav-bar > li
	{
		border-top: 0;
		text-align: left;
		padding-left: 10px;
	}
}
