/*
* 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 Styles
================================================== */
body {
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-transform: uppercase;
}
h1 {
	color: #009B48;
	font-size: 36px;
	line-height: 1.3;
}
h1.home {
	font-size: 32px;
	line-height: 1.2;
}
.titled {
	color: #009B48;
}
h2 {
	font-size: 24px;
	line-height: 1.3;
}
h3 {
	font-size: 18px;
	line-height: 1.3;
}
h4 {
	font-size: 14px;
	line-height: 1.3;
}
h5 {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #333;
	text-decoration: none;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #009B48;
}
a {
	color: #009B48;
	text-decoration: underline;
}
a:visited {
	color: #009B48;
}
a:hover {
	color: #000;
}
a.logo {
	display: block;
}
a.logo img {
	width: 220px;
}
#sidebar {
	margin-top: 20px;
	position: relative;
}
.main {
	margin-top: 129px;
	padding-bottom: 80px;
}
.main ul ul {
	font-size: 100%;
	margin-left: 0;
}
.main li {
	list-style: disc;
	margin-bottom: 2px;
	margin-left: 18px;
}
.main img {
	margin-bottom: 10px;
	width: 100%;
}
.main .logo {
	height: auto;
	width: 200px;
}
.main .logo-wide {
	height: auto;
	width: 300px;
}
.pdx, .pdx1, .pdx2, .pdx3 {
	margin: 0;
	padding-top: 160px;
}
.pdx {
	background: url(../images/pdx_header_640_johns.png) right 20px no-repeat;
}
.googlemap, #dcmsmap45-0 {
	height: 350px !important;
}
.side-fixed {
	position: fixed;
}
.menu {
	position: relative;
}
.menu li {
	margin-bottom: 2px;
	position: relative;
}
.menu li a {
	background: #eee;
	color: #333;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;

	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}
.menu li a:hover {
	color: #009B48;
}
.menu li a:hover, .menu li ul li a, .menu li:hover > a{
	background: #ddd;
}
.menu li:hover ul {
	left: 220px;
}
.menu li.active a, .active {
	color: #009B48;
	font-weight: bold;
}
.menu li ul {
	margin: 0;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 175px;
}
.menu li li {
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
}
.menu li.active li a {
	color: #333;
	font-weight: normal;
}
.menu li li a:hover {
	color: #009B48;
}
.active li, .parent li {
	font-weight: normal;
}
.parent {
	font-weight: bold;
}
.subnav {
	border: 1px solid #dfdfdf;
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px;
}
.subnav li {
	list-style: disc;
	margin-bottom: 0;
	margin-left: 15px;
}
.subnav a, .crumbs a, .secondary a {
	text-decoration: none;
}
.secondary {
	clear: both;
}
.crumbs a {
	color: #333;
}
.crumbs a:hover {
	color: #009B48;
}
#sidebar address{
	padding: 0 5px;
}
.hide {
	display: none;
}
form label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 160px;
}
.righted {
	float: right;
}
footer {
	color: #999;
	padding: 40px 0;
}
address {
	display: block;
	margin-bottom: 20px;
}
a.vcard {
	color: #333;
	text-decoration: none;
}
a.vcard:hover {
	color: #009B48;
	text-decoration: underline;
}
img.award {
	display: inline-block;
	height: auto;
	margin: 10px 10px 20px;
	width: 250px;
}
.main .img-right {
	float: right;
	margin-left: 2em;
	width: 40%;
}
/* #Page Styles
================================================== */

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.pdx1 { background-position: left top; }
		.pdx { background-position: 50px 20px; }
	}

	/* 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) {
		.pdx { background: none; padding-top: 0; }
		.pdx2 { background: none; padding-top: 0; }
		.side-fixed {
			position: relative;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		h1 {
			line-height: 35px;
		}
		h2 {
			line-height: 30px;
		}
		h3 {
			line-height: 25px;
		}
		h4 {
			line-height: 20px;
		}
		.main {
			margin-top: 20px;
		}
		.menu ul ul {
			display: none;
		}
		.container {
			background: url(../images/pdx_header_640_johns.png) 232px 49px no-repeat;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		h1 {
			line-height: 35px;
		}
		h2 {
			line-height: 30px;
		}
		h3 {
			line-height: 25px;
		}
		h4 {
			line-height: 20px;
		}
		.main {
			margin-top: 20px;
		}
		.menu ul ul {
			display: none;
		}
		a.logo img {
			width: 300px;
		}
	}
