/* Start of CMSMS style sheet 'Default CSSMenu Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper { 
	width: 100%; 
	}


/* Unless you know what you do, do not touch this */ 

#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 #FFFFFF; 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
	}
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #ececec; 
	}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #C7C7C7; 
	}


/* 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-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #C7C7C7; 
	}


/* 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%; }
/* End of 'Default CSSMenu Vertical' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		
/* End of 'Forms' */

/* Start of CMSMS style sheet 'Nav - Vertical' */
#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
  background: #ececec;
  }
#menu_vert li {

  width: 100%;
list-style: none;
  }

#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #FFFFFF;
  color: #6332C1;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
        border-bottom: none;
        font-size: 90%;
    }
    div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      border-bottom: 1px solid #006699;
      padding-bottom: 5px;
    }

    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        padding-left: 40px;
    }
    div#menu_vert ul ul ul  {
      border-bottom: none;
    }
#menu_vert li ul li a { padding: 5px 5px; } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {
	background-color: #FFFFFF;
}

.current
{
	list-style-type: square;
	display: inline;
	background-color: #abb0b6;
}

#menu_vert li.activeparent {
   background-color: #abb0b6;
}

#menu_vert li.active01 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #006699;
  color: #6332C1;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: #abb0b6;
  }

#menu_vert li.active02 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #6332C1;
  margin: 0;
}

#menu_vert li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 40px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #6332C1;
  margin: 0;
}

li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
   margin: 0;
   padding: 1em 10px 0.5em 10px;
   border: none;
   background-color: #fff;
  border-bottom: 1px solid #006699;
  z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
	}

/* End of 'Nav - Vertical' */

/* Start of CMSMS style sheet 'style' */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */     
   width: 900px;
}
a {
	color:#6332C1;
	text-decoration:underline;
}

#header {
  color: inherit;
  background-color: #ffffff;
  height: 120px;
}

.headerTitle {
  margin: 0;

}

.headerTitle a {
  color: #6332C1;
  background-color: ffffff;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  float: left;
}

.banner { 
  text-align: right;
  float: right;
  text-decoration: none;
  font-size: 60%;  
}

a.current {
	color:#000000;
}

a:hover {
        color:#93d030
	text-decoration: underline;
}

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	background-color:#FFFFFF;
	margin: 0em;
}

ul {
	font-size:70%;
	color:#000000;
	line-height: 1.5em;
	list-style: none;
}

h1 {
	color:#6332C1;
	font-size:110%;
             font-weight:bold;
	padding-left: 0.5em;
	padding-top: 0.2em;
             border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#eeecec;
}

h2 {
             font-family: georgia, verdana, tahoma, helvetica, arial;
	color:#660066;
	font-size:18px;
	font-weight:bold;
             padding-top: 0.5em;
	border-top-style:solid; border-top-width:1px; border-top-color:#C0C0C0;

}

h3 {
             font-family: georgia, verdana, tahoma, helvetica, arial;
	color:#660066;
	font-size:18px;
	font-weight:bold;
             

}

h3 a{
	color:#660066;
}

h4 {
	color:#660066;
	font-size:20px;
	font-weight:bold;             	
}

p {
	text-align:left;
	color:#000000;
	font-size: 100%;
	line-height: 1.2em;             
}

p a{
	font-weight:bold;
             
}

/* ----- Superior Bar -----  */
div.supBar {
	vertical-align: middle;
             height: 120px
}

/* ----- Purple Top Header Bar -----*/
div.menu {
	width: auto;
             height: 19px;
	vertical-align: middle;
	font-size:80%;
	background-color:#6332C1;
	border-style:solid; border-width:0px; border-color:#6332C1;
	text-align: center;
	color:#FFFFFF;
}

div.menu a{
	color:#FFFFFF;
}


/* ----- Left Column-----*/

div.newsContainer{
	float: left;
	clear: left;
	padding-right: 0.5em;             
	color:#660066;
}

div.news1{
	width: 175px;
             height: 100%;
	background-color:#FFFFFF;
	
}

div.news2{
	width: 170px;
             height: 100%;
	background-color:#FFFFFF;
	font-size:60%;
             text-align: center;
             padding-left: 0.5em;
}

/* ----- main Container ----- */
div.mainContainer{	
                 padding-left: 10em;
}

div.mainContainer a{	
                 font-weight:bold;
}


div.rightInfo{
             font-family: arial, tahoma, helvetica, sans-serif;
	float: right;
	clear: right;
	width: 160px;
	background-color:#FFFFFF;	
             font-size:79%;
             padding-left: 1em;             
}

div.rightInfo a{
             font-weight:bold;          
}

div.mainInfo{		
             font-size:80%;
             width: auto;
             height: 100%;
             padding-left: 1em;
             padding-right: 1em;
}


div.mainInfo1{
             font-family: verdana, tahoma, helvetica, arial, sans-serif;	    
             font-size:60%;
             width: auto;
}


div.mainInfo h3 a{
	color:#660066;
}

/* ----- sub Container ----- */
div.subContainer{
	clear:both;
	width: auto;
	font-size:60%;
	background-color:#ffffff;
}

div.credit {
	color: #999999;
	text-align:center;
	margin-left:20em;
	margin-right:0.5em;
	font-size:80%;
}

div.credit a{
	color:#999999;
}

div.copyright{
	text-align:center;
	color:#000000;
	margin-left:2em;
}

div.copyright a{
	color:#000000;
}


div.breadcrumbs {
  text-align:left;
	color:#000000;
	font-size: 60%;
	line-height: 1.5em;
       
 }
/* End of 'style' */

/* 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' */

