/* Start of CMSMS style sheet 'Innisfree 2 Layout' */
/* Innisfree - Layout: Left sidebar + 1 column */

* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
   margin: 0;
   padding: 0;
}

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

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #405438;
}

a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #000000;
}

body {
   background-color: #D5E3D9;
   color: #eee;
   margin:1em;
}

div#pagewrapper {
   margin: 0 auto;
   width: 900px;
   color: #405438;
   font-weight: bold;
}

div#header {
   border-top: 10px solid #405438;
   border-bottom: 10px solid #405438;
   height: 90px;
   background: transparent;
}

div#content {
   height: 1%;
   background-color: #D5E3D9;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0;
   height: 400px;
}

div#main {
   margin: 0 30px 0 210px;
   height: 1%;
   background: transparent;
}

div#footer {
   clear: both;
   color: #fff;
   background-color: #405438;
   border-top: 5px solid #D5E3D9;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #fff;
}

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}

div#content h2 {
   color: #405438; 
   font-size: 1.5em; 
   text-align: left; 
   padding-bottom: 1px;
   line-height: 1.5em;
   margin: 1em 0 0 0;
}

div#content h3 {
   color: #405438; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding: 0;
}

.lessmargin {
   margin: 0 0 0.5em 0;
}

* html .lessmargin {
   margin: 0 0 1em 0;
}

.testimonial {
   margin-left: 45%; 
   margin-bottom: 30px;
   line-height: 1em;
   text-align: right;
}

* html .testimonial {
   float: right;
   padding-left: 0; 
   margin-left: 300px; 
   margin-bottom: 25px;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style:italic;
}

.smtext {
 font-size: 80%;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 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#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

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

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

div#main dl dd {
   margin: 0.5em 0 1em 1em;
}

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

ul.booklinks {
   list-style-image: url(uploads/images/book_go.gif);
}

.booklinks li a {
   text-decoration: none;
}

.booklinks li a:hover {
   background-color: inherit;
   color: #78008A;
}
/* End of 'Innisfree 2 Layout' */

