/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #CCC;
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #444; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #D10101 ;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 180%;	
	color: #D10101 
}
h2 {
	font-size: 140%;
	color: #D10101 
}
h3 {
	font-size: 120%;	
	color: #D10101
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
    border: 0px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(/web/20240124135751im_//images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(/web/20240124135751im_//images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: justify;
}
#top-bg {
    position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(/web/20240124135751im_//images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 790px;	
	padding: 0; 	
	background: #E8E8E8;	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}

/* google custom search engine - box */
#searchbox {
	position: absolute;
	top: 10px; right: 10px;	
	clear: both;
	height: 32px;
	width: 300px;
	margin: 0 auto;
	background:#CCCCCC;
}

/* google custom search engine - results */
#searchresults {
	position: absolute;
	top: 200px; right: 10px;	
	clear: both;
	height: 60px;
	width: 500px;
	margin: 0 auto;
	background:#CCCCCC;
}

/* header-logo */
#header-logo {
	position: absolute;
	top: 25px; left: 25px;	
	clear: both;
	height: 107px;
	width: 400px;
	margin: 0 auto;
	background: url(/web/20240124135751im_//images/hinckleypplogo.png) no-repeat center center;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 225px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(/web/20240124135751im_//images/header-photo.jpg) no-repeat center 20px;
}

/* header-photo hinckley hospital */
#header-photo-hinckleyhospital {
	clear: both;
	height: 225px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(/web/20240124135751im_//images/hinckleyhospital01.jpg) no-repeat center 20px;
}

/* photo with text */
#phototext {
	background-color:#FFFFFF;
	border: 1px solid #000000;
  	margin: 10px 10px 10px 10px; 
	padding: 0px 0px 0px 0px;
	font-style:italic;
	text-align:center;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: #D10101 repeat-x;	
	width: 790px;
	height: 50px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	height: 50px;
	margin: 0;
	padding: 6px 16.3px 6px 16.3px;
	border-right: 1px solid #6B0000;
	border-left: 1px solid #FA5E5E;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: #FF0000 repeat-x;	
}
#nav ul li#current a {	
	background: #FF0000 repeat-x;	
}

/* Side Navigation */
#navside {
	clear: both;	
	padding: 0;		
}
#navside ul {
	float: right;
	list-style: none;
	background:#FFFFFF;	
	width: 200px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#navside ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navside ul li a {
	display: block;
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #6B0000 ;
	border-bottom: 1px solid #FA5E5E ;
	color: #D10101 ;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#navside ul li a:hover, 
#navside ul li a:active {
	color: #FFFFFF;
	background: #D10101 ;	
}
#navside ul li#current a {	
	color: #FFFFFF;
	background: #D10101;	
}

/* Main Column */
#main {
	float: left;
	width: 98%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}

#main ul li {
	list-style-image: url(/web/20240124135751im_//images/bullet.png);
}


/* Side Navigation Menu Button */
#navsidemenubutton {
	clear: both;	
	padding: 0;		
}
#navsidemenubutton ul {
	float: right;
	list-style: none;
	background:#FFFFFF;	
	width: 70px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#navsidemenubutton ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navsidemenubutton ul li a {
	display: block;
	float: left;
	width: 40px;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #6B0000 ;
	border-bottom: 1px solid #FA5E5E ;
	color: #D10101 ;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#navsidemenubutton ul li a:hover, 
#navsidemenubutton ul li a:active {
	color: #FFFFFF;
	background: #D10101 ;	
}
#navsidemenubutton ul li#current a {	
	color: #FFFFFF;
	background: #D10101;	
}


/* Side Navigation Oral History */
#navsideoralhistory {
	clear: both;	
	padding: 0;		
}
#navsideoralhistory ul {
	float: right;
	list-style: none;
	background:#FFFFFF;	
	width: 100px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#navsideoralhistory ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navsideoralhistory ul li a {
	display: block;
	float: left;
	width: 70px;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #6B0000 ;
	border-bottom: 1px solid #FA5E5E ;
	color: #D10101 ;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#navsideoralhistory ul li a:hover, 
