/* 
  -----------------------------------
  Response-ability
  by Project Seven Development
  www.projectseven.com
  Layout 4
  -----------------------------------
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	margin: 0px;
	font-size: 1em;
	padding-bottom: 3em;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
}
h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}

#tabs-wrapper {
	background-color: #002653;
	box-shadow: 0px 0px 30px #999;
	border-bottom: 1px solid #FFF;
	position: relative;
	z-index: 2;
}
.p7TPM15 {
	margin-top: 40px;
}
.p7TPM15, .p7TPMtabs_15 {
	box-shadow: none !important;
	border: none !important;
}
.p7TPMtabs_15 {
	padding: 10px 0px;
}
.p7TPMtabs_15, .p7TPMcwrapper_15 {
	margin: 0px auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 980px;
}
.p7TPMcwrapper_15 {
	border: 1px solid #000;
	border-radius: 6px;
	overflow: hidden;
}

.p7TPM_content_15 {padding: 0px;}
#masthead {
	background-color: #002653;
	box-shadow: inset 0px 0px 30px #333, 0px 0px 20px #000;
	border-bottom: 1px solid;
	border-color: #000;
	position: relative;
	z-index: 3;
	background-image: url();
	background-repeat: no-repeat;
}
#footer {
	position: fixed;
	z-index: 999999;
	top: auto;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #111;
	padding: 6px 24px;
	color: #B8C6D8;
	font-size: 0.7em;
	text-transform: uppercase;
	box-shadow: 0px 0px 40px #000;
	overflow: hidden;
}
#footer a, #footer a:visited {
	color: #FFF;
}
img.scaled-max {
	max-width: 100%;
	padding: 10px;
	border: 1px solid #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.scaled-max-plain {
	max-width: 100%;
}
img.floated-halfwidth {
	float: left;
	margin-right: 10px;
	max-width: 60%;
	padding: 10px;
	border: 1px solid #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*EXTRA FOOTER COLUMNS STYLES*/
.extra-footer #footer-columns {
	margin: 0px auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.75em;
	border: 1px solid #000;
	border-radius: 0px 0px 6px 6px;
	background-color: #999999;
	box-shadow: inset 0px 10px 10px rgba(255,255,255,.3);
	width: 980px;
}
.extra-footer #footer-columns ul {
	margin: 0px;
	padding: 0px;
}
.extra-footer #footer-columns li {
	margin-bottom: 6px;
	list-style-type: none;
}
.extra-footer #footer-columns a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 8px;
	border: 1px solid;
	border-radius: 4px;
	background-color: #CDCDCD;
	text-transform: uppercase;
	box-shadow: inset 0px 12px 4px rgba(255,255,255,.5);
	border-color: #333;
}
.extra-footer #footer-columns a:hover, .extra-footer #footer-columns a:focus {
	color: #FFF;
	background-color: #222;
	border-color: #222;
	box-shadow: inset 0px 12px 4px rgba(255,255,255,.125);
	outline: none;
}
.extra-footer .p7TPMcwrapper_15 {
	border-bottom: none;
	border-radius: 6px 6px 0px 0px;
}
