/* base
----------------------------------------------- */

html {
height: 101%;
}

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;
background-color: #75BB6F;
}

blockquote, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Arial, Helvetica, sans-serif;
margin-left: 200px;
color: #666633;
}

h1 {
font-size: 4em;
}

h2 {
font-size: 1em;
font-style: italic;
margin-bottom: 35px;
color: #666633;
}

h3 {
font-weight: bold;
padding-left: 10px;
line-height: 1em;
font: 1.5em Georgia, Times, serif;
color: #0d4317;
}

h4 {
font-size: 0.8em;
font-weight: bold;
color: #006699;
margin-left: 10px;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 0.9em;
}

table {
font-size: 0.9em;
margin: 1px 5px 1px 10px;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
}

table th {
margin: 0;
text-align: left;
padding: 1px 5px 1px 10px;
border-bottom: solid 1px #000000;
}

table td {
margin: 0;
padding: 1px 5px 1px 10px;
}

img.article_image {
float: left;
margin: 0px 10px 0px 10px;
}

img.right {
float: right;
margin: 0 5px 0 5px;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #0c681b;
}

a:hover {
text-decoration: underline;
}

li a:hover {
text-decoration: none;
}

h1 a, h2 a, h3 a {
border: none;
text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
text-decoration: none;
}

h1 a {
font-family: "Monotype Corsiva" ,Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #666633;
}

h3 a {
color: #0d4317;
}

#sidebar-2 a {
color: #cc0000;
border: none;
}

#content ul li a:hover {
text-decoration: underline;
}

a img {
border: 0;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 0.8em;
line-height: 1.5em;
}

#sidebar-1 p {
text-align: left;
}

#sidebar-1 img {
padding: 5px 0 5px 0;
}

#sidebar-2 img {
border: none;
}

#head h1, #head h2 {
color: #006699;
text-align: left;
}

#head img {
margin-bottom: 5px;
}

#content img {
margin: 5px;
}

.breadcrumb {
margin-bottom: -10px;
margin-top: 0px;
padding-top: 15px;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

div.divider {
margin: 2em 0;
margin-top: 10px;
text-align: center;
}

.hidden {
background: url(../images/btn_ro.gif) repeat-x;
display: none;
}

.read_more {
width: 100%;
/*margin-left: 330px;*/
text-align: right;
}

.read_more a {
font-size: 0.9em;
color: #0000ff;
}

.related_pages {
text-decoration: none;
padding-left: 0px;
}

.related_pages li {
list-style: none;
}

.related_pages a {
text-decoration: none;
color: #0000cc;
border-bottom: none;
}

.related_pages a:hover {
text-decoration: underline;
}

ul.tick {
list-style-image: url("../images/tick.gif");
}

ul.file_download_list {
list-style: none;
margin-left: 0;
padding-left: 0;
}

/* Main Menu 
----------------------------------------------*/

.menu{
	width: 100%;
	background-color: #0c681b;
	display: block;
	height: 26px;
	border: 1px solid #0c681b;
        margin: 0;
        padding: 0;
}

.menu ul{
	list-style: none;
	display: block;
	width: 100%;
        margin: 0;
        padding: 0;
}

.menu li{
	float: left;
	display: inline;
	/* background-color: #87ceeb;*/
        margin: 0;
        padding: 0;
}

.menu a{
	text-align: center;
	color: #ffffff;
	/* background-color: #87ceeb; */
	text-decoration: none;
	display: block; 
	font: small-caps 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	height: 20px;
	/*width: 100px;*/
	padding: 5px 15px 0px 15px;
        border: none;
}

.menu a:hover{
	color: #ffff00;
	/* background-color: #eba587; */
}


/* Topic Menu 
----------------------------------------------*/

.topic-menu{
	width: 100%;
        background-color: #ffffff;
	display: block;
        margin: 0;
        padding: 0;
}

.topic-menu ul{
	list-style: none;
	display: block;
	width: 100%;
        margin: 0;
        padding: 0;
}

.topic-menu li{
	list-style: none;
        margin: 0;
        padding: 0;
}

.topic-menu a{
	text-align: left;
	color: #006699;
	text-decoration: none;
	display: block; 
	font: small-caps 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
        background: url(../images/btn.gif) repeat-x;
	margin: 0px 0px 0px 0px;
        height: 22px;
	width: 130px;
	padding: 8px 0px 0px 5px;
        border: none;
}

.topic-menu a:hover{
	color: #ffffff;
        background: url(../images/btn_ro.gif) repeat-x;
}



/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 10px auto;
padding: 0 10px;
width: 900px;
background-color: #ffffff;
}

#head {
height: 150px;
text-align: left;
/* background: url(../images/harplogo.gif) no-repeat top left; */
padding-top: 10px;
}

#sidebar-1, #sidebar-2 {
padding-top: 10px;
width: 150px;
}

#sidebar-1 {
margin-right: 0px;
float: left;
text-align: left;
}

#sidebar-2 {
margin-left: 0px;
float: right;
}

#content {
margin: 0 175px 0 175px;
width: 540px;
padding: 0px 0px 5px 0px;
font-size: 0.9em;
}

#foot {
margin: 10px 0px 10px 0px;
padding-bottom: 10px;
clear: both;
width: 100%;
text-align: center;
font-size: 0.7em;
}


/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

/* zem_contact form styling
-----------------------------------------------*/

#zemContactForm {
   width: 95%;
}

#zemContactForm fieldset {
   border: none;
   padding-bottom: 1em;
   }
#zemContactForm legend {
   color: #006699;
   font: 1em/1.5em Verdana, Arial, sans-serif;
   margin: 0.7em 0 0.3em 0;
   padding: 0.5em 10px 0.5em 0;
   width: 60px;
   display: none;
   }
#zemContactForm label {
   float: left;
   width: 60px;
   margin: 0.3em 10px 0 0;
   text-align: right;
   font: 0.7em/1.45em Verdana, Arial, sans-serif;
   color: #006699;
   }
#zemContactForm input, textarea {
   margin-bottom: 0.5em;
   width: 300px;
   }
#zemContactForm br {
   clear: left;
   }
#zemContactForm .zemSubmit {
   margin: 0.5em 0 0 70px;
   width: 70px;
   }

/* Gallery
----------------------------------------------*/

#gallery {
margin: 0 20px 0 30px;
padding: 0px 0px 0px 0px;
}

#gallery div.cell {
width: 200px;
height: 220px;
margin: 5px;
float: left;
}

#gallery div.cell a img {
border: none;
}

#gallery a.smd_slimbox_next {
clear: both;
padding: 2px 10px;
background-color: #0c681b;
color: #ffffff;
text-decoration: none;
float: right;
}

#gallery a.smd_slimbox_prev {
clear: both;
padding: 2px 10px;
background-color: #0c681b;
color: #ffffff;
text-decoration: none;
float: left;
}

#gallery div.button {
clear: both;
padding: 50px 10px 0px 10px;
text-align: center;
}
