/*
Misc.
*/
hr {border-color:#e6e6e6 !important;margin:20px 0;}
img.floatright {
	margin: 0 0 20px 20px;
	float: right;
	}
img.floatleft {
	margin: 0 20px 20px 0;
	float: left;
	}
#breadcrumbs ul:after,
nav ul:after,
#searchbar form:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	.label {color: #999;}
	
	.content table {border: 2px solid white; border-bottom: 2px solid #eee; max-width: 90%; margin-bottom: 20px;}
	
	.content table th,
	.content table td {padding: 5px 10px; border-right: 1px solid #eee;}
	
	.content table th {border-bottom: 2px solid #ccc; border-right-color: #ccc; font-weight: bold; background: #eee; text-align: left;}
	.content table td {border-bottom: 1px dotted #ccc;}
	
	.content table tr:hover td {background: #f9f9f9;}
	

dl {margin-bottom: 30px;}
dt {font-weight: bold;}

dl.toggle-list dt {background: #038F78; margin-top: 1px;}
dl.toggle-list dt a {color: white; padding: 10px 12px; display: block; text-decoration: none;}
dl.toggle-list dt a span {margin-right: 5px; color: #7dd6c7; font-size: 150%;}

dl.toggle-list dt a span:before {content: '+ ';}

dl.toggle-list dt.active {margin-bottom: 1px;}
dl.toggle-list dt.active a {background: #EEA922;}
dl.toggle-list dt.active a span:before {content: '– ';}
dl.toggle-list dt.active a span {color: #fbe2b2;}

dl.toggle-list dt.active a {}

dl.toggle-list dt a:hover span {color: white;}

dl.toggle-list dd {padding: 10px 20px; 
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 74%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(74%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 74%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 74%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 74%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 74%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

table {background-color: white;}

small {font-size: 90%; color: #666;}

#home-container img {margin-bottom: 0; margin-left: 5px; margin-top: 5px;}

.image-wrapper{ background: #f9f9f9; padding: 5px; float: left; margin: 0px 20px 20px 0px;border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.image-wrapper.right{ float: right; margin: 0px 0px 20px 20px;}
.image-wrapper img{display: block; padding: 0px 0px 5px;}
.image-wrapper small{display: block; margin: 0px 0px 0px 5px;}

/*
Header
*/
#header-container {
	position: relative;
	z-index: 111;
	background-color:#17544A;
	background-image:url(../img/header-bg.png);
	background-repeat:repeat-x;
*/
	}
header {
	position: relative;
	z-index: 111;
	height: 82px;
	}
a#logo-greensville {
	position: absolute;
	z-index: 1111;
	top:10px;
	left:0;
	display: block;
	margin: 0;
	padding: 0;
	width:178px;
	height: 128px;
	}
#searchbar {
	position: absolute;
	z-index: 111;
	top:0;
	right:0;
	margin: 0;
	}
#searchbar input[type="text"] {
	display: block;
	float: left;
	width: 160px;
	margin: 0;
	height: 17px;
	padding: 5px 8px;
	border: 0;
	outline: none;
	color: #93bcb5;
	font-size:15px;
	line-height: 17px;
	background: #154d44;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
#searchbar input[type="text"]:focus {
	background: #165249;
	}
#searchbar input[type="submit"] {
	float: left;
	display:block;
	width:30px;
	height: 27px;
	margin: 0;
	padding: 0;
	border:0;
	text-indent:-9999em;
	cursor: pointer;
	background: #154d44 url(../img/icon-search.png) no-repeat center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
#searchbar input[type="submit"]:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}

/*
Nav
*/
header select {
	display: none;
	}
a#mobile-menu-button {
	display: none;
	position: absolute;
	z-index: 1111;
	top:-50px;
	right:0;
	margin: 0;
	padding: 6px 12px;
	font-size:13px;
	line-height:13px;
	color: #236C5E !important;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #fff;
	border-top:1px solid #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#f3f3f3;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
nav {
	position: absolute;
	z-index: 11;
	width:100%;
	height: 100%;
	left:0;
	bottom:0;
	}
nav > ul {
	margin:0 0 0 200px; /* margin is set for gte IE 9 */
	position: absolute;
	z-index: 111;
	bottom:7px;
	left:auto;
	right: 0;
	list-style: none;
	display: table;
	width: 80%;
	}
nav > ul > li {
	position: relative;
	display: table-cell;
	float: none;
	margin: 0;
	padding: 0;
	font-size:14px;
	z-index: 111;
	zoom:1;
	vertical-align: bottom;
	line-height: 100%;
	width: auto;
	border-right: 1px dotted #333;
	width: 150px;
	}
	
	nav li.last-child {border-right: none;}
	
	
nav li div {position: relative;}
nav li.last-child a {
	padding-right:0;
	}
	
	nav li div > a {padding-bottom: 5px;}
	

nav li:hover > a  {
	color:#FFC045 !important;
	}
nav a {
	display: block;
    font-family: 'CabinBold';
	color: #fff !important;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 0 0 7px rgba(0, 0, 0, .4);
	}
nav a:hover,
nav li.active a {
	color:#93BCB5 !important;
	text-shadow: 0 0 7px rgba(0, 0, 0, .8);
	}
nav li:hover > div > ul,
nav li.dropdown:hover ul {
	display: block;
	}
nav ul ul {
	display: none;
	margin: 0;
	padding:13px 0;
	width: 220px;
	position: absolute;
	top: auto;
	left: -3px;
	bottom:auto;
	background: black;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
	list-style: none;
	 filter:alpha(opacity=80); opacity:.8;
	}
	
	nav > ul > li:last-child ul {left: auto; right: -10px;}
	
	
	nav ul ul:hover {filter:alpha(opacity=90); opacity:.90;}
	
nav ul ul li {
	float: none;
	font-size:13px;
	line-height:15px;
	width:auto;
	margin: 0;
	padding: 0;
	}
nav ul li.active ul li a,
nav ul ul a {
	padding: 5px 14px;
	color: #fff !important;
	text-shadow: 0 0 4px rgba(0, 0, 0, .2);
	}
nav ul li.active ul li a:hover,
nav ul ul a:hover {
	color: #ccc !important;
	text-shadow: 0 0 4px rgba(0, 0, 0, .3);
	}


/*
Main Homepage Slider
*/
#slide {
	position: relative;
	z-index: 1;
	border-bottom:6px solid #ccc;
	}
#slide .container {
	z-index: 11;
	}
#slide-pic {
	position: relative;
	z-index: 1;
	text-align: center;
	max-height:430px;
	overflow: hidden;
	background: #ccc;
	}
#slide-pic img {
	display: block;
	margin: 0 auto;
	width:100%;
	max-width: 1440px;
	}
.slide-caption {
	position: absolute;
	z-index: 11;
	bottom:0;
	left:0;
	width:870px;
	padding: 25px 70px 25px 20px;
	background: url(../img/bg-caption.png);
	/* text-align: center; */
	}
.slide-caption img {
	float: right;
	}
.slide-caption p {
	font-size:31px;
	line-height: 35px;
	color:#fff;
	margin: 0;
    font-family: 'CabinBold';
	}
.slide-caption p span {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display:block;
	font-size:20px;
	line-height: 20px;
	color:#eea922;
	}

.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#slide #howdoi {
	position: absolute;
	z-index: 11;
	bottom:0;
	right:0;
	width:320px;
	color: #fff;
	background: #12423a;
	}
#slide #howdoi h2 {
    font-family: 'CabinBold';
    margin: 0;
	text-align: center;
	color: #fff;
	font-size:26px;
	line-height: 44px;
	border:2px solid #1c695c;
	border-bottom: 0;
	background: #217c6c url(../img/heading-howdoi.png) repeat-x 0 0;
	}
#slide #howdoi ul {
	margin: 0;
	background: url(../img/bg-howdoi.png) no-repeat top center;
	}
#slide #howdoi li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #307569;
	}
#slide #howdoi li.last-child,
#slide #howdoi li:last-child {
	border-bottom:0;
	}
#slide #howdoi a {
	display: block;
	font-size:13px;
	line-height: 15px;
	padding: 7px 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0, 0, 0, .4);
	}
