
@font-face {
	font-family: 'DaysOne-Regular';
	src: url('fonts/DaysOne-Regular.eot');
	src: local('â˜º'), url('fonts/DaysOne-Regular.woff') format('woff'), url('fonts/DaysOne-Regular.ttf') format('truetype'), url('fonts/DaysOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: url(images/pawsteps.png) ;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	margin: 0;
	padding: central;
	text-align: center;
}
.background_head {
	background: url(images/logo.png) no-repeat;
	width: 960px;
	height: 250px;

}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0 0;
}

/*------------------------------ HEADER ------------------------------*/
#header {
	width: 960px;
	border-bottom: 5px solid #f8f8f8;
	position: central;
	left: 0;
	top: 0;
}
/** Navigation **/
#navigation {;
	height: 49px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 196px;
	cursor: url(images/claw-print.png),auto;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 1px 1px;
}
#navigation li {
	float: left;
}
#navigation li a {
	color: #636974;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	width: 145px;
	border-color: transparent;
	border-style: none solid;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 1px;
}
#navigation li a:hover {
	/*background-color: #66cc00;*/
	background: linear-gradient(to bottom, rgba(0,102, 0, 0), rgba(0,102,0,1));
	border-color: #1a1a1a;
	border-width: 1px;
	cursor: url(images/claw-print.png),auto;
}
 #navigation li.selected a {
	/*background-color: #ffff1a;*/
	background: linear-gradient(to bottom, rgba(255, 255, 0, 0), rgba(255, 255,0,1));
	border-color: #1a1a1a;
	border-width: 1px;

}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: #99ff99 no-repeat left bottom;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0 0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	box-shadow: 0px 0px 50px 50px rgb(150, 250, 150);
}
#contents h1, #contents h2, #contents h4, #contents h5, #contents h6 {
	color: #2e3a54;
	font-family: "Georgia";
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 18px;
}
#contents h2 {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
#contents h4 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
#contents h5 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}
#contents h5 a {
	color: #940315;
	text-decoration: none;
}

#contents p {
	color: #636974;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
}
#contents p a {
	color: #636974;
}
#contents p a:hover {
	color: #00ccff;
}
#contents h5 a:hover {
	text-decoration: underline;
}
#contents .footer {
	background-color: #f8f8f8;
	clear: both;
	width: 900px;
	margin: 0 0 4px -30px;
	padding: 20px 30px 0;
}
#contents .footer h6 {
	float: left;
	width: 210px;
	margin-bottom: 30px;
	margin-right: 20px;
	text-transform: uppercase;
}
#contents .section {
	width: 260px;
	padding: 0 0 0 20px;
}
#contents > div:first-child {
	padding: 48px 30px 24px;
}
.time {
	color: #636974;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 0 5px;
}
/** adbox **/
#contents #adbox {
	padding: 0 0 0px;
	position: relative;
	box-shadow: 0px 0px 25px 25px forestgreen;
    border-radius: 6px;
    background-color: rgb(252, 248, 227);  
}
#adbox  div {
	background-color: #f0f0f0;
	height: 370px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	padding-left: 10px;
	padding-right: 20px;
}
#adbox > div:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
#adbox h1 {
	padding-top: 18px;
}
#adbox h4 {
	font-size: 14px;
}
#adbox img {
	float: left;
    margin-top: 30px;
	margin-left: 10px;
	margin-right: 40px;
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

figure.effect-moses img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses h2,
figure.effect-moses p {
	width: 60%;
	height: 40%;
}

figure.effect-moses h2 {
	padding: 10px;
	width: 40%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}

figure.effect-moses p {
	float: left;
	padding: 10px;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20%,-20%,0);
	transform: translate3d(-20%,-20%,0);
}

figure.effect-moses:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	padding: 5px;
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
	opacity: 1;
}

/**figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}**/

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
   -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/**/
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#clockdiv{
  font-family: sans-serif;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div{
  padding: 10px;
  border-radius: 5px;
  background: #00BF96;
  display: inline-block;
}

#clockdiv div > span{
  padding: 15px;
  border-radius: 5px;
  background: #00816A;
  display: inline-block;
}

