/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*
* Site layout and design Copyright 2012, David Barthwell, Verge Studios
* www.vergegraphics.com
*/


/* ==================================================
Basic Layout
================================================== */

body {
background:url('../images/blue-bg.jpg') top center #003d6b;
}

.top-padded {
padding:10px 0;
}

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

.blue {
color:#08538c!important;
}

.internal-content h2 {
color:#e79300!important;
}

.internal-content h3,
.internal-content h4 {
color:#005596!important;
}

.quote {
color:#888;
font-family: "Georgia", "Times New Roman", serif;
font-size:20px;
line-height:24px;
}

/* ==================================================
Header
================================================== */

header {
background:url(../images/words.png) no-repeat top center #fff;
}

#logo-hold img {
display:block;
float:left;
}

.social-icons {
text-align:center;
}

.social-icons img {
margin:0 5px;
}

/* ==================================================
Menu
================================================== */

nav {
background:#005596;
}

#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}

#nav a,
#nav a:visited {
color:#fff;
display:block;
float:left;
font-family:"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:bold;
padding:10px 20px;
text-decoration:none;
}

#nav a:hover {
color:#a9d3f3;
}

#nav li { /* all list items */
display:inline-block;
float: left;
padding:0; margin:0;
}

#nav li ul { /* second-level lists */
position: absolute;
background:#005596;
width: 150px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
margin-top:35px;
z-index:10000;
-webkit-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .5);
-moz-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .5);
-o-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .5);
-ms-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .5);
box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .5);      
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}


/* ==================================================
Hero
================================================== */

#hero {
background:url('../images/blue-bg.jpg') top center #56a1da;
-webkit-box-shadow: inset 2px 0px 10px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 2px 10px rgba(0,0,0,0.75);
-o-box-shadow: inset 0px 2px 10px rgba(0,0,0,0.75);
-ms-box-shadow: inset 0px 2px 10px rgba(0,0,0,0.75);
box-shadow: inset 0px 2px 10px rgba(0,0,0,0.75);
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
-o-border-bottom-right-radius: 3px;
-o-border-bottom-left-radius: 3px;
-ms-border-bottom-right-radius: 3px;
-ms-border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

/* ==================================================
Quote
================================================== */

#quote {
background:#f7f7f7;
}

#quote h2 {
display:block;
font-family: "Georgia", "Times New Roman", serif;
font-size:20px;
line-height:24px;
padding:10px ; margin:0 0 15px 0;
text-align:center;
}

/* ==================================================
News Carousel
================================================== */

#news-hero {
background:#e6e6e6;
border-bottom:1px dotted #ccc;
}

.list_carousel {
margin: 0 0 0 0;
position:relative;
width: 360px;
}

.list_carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel li {
background:#fff;
color: #999;
text-align: left;
width: 260px;
height: auto;
padding: 0;
margin: 0 10px;
display: block;
float: left;
}

.list_carousel.responsive {
width: auto;
margin-left: 0;
}

#news-carousel  {
font-size:13px; line-height:20px;
}

#news-carousel li {
-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
-moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
-o-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
-ms-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);  
}

#news-carousel .slide-image {
display:block;
height:260px;
overflow:hidden;
text-align:center;
width:260px;
}

#news-carousel .slide-image img {
height:260px;
}

#news-carousel .description {
color:#08538c;
padding:10px;
}

#news-carousel .description a {
color:#08538c;
text-decoration:none;
}

#news-carousel .description a:hover,
#news-carousel .description a:focus,
#news-carousel .description a:visited {
color:#08538c;
text-decoration:none;
}

#news-carousel .date-line {
color:#bbbbbb;
font-size:11px; line-height:18px;
padding:0 10px;
}

#news-carousel .date-line a {
color:#08538c!important;
}

#news-carousel .added-on {
float:left;
}

#news-carousel .region {
float:right;
}

.list_carousel .prev,
.list_carousel .next {
-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
-moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
-o-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
-ms-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);  
}

.list_carousel .prev {
background:url('../images/arrow-left.png') top center #fff;
display:block;
float:left;
height:50px;
margin-top:-25px;
outline:0;
position:absolute;
left:0px;
top:50%;
text-indent:-9999em;
width:50px;
}

.list_carousel .next {
background:url('../images/arrow-right.png') top center #fff;
display:block;
float:left;
height:50px;
margin-top:-25px;
outline:0;
position:absolute;
right:0px;
top:50%;
text-indent:-9999em;
width:50px;
}

.pager {
float: left;
width: 300px;
text-align: center;
}

.pager a {
margin: 0 5px;
text-decoration: none;
}

.pager a.selected {
text-decoration: underline;
}

.timer {
background-color: #999;
height: 6px;
width: 0px;
}