#slide #howdoi a:hover {
	color: #FFC045;
	text-shadow: 0 0 4px rgba(0, 0, 0, .8);
	}


/*
Homepage Styles
*/
#home-container {
	position: relative;
	z-index: 1;
	font-size:12px;
	line-height: 17px;
	padding:20px 0;
	}
#home-container h2 {
	font-size:22px;
	line-height: 26px;
	margin: 0 0 10px;
	}
#home-container h2.heading-news {
	float: left;
	}
#home-container .col1 img.floatright {
	margin: 5px 0 0;
	}
#home-container .article {
	clear: both;
	border-bottom:1px dashed #e6e6e6;
	margin: 0 0 5px;
	padding: 5px 0 10px;
	}
.article h3 {
	font-size:14px;
	line-height: 16px;
	margin: 0;
	}
#home-container .col1 p {
	margin: 0;
	}
#home-container .col1 .article:last-child {
	border: 0;
	}
#home-container .col2 p,
#home-container .col3 p {
	margin: 0 0 8px;
	}
.article .date {
	font-style: italic;
	color: #666;
	font-size:12px;
	margin-bottom: 0;
	}
#home-container .col3 img.floatleft {
	margin-bottom:40px;
	}
#home-container a:hover,
#home-container a:focus { color: #0CB397; }