#navsideoralhistory ul li a:active {
	color: #FFFFFF;
	background: #D10101 ;	
}
#navsideoralhistory ul li#current a {	
	color: #FFFFFF;
	background: #D10101;	
}


/* Side Navigation Hinckley Hospital */
#navsidehinckleyhospital {
	clear: both;	
	padding: 0;		
}
#navsidehinckleyhospital ul {
	float: right;
	list-style: none;
	background:#FFFFFF;	
	width: 116px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#navsidehinckleyhospital ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navsidehinckleyhospital ul li a {
	display: block;
	float: left;
	width: 86px;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #6B0000 ;
	border-bottom: 1px solid #FA5E5E ;
	color: #D10101 ;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#navsidehinckleyhospital ul li a:hover, 
#navsidehinckleyhospital ul li a:active {
	color: #FFFFFF;
	background: #D10101 ;	
}
#navsidehinckleyhospital ul li#current a {	
	color: #FFFFFF;
	background: #D10101;	
}


/* Button - Forum */
#button-hppforum {
	clear: both;	
	padding: 0;		
}
#button-hppforum ul {
	float: right;
	list-style: none;
	background:#FFFFFF;	
	width: 240px;		
	text-transform: inherit;
	text-align:center;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;
}
#button-hppforum ul li {
	display: inline;
	margin: 0; padding: 0;
}
#button-hppforum ul li a {
	display: block;
	float: right;
	width: 210px;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #D10101 ;
	border-bottom: 1px solid #D10101 ;
	color: #D10101 ;
	font: bold 20px/1.4em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: inherit;
	text-align:center;
	text-decoration: none;	
	letter-spacing: 1px;
}
#button-hppforum ul li a:hover, 
#button-hppforum ul li a:active {
	color: #FFFFFF;
	background: #D10101 ;	
}
#button-hppforum ul li#current a {	
	color: #FFFFFF;
	background: #D10101;	
}


/* Side Navigation Sitemap - Big Pit Resistance Group */
#navsidesitemap-bigpit {
	clear: both;	
	padding: 0;		
}
#navsidesitemap-bigpit ul {
	float: right;
	list-style: none;
	background:#FFFFFF;	
	width: 250px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#navsidesitemap-bigpit ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navsidesitemap-bigpit ul li a {
	display: block;
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #6B0000 ;
	border-bottom: 1px solid #FA5E5E ;
	color: #D10101 ;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#navsidesitemap-bigpit ul li a:hover, 
#navsidesitemap-bigpit ul li a:active {
	color: #FFFFFF;
	background: #D10101 ;	
}
#navsidesitemap-bigpit ul li#current a {	
	color: #FFFFFF;
	background: #D10101;	
}


/* Button - Big Pit Resistance Group */
#button-resistancegroup {
	clear: both;	
	padding: 0;		
}
#button-resistancegroup ul {
	float: left;
	list-style: none;
	background:#FFFFFF;	
	width: 140px;		
	text-transform: inherit;
	text-align:center;
	margin: 0 0 0 320px;
	padding: 0;	
	display: inline;
}
#button-resistancegroup ul li {
	display: inline;
	margin: 0; padding: 0;
}
#button-resistancegroup ul li a {
	display: block;
	float: left;
	width: 110px;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #D10101 ;
	border-bottom: 1px solid #D10101 ;
	color: #D10101 ;
	font: bold 20px/1.4em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: inherit;
	text-align:center;
	text-decoration: none;	
	letter-spacing: 1px;
}
#button-resistancegroup ul li a:hover, 
#button-resistancegroup ul li a:active {
	color: #FFFFFF;
	background: #D10101 ;	
}
#button-resistancegroup ul li#current a {	
	background: #F5F5F0;	
}


/* Main Column */
#main {
	float: left;
	width: 98%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}

#main ul li {
	list-style-image: url(/web/20240124135751im_//images/bullet.png);
}

