/* layout of pages start with main sections */

/*--- main sections ---*/
body {
  position:relative;
}

#wrapper{
  position: relative;
  width: 750px;
  margin-left: 15px;
}

#wrapper_marg {
  position: relative;
  margin: 0 0 0 10px;
}

#logo {
  float: left;
  padding: 0;
  margin: 0;
}

#header {
  position: relative;
  float: right;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 130px;
  z-index: 1000;
}

#content{
  position: relative;
  padding-top: 40px;
  float: right;
  width: 400px;
  right: 0;
}
#pid_home #content {
  padding-top: 20px;
}

/* this floats up to bottom of logo - inc nav */
#contentsec {
  position: relative;
  float: left;
  width: 320px;
}

#footer{
  clear: both;
}

/*--- header details ---*/
#logo img {
  padding: 0;
  margin: 0;
  vertical-align: bottom; /* without this get 3pixel gap UNDER pic */
}

#header_marg {
  position: relative;
  padding: 0 10px 0 140px;
}

h1 {
  position: relative;
  padding-top: 30px;
}
h1 span#vision {padding-right: 5px;}
h1 span#kword {
  display: block;
  padding-top: 5px;
}

p#strapline {
  position: relative;
  margin-left:0;
  margin-top: 0.5em;
  text-align:left;
}

img#sectionpic{
  position: absolute;
  _display:none;
  top: 0;
  left: 0;
}

/*--- content detail ---*/
#content_marg {
  margin-left: 0px;
}

h2 {
  margin: 0 0 0.1em 0;
  padding: 0.9em 0 0 0;
}


h3 {
  padding: 3px 0 3px 0;
}
#pastevents h3{margin-left: 20px;}


#content ul li{
  margin: 0px 30px 10px 13px
}

#content p {
  margin: 0 0 1em 0;
}
#content #pastevents p{margin-left: 30px;}
#content p.permalink {
  margin-top: -.5em;
  margin-bottom: 2em;
}

#content blockquote {
  margin-right: 50px;
}

div.imgcen {text-align: center;}

div.imgleft {float: left;
  text-align: left;
  margin: 10px 10px 10px 30px;
  .margin-left: 10px;
}
#pid_events div.imgleft{
  margin-left: 0; 
}

div.imgright {float: right;
  text-align: left;
  margin: 10px 30px 10px 10px;
  .margin-right: 0px;
}
div.floatleft {float: left;}

div.imgcen img, div.imgleft img, div.imgright img {padding: 3px 4px 10px 3px;}

img.rssfeed {
  float: left;
  padding: 0;
  border: 0;
  margin-right: 10px;
}

hr {clear: both;}

.clearfloat{clear: both;}


#content a.backtotop{
  text-decoration: none;
  margin: 0 0 1em 20px;
  padding: 0 0 0 10px;
  font-size: 80%;
  color: green;
  background-image: url(../images/custom/0css/subnav_up.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

#content dt{
  font-weight: bold;
  margin: 10px 0 0 20px;
}

/* column formating for tables */
#books col#t1col1 {width:100px;}

#books th{padding-top: 10px;}
#books td{padding-top: 10px;}


/*--- content secondary detailed layout---*/

#contentsec_marg {
  position: relative;
  margin: 10px 0 0 0;
  padding-left: 10px;
  border-left: 1px solid #ccc;
} /* marg does not include nav */

#contentsec_marg h2{
  padding-left: 0;
}
#contentsec_marg p{
  margin-bottom: 0.25em;
  font-size: 90%;
}

/* search */
#contentsec form p span{
  display: block;
  font-size: 90%;
}

#contentsec #membership {
  padding: 10px 0 0 20px;
}

#contentsec #membership img {
  display: block;
}


/*--- site help links ---*/
#helps {
  position: relative;
  margin-left:75%;
  top: 0px;
  z-index: 10000;
  padding-bottom:3px;
  padding-right: 3px;
}
#helps a{padding-right: 1px;}


#helps2 {
  margin-top: 1em;
  clear: both;
  position: relative;
}
#helps2_marg {
  padding: 1em 0 0.15em 8px;
}


/*--- footer detail ---*/
#footer {
  position: relative;
  font-size: 85%;
}

#footer_marg {
  position: relative;
  margin-left: 320px;
  padding: 1.5em 0 0.5em 0;
}

#footer_marg p{
  padding: 0 0 2px 0;
  margin-bottom: 0;
}

#footer_marg p {margin-left: 5px;}
#footer_marg ul {margin-left: 8px;}
#footer p#bot {
  clear: both;
  padding: 5px 0 5px 0;
  margin:0;
}

#footer ul {
  text-align: center;
  margin-bottom: 0.75em;
}

#footer ul li{
  display: inline;
  margin-right: 5px;

}