/*
Breadcrumbzzz
*/
#breadcrumbs {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f9f9f9 url(../img/bg-breadcrumbs.png) 0 0;
	}
#breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 33px;
	}
#breadcrumbs li.active,
#breadcrumbs li.active a {
	color:#999;
	}
#breadcrumbs li.active a:hover {
	color:#1c675a;
	}
#breadcrumbs a {
	color:#1c675a;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-right:30px;
	font-size:13px;
	line-height: 33px;
	height: 33px;
	background: url(../img/bg-breadcrumbs-active.png) no-repeat right;
	}
#breadcrumbs a:hover {
	color:#eea922;
	}


/*
Subpage
*/
a#mobile-howdoi-button {
	display: none;
	}
.subpage {
	padding-top:20px;
	padding-bottom: 40px;
	overflow: hidden;
	}
.content h1 {
	margin-bottom:24px;
	}
.sidebar h2 {
	color: #eea922;
	font-size:21px;
	line-height: 25px;
	}
.sidebar ul {
	margin: 0;
	list-style: none outside;
	padding: 0 0 20px;
	font-size:15px;
	line-height: 115%;
	}
.sidebar li {
	border-top:1px dotted #ccc;
	display: block;
	margin: 0;
	}
.sidebar a {
	color: #1c675a;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
	}
.sidebar a:hover {
	color: #eea922;
	}
	
	.sidebar li.here {}
	
	.sidebar li.here > a {font-weight: bold; color: #333;}
	
	.sidebar li ul {padding: 0 0 0 20px; font-size: 95%;}
	
	.sidebar li ul li {border-color: #eee; border-style: solid;}
	
.infobox {
	width:210px;
	padding: 15px;
	background: #eee;
	float: right;
	margin: 0 0 20px 20px;
	}
.infobox h2 {
	font-size:18px;
	line-height: 20px;
	margin: 0 0 5px;
	}
.infobox h3 {
	font-size:14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px;
	}
.infobox p {
	line-height:18px;
	margin-bottom: 7px;
	}
.infobox h5 {line-height: 110%;}
.infobox hr {
	border-color:#ccc !important;
	margin: 0;
	}
.sidebar #howdoi {
	margin: 0;
	padding: 10px;
	background: #1c675a;
	}
.sidebar #howdoi h2 {
	color: #90B3AD;
	margin: 0 0 5px;
	}
.sidebar #howdoi ul {
	margin: 0;
	padding: 0;
	}
.sidebar #howdoi li {
	border: 0;
	}
.sidebar #howdoi a {
	color: #fff;
	}

/*
Style of the foot
*/
#footer-container {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size:12px;
	line-height: 18px;
	padding: 20px 0;
	background: #666;
	}
#footer-container a {
	color: #fff;
	}
#footer-container h2 {
	color: #fff;
	font-size:22px;
	line-height: 24px;
	margin: 0 0 5px;
	}
#footer-container .col2 {
	border-left:1px solid #888;
	border-right:1px solid #888;
	}
#footer-container .col2 ul {
	display: block;
	width:40%;
	margin: 0;
	padding: 0 5%;
	list-style:none outside;
	float: left;
	}
#footer-container .col2 ul li {
	line-height: 16px;
	margin: 0 0 7px;
	}
#footer-container .col2 ul a:hover {
	color: #eee;
	}
#footer-container form .col3 {
	margin: 0;
	clear: both;
	}
#footer-container form {
	margin: 0;
	clear: both;
	}
#footer-container input[type="text"] {
	border: 1px solid #555;
	float: left;
	margin:0 3px 0 0;
	padding: 6px 8px;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 180px;
	}