/* ==================================================
Homepage Layout
================================================== */

#hero-row {

}

#homepage-sidebar {
padding:20px 20px 0 0;
}

#homepage-sidebar h3 {
font-size:16px;
font-weight:bold;
line-height:16px;
padding:0 0 10px 0; margin:0;
}

#hero-row #homepage-sidebar li {
border-bottom:1px solid #e6e6e6;
padding:5px 0; margin:0;
}

#hero-row #homepage-sidebar h4 {
font: 13px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height:20px;
padding:0; margin:0;
}

#hero-row #homepage-sidebar .news-list-image {
float:left;
margin:0 5px 0 0;
}

#hero-row #homepage-sidebar .news-list-image img {
display:block;
width:50px;
}

#news-row {
border-top:1px solid #e6e6e6;
}

#news-row h3 {
font-size:16px;
font-weight:bold;
line-height:16px;
padding:0 0 10px 0; margin:0;
}

#news-row #news-one {
padding:20px 0 0 20px;
}

#news-row #news-two {
background:#f7f7f7;
padding:20px;
}

#news-row #news-three {
padding:20px 20px 0 0;
}

#news-row #news-three #befair-box {
border:1px solid #e6e6e6;
}

#news-row #news-three #befair-box  img{
display:block;
width:100%;
}

#milestone-row {
border-top:1px solid #e6e6e6;
}

/* ==================================================
General
================================================== */

.homepage-container {
background:#fff;
}

.padded {
padding:20px;
}

#upper {
background:url('../images/bg.jpg') top center no-repeat #c8c5ac;
border-bottom:1px solid #d6d5c2;
padding-bottom:20px;
}

.page-title {
}

.page-title h1 {
background:url('../images/blue-bg.jpg') top center #003d6b;
border-bottom:1px solid #e6e6e6;
color:#fff;
font-family:"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:30px;
font-weight:300;
line-height:40px;
padding:20px; margin:0;
text-shadow: 0px 1px 0px #fff;
}

.internal-menu {
padding:20px 20px 20px 0;
}

.internal-menu ul {
margin:0;
padding:0;
}

.internal-menu ul.joomla-nav {
background:#fff;
border:1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin:0; padding:0;
}

.internal-menu ul li {
margin:0; padding:0;
}

.internal-menu ul li a {
border-bottom:1px solid #e6e6e6;
font-size:12px;
margin:0; padding:0;
}

.internal-menu ul li:last-child a {
border-bottom:0;
}

.internal-menu ul li ul li:last-child a {
border-bottom:1px solid #e6e6e6;
}

.internal-menu ul li a {
color:#555;
display:block;
margin:0;
padding:10px 20px;
text-decoration:none;
}

.internal-menu ul li ul li a {
background:#f7f7f7;
margin:0; padding:10px 20px 10px 35px;
}


.internal-menu ul li ul li ul li a {
background:#eee;
margin:0; padding:10px 20px 10px 35px;
}

.internal-menu ul li a:hover {
color:#000;
}

.internal-menu ul li#current a {
color:#498ac7;
font-weight:bold;
}

.internal-menu ul li#current a:before {
content:"> ";
} 

.internal-menu ul li#current ul li a {
color:#555;
font-weight:normal;
}

.internal-menu ul li#current ul li a:before {
content:"";
} 

#internal-hero {
overflow:hidden;
height:200px;
}

#internal-hero img {
display:block;
vertical-align:bottom;
}

.whitebox {
background:#fff;
background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(240,240,240)),
	color-stop(0.25, rgb(255,255,255))
);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
padding:20px;
}

.lt-ie9 .whitebox  {
background:#fff;
}

.whitebox h3 {
font-size:16px;
font-weight:bold;
line-height:18px;
padding:0 0 20px 0; margin:0;
}

.whitebox p {
padding:0; margin:0;
}

#sidebox {
padding:20px 0;
}

#sidebox .module {
background:#e5e2cc;
background-image: linear-gradient(bottom, rgb(209,205,175) 0%, rgb(229,226,204) 25%);
background-image: -o-linear-gradient(bottom, rgb(209,205,175) 0%, rgb(229,226,204) 25%);
background-image: -moz-linear-gradient(bottom, rgb(209,205,175) 0%, rgb(229,226,204) 25%);
background-image: -webkit-linear-gradient(bottom, rgb(209,205,175) 0%, rgb(229,226,204) 25%);
background-image: -ms-linear-gradient(bottom, rgb(209,205,175) 0%, rgb(229,226,204) 25%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(209,205,175)),
	color-stop(0.25, rgb(229,226,204))
);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border:2px solid #f2f0e3;
border-radius: 3px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
margin:0 20px 20px 0;
padding:10px;
}

