/* Start of CMSMS style sheet 'and01' */
body {
   /*background: url(uploads/images/grad.png) no-repeat; */
   background: #eeeeee;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.0em;
   margin: 0 auto;
   padding: 0;
}

#wholepage {
background: #eeeeee;
color: #303030;
margin: 0 auto;
width: 760px;
}

#wrap {
background: #eeeeee;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 5px 0 0 0;
padding: 0;
height: 115px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
text-align: left;
color: #000000;
margin: 10px 0 10px 0;
font-size: 1.1em;
line-height: 1.2em;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.0em;
}

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}

#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

.announce {
clear: left;
float: left;
margin: 0 0 10px 0;
padding: 10px;
width: 125px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 0 0 156px;
padding: 0 0 0 0;
line-height: 1.6em;
text-align: left;
background: #eeeeee;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
display:inline;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

h4 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.0em;
   margin: 0 0 10px 0;
}

#content h5 {
font-size: 1.2em;
margin: 0 0 0 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
float: center;
margin: 0 auto;
padding: 0 0 10px 0;
width: 760px;
text-align: center;
color: #808080;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.78em;
background: #eeeeee;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
float: left;
}

.right {
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.4em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #286ea0;
   border-left: 1.1em solid #286ea0;
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   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.0em;
   margin: 0 0 0 0;
}
div#content h5 {
   font-size: 1.2em;
   line-height: 1.0em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
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;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
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#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* END LISTS */

div.slideshow ul {
   bottom: -55px;
   left: 0px;
   position: absolute;
   overflow: hidden;
   padding: 5px 0;
   z-index: 10001;
}

div.slideshow ul a {
   background-position: 50% 50%;
   cursor: pointer;
   display: block;
   height: 40px;
   margin-right: 5px;
   opacity: 0.5;
   width: 50px;
}

div.slideshow ul a.active,
div.slideshow ul a:hover {
	opacity: 1;
}

div.slideshow ul li {
   float: left;
   list-style: none;
}
/* End of 'and01' */

