/* CSS Document */
@import "yui/reset-fonts-grids.css";

* {
  margin: 0;
}

html {
  height: 100%;
}

body {
  background: #ffffff url(../images/body_background.gif) top left repeat-x; 
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}

strong {
  font-weight: bold;
}

em {
  font-style:italic;
}

h1, h1.section_head, h1.sub_header {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  color: #330B0D;
  font-size: 182%;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
}

h1.section_head {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

h1.sub_header {
  font-size: 150%;
  color: #3d1506;
}

h2 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 129%;
  color: #662912;
}

p {
  font-size:115%;
  margin: .33em 0em 1em 0em;
  line-height: 1.5em;
}

p.half {
  padding: .25em 0em;
}

p.faq_q {
  font-size:115%;
  margin: 1.5em 0em 0em 0em;
  font-weight: bold;
}

p.faq_a {
  font-size:115%;
  margin: 0em 0em 0em 0em;
}

/* doc2 width */
/* align with Yahoo grids */
.content_wrapper {
  width:73.074em;
  *width:71.313em;
  min-width:950px;
  margin: 0 auto;
  padding: 0;
  text-align:left;  
}

#content {
  padding-bottom: 80px;
}

#header {
  height: 120px;
  padding: 0;
  margin: 0;
  background-image: url(../images/header_background.gif);
  background-position: top left;
  background-repeat:repeat-x;
}

#table.header {
  height: 120px;
  padding: 0;
  margin: 0;
  background-image: url(../images/header_logo_paha.gif);
  background-position: top left;
  background-repeat:no-repeat;  
}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:24px;
margin:0;
padding:7px 0 0 0;
font-size: 110%;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#ede9d9;
text-decoration:none;
height:24px;
padding:0 15px 0 10px;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#AFF381;
text-decoration:none;
}

ul.menu .current a {
text-decoration:none;
color:#AFF381;
font-weight:bold;
}

.section_line {
  width: 100%;
  height: 15px;
  background: #FFFFFF url(../images/section_line.gif) top left repeat-x; 
}

.push {
  height: 4em;
}

#footer {
 height: 4em;
 background-color: #ede9d9;
 border-top: 1px solid #591417;
}

#footer_content {
  background-image:url(../images/footer_background_line.gif);
  background-repeat:repeat-x;
  background-position:top;
  padding-top: 10px;
  color: #330B0D;
  font-size: 92%;
}

#footer_content a.current {
	text-decoration: none;
}

ul {
  font-size:115%;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}

ul li {
  padding-left: 5px;
  margin-left: 5px;
  list-style: disc outside;  
}

ol {
  font-size:115%;
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  list-style:decimal outside;
}

ol li {
  padding-left: 5px;
  margin-left: 5px;
  list-style: decimal outside;  
}

li {
  margin-bottom: .75em;
}

a, a:link, a:visited {
  color: #1D74A5;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img.float_left {
  float: left;
  border: 0;
  padding: 0;
  margin: 0 10px 10px 0;
}

img.float_right {
  float: right;
  border: 0;
  padding: 0;
  margin: 0 0 10px 10px;
}

div.float_right {
  float: right;
  border: 0;
  padding: 0;
  margin: 0 0 10px 10px;
}

.publication {
  font-weight:bold;
  font-style:italic;
}

table.dues {
  font-size:115%;
  border: 0;
  margin-top: 10px;
  margin-left: 15px;
}

table.dues td {
  padding-bottom: 10px;
}

table.program_dates {
  font-size:115%;
  border: 0;
  margin-left: 30px;
}

table.program_dates td {
  padding-bottom: 10px;  
}

table.talltree {
  font-size:115%;
  border: 0;
  margin-left: 30px;
}

table.talltree td {
  padding-bottom: 5px;
  padding-right: 20px;
}

.caption {
  font-size: 95%;
}

.headline {
  font-size: 225%;
  color:#4f1518;
  font-weight:bold;
  text-align:center;
}

a.hh , a:link.hh, a:visited.hh {
  color: #ccffff;
  text-decoration: underline;
}

a:hover.hh {
  text-decoration: none;
}