.lt-ie9 #sidebox .module {
background:#e5e2cc;
}

#sidebox .module:last-child {margin-bottom:0;}

#sidebox h3 {
font-size:16px;
font-weight:bold;
line-height:18px;
padding:0 0 5px 0; margin:0;
}

#sidebox  ul {
padding:0; margin:0;
}

#sidebox  ul li {
padding:5px 0 0 0; margin:0;
}

#sidebox ul li a,
#sidebox ul li a:visited {
color:#005596;
text-decoration:none;
}

#sidebox ul li a:hover {
color:#000;
}

#sidebox img {
margin-right:5px;
vertical-align:top;
}

#internal {
background:#fff;
background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 25%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(240,240,240)),
	color-stop(0.25, rgb(255,255,255))
);
}

.internal-content {
padding:20px;
}

.internal-content ul {
list-style-type:disc;
}

.internal-content ul li {
font-size:13px;
line-height:20px;
margin: 0 0 10px 15px;
}

.aside {
float:right;
margin-left:20px;
padding-bottom:20px;
}

.aside-left {
float:left;
margin-right:20px;
padding-bottom:20px;
}

.wide-image {
max-width:100%;
}

/* ==================================================
Blog Summary Layout
================================================== */

.blog h2 {
font-size:18px;
line-height:24px;
padding:0 0 10px 0; margin:0;
}

.blog h2 a,
.item-page h2 a {
text-decoration:none;
}

.blog .item {
border-bottom:1px solid #e6e6e6;
padding:10px 0 20px 0;
}

.blog dl,
.item-page dl {
font-size:11px;
padding-bottom:10px;
}

.blog .img-intro-left img {
float:left;
margin:0 10px 5px 0;
width:150px;
}

.item-page .img-fulltext-left img {
float:left;
margin:0 10px 5px 0;
max-width:260px;
}

.blog .items-more {
padding-top:10px;
}

/* ==================================================
Pagination
================================================== */

div.pagination {
border-top:5px solid #e6e6e6;
display:block;
text-align:left;
line-height:1px;
clear:both;
font-size:12px;
font-weight:normal;
padding-top:10px;
}

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

div.pagination ul li {
display:inline-block;
list-style:none;
margin:0 10px 0 0;
padding:0;
}

div.pagination a:link, 
div.pagination a:visited,
div.pagination span {
padding:5px 10px;
border:1px solid #EBEBEB;
text-decoration:none;
background-color:#F5F5F5;
color:#3b5998;
font-weight:normal;
}

div.pagination a:hover {
background-color:#000;
border:1px solid #000;
color:#fff;	
}

div.pagination span {
border:1px solid #EBEBEB;
text-decoration:none;
background-color:#F5F5F5;
color:#D7D7D7;
cursor:default;
}

ul.pagenav {
list-style:none!important;
padding:10px 0 0 0!important; margin:0!important;
border-top:5px solid #e6e6e6;
display:block;
text-align:left;
line-height:1px;
clear:both;
font-size:12px;
font-weight:normal;
}

ul.pagenav li {
list-style:none!important;
padding:0!important; margin:0 10px 0 0!important;
display:inline-block;
}

ul.pagenav li a:link, 
ul.pagenav li a:visited,
ul.pagenav li span {
padding:5px 10px;
border:1px solid #EBEBEB;
text-decoration:none;
background-color:#F5F5F5;
color:#3b5998;
font-weight:normal;
}

ul.pagenav li a:hover {
background-color:#000;
border:1px solid #000;
color:#fff;	
}

/* ==================================================
Footer
================================================== */

#footer {
background:url('../images/footerrow.jpg') top center repeat-x;
padding-top:75px;
}

footer {
color:#498ac7;
padding:20px 0;
}

footer a,
footer a:visited, 
footer a:focus {
color:#91c1ef;
text-decoration:none;
}

footer a:hover {
color:#fff;
}

footer h4 {
border-bottom:1px dotted #498ac7;
color:#498ac7;
font-family: "Georgia", "Times New Roman", serif;
font-style:italic;
margin:0; padding:0;
padding-bottom:10px;
margin-bottom:10px;
}

footer ul {
padding:0; margin:0;
}

footer ul li {
display:inline-block;
float:left;
margin-right:20px;
}

footer #copyright {
border-top:1px dotted #498ac7;
display:block;
padding-top:10px;
}


/* ==================================================
Accordion
================================================== */

.accordion a.accordion-title {
background:#f2f0e3;
border:1px solid #cac7b0;
font-size:13px;
font-weight:bold;
display:block;
line-height:16px;
padding:10px;
text-decoration:none;
}

.accordion dt {
display:block;
margin-top:5px;
}

