/* truehopetravelers.com Style Sheet
   author: Jim Shore http://jim.dcshore.com */

body {
  color: #663399;
  background: #e6e7d9 url("images/cnvbkgnd.jpg");
}

.note {
  padding: 0px 30px 0px 30px;
}

.dim {color: #555;
  text-align: center; 
  background: #e6e7d9 url("images/cnvbkgnd.jpg");
  }

.dim a {color: #505;
  text-align: center; 
  background: #e6e7d9 url("images/cnvbkgnd.jpg");
}

#header {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  background-image: url("images/AsWeTravel-H.jpg");
  background-repeat: no-repeat;
  background-position: center right;
}

#header h1 {
  color: #663399;
  text-align: center;
  padding-right: 30%;
} 

#header h3 {
  color: #663399;
  text-align: center;
  padding-right: 30%;
}

#header p {
  color: #000;
  text-align: center;
  padding-right: 30%;
}

.subscribe {
  color: #000;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
  background: #e5e3e4 url("images/buttonA.jpg") repeat top left;
}

#header .head-nav a {
  color: #663399;
  font-size: 70%;
  text-decoration: none;
  padding: 3px 20px 3px 20px;
  background: #9999cc url("images/header-btn.gif") repeat top left;
}
 
#content {
  float: right;
  width: 65%;
  margin-top: 10px;
  margin-right: 5%;
}

#contentl {
  float: left;
  text-align: center;
  width: 100%;
  margin-right: 5%;
}

#contenta {
  float: right;
/*  text-align: center; */
  width: 65%;
  margin-right: 5%;
}

#content1 {
  margin: 0 20px 0 20px;
}

#content2 {
  margin: 0px 20px 0px 50px;
}

#content3 {
  margin: 0 20% 0 20%;
}

#content3center {
  text-align: center;
  margin: 0 20% 0 20%;
}

.content3 {
  margin: 0 20% 0 20%;
}

#content2a {
  float: left;
  margin: 0px 20px 0px 40px;
}

.content2 {
  margin: 0px 20px 0px 50px;
}

#churches {
  width: 50%;
  margin: 0% 25% 0% 25%;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.center {
  text-align: center;
}

.t-center {
  width: 100%;
}

#content1 h2 {
  text-align: center;
}

.noborder {border-style: none;}

/*table {border: solid 1px}
tr {border: dashed 1px}*/
td {vertical-align: top}

.tdwidth {
  width: 100px;
  text-align: center;
}

.tdwidth2 {
  width: 85px;
  text-align: center;
}

.tdwidth3 {
  width: 180px;
  text-align: center;
}

.tdwidth78 {
  width: 78px;
}

.poem {
text-align: center;
font-family: "Monotype Corsiva", cursive;
}

.one {
width: 120px;
}

.photos {
  float: left;
  text-align: left;
  color: #000;
  width: 550px;
  padding: 10px 0;
  border: 2px solid #663399;
}

.photos dl{
  float: left;
  width: 500px;
  margin: 10px 20px;
  padding: 0 0 0 10px;
  display: inline; /* fixes IE/Win double margin bug */
}

.photos dt {
  float: right;
  width: 400px;
  margin: 0;
  padding: 0 10px 0 10px;
  color: #663399;
}

.photos dd {
  margin: 0;
  padding: 0 0 20px 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #627081;
}

.photos dt.txtl {float: left}

.photos dt.txtr {float: right}

.photos dd.imgl {float: left}

.photos dd.imgr {float: right}

img {border: 0px}

.right img{
  float:right;
  border:0px dotted black;
  margin:0px 0px 15px 5px;
/*  position: absolute;
  margin-top: 0 0 0 0;
  right: 10px;
  width: 300px; 
  padding-left: 0px;
  padding-bottom: 0px;
  color: #000; */
}

#leftcol {
  float: left;
  width: 28%;
}

#leftcol li {
  text-align: center;
  background: #669999 url("images/left-nav-btn.gif") repeat-x left top;
  margin: 8px 1px 5px 0px;
  padding: 5px 3px 7px 3px;
  text-decoration: none;
  list-style: none;
}

#leftcol a:link {
  color: white;
  text-decoration: none;
  background: #669999 url("images/left-nav-btn.gif") repeat-x left top;
}

#leftcol a:visited {
  color:  white ;
  text-decoration: none;
  background: #669999 url("images/left-nav-btn.gif") repeat-x left top;
}

#leftcol a:hover {
  color: black;
  background: #669999 url("images/left-nav-btn.gif") repeat-x left top;
}

#leftcol a:active {
  color: red ;
  background: #669999 url("images/left-nav-btn.gif") repeat-x left top;
}

.leader {
  font-family: Verdana, Helvitica, sans-serif;
  font-weight: bold;
}

#footer {
  clear: both;
  bottom: 0px;
  width: 95%;
  margin: 10px;
  text-align: center;
  padding: 3px;
  border-top: 1px solid #333;
  color: #000;
  background: #e6e7d9 url("images/cnvbkgnd.jpg");
}

#footer .copyright{
  float: left;
  text-align: left;
}

#footer .email{
  clear: both;
  float: right;
  text-align: right;
}

