/* Start of CMSMS style sheet 'DEC2007: left css menu + 1 column' */
body {
  margin: 0;
  padding: 0;
  background: #fff url("images/back.gif") repeat;
  font: normal 12px arial, helvetica, verdana, tahoma, sans-serif;
  color: #000;

/* The code below is shown this way to pass the CSS validation:

  scrollbar-face-color:#0D2869;
  scrollbar-base-color:#1646B5;
  scrollbar-arrow-color:#C6DDFF;
  scrollbar-track-color:#C6DDFF;
  scrollbar-shadow-color:#1646B5;
  scrollbar-highlight-color:#C6DDFF;
  scrollbar-3dlight-color:#1646B5;
  scrollbar-darkshadow-color:#1646B5;
  
*/
}

/* Main styling */

#center {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}

#outside {
  margin-left: -380px;
  position: absolute;
  top: -250px;
  left: 50%;
}

#maincontainer {
  border: 1px solid #000;
  background: #fff;
  width: 770px;
  height: 500px;
}

#header {
  width: 764px;
  height: 100px;
  border: 3px solid #fff;
  background: #fff url("images/header.jpg") no-repeat;
  
}

#content {
  float: right;
  width: 573px;
  height: 367px;
  margin: 2px;
  padding: 10px;
  border: 1px solid #666;
  overflow: auto;
}
#content a {font-weight:bold;text-decoration:none;}
#content a:link {color:#151;}
#content a:visited {color:#e77918;}
#content a:hover {color:#e77918;}

#menuwrapper {
  float: left;
  width: 160px;
	font-weight:bold;
  margin: 2px 0 0 4px;
}

#box {
  margin: 10px 0 0 -1px;
  background: #eee;
  color: #000;
  text-align: right;
  padding: 0 5px 0 5px;
  line-height: 120%;
  border:1px solid #666;
  width:148px;
}
#box a {color: #151; text-decoration: none;}
#box a:hover {color: #e77918;}

/* Navigation styling */

#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #666; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #151;
   text-decoration: none; 
   background: transparent; 
   min-height:0.5em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #eee; 
   min-height:0.5em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #dbe8a1; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav a:hover,
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #e77918;color:#fff;
}

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   cursor:default;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* Content styling  */

#content h1 { 
  border-bottom:2px solid #614b4e; 
  color:#614b4e; 
  font-size:16px; 
  font-weight: bold; 
  line-height:30px; 
  padding:0 10px; 
}

#content h2 { 
  border-bottom: 1px dotted #e77918; 
  color:#e77918; 
  font-size:12px; 
  font-weight: bold; 
  line-height:20px; 
  padding:0 10px; 
}

#box p {font-size: 10px;color: #333;}

#content ul {
  list-style:none; 
  margin-left: 10px; 
  padding: 1px;
}

#content ol {
  margin-left: 10px; 
  padding: 1px;
  padding-left: 25px; 
}

#content ul li {
  padding-left: 15px; 
  background: url(images/doubledot.gif) 0 5px no-repeat;
}

blockquote {
   margin: 15px 75px; 
   padding: 7px 10px;
	border: solid 1px #666;
	background-color:#dbe8a1;
	color: #333;
}

.begin {
  clear : both;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

/* Image styling */

.img1 {
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
  border: 1px solid #666;
  background-color:#f90;
}

.img2 {
  float: right;
  margin: 0 0 0 3px;	
  padding: 2px;
  border: 1px solid #666;
  background-color:#f90;
}

.img3 {
    float: none;
    margin: 5px 10px 0 10px;
    padding: 2px;
    border: 1px solid #1646B5;
	background-color:#dbe8a1;
}

.img4 {
    float: none;
    margin: 5px 10px 0 80px;
    padding: 2px;
    border: 1px solid #1646B5;
	background-color:#dbe8a1;
}

/* End of 'DEC2007: left css menu + 1 column' */