.smalltext{
  padding-top: 5px;
  font-size: 15px;
}
/*----------------------------QUIZBOARD-------------------------------*/
#quizboard {
    width: 300px;
    height: 175px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 5;
    }
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/** list **/
ul.list {
	list-style: none;
	width: 600px;
	margin: 0;
	padding: 0;
}
ul.list li h5 + img {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/*sidebar*/
#contents #sidebar {
	float: left;
	min-height: 2600px;
	width: 230px;
	border-right: 3px solid darkgreen;
	border-bottom: 3px solid darkgreen;
	border-left: 3px solid darkgreen;
	padding-right: 25px;

}
#contents #sidebar ul li {
	font-size: 14px;
	line-height: 10px;
	margin: 0 0 0px;
}

#sidebar .highlight {
	float: right;
	display: inline-block;
	border-left: 1px solid #fff;
	margin: 0 0 24px 19px;
}

#sidebar .section ul {
	font-size: x-small;
	margin: 0 0 0px;
}

#sidebar  ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#sidebar  ul li a {
	color: black ;
	display: block;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none;
}
/** Main **/
#main  {
	padding: 20px 20px 0;
}

#main > ul {
	display: inline-block;
	list-style: none;
	width: 580px;
	margin: 0;
	padding: 20px 0 0;
}
#main > ul li {
	float: left;
	width: 290px;
}
#main > ul li p b {
	color: #2e3a54;
	display: block;
	font-family: 'DaysOne-Regular';
	font-weight: normal;
	text-transform: uppercase;
}

/** About **/
#contents #about {
	padding-bottom: 0;
	padding-top: 48px;
}
#about #main img {
	margin-bottom: 18px;
}
#about .footer p {
	font-size: 12px;
}
/** Contact **/
#contents #contact {
	padding-bottom: 0;
	padding-top: 48px;
}
#contact .highlight {
	width: 438px;
	padding-left: 20px;
}
#contact .highlight ul {
	display: block;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#contact .highlight ul li {
	float: left;
	display: inline-block;
	width: 180px;
	vertical-align: text-top;
}
#contact .highlight ul li:first-child {
	margin-right: 60px;
}
#contact #main img {
	margin: 6px 0 14px;
}

.more {
	background-position: 0 -35px;
	color: #00ccff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 170px;
	padding: 1px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 -82px;
	color: #ccccff;
}


/*------------------------------ FOOTER ------------------------------*/
#footer {
	width: 100%;
	border-top: 10px solid #ffff00;
	position: absolute;
	left: 0;
	background-color: #009900;
}
#footer .background {
	border-top: 1px solid #b6051c;
}
#footer .body {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
#footer .section {
	/*float: left;*/
	display: inline-block;
	width: 460px;
	margin: 0 10px 24px;
}
#footer h3 {
	color: #fff;
	font-family: 'DaysOne-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	color: #b3999c;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	border-top: 1px solid #8a0413;
	padding: 12px 0 0;
	vertical-align:top;
}
#footer ul li:first-child, #footer #message ul li {
	border: 0;
	padding: 0;
}
#footer ul li span {
	float: left;
	display: inline-block;
	width: 70px;
	vertical-align:top;
}
#footer ul li strong {
	float: left;
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
}
#footer ul li p {
	float: left;
	display: inline-block;
	width: 370px;
	margin: 0;
	padding: 0 0 12px;
}
#footer ul li a {
	color: #b3999c;
	display: inline-block;
	height: 22px;
	width: 30px;
	margin: 0 10px;
	text-decoration: none;
}
/** message **/
#message label {
	float: left;
	color: #ffff00;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	width: 96px;
	margin-right: 10px;
	text-align: right;
}
#message input[type='text'] {
	color: blue;
	display: inline-block;
	font-family: Georgia ;
	font-size: 14px;
	height: 25px;
	line-height: 35px;
	width: 300px;
	border: 2px solid yellowgreen;
	margin: 0 0 11px;
	padding: 0 4px;
}
#message textarea {
	color: blue;
	display: inline-block;
	font-family: Georgia ;
	font-size: 14px;
	height: 25px;
	line-height: 35px;
	width: 300px;
	border: 2px solid yellowgreen;
	margin: 0 0 11px;
	padding: 0 4px;
	resize: vertical;
}
#message input[type='submit'] {
	background-position: 0 0;
	color: black;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	width: 50px;
	border: 0;
	margin-left: 106px;
	padding: 0;
}
#message input[type='submit']:hover {
	background-position: -62px 0;
	width: 50px;
	height: 25px;
	background-color: darkgreen;
	color: aqua;
}
#message input[type='submit'], {
	background:aqua;
	width: 50px;
	height: 30px;
}
#footnote {
	clear: both;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 10;
	text-align: center;
}