/* contact form */
#contact {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
.label {
	padding: 5px 5px;
	font-size: 1em;
	color: #888;
	float: left;
}
.text input {
	width:300px;
	font-size:1em;
	margin: 0px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	outline: 0;
	margin-bottom: 0px;
	height: 20px;
	padding: 2px 2px;
	resize:none;
	box-shadow:0.3em 0.2em 0.3em;
}
.textarea {
	width:300px;
	font-size:1.2em;
	margin: 0px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	outline: 0;
	margin-bottom: 0px;
	height: 100px;
	padding: 2px 2px;
	resize:none;
	box-shadow:0.3em 0.2em 0.3em;
}
select {
	width:304px;
	font-size:1em;
	margin: 0px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	outline: 0;
	margin-bottom: 0px;
	height: 27px;
	padding: 2px 2px;
	resize:none;
	box-shadow:0.3em 0.2em 0.3em;
}
fieldset {
	width:315px;
	border: 1px solid #cecfd5;
	border-radius: 6px;
	padding: 24px 30px;
	margin:20px;
}
legend {
	font-size:1.2em;
	font-weight:500;	
	color: #D10101;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
	display: inline-block;
	margin-left: -2em;
	line-height: 1.5em;
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
display: inline-block;
width: 0.875em;
height: 0.875em;
margin: 0.25em 0.5em 0.25em 0.25em;
border: 0.0625em solid rgb(192,192,192);
border-radius: 0.25em;
background: rgb(224,224,224);
background-image:    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image:     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image:      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image:         linear-gradient(rgb(240,240,240),rgb(224,224,224));
vertical-align: bottom;
}
input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image :     -ms-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image :      -o-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image : -webkit-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image :         linear-gradient(rgb(219,62,62),rgb(209,1,1));
}

.mybutton2 {
	background: #D10101;
	color: #FFF;
	padding: 12px 40px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 5px 0 #B40404;
	margin-left:30px;
	margin-top:40px;
	margin-bottom:50px;
	transition: all .1s linear;
}
.mybutton2:hover {
	background: #FF0000;
	color: #FFF;
}
.mybutton2:active {
  box-shadow: 0 2px 0 #B40404;
  transform: translateY(3px);
}


/* feedback form */
#feedback {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
.label {
	padding: 5px 5px;
	font-size: 1em;
	color: #888;
	float: left;
}
.text input {
	width:300px;
	font-size:1em;
	margin: 0px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	outline: 0;
	margin-bottom: 0px;
	height: 20px;
	padding: 2px 2px;
	resize:none;
	box-shadow:0.3em 0.2em 0.3em;
}
textarea {
	width:660px;
	font-size:1.2em;
	margin: 0px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	outline: 0;
	margin-bottom: 0px;
	height: 70px;
	padding: 2px 2px;
	resize:none;
	box-shadow:0.3em 0.2em 0.3em;
}
select {
	width:304px;
	font-size:1em;
	margin: 0px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	outline: 0;
	margin-bottom: 0px;
	height: 27px;
	padding: 2px 2px;
	resize:none;
	box-shadow:0.3em 0.2em 0.3em;
}
fieldset {
	border: 1px solid #cecfd5;
	border-radius: 6px;
	padding: 24px 30px;
	margin:20px;
}
legend {
	font-size:1.2em;
	font-weight:500;	
	color: #D10101;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
	display: inline-block;
	margin-left: -2em;
	line-height: 1.5em;
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
display: inline-block;
width: 0.875em;
height: 0.875em;
margin: 0.25em 0.5em 0.25em 0.25em;
border: 0.0625em solid rgb(192,192,192);
border-radius: 0.25em;
background: rgb(224,224,224);
background-image:    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image:     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image:      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
background-image:         linear-gradient(rgb(240,240,240),rgb(224,224,224));
vertical-align: bottom;
}
input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image :     -ms-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image :      -o-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image : -webkit-linear-gradient(rgb(219,62,62),rgb(209,1,1));
  background-image :         linear-gradient(rgb(219,62,62),rgb(209,1,1));
}

