/* Start of CMSMS style sheet 'Eugenie' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

img {
   border: 0;
}

a, a:link, a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #9f5495; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #525252; 
}




/*****************
basic layout 
*****************/
body {
   background: url(images/layout/body_back.gif) center top repeat-x #c7c1c7;
   color: #525252;
}

/* center wrapper, min max width */
div#layout {
   color: #525252;
   margin: 0 auto;
   width: 760px;
   background: url(images/layout/layout_back.gif) repeat-y;
   position: relative;
}

div#header {
   height: 256px;
   width: 760px;
   background: url(images/layout/header_back.gif) no-repeat; 
}

div#header_logo {
   padding-left: 1px;
   padding-top: 38px;
}
div#header_logo.geenflash {
   display: none;
}

/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   background: url(images/layout/content_back.gif) center bottom white no-repeat;
   width: 388px;
   padding: 20px;
   padding-top: 10px;
   float: left;
   min-height: 270px;
   font-size: 12px;
}

div#content  .checkbox label{
   display: inline;
   line-height: 1.2em;
}
div#content img.captchapict{
   border: 1px solid #9f5495;
}

div#menu{
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 248px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 0;
   font-size: 18px;
   background: url(images/layout/menu_layout_back.gif) left top white no-repeat;

}

div#menu ul {
   margin: 0;
   padding: 0;
   padding-top: 21px;
   width: 208px;
}

div#menu ul li {
   list-style-type: none;
   margin-left: 38px;
   height: 32px;
   border: 1px solid #9b5794;
   margin-bottom: 6px;
   width: 208px;
}
div#menu ul li a {
   background: url(images/layout/menu_back.gif) repeat-y;
   text-decoration: none;
   width: 198px;
   height: 26px;
   display: block;
   margin: 0;
   padding: 0;
   padding-left: 10px;
   padding-top: 6px;
}
div#menu ul li a:hover{
   background: none;
   background-color: #e1badc;
}
div#menu ul li a.menuactive {
   background: url(images/layout/menu_active_back.gif) repeat-y;
   color: white;
}
div#footer {
   background: none;
   background-color: #c7c1c7;
   clear: both;
   border-top: 1px solid #9f5495;
   margin-left: 53px;
   margin-right: 83px;   
   padding-bottom: 10px;
}

div#footer p {
   font-size: 0.8em;
   padding-top: 2px;
   text-align: center;
}

div#ondermenu {
   position: absolute;
   top: 580px;
   left: 80px;
   width: 131px;
   height: 100px;
   text-align: center;
}
div#ondermenu.ondermenu {
   position: absolute;
   top: 560px;
   left: 80px;
   width: 131px;
   height: 100px;
   text-align: center;
}
div#ondermenu img {
   border: 1px solid #9f5495;
}
/* relational links under content */
div.left49 {
  width: 49%;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {

}


/* HEADINGS */

h1{
    display: none;
}
div#content h2 {	
        color: #9f5495; 
	font-size: 20px; 
	text-align: left; 

	margin-bottom: 10px;
}
div#content h3 {
   color: #9f5495; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #9f5495; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #9f5495; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #9f5495; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   margin-top: 3px;
   margin-bottom: 5px;
   padding: 0;
}
p.slogan {
      font-size: 25px;
      line-height: 40px;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

code, pre {
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000; 
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}


div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */

div#content ul,
div#content  ol,
div#content dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#content  ul li,
div#content  ol li {
   margin: 0 0 0.25em 3em;
}

div#content  dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content  dl dd {
   margin: 0 0 1em 1em;
}

div#content  dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

div.cms-guestbook-entry {
border-top: 1px solid #c0c0c0;
margin-bottom: 5px;
margin-top: 5px;
padding-top: 5px;
clear: both;
}

div.cms-guestbook-entry-header {
float: left;
width: 40%;
display: inline;
}

div.cms-guestbook-entry-text {
float: left;
display: inline;
width: 60%;
}

p.cms-guestbook-entry-sendername {
font-size: 24px;
}
div.cms-guestbook-entry-homepage {
margin-bottom: 5px;
}

div.cms-guestbook-showform-button {
margin-bottom: 5px;
}
/* END LISTS */

/* End of 'Eugenie' */

