@charset "utf-8";
/* CSS Document */

body {
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
    color: #000000;
    background-color: #e7deb4;
    margin: 0 0 0 0;
    text-align: center;
    background-image: url(../images/parchmenttile.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/* IDs */

#container {
	width: 700px;
    margin: 0 auto 0 auto;
	padding: 0 0 0 0;
    text-align: left;
}

#headsection {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#headsection h1 {
    margin: 0 0 0 0;
	position: relative;
	width: 700px;
	height: 180px;
	text-align: center;
	padding: 0;
	overflow: hidden;
}

#headsection h1 span {
	position: absolute;
	width: 700px;
	height: 180px;
	left: 0;
	top: 0px;
	margin: 0;
	background-image: url(../images/rhheader.jpg);
	background-repeat: no-repeat; 
}

#navlink { 
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    float: left; 
    width: 20%;  
    padding-bottom: 2em;
    background: url(../images/tint.png);
    background-repeat: repeat;
}

#navlink ul {
    display: block;
    padding-left: 0;
    margin-left: 1em;
}
#navlink li {
    list-style: none;
    margin: 1em 0 1em 0;
}
#navlink a {
    text-decoration: none;
}

#navlink a.txtunder {
    text-decoration: underline;
}
  
#idhome {  
    position: relative;
    height: 30px;  
    width: 110px;
    padding: 0;
    overflow: hidden;
}
#idhome span {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/nhome.jpg);
    background-position: 0px -60px;  
    background-repeat: no-repeat;
}

#idabout {  
    position: relative;
    height: 30px;  
    width: 110px;
    padding: 0;
    overflow: hidden;
}
#idabout span {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/nabout.jpg);
    background-position: 0px -60px;  
    background-repeat: no-repeat;
}

#idnews {  
    position: relative;
    height: 30px;  
    width: 110px;
    padding: 0;
    overflow: hidden;
}
#idnews span {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/nnews.jpg);
    background-position: 0px -60px;  
    background-repeat: no-repeat;
}

#idwriting {  
    position: relative;
    height: 30px;  
    width: 110px;
    padding: 0;
    overflow: hidden;
}
#idwriting span {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/nwriting.jpg);
    background-position: 0px -60px;  
    background-repeat: no-repeat;
}

#idcontact {  
    position: relative;
    height: 30px;  
    width: 110px;
    padding: 0;
    overflow: hidden;
}
#idcontact span {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/ncontact.jpg);
    background-position: 0px -60px;  
    background-repeat: no-repeat;
}

#idmedia {  
    position: relative;
    height: 30px;  
    width: 110px;
    padding: 0;
    overflow: hidden;
}
#idmedia span {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/nmedia.jpg);
    background-position: 0px -60px;  
    background-repeat: no-repeat;
}

#idblog {  
    position: relative;
    height: 30px;  
    width: 110px;
    padding: 0;
    overflow: hidden;
}
#idblog span {
    position: absolute;
    width: 110px;
    height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/nblog.jpg);
    background-position: 0px -60px;  
    background-repeat: no-repeat;
}

#idhome.linkselect span { background-position: 0px 0px; }  
#idhome.linkselect:hover span { background-position: 0px 0px; }  
a#idhome:hover span { background-position: 0px -30px; }
#idabout.linkselect span { background-position: 0px 0px; }  
#idabout.linkselect:hover span { background-position: 0px 0px; }  
a#idabout:hover span { background-position: 0px -30px; }
#idnews.linkselect span { background-position: 0px 0px; }  
#idnews.linkselect:hover span { background-position: 0px 0px; }  
a#idnews:hover span { background-position: 0px -30px; }
#idwriting.linkselect span { background-position: 0px 0px; }  
#idwriting.linkselect:hover span { background-position: 0px 0px; }  
a#idwriting:hover span { background-position: 0px -30px; }
#idcontact.linkselect span { background-position: 0px 0px; }  
#idcontact.linkselect:hover span { background-position: 0px 0px; }  
a#idcontact:hover span { background-position: 0px -30px; }
#idmedia.linkselect span { background-position: 0px 0px; }  
#idmedia.linkselect:hover span { background-position: 0px 0px; }  
a#idmedia:hover span { background-position: 0px -30px; }
#idblog.linkselect span { background-position: 0px 0px; }  
#idblog.linkselect:hover span { background-position: 0px 0px; }  
a#idblog:hover span { background-position: 0px -30px; }

#footersection {
    margin: 2em 0 0 0;
    clear: both;
    float: none;
	height: 50px;
    padding: 1em 0 0 0;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    background: url(../images/tint.png);
    background-repeat: repeat;
}

#footersection p {
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}
#footersection ul {
    padding: .5em .1em .1em .1em;
}

#footersection a:link, #footersection a:visited {
}

#footersection a:hover {
    color: #000000;
}

#footernav {
    margin: 0 0 0 0;
    font-size: 9px;
}

#footernav li {
    display: inline;
	padding-right: 1em;
	padding-left: 1em;
}


/* Classes */

.folder {
    width: 100%;
    float: left;
	margin: 0 0 0 0;
}

.col1 {
    padding: 0em 1em 0 2em;
    margin: 0em 1em 0 0;
    float: left;
    width: 70%;
}

.borderless {
    border-style: none;
}

.closebottom {
    margin-bottom: 0;
}

.closetop {
    margin-top: 0;
    padding-top: 0;
}

.imgright {
    float: right;
    padding: .5em .5em .5em .5em;
}

.imgleft {
    float: left;
    padding: .5em .5em .5em .5em;
}

.indenttxt {
    padding-left: 1em;
}

.indenttxt2 {
    padding-left: 2em;
}

.txtcolor {
    color: #663300;
}



/* tags */

a {
    color: #663300;
    font-weight: bold;
    text-decoration: underline;
}

a:link {
    color: #663300;
}

a:hover {
    color:#0033CC;
    text-decoration: underline;
}

a.linkselect {
    color: #000000;
}

dt {
    font-weight: bold;
    font-size: 120%;
}

dl {
    margin-top: .5em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
    text-align: left;
    padding: .1em 0 .2em 0;
    margin: 1.5em 0 .2em 0;

}

h2 {
    padding: 1em 0 0 0;
    font-size: 1.4em;
    text-align: left;
    padding: .2em 0 .3em 0;
    margin: 1em 0 .2em 0;
}

h3 {
    padding: .5em 0 0 0;
    font-size: 1.3em;
    text-align: left;
    margin: 1em 0 0 0;
}

h4 {
    padding: .5em 0 0 0;
    font-size: 1.2em;
    text-align: left;
    margin: 1em 0 0 0;
}

li {
    line-height: 1.3em; 
}

p {
    margin: 0 0 1.4em 0;
    padding: 0 0 0.2em 0;
    line-height: 1.3em;
	text-align: left;
}