#footer-container input[type="submit"] {
	display: block;
	float: left;
	cursor: pointer;
	border: 1px solid #f7b32e;
	color: #444;
	margin: 0;
	padding: 0;
	width:28px;
	height: 28px;
	text-indent: -9999em;
	background: #eea922 url(../img/icon-submit-arrow.png) no-repeat center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
#footer-container input[type="submit"]:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	background-color:#fea800;
	}

/* slideshow */

.slideshow{
	overflow: hidden;
	position: relative;
}

.slideshow #slides-container{
	position: relative;
    margin: 0px auto !important;
    height: 430px !important;
    max-width: 100% !important;
}

.slideshow #slides-container #slide{
	overflow: hidden;
	height: 430px !important;
	width: 100% !important;
	margin: auto; 
	display: block
}

/* slideshow pagination */

.slideshow .pagination-container{
	background: url(../images/white-transparent.png) repeat 0px 0px;
	position: relative;
}

.slideshow .pagination{
	margin: 0px auto;
}

.slideshow .pagination a{
	display: inline-block;
	transition: opacity .2s;
	-moz-transition: opacity .2s; 
	-webkit-transition: opacity .2s; 
	-o-transition: opacity .2s;
}

.slideshow .pagination a:hover{
	opacity: .8;
}

.slideshow .pagination a.activeSlide{

}

.slideshow .pagination a.activeSlide:hover{
	opacity: 1;
}

/* end slideshow */
.staff-members{
	width: 100%;
}

.infobox .member{
	margin: 0px 0px 15px;
}

.staff-members .member{
	margin: 15px;
	padding: 10px;
	float: left;
	width: 40%;
	min-height: 200px;
}

.staff-members .member:hover{
	box-shadow: 0px 0px 10px #e2e2e2;
}

.staff-photo{
	max-width:35%;
	height: auto;
	float: left;
	border: 5px solid #fafafa;
	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	margin: 0px 10px 0px 0px;
	box-shadow: 0px 0px 4px #888888;
}

.infobox .member h3{
	font-size: 75%;
}

.infobox .member p{
	font-size: 80%;
	line-height: 120%;
}

.admin-staff .member{ width: 17%; padding: 0px 10px; float: left; margin-bottom: 20px;}
.admin-staff .member .staff-photo{  max-width: 70%; max-height: 75px; float: none;}
.admin-staff .member h3{ font-size: 15px; line-height: 15px; margin-top: 5px;}
.admin-staff .member p{ font-size: 85%; line-height: 110%;}


/* Larger than standard 960px */
@media only screen and (min-width: 960px) {
#home-container .one-third.column {
	width: 265px;
	padding:0 20px;
	}
#footer-container .one-third.column {
	width: 305px;
	}
	
.container .sidebar {
	padding: 20px;
	width:180px !important;
	}
#breadcrumbs ul {
	padding:0 0 0 205px;
	width:755px;
	}
#searchbar {
	width:206px;
	}
}


/* Larger than standard 768px */
@media only screen and (min-width: 768px) {
#home-container .col2 {
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	}
	
#howdoi ul {
	display: block;
	}
}


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

a#logo-greensville {
	width: 134px;
	height: 96px;
	}
a#logo-greensville img {
	width: 134px;
	height: 96px;
	}
#searchbar input[type="text"] {
	font-size:13px;
	}
#searchbar input[type="submit"] {
	}
#searchbar {
	width:186px;
	}
}

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

.admin-staff .member{ width: 28%;}

#home-container h2.heading-news {
	width:90%;
	}
#searchbar input[type="text"] {
	width: 140px;
	}
#home-container .one-third.column {
	width: 200px;
	padding:0 20px;
	}
#main-nav {
	/*left:145px;*/
	}
nav li a {
	font-size:13px;
	padding: 4px 8px 10px;
	}
nav ul ul {
	top:32px;
	}
.slide-caption {
	width: 95%;
	padding: 25px 20px 15px 20px;
	}
.slide-caption p {
	font-size: 28px;
	}
#slide #howdoi {
	width:250px;
	}
#slide #howdoi h2 {
	font-size: 22px;
	}
#slide #home-container h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 6px;
	}
#breadcrumbs ul {
	padding:0 0 0 155px;
	width:613px;
	}
.container .sidebar {
	padding: 10px;
	width:160px !important;
	}
.infobox {
	margin: 20px;
	}
#footer-container .one-third.column {
	width: 240px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.admin-staff .member{ width: 28%;}


