@charset "utf-8";
/* Pioneer Heritage Conservation Trust CSS Document */
* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
q {
font-family:"Times New Roman", Times, serif;
font-style:italic;
margin: 0.5em;
padding: 20px;
}
li,dd {
margin-left:1em;
}
fieldset {
padding:0.5em;
}
img {
border:none;
}
body {
text-align:center; /*center hack */
font-size:76%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
margin:0;
background:#fff url(../images/body_bg.jpg) repeat-x;
background-position:top;
color: #999;
}
#wrapper {
min-width:760px;
max-width:960px;
width: auto !important; /*IE6 hack*/
width:960px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}
#top_tall_bar {margin:0; padding:0; width:100%; height:159px; overflow:hidden; }
#top_header_left { background: url(../images/logo.jpg) no-repeat; background-position: left; margin:0; padding:0; float:left; width:40%; height:159px;}
#top_header_right { margin:0 0 0 0; padding:10.05em 0 0 0; float:left; width:60%; height:159px; }
#breadcrumbs {  }
#inside_wrapper_top {
float:left;
width:960px;
height:8px;
background: url(../images/inside_wrapper_top.gif) no-repeat;
margin: 0;
padding: 0;
}
#inside_wrapper {
float:left;
width:960px; /*IE6 hack*/
margin:0px auto; /*center hack*/
text-align:left; /*center hack*/
background:#616264 url(../images/inside_wrapper.gif) repeat-y;
}
#header { clear:both; margin:0; padding:0; width:100%;}
#leftbar {float:left;width:19%; margin-left: 10px; }
#left_column_top { float:left; background:url(../images/left_column_top.gif) no-repeat; width:175px; height:9px; margin:0; padding:0; }
#left_column_middle { float:left; background:url(../images/left_column_middle.gif) repeat-y; width:175px; margin:0; padding:0; }
#left_column_bottom { float:left; background:url(../images/left_column_bottom.gif) no-repeat; width:175px;height:7px; margin:0; padding:0; }
#content_wrapper { float:left; width:758px; text-align:left; /*center hack*/ margin:0; padding:0; }
#content_wrapper_top { float:left; background:url(../images/content_wrapper_top.gif) no-repeat; width:758px; height:12px; margin:0; padding:0; }
#content_wrapper_middle { float:left; background:url(../images/content_wrapper_middle.gif) repeat-y; width:758px; margin:0; padding:0; }
#content_wrapper_bottom { float:left; background:url(../images/content_wrapper_bottom.gif) no-repeat; width:758px;height:12px; margin:0; padding:0; }
#content60 {float:left;width:69%; text-align:left; }
#content80 {float:left;width:100%; text-align:left; }
#content100 {float:left;width:100%; text-align:left; }
#rightbar {float:right;width:30%; text-align:left; border-left:1px dotted #333; }
#inside_wrapper_bottom {
float:left;
width:960px;
height:8px;
background: url(../images/inside_wrapper_bottom.gif) no-repeat;
margin-bottom: 10px;
}
#footer_wrapper { clear:both; margin:0 auto; text-align:center; /*center hack*/ width:960px; padding:0; }
#footer_wrapper_top { float:left; background:url(../images/inside_wrapper_top.gif) no-repeat; width:960px; height:8px; margin:0; padding:0; }
#footer_wrapper_middle {
float:left;
width:960px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
background:#616264 url(../images/inside_wrapper.gif) repeat-y;
}
#footer_wrapper_bottom {
float:left;
width:960px;
height:9px;
background: url(../images/inside_wrapper_bottom.gif) no-repeat;
}
#footer {clear:both; }
.inside_footer { padding-left: 10px; }
.inside {padding: 10px;}
.inside_small { padding: 5px; }
.spacer_div { padding: 5px; }
a {
color: #336633;
text-decoration:underline;
}
a:hover {
color: #009900;
text-decoration:underline;
}
h1 {
font-size:1.7em;
color: #336633;
}
h2 {
font-size:1.5em;
color: #336633;
}
h3 {
font-style:italic;
font-size:1.3em;
color: #336633;
}
h4 {
font-size:1.2em;
color: #336633;
}
h5 {
font-size:1.1em;
color: #336633;
}
h6 {
font-size:1em;
font-weight:bold;
color: #336633;
}
p {
color: #999;
}
/*Tab Menu Styling*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#glowingtabs{
float:right;
width:100%;
font-size:90%;
line-height:normal;
/*border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
float: right;
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #999;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #999;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
