/* Start of CMSMS style sheet 'BerieData' */
/**
 * @import "global.css";
 * @import "global_new.css";
 **/

#about-content {
	width: 580px;
	margin: 10px auto;
	padding: 10px;
	background-color: #ffd;
	border: 1px solid #fc0;
}
#about-content h1 {
	font-size: 2em;
	border: 0px;
}
#about-content p {
	font-size: 1.4em;
}

#pagelay {
width: 600px;
align: center;
background-color: #b5d2f2;
}

table.table_regular {
background-color: #b5d2cc;
}

table.table_regular tr th,
table.table_regular > td {
background-color: #white;
}

#logo {
	background-image: url(/assets/images/LogoFiller.gif);
}

body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	background-image: url(/assets/images/bg2.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a:link
{
	color: #2989CC;
	font-weight: bold;
}

a:visited { color: #D99F00; }

tr, td, th, p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}
th 
{
	background-color: #FFFFFF;
}

img { border-color: #e5e657 #222222 #222222 #e5e657; }
br { clear: all; }
ul {
	list-style-image: none;
	list-style-type: disc;
	text-indent: 0pt;
}
li {
	display: list-item;
}
dd {
}

dt {
	font-weight: bold; 
}
/* own declarations */

.section_title
{
	font-size: 20px;
	font-weight: bolder;
	font-variant: small-caps;
}

.section_title_sub
{
	font-size: 15px;
	font-weight: bolder;
	font-variant: normal;
}

.separator
{
	background-color: black;
	border-color: #e5e657;
}

.separator_fade
{
	background-color: gray;
	border-color: #e5e657;
}

.page_table
{
	border: 0px;
	padding: 0px;
	width: 500px;
	background-color: #999999;
	margin: 0px;
	text-align: center;
	display: table;
}
.row_even {
	background-color: #AAAAAA;
}
.row_odd {
	background-color: #CCCCCC;
}

/* End of 'BerieData' */

/* Start of CMSMS style sheet 'Nav-Horizontal' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#menu_horiz {
      background-color: #ECECEC;
      width: 100%;
      margin: 0;
      text-align: center;
    }
    div#menu_horiz ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #C0C0C0;
        border-left:  1px solid #C0C0C0;
    }
    div#menu_horiz li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0 ;
        border-right: 1px solid #C0C0C0;
    }
    div#menu_horiz li a {
        border-right: none;
    }
    div#menu_horiz a,
    div#menu_horiz a:link,
    div#menu_horiz a:active,
    div#menu_horiz a:visited {
        display: block;
        padding: 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        margin: 0;
        color: #18507C;
        background: #ECECEC;
    }
div#menu_horiz li a:hover {
	background-color: #abb0b6;
}
    div#menu_horiz .activeparent {
        display: inline-block;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
	background-color: #abb0b6;
    }

    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .current a:hover,
    div#menu_horiz .activeparent a,
    div#menu_horiz .activeparent a:link,
    div#menu_horiz .activeparent a:active,
    div#menu_horiz .activeparent a:visited,
    div#menu_horiz .activeparent a:hover 
{
	background-color: #abb0b6;
    }
/* END NAV */

div#menu_horiz li.active01 h3 {
        display: inline-block;
        padding: 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        font-size: 1em;
        line-height: 1em;
        text-decoration: none;
        margin: 0;
        color: #18507C;
        background-color: #abb0b6;
    }

#menu_horiz li.active02 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  font-weight: normal;
  color: #18507C;
  margin: 0;
  font-size: 1em;
  background-color: #abb0b6;
  }

#menu_horiz li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

div#menu_horiz #wrapper2 {
      background-color: #BBBBBB;
}

div#menu_horiz #wrapper2 li a:hover {
	background-color: #abb0b6;
}

div#menu_horiz #wrapper2 a,
div#menu_horiz #wrapper2 a:link,
div#menu_horiz #wrapper2 a:active,
div#menu_horiz #wrapper2 a:visited {
        background: #66CCFF;
    }

/* End of 'Nav-Horizontal' */

/* Start of CMSMS style sheet 'Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */
/* End of 'Tools' */

