@charset "UTF-8";
#container {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	}

body { 
  background-color: /*#d8ecf3*/white;
  font-family:      Arial, Verdana, Helvetics, sans-serif;
  font-size:        small;
  margin:           0px;
}

header {
  background-color: white;
  width: 800px;
  height: 100px;
  background-image: url(images/PamLogoBrushedMetal.png);
  background-repeat: no-repeat;
  background-position: top left;
}
header p {
padding-left: 575px;
padding-top: 20px;
text-align: center;
font-size: 1.25em;
font-weight: bold;
line-height: 150%;
}

#content {
  font-size: 105%;
  line-height: 1.5;
  margin-top: 20px;
	background-image: url(images/hands3.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 800px;
  height: 393px;
  font-size: 105%;
}


#content blockquote {
    margin-left: 100px;
    margin-right: 60px;
}

#content ul {
list-style: none;
}
#content li::before {
content: "\26e4"; color: red; 
  display: inline-block; width: 1.6em;
  margin-left: -1.6em;
}

#content h1 {
font-size: 2.5em;
color: red;
text-align: center;
}
#contentbooks {
  font-size: 105%;
  line-height: 1.5;
  margin-top: 20px;
 background-image: url(images/whitebooks2.jpg);
  font-size: 105%;
  width: 800px;
  height: 393px;
}

#contentbooks h1 {
font-size: 2.5em;
color: red;
text-align: center;
}

section {
	text-align:center;
	height:480px;
}

#contentbooks section {
	margin-left: 100px;
	width: 500px;
}


.span{
	font-family:arial, sans-serif;
	font-size:18px;
	color:#FFF;
}

i{
	font-size:18px;
	color:#FFF;
	margin-right:12px;
}
		
.formbox{
	display:inline-block;
	text-align:left;
	margin-top:-10px;

}
#form{
	display:inline-block;
	text-align:left;
	/*clear: both;
	float: center;
	z-index: 5000;*/
}
::-webkit-input-placeholder{
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
input{
	background-color: white;
	background-color: rgba(255,255,255,.2);
}
textarea{
	background-color: white;
	background-color: rgba(255,255,255,.2);
}


main {
font-size: 105%;
}

article{
float:left;
width: 400px;
}

footer {
  clear: left;
  background-color: white;
  color:            black;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        .8em;
}

h1 {
  font-size:        120%;
  color:            black;
}

a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    none;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    none;
}

nav {
background-color: white;
margin: 0px 10px 0px 10px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

nav ul {
 margin: 0px;
 list-style-type: none;
 padding: 5px 0px 5px 0px;
}
nav ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
}
nav ul li a:link, nav ul li a:visited {
	color: red;
	border-bottom: none;
	font-weight: bold;
}

nav ul li.selected {
	background-color: #dedede;
}
figure { 
    	float: left;
    	margin-top: 0;
    	margin-left: 0;
    	margin-right: 10px;
    	margin-bottom: 10px;
    	font-size: .9em;
    	text-align: center;
		}

img.left{
margin-right: 10px;
}

img.lower{
margin-top: 4px;
}

img.higher{
margin-top: -4px;
}
img.social{
margin-left: 3px;
margin-right: 3px;
margin-top: 3px;
}