.accordion dd {
background:#fff;
border:1px solid #cac7b0;
border-top:0;
display:block;
font-size:13px;
line-height:16px;
padding:10px;
}

/* ==================================================
Map
================================================== */

.map {
width:100%!important;
}

/* ==================================================
Sponsorship
================================================== */

.sponsor-logo {
background:#fff;
border:1px solid #ccc;
float:left;
margin:0 20px 20px 0;
padding:10px;
}

/* ==================================================
Latest Files Module
================================================== */

.phocadownloads_latest {
font-size:12px;
line-height:18px;
}

.pd_description a {
text-decoration:none;
}

.pd_description {
border-bottom:1px dotted #ccc;
padding:10px 0;
}

/* ==================================================
Who We Are Custom Module
================================================== */

.who-we-are {
background:#f7f7f7;
}

.who-we-are #who-we-are-content {
}

.who-we-are ul {
list-style-type:disc;
}

.who-we-are  ul li {
font-size:13px;
line-height:20px;
margin: 0 0 10px 15px;
}

#who-we-are-image {
display:block;
width:100%;
}


/* ==================================================
Breadcrumbs
================================================== */

.breadcrumbs {
background:#fff;
border-bottom:1px dotted #e6e6e6;
color:#888;
font-size:12px;
padding:5px 20px;
}

.breadcrumbs a {
color:#498ac7;
}

/* ==================================================
Donate Button
================================================== */

.donate {
background-color: #ee432e;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
border: 1px solid #951100;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 2px rgba(0, 0, 0, 0.25);
box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 2px rgba(0, 0, 0, 0.25);
color: #fff;
display:block;
font: bold 18px "helvetica neue", helvetica, arial, sans-serif;
line-height: 1;
margin:20px 20px 10px 20px;
padding:5px;
text-align: center;
text-decoration:none;
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}

.donate em {
font-family: "Georgia", "Times New Roman", serif;
}

.donate:hover {
background-color: #f37873;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
color:#fff;
cursor: pointer; 
}

.donate:active {
background-color: #d43c28;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}

.donate:focus, .donate:visited {
color:#fff;
}

/* ==================================================
Carousel script
================================================== */

#milestone-slider {
background:#f7f7f7;
}

#milestone-slider h3 {
font-size:16px;
font-weight:bold;
line-height:16px;
padding:20px 20px 0 20px; margin:0;
text-align:center;
}

.es-carousel-wrapper{
padding:0px 0px;
position:relative;
}

.es-carousel{
overflow:hidden;

}

.es-carousel ul{
display:none;
}

.es-carousel ul li{
height:100%;
float:left;
display:block;
}

.es-carousel ul li a{
display:block;
border-style:none;
text-decoration:none;
}

.es-carousel ul li img{
display:block;
border:none;
margin-bottom:10px;
max-height:100%;
max-width:100%;
}

.es-carousel p {
color:#888;
display:block;
font-size:13px;
line-height:18px;
padding:0 10px; margin:0;
}

.es-nav span {
position:absolute;
top:50%;
left:-20px;
background:url(../images/nav.png) no-repeat top left #005596;
width:40px;
height:80px;
margin-top:-40px;
text-indent:-9000px;
cursor:pointer;
opacity:0.8;
}

.es-nav span.es-nav-next{
right:-20px;
left:auto;
background-position:top right;
}

.es-nav span:hover{
opacity:1.0;
}

/* #Page Styles
================================================== */

/* #Phoca Download
================================================== */
div.pd-textonly
{
	margin: 0 ! important;
	padding: 0 ! important;
}

div.pd-title small
{
	display: none;
}

div.date-hold div.pd-date-txt
{
	display: none;
}

div.date-hold
{
	clear: both;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		header {background:#fff;}
		#nav li {border-bottom:1px solid #116db3; display:block; float:none;}
		#nav li a {float:none;}
		#nav li ul {display:none;}
		.social-icons {padding-bottom:10px;}
		#logo-hold{text-align:center;}
		#logo-hold img{display:inline; float:none;}
		img#tagline {display:none;}
		#news-row #news-one, #news-row #news-three, #homepage-sidebar {padding:20px;}
		#sidebox {padding:20px;}
		#sidebox .box {margin:0 0 20px 0;}
		#sidebox .box:last-child {margin-bottom:0;}
		.internal-menu {padding:20px;}
		.whitebox {margin-bottom:20px;}
		.aside {float:none;margin:0;}
		.es-carousel p {font-size:11px;line-height:14px;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		nav ul li {border-bottom:1px solid #116db3; display:block; float:none;}
		nav ul li a {float:none;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		nav ul li {border-bottom:1px solid #116db3; display:block; float:none;}
		nav ul li a {float:none;}
	}
