@import url("http://appalshop.org/common/appalstyle.css");

body { 
	background-image: url(background.gif);
	color: #000000;
}

#banner {
	background-image: url(/testheader.jpg);
	background-color: #22cc44;
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 0.2em;
	height: 80px;
	padding: 0;
	border-bottom: 1px solid #888888;
}

h1, h2, h3, h4, h5 {
	color: black;
}

#navigationWrapper ul {
	margin: 0.5em 0;
}

#navigationWrapper ul li {
	list-style-type: circle;
	margin-left: 2em;
	margin-top: 0.2em;
}

a img {
   border: none;
}

div.imageWrapper {
  margin: 0.2em 1em 0.4em 0.2em;
  padding-top: 1em;
  float: left;
}

.article img {
}

p.caption {
	font-size: 0.7em;
}

.article p {
}

.article h3 {
	margin-top: 1em;
}

.article h4 {
	margin-top: 1em;
}

div.article{
	overflow: auto;
	padding-right: 1em;
}

div.pulloutBox {
  text-align: center;
  margin: 1em auto 1em 1em;
  width: 40%;
  float: right;
  border: solid 1px #222266;
}

.pulloutBox h3 {
	margin: 0.2em;
}

.pulloutBox img {
	display: block;
	float: none;
	margin: 0.2em auto;
}

.pulloutBox p {
	text-align: center;
	margin: 0.5em;
}

.pulloutBox ul {
  text-align: left;
}

p.pullquote {
	margin: 1em;
	padding: 0.3em; 
	border: 1px solid #888888;
	text-align: center;
}

#mainWrapper {
  width: 96%;
  min-width: 750px;
  max-width: 1000px;
  background: #ffffff;
  border: solid 1px #999999;
}

#contentWrapper {
	background: #ffffff;
	margin-left: 260px;
	margin-top: 0.1em;
	padding-left: 0.5em;
	padding-right: 1em;
	border-left: dotted 1px #555555;
}

#navigationWrapper {
  
  width: 260px;
  float: left;
  background: #eeeeee;
  margin-top: 0.4em;
}

#TOC {
	
  width: 100%;
  text-align: center;
  margin-top: 25px;

}

#TOC ul {

  text-align: left;
}

#shareWrapper {
	margin-top: 0.6em;
}

#share {

}

#navigatorWrapper {
	float: right;
	text-align: center;
}

#navigator {

  width: 12em;
  float: right;
  margin: 0.4em 0.2em 0 0.2em;
  padding: 0.1em 0 0.4em 0;
  background: #ddddff;
  text-align: center;

}

#navigator h3 {
   font-family: Georgia, Times New Roman, serif;
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 0.2em;
}

#navigator a, #navigator a:visited {
  font-family: sans-serif;
  background: #eeeeee;
  text-decoration: none;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
  border-color: #444444;
}

#navigator a:hover {
  background-color: #dddddd;
  color: #6688ff;
}

#navigationWrapper h2 {
	font-size: 1.3em;
	color: #ffffff;
	background-color: #002244;
	padding: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-align: center;
	display: inline;
}

#subscribeWrapper {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 0.4em;
	border-bottom: dotted 1px #555555;
}

#subscribe form {
	text-align: left;
	margin-left: 0.3em;
	margin-top: 0.8em;
	margin-right: 0.3em;
}

#subscribe label  {
  font-size: 0.8em;
  width: 8em;
  height: 18px;
  display: block;
  float: left;
}

#subscribe input {

}

#subscribe p {
	margin-bottom: 0.3em;
}

#subscribe input {
  border: 1px solid #aaaaaa;
  margin: 0;
  margin-bottom: 0.3em;
}

.caption {

}

.submitButton {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.requiredFields {
  margin-top: 0.5em;
}

#title {
  margin-bottom: 1em;
  padding-left: 0em;
}

hr { 
  width: 80%;
  color: #fff;
  background-color: #fff;
  border: 1px dotted #000000;
  border-style: none none dotted;
}

a {
  text-decoration: none;
  color: #2244aa;
}

a:hover {
  color: #2266ff;
  text-decoration: underline;
}  

img {
  margin-bottom: 0.5em;
}

#title h1 {
   font-family: 'Gill Sans', 'Arial Black', sans-serif;
   font-weight: bold;
   font-size: 3.2em;
   margin:0 auto;
   padding: 0;
   display: inline;
}

.article h4 {
	
}

p.date {
   font-family: Arial, sans-serif;
}

h2 {
   font-family: Georgia, Times New Roman, serif;
   font-size: 22px;
   font-weight: bold;
   color: #ffffff;
   background-color: #002244;
   padding: 0.3em;
   margin: 0.2em;
   width: 66%;

}

#credits {
	background-color: #dddddd;
	padding: 0.2em;
	margin: 0.2em;
	overflow: auto;
}

#credits img {
	display: block;
	float: left;
	margin-right: 0.5em;
}

#credits p {
	padding-top: 0.2em;
}

.clearleft {
  clear: left;
}

.clearboth {
  clear: both;
}