.mybutton {
	background: #D10101;
	color: #FFF;
	padding: 12px 40px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 5px 0 #B40404;
	margin-left:300px;
	margin-top:40px;
	margin-bottom:50px;
	transition: all .1s linear;
}
.mybutton:hover {
	background: #FF0000;
	color: #FFF;
}
.mybutton:active {
  box-shadow: 0 2px 0 #B40404;
  transform: translateY(3px);
}


/* navigation blue plaque */
#navblueplaque {
	clear: both;	
	padding: 0;		
}
#navblueplaque ul {
	float: left;
	list-style: none;
	background:#FFFFFF repeat-x;	
	width: 595px;		
	text-transform: uppercase;
	margin: 0 0 0 90px;
	padding: 0;	
	display: inline;
}
#navblueplaque ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navblueplaque ul li a {
	display: block;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 18.1px;
	border-right: 1px solid #D10101 ;
	border-left: 1px solid #D10101 ;
	border-top: 1px solid #6B0000 ;
	border-bottom: 1px solid #FA5E5E ;
	color: #D10101;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-align:center;
	text-decoration: none;	
	letter-spacing: 1px;
}
#navblueplaque ul li a:hover, 
#navblueplaque ul li a:active {
	color: #FFFFFF;
	background: #D10101 repeat-x;	
}
#navblueplaque ul li#current a {	
	color: #FFFFFF;
	background: #D10101 repeat-x;	
}


/* table */
#table table {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
#table th {
	background:#E8E8E8;
}
#table td {
	background:#FFFFFF;
	padding:7px;
}


/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(/web/20240124135751im_//images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}


/* footer-social media logos */
#footer-twitter {
	position: absolute;
	bottom: 23px; right: 20px;	
	clear: both;
	height: 40px;
	width: 39px;
	margin: 0 auto;
	background: url(/web/20240124135751im_//images/icon-twitter.png) no-repeat center center;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 10;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/********************************************
   MOBILE SETTINGS
********************************************/ 

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
	width: device-width;
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
	width: device-width;
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
	width: device-width;
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
	width: device-width;
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
	width: device-width;
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3){
	width: device-width;
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
	width: device-width;
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
	width: device-width;
}


/*
@media (min-width:320px) and (max-width:1024px)
{
	width: device-width;
}

@viewport{
	width: device-width;
}

@-ms-viewport{
	width: device-width;
}


/* iPhone - 320 x 480, in both portrait and landscape mode */
/* iPhone 4 - 640 x 960, 320 x 480, in both portrait and landscape mode. device-pixel-ratio is 2 */
/* iPhone 5, 5s - 640 x 1136, 320 x 568, in both portrait and landscape mode. device-pixel-ratio is 2 */
/* iPhone 6 - 750 x 1334, 375 x 667, in both portrait and landscape mode. device-pixel-ratio is 2 */
/* iPhone 6 plus - 1242 x 2208, 414 x 736, in both portrait and landscape mode. device-pixel-ratio is 3 */
/* iPad 1 and 2 - 768 x 1024, in both portrait and landscape mode */
/* iPad 3 - 1536 x 2048 768 x 1024, in both portrait and landscape mode, CSS pixel density is 2 */
/* Samsung Galaxy S I and II - 480 x 800, 320 x 533, in portrait mode, CSS pixel density is 1.5 */
/* Samsung Galaxy S III - 720 x 1280, 360? x 640?, in portrait mode */
/* HTC Evo 3D - 540 x 960 360 x 640, portrait mode, CSS pixel density is 1.5 */
/* Amazon Kindle Fire - 1024 x 600, landscape mode */

/*
     FILE ARCHIVED ON 13:57:51 Jan 24, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:07:25 Jun 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.557
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.032
  esindex: 0.008
  cdx.remote: 11.996
  LoadShardBlock: 131.83 (3)
  PetaboxLoader3.datanode: 88.135 (4)
  PetaboxLoader3.resolve: 114.406 (2)
  load_resource: 136.925
*/