.submenu,
.sidebar #howdoi h2,
.sidebar #howdoi ul,
#main-nav{
	display: none;
	}

.slideshow #slides-container{height: 280px !important;}

/*
.slideshow #slides-container{height: 270px !important;}
#slide-pic {overflow: hidden; position: relative;}
#slide-pic img{ max-width: 100% !important; height: auto !important; display: block;}*/
.slide-caption{padding: 15px 0px 15px 10px;}
.slide-caption p{
font-size: 20px;
}


a#mobile-menu-button {
	display: block;
	}

a#mobile-howdoi-button {
	display: block;
	color: #90B3AD !important;
	margin: 0;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	background: url(../img/icon-expand.png) no-repeat right center;
 	}
a#mobile-howdoi-button.active {
	background: url(../img/icon-expand-active.png) no-repeat right center;
  	}
#header-container {
	position: relative;
	z-index: 111;
	background-color:#17544A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#236c5e), to(#1b5449));
	background-image: -webkit-linear-gradient(top, #236c5e, #1b5449);
	background-image: -moz-linear-gradient(top, #236c5e, #1b5449);
	background-image: -o-linear-gradient(top, #236c5e, #1b5449);
	background-image: -ms-linear-gradient(top, #236c5e, #1b5449);
	background-image: linear-gradient(top, #236c5e, #1b5449);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#236c5e', EndColorStr='#1b5449');
	}
header {
	padding: 10px 0 !important;
	height: auto;
	}
header select {
	display: block;
	position: absolute;
	top:60px;
	right:0;
	width:135px;
	}
a#mobile-menu-button {
	display: block;
	}
#searchbar {
	width:136px;
	}
nav {
	position: relative;
	padding-top:10px;
	}
#main-nav {
	position: relative;
	z-index: 1111;
	left:0;
	/* border-top:1px solid #367D70; */
	bottom: auto;
	}
#main-nav li {
	float: none;
	display: block;
	/* border-bottom:1px solid #367D70; */
	}
#main-nav li.last-child {
	border-bottom:0;
	}
#main-nav ul {
	display: block;
	position: relative;
	top:auto;
	padding: 0 0 10px 10px;
	background:transparent;
	box-shadow:none;
	}
#main-nav ul li {
	float: none;
	border-bottom:none;
	display: block;
	font-size: inherit;
	line-height: inherit;
	}
#searchbar {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 0;
	}
a#logo-greensville {
	position: relative;
	z-index: 11;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	}
#slide {
	border-top:6px solid #EEA922;
	/* background: #12423A; */
	}
#slide #howdoi {
	position: relative;
	width:auto;
	}
	#slide .container {width: auto;}
	#slide #howdoi ul {background-repeat: repeat-x;}
#slide #howdoi h2 {
	border:0;
	}
#slide #howdoi a {
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 14px;
	color: white;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0, 0, 0, .4);
	}
.sidebar {
	padding-bottom:20px;
	margin-bottom:20px !important;
	border-bottom:6px solid #ccc;
	}
.sidebar .heading-sidebar {
	display: none;
	}
.content img.floatleft,
.content .img.floatright {
	float: none;
	display: block;
	margin: 20px auto;
	max-width: 100%;
	}
.infobox {
	float: none;
	width:auto;
	margin: 0 0 20px;
	}
#home-container .col2 {
	margin: 5px 0 20px;
	padding:20px 0;
	border-top:6px solid #ccc;
	border-bottom:6px solid #ccc;
	}
#footer-container .col2 {
	margin-bottom:20px;
	padding: 20px 0;
	border: 0;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	}
#footer-container .col2 ul {
	width:100%;
	padding: 0;
	}
#searchbar input[type="text"] {
	width:90px;
	}
nav > ul > li {	border-right: none;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

#breadcrumbs li.last-child a {
	padding-right:0;
	background-image:none;
	}
#breadcrumbs li a {
	font-size:12px;
	padding-right:30px;
	}
	
	
	.slideshow #slides-container{height: 170px !important;} 
	
/*
.slideshow #slides-container{height: 170px !important;}
#slide-pic {overflow: hidden; position: relative;}
#slide-pic img{ max-width: 100% !important; height: auto !important; display: block;}*/
.slide-caption{padding: 5px 0px 5px 10px;}
.slide-caption p{
font-size: 15px;
margin: 3px 0px 0px 10px;
}


}

