/* Start of CMSMS style sheet 'Minimal Style' */
*{
  margin:0 auto; padding:0;
}


body {
  text-align: center;
  font-family: Tahoma, Arial, Georgia, Serif;
  background: #202224 url(images/tall.jpg) top left repeat-x;
color:#333333;
}

a img{ border:0px}
img{ vertical-align:top;  }

a{color:#333333; text-decoration:underline} 
a:hover{text-decoration:none}

ul{margin:0; padding:0; list-style:none;}

#frame {
  width:855px;
  
  text-align:left;

}

#top{

height: 160px;
width:100%;
float:left;

  }

#top .logo{
  height:145px;
  width:325px;
  float:left;
margin-top:2px;
}

#top .menu{
  width: 510px;
  float:right;
margin-top:100px;
height:24px;
}
#top .menu .left
{
width:4px;
height:24px;
float:left;
background: url(images/men_u_l.png) top left no-repeat;
}

#top .menu .right
{
width:4px;
height:24px;
float:left;
background: url(images/men_u_r.png) top left no-repeat;
}

#top .menu .center
{
width:490px;
height:24px;
float:left;
background: url(images/men_u_bg.png) top left repeat-x;

}

#main{
font-size:0.75em; width:100%; text-align:left; 

text-align:justify;
  float: left;

height:333px;

  margin:5px;

}

#content{ font-size:0.75em; width:100%; text-align:left; 


  float: left;
  width: 670px;


  margin:5px;
background-color: #fff;
}



#leftcontent {
  float: left;
  width: 160px;

  margin: 5px;
}

#leftcontent a {
  font-size:12px;
  line-height:2;
}

h1 {
  font-size:large;
}

.clear { clear:both;}

.block { background:#6f91b4; width:100%;}
.block .top_tall { background:url(images/line1.gif) left top repeat-x;}
.block .right_tall { background:url(images/line1.gif) right top repeat-y;}
.block .bottom_tall { background:url(images/line1.gif) left bottom repeat-x;}
.block .left_tall { background:url(images/line1.gif) left top repeat-y;}
.block .left_top_corner { background:url(images/left_top_corner.gif) no-repeat left top;}
.block .right_top_corner { background:url(images/right_top_corner.gif) no-repeat right top;}
.block .right_bottom_corner { background:url(images/right_bottom_corner.gif) no-repeat right bottom;}
.block .left_bottom_corner { background:url(images/left_bottom_corner.gif) no-repeat left bottom;}
.block .inner { padding:17px 10px 22px 10px; height:303px;}
.block .inner1 { padding:0 0 5px 10px;}
.block .title { margin-left:7px;}

.block1 { background:#fffff9; width:100%;}
.block1 .top_tall { background:url(images/t1.gif) left top repeat-x;}
.block1 .right_tall { background:url(images/r1.gif) right top repeat-y;}
.block1 .bottom_tall { background:url(images/b1.gif) left bottom repeat-x;}
.block1 .left_tall { background:url(images/l1.gif) left top repeat-y;}
.block1 .left_top_corner { background:url(images/lt_1.gif) no-repeat left top;}
.block1 .right_top_corner { background:url(images/rt_1.gif) no-repeat right top;}
.block1 .right_bottom_corner { background:url(images/rb_1.gif) no-repeat right bottom;}
.block1 .left_bottom_corner { background:url(images/lb_1.gif) no-repeat left bottom;}
.block1 .inner { padding:17px 10px 22px 10px; height:303px;}
.block1 .inner1 { padding:0 0 5px 10px;}
.block1 .title { margin-left:7px;}




/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;

   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.5em 0.2em 0.1em; /* some air for it */
   color: #000; /* this will be link color for all levels */
font-size: 75%;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
font-weight:bold;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 75%;
padding: 0.2em 0.5em 0.2em 0.1em; /* some air for it */
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
padding: 0.2em 0.5em 0.2em 0.1em; /* some air for it */
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
font-size: 75%;
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #;
   color: #333;
font-size: 75%;
}
div#menu_vert a.activeparent:hover {
   background-color: #;
   color: #fff;
font-size: 75%;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #;
   color: #fff;
font-size: 75%;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #fff;
font-size: 75%;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {

   background-color: #;
   display: block; 
padding: 0.2em 0.5em 0.2em 0.1em; /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
 
   margin: 0;                                  /* as <h3> normally has some margin by default */
font-size: 75%;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {

padding: 0.2em 0.5em 0.2em 0.1em; /* some air for it */
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #fff;    
font-size: 75%; 
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
padding: 0.2em 0.5em 0.2em 0.1em; /* some air for it */
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
font-size: 75%;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;


padding: 0.2em 0.5em 0.2em 0.1em; /* some air for it */
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
font-size: 75%;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
font-size: 75%;
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/********************
MENU - Horizontal
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   font-size:11px;
margin-left:5px;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;

   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #6f91b4;
}
div#menu_horiz a.activeparent:hover {
   background-color: #;
   color: #6f91b4;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   
   color: #6f91b4;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #6f91b4;

   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'Minimal Style' */

